Cannot set second screen beside first screen
Arnaud bourree
arnaud.bourree at gmail.com
Mon May 24 06:57:16 UTC 2010
2010/5/23 Dotan Cohen <dotancohen at gmail.com>:
> On 23 May 2010 17:58, Arnaud bourree <arnaud.bourree at gmail.com> wrote:
>> Hello,
>>
>> I also failed to used krandr, so I write a simple script based on
>> xrandr command line tool.
>> I run each time I plug my 2nd monitor.
>> It set my 2nd monitor right of my laptop.
>>
>> #!/bin/bash
>> xrandr --output LVDS1 --auto --preferred --output VGA1 --auto --right-of LVDS1
>>
>> I hop that will help you
>>
>> --
>> Arnaud
>>
>
> Thanks, no luck. It seems that my screen cannot be set to the required
> dimensions:
>
> ✈dcl:~$ xrandr --fb 3360x1050
> xrandr: screen cannot be larger than 1680x1680 (desired size 3360x1050)
> ✈dcl:~$
>
> --
> Dotan Cohen
>
> http://gibberish.co.il
> http://what-is-what.com
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
Did you try to set Virtual size in SubSection "Display" of Section
"Screen" in your xorg.conf.
In the past I used it, but now I don't need any more, but I don't remember why.
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 3360 1050
EndSubSection
EndSection
More information about the kubuntu-users
mailing list