[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian 7 with two displays.



On Thu, May 09, 2013 at 05:06:14PM +0200, Antonio Fernández Pérez wrote:
> Hi everybody,
> 
> I'm having problems configuring Debian 7 with two displays. I can't to get
> to have the system configured with a big desktop (Not as clone). I have
> installed privative driver of Ati (Radeon HD 4650), I have installed KDE
> 4.8.4, Gnome, XFCE ... Now I'm blocked.

You can either tell the X server to turn on Xinerama, or you can
probably ask the ATI driver to merge the screens and pretend that there
is only one.

Section "ServerLayout"
        Identifier "Multihead"
        Screen  "screen0"
        Screen  "screen1" RightOf "screen0"
        InputDevice     "mouse1" "CorePointer"
        InputDevice     "keyboard1" "CoreKeyboard"
        Option "Xinerama"
EndSection

-dsr-


Reply to: