![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 5
|
Hardy Low Resolution
Hi,
After installing Hardy I just can't seem to get my resolution up there. Without installing any video drivers, xrandr says my maximum resolution is 800x600 and when I install the nvidia drivers, the max resolution drops down to 640x480! Nothing I change in xorg.conf seems to have any effect. Where is xrandr getting these resolutions from? Is there something I'm missing or is it just a problem with the nvidia drivers? From lspci: 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) -Waterb17 |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2007
Beans: 1
|
Re: Hardy Low Resolution
Ditto, Can't get higher than 800x600. Changed the xorg.conf and added a few modes and a virtual size, the virtual worked, still annoying though.
The default xorg looks very well, default, is this the easy auto configuration addition spoken of in the realease notes? Running xubuntu before changing main pc over to ubuntu. |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() |
Re: Hardy Low Resolution
Same problem here. I had no issues whilst running the Beta. I did a clean install and now can only get 1024 x 768.
My card is a GeForce4 MX 420 Also I have only the standard 3 options on visual effects - no Compiz |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 23
Ubuntu 7.10 Gutsy Gibbon
|
Re: Hardy Low Resolution
I can verify this. I'm having the same issues. I'm running an 8800GT via DVI. I've tried running sudo dpkg-reconfigure xserver-xorg, but it never gives me options beyond my keyboard layout.
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() |
Re: Hardy Low Resolution
yep. Im having the same problem as the OP. i got have 7600GT XXX from xfx though... i even did a fresh install, and still nothing...
__________________
Psalms 144:1 Blessed be the LORD my strength which teacheth my hands to war, and my fingers to fight. |
|
|
|
|
|
#6 |
|
Dark Roasted Ubuntu
![]() Join Date: Nov 2005
Location: New York, USA
Beans: 1,067
Ubuntu 9.10 Karmic Koala
|
Re: Hardy Low Resolution
1) Right click Applications and select "Edit Menus"
2) Scroll to and select, by left clicking, the "Other" location on the left side. 3) On the right side put a check mark in the box next to "Screens and Graphics", then click "Close". 4) Go to Applications > Other > Screens and Graphics 5) On the screen tab, click the drop down next to model. 6) If you can find your model, great, if not, select generic LCD (assuming it's an LCD) If it is a wide screen monitor, don't forget to check the wide screen box. 7) Now you can find & select your resolution and refresh rate from the list on the right side. Click OK. 8 ) Go to the Graphics Card tab. 9) Click on Driver and select what you need. 10) Click the test button to make sure all is ok. 11) Click ok and you're done.
__________________
Ubuntu upgraded from 5.04>5.10>6.06>6.10>7.04>7.10>8.04>8.10>9.04>9.10 |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2006
Beans: 43
|
Re: Hardy Low Resolution
I'm having the same problems as well, but after I select my Nvidia driver and log out I get a "Signal Out Of Range" error from my monitor and I have to boot into recovery mode to get it straightened out. Any thougts?
|
|
|
|
|
|
#8 | |
|
A Carafe of Ubuntu
![]() |
Re: Hardy Low Resolution
Quote:
Boot normally, when you get to a login screen don't login, instead press ctrl+alt+F2 to get to a console, login then enter the following: Code:
sudo nano /etc/usplash.conf Code:
sudo apt-get install nano I want a resolution of 1680x1050: Code:
# Usplash configuration file xres=1680 yres=1050 Code:
sudo dpkg-reconfigure usplash Code:
sudo reboot
__________________
((¯`·._ Harikumar_.·´¯)) |
|
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 5
|
Re: Hardy Low Resolution
After trying three fresh installs of Hardy and two different video cards, I decided to reinstall 7.10 for the time being. And again I couldn't get a high resolution, until I added the horizontal sync and vertical refresh values to the monitor section in my xorg.conf.
I think I tried this in Hardy, but I don't remember for certain. Does this fix the problem in Hardy for anyone? Code:
Section "Monitor"
Identifier "Monitor"
Option "DPMS" "true"
Horizsync 31-81
Vertrefresh 56-75
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
Monitor "Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
|
|
|
|
|
#10 | |
|
First Cup of Ubuntu
![]() Join Date: Apr 2008
Location: Albuquerque, New Mexico
Beans: 6
Ubuntu 8.10 Intrepid Ibex
|
Re: Hardy Low Resolution
Quote:
the only way I can get s-video to work is with nvidia x-server setting appliction and enabling cloned to lcd and tv, but switches to one or the other not both... |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|