Results 1 to 9 of 9
how come the resolution setting for my ubuntu has only two choises and both are small ones
with windows you can choose from lots but why carnt i with linux???
...
- 10-15-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- west yorks in England
- Posts
- 29
Display Resolution help ...why's?
how come the resolution setting for my ubuntu has only two choises and both are small ones
with windows you can choose from lots but why carnt i with linux???
Tatton.
- 10-15-2006 #2
you can add more choices by editing /etc/X11/xorg.conf file.
post its contents.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-15-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- west yorks in England
- Posts
- 29
e
ermm can you help just a little bit more sorry
Tatton.
- 10-15-2006 #4
Your xorg.conf file is where your resolution is defined. devils_casper was asking you to post what is contained in that file so we can help you add new resolutions. Try running this command:
and post the output here.Code:cat /etc/X11/xorg.conf
- 10-15-2006 #5
okk !
open xorg.conf file...
sudo gedit /etc/X11/xorg.conf
look for DefaultDepth line... it should be
now look forCode:DefaultDepth 24
in this section, modes line should beCode:SubSection "Display" Depth 24
if there is not any section having depth 24, then add it.Code:Modes "1024x768" "800x600" "640x480"
add this code before EndSection of Section "Screen"Code:SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection
reboot after editing.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-15-2006 #6Just Joined!
- Join Date
- Oct 2006
- Location
- west yorks in England
- Posts
- 29
so in the modes bit i enter the screen resolution i want to have as a selection ??
thanks
Tatton
- 10-15-2006 #7
first of all system checks the value of DefaultDepth. then it add all the Modes listed under that depth. if you add Modes "1024x768" "800x600" "640x480" or more, you will have choice to select anyone of those.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-15-2006 #8Just Joined!
- Join Date
- Oct 2006
- Location
- west yorks in England
- Posts
- 29
ok ta m8t
THANK YOU VERY MUCH AGAIN
Tatton
- 10-15-2006 #9
you are Welcome Tatton !

if you find anything confusing, post contents of xorg.conf file.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
