| xrandr and multiple displays |
|
|
|
| Written by Fr. Robert Bower |
| Monday, 10 May 2010 06:54 |
|
Often I want to use an external display with my netbook, but I found with my eee if I use the hot key for changing the screen from LCD to external monitor there may be problems from displays not working to unexpected resolution changes. xrandr --output LVDS --mode 1024x600 sets the LCD on the laptop to 1024x600 note: LVDS is the name for my eee's LCD you should use the name given when you run the xrandr -q command. xrandr --output VGA --mode 1024x768 sets the external monitor connected to VGA port to 1024x768 note: VGA is the name for my eee's external vga port you should use the name given when you run the xrandr -q command. Geek alert xrandr --output VGA --left-of LVDS xrandr is a great tool for configuring multi-head displays. For more information a good detailed article about xrandr is here http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 |
|
|
| Tweet |
| Last Updated on Saturday, 22 May 2010 15:21 |