MeTriX

New member
ciao a tutti!!! ho istallato con successo i driver Nvidia tramite Envy per la mia scheda 8400M GT, ed ho anche istallato diversi pacchetti per Compiz...

il programma SEMBRA funzioni, con onde ed ALCUNI effetti, ma va spesso a a scatti, soprattutto nell'apertura e nel passaggio delle finestre...

ho provato a seguire la guida ufficiale wiki che c'è sul forum.Ubuntu, con il comando:

[code:1]glxinfo |grep rendering[/code:1]

ma immediatamente mi ritrovo con l'errore:

[code:1]Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: unable to open display :0.0[/code:1]

e quindi non riesco a proseguire con la guida!!! :(

se può servire, questo è il mio xorg.conf:

[code:1]Section "Files"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G80 [GeForce 8400M GT]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G80 [GeForce 8400M GT]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1280x1280"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "glx"
EndSection[/code:1]
 

ilanur

New member
Re:[VIDEO]Diver Nvidia istallati,ma errore in XLIB

lo schermo è impostato male: Modes "1280x1280" devi mettere 1280x800
ciao
 

MeTriX

New member
Re:[VIDEO]Diver Nvidia istallati,ma errore in XLIB

ti ringrazio ilanur.......gentilissimo e presente come SEMPRE!!!!!!! ;)

ho sistemato questo problema ed ho provato a dare nuovamente il comando.... STESSO PROBLEMA!!!

mi è venuto il dubbio che era colpa che facessi questo comando con diritti di root....

infatti ho provato poi a metterlo tramite UTENTE e mi da come risposta:

[code:1]root@metrix-Notebook:/home/metrix# glxinfo | grep rendering
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: unable to open display :0.0
root@metrix-Notebook:/home/metrix# exit
exit
metrix@metrix-Notebook:~$ glxinfo | grep rendering
direct rendering: Yes
metrix@metrix-Notebook:~$ [/code:1]

potreste spiegarmi come mai??? non me ne intendo di linux e sono agli inizi...