Results 1 to 10 of 10
I'm a complete noob to Linux. Btw.
My max selectable screen resolution is 800x600. My monitor supports 1600x1024 60hz. I do not have an xorg.conf file. How could I add ...
- 03-12-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
Xunbuntu 9.10 Resolution Help
I'm a complete noob to Linux. Btw.
My max selectable screen resolution is 800x600. My monitor supports 1600x1024 60hz. I do not have an xorg.conf file. How could I add 1600x1024 resolution?
All help would be appreciated
- 03-13-2010 #2
Hi and Welcome !
Which Graphics Card do you have? Open Terminal and execute this
Post output here.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
- 03-13-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
Output :
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
- 03-13-2010 #4
Have you installed Installed Nvidia Proprietary driver?
Check if there is any Hardware Drivers option in Menu? You can install driver using that easily.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-13-2010 #5Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
I ran it and it did a search for drivers. Than it said No proprietary drivers are in use on this system.
How would I go about installing the driver? I see no option to do so in Hardware Drivers
- 03-13-2010 #6
Follow instructions from here. Instructions are same for Ubuntu and Xubuntu.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-17-2010 #7Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
None of the options available in EnvyNG are reccomended drivers.
- 03-17-2010 #8Just Joined!
- Join Date
- Mar 2010
- Location
- Mountain View, CA
- Posts
- 24
Try to edit xorg file. The xorg.conf file not available default in ubuntu karmic. try below method for create
In order to generate xorg.conf you need to switch to one virtual console using the key combination CTRL + ALT + F1.
Now execute the following commands:
# sudo service gdm stop
This command will stop the X.
Now we need to generate the xorg.conf file:
# sudo Xorg -configure
This has generated the file in ~/xorg.conf.new.
We need to make the X using it so we have to put this file inside /etc/X11/
# sudo mv ~/xorg.conf.new /etc/X11/xorg.conf
After moving this file to the proper location you can start the X again and see what happens:
# sudo service gdm start
- 03-17-2010 #9Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
Okay, I followed the above instructions and now have many more resolution options but still lack the one i want, which is 1600x1024
- 03-17-2010 #10
Post the contents of /etc/X11/xorg.conf file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote