On Sat, Nov 21, 2009 at 12:20:03PM -0500, Paul Donohue wrote:
> 1) Force the 16:10 monitor to run at 1920x1080, having the monitor itself
> stretch the image
> xrandr --output DVI --mode 1920x1080 --pos 0x0 --output HDMI --auto --same-as
> DVI --output VGA --auto --right-of DVI
I left out several steps for this one. To make this work, you'll actually need
to run:
xrandr --newmode 1920x1080 173.00 1920 2048 2248 2576 1080 1083 1088 1120
-hsync +vsync
(this modeline was generated by running 'cvt -v 1920 1080 60')
xrandr --addmode DVI 1920x1080
xrandr --output DVI --mode 1920x1080 --pos 0x0 --output HDMI --auto --same-as
DVI --output VGA --auto --right-of DVI