Pagina 1 di 1
Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 13:56
da daniele50
Ciao a tutti,
ho appena installato slackware 12.2 su un pc hp compaq dc5700 e non so come configurare la scheda video in oggetto.
Ho letto la guida ma cita ati e nvidia. Ho provato ad aggiungere alcune risoluzioni in /etc/X11/xorg.conf ma la massima che ottengo in kde è 1024 x 768.
Cosa devo fare/installare?
Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 14:19
da blackman85
Sostituisci nel file /etc/X11/xorg.conf la voce
con
così dovrebbe andare...

Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 14:39
da daniele50
Purtroppo non basta, ho fatto quella modifica e riavviato ma non cambia nulla, ecco il mio xorg.conf:
Codice: Seleziona tutto
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "My Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5 - 50.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 40-90
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA Framebuffer"
Driver "intel"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 14:52
da danix
prova a fare un backup dell xorg.conf e lancia (da root e con X spento) xorgconfig...
Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 15:18
da daniele50
Ho provato, ma xorgconfig mi chiede tante di quelle cose che non riesco a configurarlo in maniera che poi riparta kde. Ora ho ripristinato lo xorrg.conf originale.
Attendo che qualcuno mi dia consigli...
Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 16:13
da danix
non mi sembra che richieda niente di così allucinante... io la prima volta che l'ho usato ho fatto così, l'ho lanciato una volta, ho preso nota di quello che voleva sapere e ho chiuso senza fargli salvare l'xorg.conf, poi ho cercato le info necessarie e poi l'ho rilanciato la seconda volta creando il file di conf...
Se hai dubbi puoi sempre chiedere...
Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 16:42
da daniele50
Risolto (almeno in parte):
senza lanciare xorgconfig, ho modificato la frequenza orizzontale e quella verticale settando quella corretta del mio monitor. Ora in KDE vedo tutte le risoluzioni disponibili. Non mi resta che abilitare un po' di 'features' per far girare Call Of Duty (1) con wine...
Re: Driver Video Intel Q965/Q963 Express Chipset Family GMA 3000
Inviato: ven 6 mar 2009, 18:17
da puzuma
in genere, specie con le schede intel, basta lanciare X -configure (sempre con X spento) e ti ritrovi in /root/xorg.conf.new un file di configurazione quasi sicuramente funzionante.