Mailinglist Archive: opensuse-bugs (7195 mails)

< Previous Next >
[Bug 370656] RANDR 1.2: Only clone mode available when using 2x DVI-D (radeonhd+nv)
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 9 Mar 2009 12:21:59 -0600 (MDT)
  • Message-id: <20090309182159.3E18A24550E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=370656

User mhopf@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=370656#c18


Matthias Hopf <mhopf@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |ASSIGNED




--- Comment #18 from Matthias Hopf <mhopf@xxxxxxxxxx> 2009-03-09 12:21:58 MST
---
This is the minimal xorg.conf that is needed on shannon to get everything
going.
Note the Modeline (apparently 1680x1050 is still not standard), and not the
Modes "1680x1050". "PreferredMode" would probably work as well. Apparently
radeonhd isn't able to get DDC info from the monitors - needs to be debugged.

But the main issue of this bug is that multi-monitor configuration isn't used
correctly if the 'Monitor "M1"' line is still included.


Section "Screen"
SubSection "Display"
Modes "1680x1050"
Virtual 3840 1200
EndSubSection
Device "D"
Identifier "S"
# Monitor "M1"
EndSection


Section "Device"
Driver "radeonhd"
Identifier "D"
Option "monitor-DVI-I_1/digital" "M1"
Option "monitor-DVI-I_2/digital" "M2"
EndSection


Section "Monitor"
Identifier "M1"
UseModes "Modes[0]"
EndSection


Section "Monitor"
Identifier "M2"
Option "RightOf" "M1"
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
EndSection


Section "ServerLayout"
Identifier "L"
Screen "S"
EndSection

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >