[Bug 20650] [x1950 Pro] DVI + TVOut -> Screen0

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 27 06:01:53 PDT 2009


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


Ancoron <ancoron at chaoslayer.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ancoron at chaoslayer.de




--- Comment #12 from Ancoron <ancoron at chaoslayer.de>  2009-10-27 06:01:53 PST ---
(In reply to comment #11)
> I have just updated to latest git version, buld modules and replace so files to
> /usr/lib/xorg/modules/drivers/...
> My problem was stay.
> Without active uvesafb, my virtual terminal has pink color after startx.
> And I can't to set first screen to lcd display, first display is TV.
> Other way, I can't to separate my screen...
> I can send you, or post my xorg.conf...
> Some problem was resoleved by xinerama, but my xdm, gdm or kdm start on TV, and
> i can't to see it without turn on tv
> 

As a workaround you might try to change the position of the TV inside the large
virtual screen to be right to the LCD by either uncommenting the "RightOf"
option in your xorg.conf:

Section "Monitor"
        Identifier   "Monitor-TV"
        Option       "PreferredMode" "800x600"
        Option       "RightOf" "Monitor0"
EndSection

...or (if that doesn't do the trick) specify the position manually for xrandr
using these:

Section "Monitor"
        Identifier   "Monitor0"
        Option       "Position" "0 0"
EndSection

Section "Monitor"
        Identifier   "Monitor-TV"
        Option       "PreferredMode" "800x600"
        Option       "RightOf" "Monitor0"
        Option       "Position" "1280 0" # if the LCD width is set to 1280
EndSection

After that you should actually get the login back to the LCD.


-- 
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 xorg-driver-ati mailing list