Dear list,

I am trying to use my debian/linux laptop with an external monitor to have an 
enlarge desktop. I am using kde3.4 and xorg package given on this list. I 
configured xorg with two devices, two screens, and a layout putting the two 
screen side to side. But I can't get kde on both screen...

First of all, is kde compilled in debian with the -xinerama option ? Is there 
a tool in kde to configure on the fly the layout of the xorg screens ?
If any body has such a working setup, could he send me its configuratios 
files ?

here are relevant parts taken from my xorg.conf

Section "Device"
        Identifier      "ATI X300"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
        Option          "MergeFB"               "false"
        Option          "MonitorLayout"         "LVDS, TMDS"
EndSection

Section "Device"
        Identifier      "ATI X300 (2)"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection

Section "Monitor"
        Identifier      "LCD"
        Option          "DPMS"
        HorizSync       30-65
        VertRefresh     50-75
EndSection

Section "Monitor"
        Identifier      "External Monitor"
        Option          "DPMS"
        HorizSync       30-65
        VertRefresh     50-100
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI X300"
        Monitor         "LCD"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1400x1050"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "External Screen"
        Device          "ATI X300 (2)"
        Monitor         "External Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth 24
                Modes "1280x1024" "1280x960" "1152x86490" "1024x768" "800x600" 
"640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Screen  1       "External Screen" RightOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
        Option          "Xinerama"      "true"
EndSection


-- 
thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to