Problem with nvidia installer

Lennart Sorensen lsorense-1wCw9BSqJbv44Nm34jS7GywD8/FfD2ys at public.gmane.org
Thu Sep 2 19:42:27 UTC 2004


On Thu, Sep 02, 2004 at 02:41:48PM -0400, jim ruxton wrote:
> Thanks Lennart,
> I got rid of a lot of errors by putting
>  Load "fb"
> in my XF86Config file . Now I'm left with the following errors. Is it
> possible to see your XF86Config file?
> 
> 
> Symbol xf86XvMCDestroyAdaptorRec from module
> /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
> Symbol xf86XvMCCreateAdaptorRec from module
> /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
> 
> *** If unresolved symbols were reported above, they might not
> *** be the reason for the server aborting.
> 
> 
> 
> This is what I have on my system
> 
>  Here is what I have in /usr/X11R6/lib/ What am I missing??
> [jim at localhost lib]$ ls libXv*
> libXv.a libXvMCNVIDIA.a libXvMCNVIDIA.so.1.0.6111 libXv.so.1
> libXvMC.a libXvMCNVIDIA_dynamic.so.1 libXv.so

---XF86Config-4 START---
# 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	"vbe"
EndSection
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5200]"
	Driver		"nvidia"
EndSection
Section "Monitor"
	Identifier	"Samsung 753DF"
	HorizSync	30-70
	VertRefresh	50-160
	Option		"DPMS"
EndSection
Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV34 [GeForce FX 5200]"
	Monitor		"Samsung 753DF"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
Section "DRI"
	Mode	0666
EndSection
---XF86Config-4 END---

libXv*:
-rw-r--r--  1 root root  12582 May 29 08:33 /usr/X11R6/lib/libXv.a
lrwxrwxrwx  1 root root     10 Jun 17 12:39 /usr/X11R6/lib/libXv.so ->
libXv.so.1
lrwxrwxrwx  1 root root     12 Jun 17 12:39 /usr/X11R6/lib/libXv.so.1 ->
libXv.so.1.0
-rw-r--r--  1 root root  14828 May 29 08:33 /usr/X11R6/lib/libXv.so.1.0
-rw-r--r--  1 root root   7560 May 29 08:33 /usr/X11R6/lib/libXvMC.a
-rw-r--r--  1 root root 179066 Aug  5 17:09
/usr/X11R6/lib/libXvMCNVIDIA.a
lrwxrwxrwx  1 root root     25 Aug 23 09:31
/usr/X11R6/lib/libXvMCNVIDIA.so.1 -> libXvMCNVIDIA.so.1.0.6111
-rw-r--r--  1 root root 165632 Aug  5 17:09
/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6111
lrwxrwxrwx  1 root root     25 Aug 23 09:31
/usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1 -> libXvMCNVIDIA.so.1.0.6111
-rw-r--r--  1 root root   7560 May 29 08:33 /usr/X11R6/lib/libXvMC_pic.a

Does any of that give you any ideas?

Lennart Sorensen
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list