PDA

View Full Version : [ubuntu] Unable to set monitor resolution


notmatt
November 2nd, 2008, 05:06 AM
I'm trying to get the resolution setup correctly on my 24" monitor. So far I'm not able to get any better then 1920x1080. It just goes out of the sync range and the screen goes blank if I manually change the xorg.conf to 1900x1200.

My aim is to have the 24" as the main monitor and then my old 19" as a secordary monitor using TwinView for Dual Screen. I had a similar problem with the 19" monitor when I was using it as the main monitor on 8.04, however in 8.10 it is detected the 19" correctly.

These are the monitor specs:

http://www.edge10.com/download_technical/Monitors/Edge10_W243h_technical.pdf

I've set the sync to the following, it's correct according the manual:

HorizSync 30 - 80
VertiSync 60 - 75

Also I've tried to put a modeline in with the correct settings, but that doesn't seem to help.

I've seen on google a couple of people mention that if you're using VGA cables the H and V syncs are slightly different, but I've no idea how to find that out. Any ideas? Would getting some DVI cables and plugging them in help? I've got a Nvidia 8600GT with a dual head DVI and I'm using DVI to VGA adaptors and VGA cables.

I've tried using gnome-display-properties but the doesn't even come close to the right resolution. So mainly I'm using 'sudo nvidia-settings' and trying to get it right in there, but it won't let me manually input the settings and doesn't give me a chance of selecting anything higher than 1920x1080.

I also tried to use the instructions here:

https://wiki.ubuntu.com/X/Config

But I just got a parse error when I restarted X.

Here is my xorg.conf as it stands. I'd like to have the 24" as the main monitor at 1920x1200 and the 19" as the secondary at 1280x1024. Is that too much to ask? Anyone able to help?


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@rothera) Mon Oct 13 14:53:48 UTC 2008

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed Oct 1 15:09:35 PDT 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "v4l"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HSD CY199"
HorizSync 24.0 - 80.0
VertRefresh 56.0 - 75.0
Gamma 1
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
ModeLine "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
ModeLine "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
ModeLine "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
ModeLine "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
ModeLine "1920x1200" 204.95 1920 2024 2272 2744 1200 1200 1203 1244 -hsync +vsync
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
Option "NoLogo" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select +1920+0, CRT-1: 1920x1080 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

notmatt
November 2nd, 2008, 04:02 PM
I have tested this out in Windows and I can get the correct resolution, so it isn't the fact I'm using VGA cables and DVI to VGA adaptors.

Any ideas anyone?

m_l17
November 3rd, 2008, 03:43 PM
This is what I did to get my Dell 2405fpw to output the native resolution of 1920x1200.

http://ubuntuforums.org/showpost.php?p=6071334&postcount=12

notmatt
November 4th, 2008, 02:37 PM
That's kind of what I've tried already. I can't get it to do 1920x1200 on it's own either.

Apparently this new version of xorg does away with config files and auto detects everything, which leads me to think that a downgrade might be the way to go. Or even change distros.

killer2239
November 9th, 2008, 03:28 AM
This is what I did to get my Dell 2405fpw to output the native resolution of 1920x1200.

http://ubuntuforums.org/showpost.php?p=6071334&postcount=12

Thanks for this link. Fixed my resolution problem. Now if only i can get the ipod and rythmbox setup to go smoother.

m_l17
November 9th, 2008, 05:34 AM
Thanks for this link. Fixed my resolution problem. Now if only i can get the ipod and rythmbox setup to go smoother.

No problem glad it helped someone else :D

swifmcvay
December 12th, 2008, 07:37 AM
Hi

Ok you guys are all going about this the long and hard way,

here is the fix, and tested and works on 2 different Dell Laptops with external 24" Monitors,

Dell models are D630 and D420


all you need to do is ...

# sudo xrandr -s 1920x1200

Go to Preferences-->screen resolution
and then it will ask you if you want to save the changes, say Yes

Thats it.