Sebastian Redl schrieb:
> Rafał Miłecki wrote:
>   
>> 2009/7/3 Sebastian Redl <[email protected]>:
>>   
>>     
>>> However, they are in clone-screen mode. I attempt to put them in proper
>>> side-by-side mode:
>>>
>>> $ xrandr --output VGA-0 --right-of DVI-0
>>>     
>>>       
>> What about
>>
>> xrandr --output VGA-0 --right-of DVI-0 --crtc 1
>>   
>>     
I had a similar problem recently, with the same radeon chipset. I used
the xorg.conf  config file to solve this problem.  Maybe the attached 
file will fit your needs.

Also, for more information try this link:

http://wiki.debian.org/XStrikeForce/HowToRandR12


regards

Andreas Gajda
Section "ServerLayout"
        Identifier     "Layout0"
        Screen         "Screen0"
        InputDevice    "Events" "SendCoreEvents"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "evdev"
EndSection

Section "DRI"
 Group        "video"
 Mode         0660
EndSection

Section "InputDevice"
        Identifier  "Events"
        Driver      "evdev"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        Option       "RightOf" "Monitor0"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV516 [Radeon X1300/X1550 Series]"
        BusID       "PCI:2:0:0"
        Option "Monitor-DVI-0" "Monitor0"
        Option "Monitor-VGA-0" "Monitor1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Virtual     2860 1024
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Virtual     2860 1024
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Virtual     2860 1024
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Virtual     2860 1024
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Virtual     2860 1024
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Virtual     2860 1024
        EndSubSection
EndSection
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to