You are not logged in.

#1 2010-12-08 13:54:53

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Xorg issues

i ran some updates a few days ago. and finally got around to rebooting last night (first mistake). anyway, after rebooting, i couldn't log into my desktop. i run kdemod. what was happening was, i would put in my credentials at the login screen, it would start the login process, and crash back to the login screen. couldn't really find anything in the X or kdm logs at this point that jumped out

so i started browsing around the arch and kdemod forums looking for recent posts of similar issues. and then i ended up trying to remove kdemod and try the standard kde from the arch repo's only to have the same problem.

then i thought, maybe something up with the nouveau drivers. so i removed nouveau, took the module out of modprobe.conf and ran mkinitcpio to make a new kernel image and installed the nvidia driver. tweaked my xorg.conf just slightly, and that worked with only one monitor anyway. so seemed to be an issue with nouveau

now, my problem is, i can't get my second monitor working with the nvidia drivers. X seems to segfault. essentially, the kdm login screen will load, flicker a few times, and X crashes.

here is my previous xorg.conf used with the nouveau drivers
http://sergeinc.dyndns.org/host/logs/xorg.nouveau

and my current xorg.conf for the nvidia driver with a single monitor
http://sergeinc.dyndns.org/host/logs/xorg.conf

and here's the nvidia configuration that segfaults
http://sergeinc.dyndns.org/host/logs/xorg.nvidia

some xorg logs
http://sergeinc.dyndns.org/host/logs/Xorg.0.log
http://sergeinc.dyndns.org/host/logs/Xorg.0.log.old

and kdm log
http://sergeinc.dyndns.org/host/logs/kdm.log

the rest of my system logs are in the same folder, if there's anything else that can help.
http://sergeinc.dyndns.org/host/logs/

maybe someone can help shed some light?

Last edited by ssl6 (2010-12-08 13:55:31)


this is a signature

Offline

#2 2010-12-14 00:21:48

davidm
Member
Registered: 2009-04-25
Posts: 371

Re: Xorg issues

Not sure about kdemod and I only have limited experience with Twinview but since no one else helped yet I'll give it a shot.

Your Twinview configuration appears pretty messed up when looking at http://sergeinc.dyndns.org/host/logs/xorg.nvidia.  I'd probably make a backup copy so you have it and then completely start from scratch with a minimal xorg.conf.  Then as it says in the wiki (https://wiki.archlinux.org/index.php/NVIDIA) use:

Automatic configuration with multiple monitors

The NVIDIA package provides Twinview. This tool will help by automatically configuring all the monitors connected to your video card. This only works for multiple monitors on a single card. To configure Xorg Server with Twinview run:

nvidia-xconfig --twinview

to generate a proper twinview config to use as a base.

If it helps I use this for mine:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400 GS"
EndSection

Section "Screen"

# Removed Option "TwinView" "True"
# Removed Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
# Removed Option "metamodes" "CRT: 1024x768 +0+0, DFP: nvidia-auto-select +1280+0"
# Removed Option "metamodes" "CRT: 1024x768 +1920+156, DFP: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "CRT: 1280x1024 +1920+156, DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

This is for mine which consists of one GPU and two monitors.  One an LCD and the other a CRT.  I'm using Twinview.

(Don't just use mine because it won't work)

And it's working although perhaps not fully optimal.  Yours has what appears to be a lot of oddness to it such as it lists two separate GPUs (you really only have one?) and calls one of your same model number flat panels (?) a CRT.  I think you'd be better off starting from scratch with your xorg.conf.

Offline

#3 2010-12-14 00:43:12

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: Xorg issues

I have no xorg.conf on my machine, which has 2 flat panel monitors plugged into a Quadro FX 570.

To use twinview, all I had to do was edit /etc/X11/xorg.conf.d/20-nvidia.conf so that it looks like this

Section "Device"
        Identifier "Default nvidia Device"
        Driver "nvidia"
        Option "NoLogo" "True"
        Option "TwinView" "1"
        Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
EndSection

Last edited by skunktrader (2010-12-14 00:44:03)

Offline

Board footer

Powered by FluxBB