Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old April 27th, 2008   #1
waterbucket17
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
waterbucket17 is offline   Reply With Quote
Old April 27th, 2008   #2
edaw
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.
edaw is offline   Reply With Quote
Old April 27th, 2008   #3
mike3244
First Cup of Ubuntu
 
Join Date: Oct 2005
Location: Manchester UK
Beans: 7
Ubuntu 9.10 Karmic Koala
Send a message via AIM to mike3244 Send a message via MSN to mike3244
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
mike3244 is offline   Reply With Quote
Old April 27th, 2008   #4
Aldanga
5 Cups of Ubuntu
 
Aldanga's Avatar
 
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.
Aldanga is offline   Reply With Quote
Old April 27th, 2008   #5
illuminate
First Cup of Ubuntu
 
illuminate's Avatar
 
Join Date: Oct 2007
Location: South Korea
Beans: 3
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to illuminate Send a message via MSN to illuminate Send a message via Yahoo to illuminate
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.
illuminate is offline   Reply With Quote
Old April 27th, 2008   #6
mgmiller
Dark Roasted Ubuntu
 
mgmiller's Avatar
 
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
mgmiller is offline   Reply With Quote
Old April 27th, 2008   #7
Geezle
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?
Geezle is offline   Reply With Quote
Old April 27th, 2008   #8
hariprs
A Carafe of Ubuntu
 
hariprs's Avatar
 
Join Date: Apr 2008
Location: /home/Chennai/India
Beans: 93
Ubuntu 8.10 Intrepid Ibex
Send a message via AIM to hariprs Send a message via Yahoo to hariprs Send a message via Skype™ to hariprs
Re: Hardy Low Resolution

Quote:
Originally Posted by Geezle View Post
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?
Easy to fix, here's how:

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
if nano is not installed then:

Code:
sudo apt-get install nano
edit the file to match YOUR resolution. Here's an example:

I want a resolution of 1680x1050:

Code:
# Usplash configuration file
xres=1680
yres=1050
save the file, crtl-o, then exit, crtl-x, then enter:

Code:
sudo dpkg-reconfigure usplash
this will create a new initrd.img file with the correct resolution for your monitor, then

Code:
sudo reboot
__________________
((¯`·._ Harikumar_.·´¯))
hariprs is offline   Reply With Quote
Old April 29th, 2008   #9
waterbucket17
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
waterbucket17 is offline   Reply With Quote
Old May 8th, 2008   #10
jwkolberg
First Cup of Ubuntu
 
Join Date: Apr 2008
Location: Albuquerque, New Mexico
Beans: 6
Ubuntu 8.10 Intrepid Ibex
Re: Hardy Low Resolution

Quote:
Originally Posted by mgmiller View Post
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.
I was having the same problem and this worked perfectly for me, thanks!

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...
jwkolberg is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:38 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry