Results 1 to 6 of 6
My Ubuntu shows only 800 by 600 and 640 by 480 resolutions. Please elaborate the steps to set te desired screen size....
- 01-18-2010 #1Just Joined!
- Join Date
- Dec 2009
- Location
- Amravati, India
- Posts
- 4
How to get 1280 by 800 resolution on Ubuntu
My Ubuntu shows only 800 by 600 and 640 by 480 resolutions. Please elaborate the steps to set te desired screen size.
- 01-18-2010 #2
Hi and Welcome !
Which Graphics Card do you have and which version of Ubuntu are you using?
Post the output of this
Code:sudo lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-19-2010 #3Just Joined!
- Join Date
- Dec 2009
- Location
- Amravati, India
- Posts
- 4
I use Ubuntu 8.04 i.e. Hardy Heron and GeForce 8200m Graphics Card
- 01-19-2010 #4
You have to install Nvidia Proprietary Driver. Install it through Hardware Drivers option available in System - Administration menu.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-20-2010 #5Just Joined!
- Join Date
- Dec 2009
- Location
- Amravati, India
- Posts
- 4
I tried to install the drivers, after enabling the drivers the OS asks for reboot. As soon as reboot is done the Ubuntu loading screen comes and system hangs. What might be the glitch.
- 01-20-2010 #6
Press Alt+Ctrl+F3 at blank screen. It will switch to command line mode. Login there and execute this
Reboot machine.Code:cd /etc/X11 sudo mv xorg.conf xorg.conf.bak
Post the contents of /etc/X11/xorg.conf.bak file here.Code:sudo shutdown -r now
In case Ubuntu doesn't switch to command line mode, boot up in Single User Mode and execute above commands.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote