![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() |
xrandr add screen resolution
when i go System -> Preferences -> Display
I'm only offered : 1360x768 (16:9) 1152x864 (4:3) How do i add more screen resolutions? I tried adding more to /etc/X11/xorg.conf but its not showing up in the options box. Thanks |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2008
Beans: 1
|
Re: xrandr add screen resolution
|
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() |
Re: xrandr add screen resolution
Here are the steps
TO MAKE THE CHANGES PERSISTENT Code:
sudo gedit /etc/X11/xorg.conf Section "Screen" Identifier "Primary Screen" Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]" EndSection and add this to it DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "640x480" EndSubSection so it should all look similar to this: Section "Screen" Identifier "Primary Screen" Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "640x480" EndSubSection EndSection MAKE SURE YOU ADD YOUR NEW RESOLUTION TO THE MODES LINE Modes "1280x1024" "1024x768" "640x480" Thanks to: https://wiki.ubuntu.com/X/Config/Res...%20resolutions http://www.arunviswanathan.com/node/53 |
|
|
|
|
|
#4 |
|
Extra Roomy Joe
![]() Join Date: Mar 2008
Beans: 4,715
Ubuntu 9.10 Karmic Koala
|
Re: xrandr add screen resolution
Thank you for the nice write-up.
![]() |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Buenos Aires
Beans: 3
Ubuntu 8.10 Intrepid Ibex
|
Re: xrandr add screen resolution
In case the frame buffer size is a limitation for the resolution you want to add (it happened to me), just modify/create the "Virtual" parameter in the "Display" subsection of your xorg.conf. Here's how mine looks after configuring the frame buffer size to use my 22' widescreen (resol: 1680x1050)...
Code:
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Virtual 2960 1050 Depth 24 Modes "1680x1050" "1280x800" EndSubSection EndSection
__________________
good ol' C-x M-c M-butterfly... |
|
|
|
| Bookmarks |
| Tags |
| screen resolutions, x11, xorg, xrandr |
| Thread Tools | |
| Display Modes | |
|
|