View Full Version : Dell E520: XConfig file is correct, but resolution starts at 1024 instead of 1900
jtp51
June 5th, 2007, 01:44 PM
I haven't touched the XConfig file and it has 1900 x 1200 listed first in the Modes for Depth value of 24.
When I start or restart, the resolution is at 1024 x 768 in the UltraSharp 2407WFP Wide-Screen Black Flat Panel Monitor.
What I have to do is go to the Nvidia control panel and select 1900 x 1200 or auto, click Apply, and then everything is set.
"How do I have the resolution set to 1900 x 1200 when I start or restart?"
Thanks,
Rocket2DMn
June 5th, 2007, 02:56 PM
all i can suggest right now is to make sure that 24 is actually set as the default depth in xorg.conf
edit: perhaps you can post the relevant data from xorg.conf?
vigleik
June 5th, 2007, 03:06 PM
You can make nvidia read its config file by executing "nvidia-settings -l" at startup.
hobieone
June 5th, 2007, 03:31 PM
You can make nvidia read its config file by executing "nvidia-settings -l" at startup.
exactly how is this done? i've noticed this issue withother systems besides dell when involving widescreen monitors. such as 19 inch one ans those wanting to run those at 1440x900
vigleik
June 5th, 2007, 11:04 PM
exactly how is this done? i've noticed this issue withother systems besides dell when involving widescreen monitors. such as 19 inch one ans those wanting to run those at 1440x900
You mean how do you do something automatically on startup? In kde you would make a little script, something like
#!/bin/sh
nvidia-settings -l
make it executable and put it in the .kde/Autostart folder. In gnome, I don't know. But it's supposed to be easy, maybe go to System -> Preferences -> Sessions.
jtp51
June 7th, 2007, 02:07 PM
You can make nvidia read its config file by executing "nvidia-settings -l" at startup.
Can I put that line in the rc.local file?
Is that what you meant by "at startup".
Thanks,
doublecheese
June 7th, 2007, 05:18 PM
I would try:
gksudo nvidia-settings
Change it to what you want and tell it to write over the xorg.conf file.
jtp51
June 7th, 2007, 10:16 PM
That is a good thought and that is something that I tried.
Here is the relevant section from my xorg.conf file:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1920x1200_60 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
I don't see anything unusual?
Thanks,
Dscottmc7
June 15th, 2007, 10:41 PM
todd...U figure this out? I've tried every suggestion to date (I think), to no avail. I'm a newbie. However, most can do 1600x1024 and down! Have done "auto," edited every piece...one at a time in the xorg.conf file. No matter what..no 1920X1200. Help! Anybody know? (Appreciate it mucho):(
jtp51
June 16th, 2007, 09:05 AM
I did figure it out, but it was a bonehead mistake on my part.
I didn't have to create any start-up script or change anything under /etc/rc.d at all.
It turned out that I had 1900 instead of 1920. When I changed it to 1920 and did a restart it worked. My Dell monitor doesn't support 1900.
I've updated my xorg.conf file to show what I have currently,
dondad
July 2nd, 2007, 12:48 PM
That is a good thought and that is something that I tried.
Here is the relevant section from my xorg.conf file:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1920x1200_60 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
I don't see anything unusual?
Thanks,
Make sure that the names for the video card and monitor read exactly the same as those in their various sections.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.