Revision [25207]
This is an old revision of ConfigureAdditionalDisplay made by darkcity on 2012-11-26 08:42:02.
Configure Additional Display
Example using S-Video additional display.
xrandr --newmode "768x576pali" 14.76 768 789 858 944 576 580 583 625 -hsync -vsync interlace xrandr --addmode S-video 768x576pali xrandr --output S-video --mode 768x576pali xrandr --output S-video --off # a linux forum has suggested that tv standard can't be changed whilst S-video is on xrandr --output S-video --set tv_standard pal xrandr --output S-video --set load_detection 1 xrandr --output S-video --auto # this turns S-video back on
Also on the Wiki
zarfy - GUI resolution changer tool, good for multiple monitors
xrandr - command for configuring xorg