PDA

View Full Version : [ubuntu] [SOLVED] Extreme Frustration: 8.10 Screen Resolution cannot fix



Statik
November 30th, 2008, 03:58 AM
Hey all,

I've done a new install of 8.10 on my previously 8.04 desktop. I used to run it at 1280x1024 24bit @50Hz on my Cicero 19" monitor. This doesn't seem to be possible in 8.10.

I have searched and searched the forums, trying the different solutions. I have an nvidia card, using the 1.77 drivers. The maximum resolution available through that is an odd 1360x768. The maximum available through Screen Resolution is 1024x768. I have edited xorg.conf to add 1280x1024 in the manner suggested in several threads here, rebooted, with no avail.

Can someone please help me get this monitor setup? This was my main video editing PC and the present resolution isn't sufficient to allow me to work.

Thanks in advance,

Statik

blackened
November 30th, 2008, 04:32 AM
Eventually I'll get around to writing a howto on this stuff.

What is the model number of your monitor? If you know the hsync and vrefresh ranges for your monitor, then it should be as simple as plugging these numbers into xorg.conf:


gksudo gedit /etc/X11/xorg.conf

Plug in your ranges in place of mine:

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 56-76
EndSection

Then restart X with

sudo /etc/init.d/gdm restart

Ctrl+alt+backspace can also be used to kill X if the GDM restart doesn't work.

thadacto
November 30th, 2008, 05:14 AM
I can't help you, but I've got exactly the same problem on 8.04 also with nVidia (GeForce 6100). Most of the video queries in this forum seem to be about nVidia - can't be very compatible with Ubuntu. I was stuck on 600x400 for over a day and everyone was thinking it was the video driver. I'm now up to 800x600 and for the moment I'm staying there - leave well enough alone.
Good luck with your problem.

Statik
November 30th, 2008, 01:54 PM
It was a freebie monitor, Cicero Product ID: DX-987NS Model: 986N

I'll go looking to see if I can find those # on the net anywhere.

Thanks

Statik

Statik
November 30th, 2008, 01:59 PM
Looks like it might have: Line of frequent :30-86KHZ, field frequency :50-160HZ

I'll try that.

Statik

ets2006
November 30th, 2008, 02:07 PM
OMG - i have had same problem... i fixed by not using any of the NV-GLX drivers

Strangely the problem only exists on NVidia Cards!

Statik
November 30th, 2008, 09:02 PM
Added the sync lines and it came up right away at 1280x1024@50. Looks great.

Thanks all.

I had tried someone else's xorg.conf sync lines and it crashed. This one worked perfectly.

Statik

blackened
December 1st, 2008, 05:34 AM
Added the sync lines and it came up right away at 1280x1024@50. Looks great.

Thanks all.

I had tried someone else's xorg.conf sync lines and it crashed. This one worked perfectly.

Statik

The thanks button is your friend. Glad to see you got it working. Please mark this as solved.

Statik
December 1st, 2008, 10:34 AM
Found it. Still getting used to the newer version of the forums. :oops:

Statik