[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nvidia-xconfig and xserver-xorg-video-nv



On Wed, Oct 18, 2006 at 00:11:09 -0400, Carl Fink wrote:
> On Tue, Oct 17, 2006 at 11:11:08PM +0200, Florian Kulzer wrote:
> 
> > The source of the problem might be confusion between the "Driver" entry
> > in the "Device" section and the "Device" entry in the "Screen" section.
> > (Unless the above excerpt from the config file has a typo and you meant
> > to write 'Driver "nvidia"'.) Can you post your XF86Config-4 or
> > xorg.conf? I think it is best if we first try to your "nv" driver
> > working and then adapt the config file for the "nvidia" one.
> 
> Yes, that was a typo.  I append my xorg.conf, so let me apologize to all
> digest readers for its length.
> 
> =======================================================================
> # /etc/X11/xorg.conf (xorg X Window System server configuration file)

[...]

> Section "Module"
> 	Load	"i2c"
> 	Load	"bitmap"
> 	Load	"ddc"
> 	Load	"dri"
> 	Load	"extmod"
> 	Load	"freetype"
> 	Load	"glx"
> 	Load	"int10"
> 	Load	"type1"
> 	Load	"vbe"
> EndSection

[...]

> Section "Device"
> 	Identifier	"Generic Video Card"
> 	Driver		"vesa"
> #	Driver		"nv"
> EndSection

[...]

> Section "Screen"
> 	Identifier	"Default Screen"
> 	Device		"Generic Video Card"
> 	Monitor		"Generic Monitor"
> 	DefaultDepth	24
> 	SubSection "Display"
> 		Depth		1
> 		Modes		"1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		4
> 		Modes		"1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		8
> 		Modes		"1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		15
> 		Modes		"1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		16
> 		Modes		"1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		24
> 		Modes		"1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection

I would say that the nv driver should work in this configuration. Check
if the nv module is still present in /usr/lib/xorg/modules:

$ file /usr/lib/xorg/modules/drivers/nv_drv.so
/usr/lib/xorg/modules/drivers/nv_drv.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped

What are the exact error messages when you switch to the nv driver and
run startx? Also include the output of the following command:

egrep '^\((EE|WW)\)' /var/log/Xorg.0.log

-- 
Regards,
          Florian



Reply to: