Hey guys.
I'm trying to use Compiz in the latest Arch, and for that I'm trying to setup X to use NVIDIA drivers. My vcard is a Geforce 6200 AGP. However, I can't seem to use NVIDIA drivers. When I change the driver to "nvidia", he gives me this:
Signal 11. Server aborting
My xorg.conf is like this:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
# Load "glx"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
# Load "glx"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Device0"
Driver "vesa"
VendorName "NVIDIA Corporation"
BoardName "Asus Geforce 6200 GE (Gamer Edition)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
I've installed the latest drivers, first from the Arch site, then from the NVIDIA site, both with success., but i can't find the error. He onmly runs when I change the driver to "vesa".
I've generated a xorg.conf, first w/ xorgconfig, and then with nvidia-xconfig, both with success,but none of them worked.
Anyone can help me plz?? :|