Hi there.
Ive been having problems with dual screen mode. All I can get it to do is clone the first screen, which I dont really need.
Ideally, I would like my second screen (an old LCD tv) to be set at 1024x768 to the left of my main laptop screen, and for the laptop to be set at 1280x800.
I think that I could get it to work by using the command
where VGA is the LCD tv and lvds is the laptop moniter.
However when I run this I get
I think I need to add a virtual screen size in my xorg.conf file but I dont know where
Any ideas?
Ive been having problems with dual screen mode. All I can get it to do is clone the first screen, which I dont really need.
Ideally, I would like my second screen (an old LCD tv) to be set at 1024x768 to the left of my main laptop screen, and for the laptop to be set at 1280x800.
I think that I could get it to work by using the command
Code:
xrandr --output VGA --mode 1024x768 --left-of LVDS
However when I run this I get
Code:
xrandr: screen cannot be larger than 1360x1360 (desired size 2304x800)
Any ideas?
Comment