On Sun, Nov 13, 2005 at 05:06:12AM +0200, sempsteen wrote:
> (II) LoadModule: "nv"
> (II) Loading /usr/lib/modules/drivers/nv_drv.o
> (II) Module nv: vendor="X.Org Foundation"
> compiled for 6.8.2, module version = 1.0.1
> Module class: X.Org Video Driver
> ABI class: X.Org Video Driver, version 0.7
> (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
> Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
> Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,

Which xorg configuration is this? Whichever it is, it is not the one
used by Xorg given the error logs. 

The above states that it is loading module "nv", which is the xorg
driver for nvidia chipsets. If you are using the nvidia driver, it
should say:

(II) LoadModule: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.7676
        Module class: XFree86 Video Driver
(II) NVIDIA dlloader X Driver  1.0-7676  Fri Jul 29 13:00:04 PDT 2005
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
......

check to make sure the xorg configuration you posted below is the same 
one at /etc/X11/xorg.conf, and that the error log above is from the 
failed attempt at starting X.


> ----------------------------
> My Xorg configuration
> ----------------------------
> 
> # **********************************************************************
> # Graphics device section
> # **********************************************************************
> 
> # Any number of graphics device sections may be present
> 
> # Standard VGA Device:
> 
> Section "Device"
> Identifier "Standard VGA"
> VendorName "Unknown"
> BoardName "Unknown"
> 
> # The chipset line is optional in most cases. It can be used to override
> # the driver's chipset detection, and should not normally be specified.
> 
> # Chipset "generic"
> 
> # The Driver line must be present. When using run-time loadable driver
> # modules, this line instructs the server to load the specified driver
> # module. Even when not using loadable driver modules, this line
> # indicates which driver should interpret the information in this section.
> 
> Driver "vga"
> # The BusID line is used to specify which of possibly multiple devices
> # this section is intended for. When this line isn't present, a device
> # section can only match up with the primary video device. For PCI
> # devices a line like the following could be used. This line should not
> # normally be included unless there is more than one video device
> # intalled.
> 
> # BusID "PCI:0:10:0"
> 
> # VideoRam 256
> 
> # Clocks 25.2 28.3
> 
> EndSection
> 
> # Device configured by xorgconfig:
> 
> Section "Device"
> Identifier "TNT2"
> Driver "nvidia"
> #VideoRam 16384
> # Insert Clocks lines here if appropriate
> EndSection
> 


W
-- 
"I'm going to do this in more stupid fashion in a moment."
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 20:18
-- 
gentoo-user@gentoo.org mailing list

Reply via email to