Pagina 1 di 1

[RISOLTO]Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 12:51
da alexcr7
Salve a tutti, ho alcuni problemi con la mia scheda...
Intanto vi posto lspci del video

Codice: Seleziona tutto

00:00.0 Host bridge: Intel Corporation Mobile GME965/GLE960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)
Quando lancio glxinfo|grep render ricevo questo

Codice: Seleziona tutto

sunrise@moonlight:~$ glxinfo|grep render
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
e se provo il comando suggeritomi

Codice: Seleziona tutto

sunrise@moonlight:~$ LIBGL_DEBUG=verbose glxinfo|grep render
libGL: XF86DRIGetClientDriverName: 1.9.0 i965 (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: i965_dri.so
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
Insomma...come abilito il 3D ?  >:(

Re: Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 12:54
da [lost]-Divilinux
fai un

Codice: Seleziona tutto

locate i965_dri.so
e posta l'output..forse ti manca solo il pacchetto xorg-driver-video-intel

Re: Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 12:57
da alexcr7
Non mi dà nessun output

Codice: Seleziona tutto

moonlight:/home/sunrise# locate i965_dri.so
moonlight:/home/sunrise#
E controllando in Synaptic il pacchetto è installato, ad ogni modo ho provato a reinstallarlo da terminale, riavviato anche e...niente.

Ad ogni modo allego anche lo xorg

Codice: Seleziona tutto

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver 		"intel"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

Re: Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 13:16
da [lost]-Divilinux
lo xorg.conf ormai non serve piu' a molto, visto che le opzioni base sono state dirottate su altrei programmi.
Gia' che ci siamo pero' prova ad inserire i driver i810 al posto di "intel" e riavvia il server grafico..

Re: Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 13:27
da alexcr7
Purtroppo niente...

Codice: Seleziona tutto

Section "Device"
	Identifier	"Configured Video Device"
	Driver 		"i810"
EndSection

Codice: Seleziona tutto

moonlight:/home/sunrise# glxinfo|grep render
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
Eppure lanciando "glxgears" visualizzo l'animazione (anche se in modo lentissimo)

Re: Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 13:30
da [lost]-Divilinux
glxgears non e' un test per verificare se il 3d funziona oppure no, perche' funziona comunque.
Controlla di avere installato anche il pacchetto :
sudo apt-get install libgl1-mesa-dri

Re: Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 13:35
da alexcr7
Grazie Divi, tutto a posto, era quello il pacchetto mancante :)

Codice: Seleziona tutto

moonlight:/home/sunrise# glxinfo|grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Unknown Intel Chipset 4.1.3002 x86/MMX/SSE2
Eppure in Synaptic ce l'avevo spuntato  ???
Grazie ancora (b2b)

Re: [RISOLTO]Problemi con Intel e 3D attivo...

Inviato: martedì 14 aprile 2009, 13:36
da [lost]-Divilinux
magari in questi giorni hai ricevuto un upgrade di xorg..e queste cose non sono rare
;)