Re: [Hampshire] FC8 X11 problem - GeForce 8400

Top Page

Reply to this message
Author: Sean Gibbins
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] FC8 X11 problem - GeForce 8400
Rob Malpass wrote:
>
> Thanks - I've tried editing the xorg.conf as well as that as well as
> system-config-display and the kmod-nvidia suggested by James - no
> dice. Can anyone tell me what diagnostics I need to look at (or post)?


'ls -ltr /var/log/Xorg*' should display the logs in order, current or
most recent last.

sean@BENDER:~$ ls -ltr /var/log/Xorg*
-rw-r--r-- 1 root root 25183 2007-11-03 19:50 /var/log/Xorg.20.log.old
-rw-r--r-- 1 root root 25928 2007-12-18 19:17 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 26017 2007-12-21 17:18 /var/log/Xorg.1.log.old
-rw-r--r-- 1 root root 26017 2007-12-21 17:19 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 26021 2007-12-25 23:04 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root 26571 2007-12-26 19:40 /var/log/Xorg.0.log

Look at the current log or the most recent and pay attention to warnings
(WW) and errors (EE) - in some respects starting from the bottom and
working up can be useful.

>
> FWIW it's a Zotac Nvidia GeForce 8400 (PCI Express). The motherboard
> does have onboard graphics which I've not been able to disable (can't
> find a BIOS setting) so when probing, it tries on VideoCard0 and
> VideoCard1, but nothing from either. Not sure how (un)important that
> might be.


Fairly important I think - in my experience the output will be sent to
one or other sockets according to the Busid defined in the config:

<example>

Section "Device"
        Identifier     "nVidia Corporation G80 [GeForce 8800 GTS]"
        Boardname     "nv"
        Busid     "PCI:2:0:0"
        Driver     "nvidia"
        Screen     0
EndSection


</example>

So, does your card have two outputs and have you tried them both?

Which driver is used by default in /etc/X11/xorg.conf?

Finally, which motherboard do you have Rob?

Sean