Pagina 1 di 1
Problema scheda video Intel
Inviato: ven 2 mar 2012, 10:39
da joseph
Buongiorno ragazzi, ieri ho acquistato un notebook HP 630 B815 ed ho provato subito ad installare Slackware 13.1
L'installazione va tutto a meraviglia, l'unico problema è quando avvio X.
Mi da questo errore:
Codice: Seleziona tutto
......
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.9.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
(EE) No devices detected.
Fatal server error:
no screens found
......
Il mio notebook monta questa scheda video:
Codice: Seleziona tutto
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
....
....
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 3672
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at 90000000 (64-bit, non-prefetchable) [size=4M]
Memory at 80000000 (64-bit, prefetchable) [size=256M]
I/O ports at 4000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
facendo qualche ricerca su internet ho visto che il driver usato è "i915", che è correttamente caricato in "lsmod".
Inoltre vi posto di xorg.conf riguardante la scheda video:
Codice: Seleziona tutto
....
....
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Se nello xorg.conf carico i driver "vesa" X mi parte ma ottengo una risoluzione pessima!
Vi ringrazio tutti anticipatamente

Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 11:21
da Blallo
Una sola domanda: perchè la 13.1 e non la 13.37?
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 11:31
da joseph
Stesso problema. Ho provato anche la 13.17 ma il problema è analogo.
Avete qualche idea?
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 12:09
da 414N
Dal listato che riporti sembra che il tuo sistema sia un core i5/i7 Sandy Bridge, ovvero con VGA integrata nel processore.
Il supporto a Sandy Bridge ha fatto passi da gigante negli ultimi kernel e mesa 8.0 (addirittura è già presente il supporto preliminare ad Ivy Bridge che non è ancora sul mercato), percui dovresti procurarti versioni aggiornate di almeno questi due pacchetti.
Per mesa, se vuoi, posso procurarti un pacchetto compilato da git qualche giorno fa su Slackware64 13.37.
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 12:30
da joseph
Grazie a tutti per le risposte...Adesso sto provando a compilare un kernel 3.2.9, ho letto da qualche parte che dal kernel 2.6.37 in su non dovrebbe verificarsi questo problema...Provare per credere...
vi farò sapere grazie a tutti.
p.s.: 414N di che pacchetti parli ?
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 13:04
da joseph
Niente da fare anche con il nuovo kernel 3.2.9 fa lo stesso problema...
Se cancello il file /etc/X11/xorg.conf mi parte in vesamode....
Qualche idea a riguardo? 414N che pacchetti dovrei aggiornare?
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 13:12
da 414N
Dato che il problema è X, dovresti aggiornare xf86-video-intel in primis e poi mesa (che comporta anche l'aggiornamento di libdrm).
Dovresti essere in grado di pacchettizzare tutto quanto usando gli SlackBuild presenti nel ramo source/ di Slackware, modificando opportunamente le versioni.
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 13:16
da targzeta
A me sembra che hai semplicemente sbagliato driver. Probabilmente il driver 'intel' di X non è quello corretto per la tua scheda video. Potresti postare l'output di:
Però forse è meglio l'intero Xorg.log.
Emanuele
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 13:27
da Blallo
prima di ricompilate "selvagge", prova i pacchetti del ramo testing
(sono per 64 bit)
libdrm:
http://slackware.cs.utah.edu/pub/slackw ... 6_64-1.txz
mesa:
http://slackware.cs.utah.edu/pub/slackw ... 6_64-1.txz
e prova a rimuovere/rinominare xorg.conf: dovrebbe riconoscere tutto in automatico.
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 14:42
da joseph
Per spina:
Questo è il risultato di lspci
Codice: Seleziona tutto
00:02.0 VGA compatible controller [0300]: Intel Corporation Sandy Bridge Integrated Graphics Controller [8086:0106] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:3672]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 7
Region 0: Memory at 90000000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 4000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Questo invece è il log intero di Xorg:
Codice: Seleziona tutto
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.1 Slackware Linux Project
Current Operating System: Linux darkstar 2.6.33.4-smp #2 SMP Wed May 12 22:47:36 CDT 2010 i686
Kernel command line: BOOT_IMAGE=Linux ro root=801 vt.default_utf8=1
Build Date: 05 May 2010 01:54:53AM
Current version of pixman: 0.16.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 2 13:37:02 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "AllowEmptyInput" "off"
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/75dpi/:unscaled,
/usr/share/fonts/100dpi/:unscaled,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/usr/share/fonts/cyrillic,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/75dpi/:unscaled,
/usr/share/fonts/100dpi/:unscaled,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/usr/share/fonts/cyrillic
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Loader magic: 0x81e4c80
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) using VT number 7
(--) PCI:*(0:0:2:0) 8086:0106:103c:3672 rev 9, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x00004000/64
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.9.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.7.5, module version = 1.5.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.7.5, module version = 1.4.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Per quanto riguarda jimmy, uso un sistema a 32bit e rinominando/rimuovendo xorg.conf funziona X ma con i driver vesa.
Unica risoluzione disponibile 1024x768 e si vede anche malissimo.
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 15:38
da Blallo
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 16:21
da joseph
Niente da fare, nemmeno aggiornando questi due pacchetti ho risolto.
Il problema è sempre lo stesso, l'errore nello xorg è analogo e rinominando xorg.conf ottengo sempre X in vesa mode.
A questo punto mi sorge un dubbio, secondo me come dice spina il driver che carica non è quello adatto.
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 17:11
da rik70
Hai provato altre distro?
E' piuttosto strano, perché sin da slackware 13.1 non dovresti mettere mano a nessun file di configurazione. Se la VGA è supportata, Xorg dovrebbe caricare automaticamente il driver corretto.
Prova ad eliminare/spostare il file xorg.conf e a postare il log di X una volta lanciata la sessione grafica. Anche dmesg potrebbe aiutare a capire se succede qualcosa di strano.
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 17:56
da targzeta
Invece mi sa che il driver è quello giusto!!! Sarebbe carino capire come mai non ti trova il device. Come mai hai disabilitato l'auto-detection dei device?:
Codice: Seleziona tutto
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
Effettivamente, come già suggerito, provare a partire con un Xorg senza file di configurazione potrebbe risolvere. Inoltre, c'è questa opzione per Xorg ce potrebbe darti una mano:
Codice: Seleziona tutto
-configure
When this option is specified, the Xorg server loads all video driver modules,
probes for available hardware, and writes out an initial xorg.conf(5) file
based on what was detected. This option currently has some problems on
some platforms, but in most cases it is a good way to bootstrap the configuration
process. This option is only available when the server is run as root (i.e, with real-uid 0).
Infine, l'output completo di lspci? Cosa dice? Non è che hai due schede video?
Emanuele
Re: Problema scheda video Intel
Inviato: ven 2 mar 2012, 20:07
da joseph
A dire il vero appena acquistato c'era installato suse e funzionava benissimo...non sono amante di queste distro...comunque appena possibile vi posto xorg.log dopo aver cancellato xorg.conf... Ho aggiunto quelle righe perché non mi funzionava muose e tastiera...perdonatemi sto dal cell appena possibile vi posto tutto