[Nouveau] [Bug 15675] New: Randr12: works from command-line but not in xorg.conf

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 23 08:17:26 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=15675

           Summary: Randr12: works from command-line but not in xorg.conf
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: amcnabb at mcnabbs.org
         QAContact: xorg-team at lists.x.org


I have two machines with different hardware that are using nouveau with
Randr12.  One of them works fine.  The other one is behaving oddly.  If I set
"Virtual 3200 1200" in the xorg.conf and start up X, only the DVI monitor
displays anything.  The VGA is blank.  If I run `xrandr --output VGA-0
--right-of DVI-D-0`, then the VGA screen lights up and everything is happy.

However, if I try to tell xorg.conf to put VGA-0 right of DVI-D-0 (which is
what I successfully do on the other computer), then the VGA monitor stays
blank, even though X apparently thinks it is using two monitors.  Here's what's
at the bottom of xorg.conf:

Section "Monitor"
    Identifier "DVI-D-0"
EndSection 

Section "Monitor"
    Identifier "VGA-0"
    Option "RightOf" "DVI-D-0"
EndSection

When I use this configuration, switching which display is left and which is
right doesn't help.  If I do `xrandr --output VGA-0 --left-of DVI-D-0`, then
the DVI gets the other half of the virtual screen and whatever windows should
have been displayed on the VGA.  However, the VGA is still blank.

At this point, if I do `xrandr --output VGA-0 --same-as DVI-D-0`, then suddenly
the VGA lights up and displays correctly.  I can now put VGA-0 to the right of
or left of DVI-D-0; all of the xrandr commands work perfectly.

I'm using the latest version of nouveau from git.  The machine is running
Fedora Rawhide.  In case it helps, here's the output from `lspci -v` about the
video card:

05:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev
a1) (prog-if 00 [VGA controller])
        Subsystem: Unknown device 196e:02f0
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (32-bit, prefetchable) [size=256M]
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Expansion ROM at feae0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [44] AGP version 3.0
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb

I hope this is helpful.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Nouveau mailing list