NVIDIA-GLX Driver

EcliptuX ulist at gs1.ubuntuforums.org
Thu Nov 18 18:56:34 UTC 2004


Hi,

I have a similar pb with the nvidia-glx driver
I made the update to the 1.0.6629 version and from this time, I can't
run GLX application.
I read a lot of howto but I did'nt solve the problem.

First, when I try tu run crack-attack :

Code:
--------------------
    [ecliptux]@[~]$ crack-attack
  freeglut (crack-attack): OpenGL GLX extension not supported by display ':0.0'
  [ecliptux]@[~]$
--------------------
 
OK so, I try glxinfo :

Code:
--------------------
    [ecliptux]@[~]$ glxinfo
  name of display: :0.0
  Xlib:  extension "GLX" missing on display ":0.0".
  Xlib:  extension "GLX" missing on display ":0.0".
  Xlib:  extension "GLX" missing on display ":0.0".
  Error: couldn't find RGB GLX visual
  
  visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  ----------------------------------------------------------------------
  Xlib:  extension "GLX" missing on display ":0.0".
  Xlib:  extension "GLX" missing on display ":0.0".
  0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  Xlib:  extension "GLX" missing on display ":0.0".
  Xlib:  extension "GLX" missing on display ":0.0".
  0x22 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  Erreur de segmentation
  [ecliptux]@[~]$
--------------------
 
I try to run 

Code:
--------------------
    root at Spheerys:/home/ecliptux # nvidia-glx-config enable
  bash: nvidia-glx-config: command not found
  root at Spheerys:/home/ecliptux #
--------------------
 
Why did'nt have nvidia-glx-config ???? 
I have installed yet :
- nvidia-glx
- nvidia-glx-dev
- nvidia-kernel-source
- nvidia-kernel-common
- nvidia-settings

Hummmm I'm looking inside my XF86Config-4 :

Code:
--------------------
    # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
  # (Type "man XF86Config-4" at the shell prompt.)
  #
  # This file is automatically updated on xserver-xfree86 package upgrades *only*
  # if it has not been modified since the last upgrade of the xserver-xfree86
  # package.
  #
  # If you have edited this file but would like it to be automatically updated
  # again, run the following commands as root:
  #
  #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  #   dpkg-reconfigure xserver-xfree86
  
  Section "Files"
  	FontPath "unix/:7100"			# local font server
  	# if the local font server has problems, we can fall back on these
  	FontPath	"/usr/lib/X11/fonts/misc"
  	FontPath	"/usr/lib/X11/fonts/cyrillic"
  	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
  	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
  	FontPath	"/usr/lib/X11/fonts/Type1"
  	FontPath	"/usr/lib/X11/fonts/CID"
  	FontPath	"/usr/lib/X11/fonts/Speedo"
  	FontPath	"/usr/lib/X11/fonts/100dpi"
  	FontPath	"/usr/lib/X11/fonts/75dpi"
  EndSection
  
  Section "Module"
  	Load	"GLcore"
  	Load	"bitmap"
  	Load	"dbe"
  	Load	"ddc"
  	Load	"dri"
  	Load	"extmod"
  	Load	"freetype"
  	Load	"glx"
  	Load	"int10"
  	Load	"record"
  	Load	"speedo"
  	Load	"type1"
  	Load	"v4l"
  	Load	"vbe"
  	Load	"xtt"
  EndSection
  
  Section "InputDevice"
  	Identifier	"Generic Keyboard"
  	Driver		"keyboard"
  	Option		"CoreKeyboard"
  	Option		"XkbRules"	"xfree86"
  	Option		"XkbModel"	"pc105"
  	Option		"XkbLayout"	"fr"
  EndSection
  
  Section "InputDevice"
  	Identifier	"Configured Mouse"
  	Driver		"mouse"
  	Option		"CorePointer"
  	Option		"Device"		"/dev/input/mice"
  	Option		"Protocol"		"ImPS/2"
  	Option		"Emulate3Buttons"	"true"
  	Option		"ZAxisMapping"		"4 5"
  EndSection
  
  Section "Device"
  	Identifier	"NVIDIA Corporation NVIDIA Default Card"
  	Driver		"nv"
  	BusID		"PCI:1:0:0"
  EndSection
  
  Section "Monitor"
  	Identifier	"MD7218AR"
  	HorizSync	30-83
  	VertRefresh	50-76
  	Option		"DPMS"
  EndSection
  
  Section "Screen"
  	Identifier	"Default Screen"
  	Device		"NVIDIA Corporation NVIDIA Default Card"
  	Monitor		"MD7218AR"
  	DefaultDepth	24
  	SubSection "Display"
  		Depth		1
  		Modes 	"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		4
  		Modes 	"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		8
  		Modes 	"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		15
  		Modes 	"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		16
  		Modes 	"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		24
  		Modes 	"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  EndSection
  
  Section "ServerLayout"
  	Identifier	"Default Layout"
  	Screen		"Default Screen"
  	InputDevice	"Generic Keyboard"
  	InputDevice	"Configured Mouse"
  EndSection
  
  Section "DRI"
  	Mode	0666
  EndSection
  
--------------------
 
Ahhhhhhhhh OK ! The XF86Config-4 is not configured !!
But if I read the instruction on the nvidia website (delete dri and
GLcore ligns, replace nv by nvidia...), my X server don't want to
restart !
There, the final error in the log :

Code:
--------------------
    [.....]
  	[25] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
  	[26] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
  	[27] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
  (II) Setting vga for screen 0.
  (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
  (==) NVIDIA(0): RGB weight 565
  (==) NVIDIA(0): Default visual is TrueColor
  (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  (--) NVIDIA(0): Linear framebuffer at 0xC0000000
  (--) NVIDIA(0): MMIO registers at 0xDE000000
  (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
  (EE) NVIDIA(0):  *** Aborting ***
  (II) UnloadModule: "nvidia"
  (EE) Screen(s) found, but none have a usable configuration.
  
  Fatal server error:
  no screens found
  
  When reporting a problem related to a server crash, please send
  the full server output, not just the last messages.
  This can be found in the log file "/var/log/XFree86.0.log".
  Please report problems to submit at bugs.debian.org.
--------------------
 
it's means than the module is not loaded.
If I try to load it : 
Code:
--------------------
    root at Spheerys:/aaa # modprobe nvidia
  FATAL: Module nvidia not found.
  root at Spheerys:/aaa #
  
--------------------
 

What can I do](*,)](*,)](*,)


-- 
EcliptuX




More information about the ubuntu-users mailing list