Hi Newbie here,
I am having a problem trying to get direct rendering to work.
Here are the outputs of the following:
Code:
root@bt:~# glxinfo
Segmentation fault
Code:
root@bt:~# glxinfo |grep rendering
root@bt:~#
I get absolutely nothing here... whereas before I was getting Error: glXCreateContext failed.
After removing and reinstalling nvidia-driver a couple of times (a lot actually), I now get no output on that command. ?
I have a Nvidia GeForce Go 7300 card and installed its driver by issuing
Code:
# apt-get install nvidia-driver
# nvidia-xconfig
I've performed all suggestions and changes to my xorg.conf file from Purehate & Monovitae from this previous post with no avail:
[HTML]http://www.backtrack-linux.org/forums/old-backtrack-4-pre-final/19949-var-log-xorg-0-log-nvidia-glx-error.html[/HTML
]I've read in the Ubuntu forums as well that many have experienced this issue and have solved tit with a simple removal of the nvidia driver <apt-get remove --purge nvidia*> and by reinstalling it. That also hasn't worked in my case.
I have attached the output of my xorg.conf and errors & warning from my Xorg.0.log for your review.
Thank you for taking the time to read and/or help!
Regards,
P.S. - I also am not able to run the Nvidia X Server Settings from K menu/System
P.P.S - I also have Compiz installed. Reason why I need direct rendering to work...
/etc/X11/xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Jul 22 19:11:22 PDT 2009
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "extmod"
Load "record"
Load "xtrap"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G72M [Quadro NVS 110M/GeForce Go 7300]"
BusID "PCI:1:0:0"
Option "AddARGBGLXVisuals" "true"
Option "Coolbits" "1"
Option "RenderAccel" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
/var/log/Xorg.0.log
Code:
WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
Entry deleted from font path.
(**) May 08 02:16:51 NVIDIA(0): Enabling RENDER acceleration
(EE) May 08 02:16:51 NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) May 08 02:16:51 NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) May 08 02:16:51 NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
(EE) May 08 02:16:51 NVIDIA(0): you continue to encounter problems, Please try
(EE) May 08 02:16:51 NVIDIA(0): reinstalling the NVIDIA driver.
(II) May 08 02:16:52 NVIDIA(0): NVIDIA GPU GeForce Go 7300 (G72) at PCI:1:0:0 (GPU-0)