LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-02-2005, 08:22 PM   #1
msandford
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Rep: Reputation: 0
Monitor settings won't stay changed


I've successfully edited my xorg.conf file to include my second video card and set the display to Xinerama. But for some reason, no matter how I change the monitor settings, KDE keeps starting up in 1278x1023. I've manually set 1024x768 by editing the file, I've used SaX2 to set the default resolution to it, I've chosen 1024x768 as the only resolution via xorgconfig. Yet, every time I start up KDE, my monitors both go right to 1278x1023. I also have a XF86Conf file that seems to contain much of the same information as the xorg.conf file. (I assume that's the file SaX2 makes.) Editing that directly to contain only the resolution I want doesn't help either.

I'm using 2 ATI cards: Radeon 9600 and 9200SE. But I've had the same problem happen when I remove the 9200SE and just use the 9600. This is driving me nuts. My 17" LCD has a much crisper display at 1024, and it's what I've grown used to. Things are just a tad too small as they are now and adding the blurriness to it makes a lot of small text hard to read.

Any suggestions would be appreciated.

BTW, I've tried installing the ATI proprietary drivers, but I'm rewarded with a blank screen when I try them. Before I tackle that issue, I'd like to at least manage to get my screen to operate they way I tell them to.

Thanks,

Mark

Last edited by msandford; 03-02-2005 at 08:30 PM.
 
Old 03-03-2005, 10:33 AM   #2
Technoslave
Member
 
Registered: Dec 2003
Location: Northern VA
Posts: 493

Rep: Reputation: 30
I've not had much success with multiple monitors and using ATI drivers. So I've pretty much always used NVIDIA cards. Not using ATI drivers and just using the defaults will work, but you won't get 3D accel out of them. My 2 cents on that.

As for you monitor resolution, most entries will look something like this in your xorg.conf file:

Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

To make sure it only uses one mode, only have one in there. In your case you'll just want something like this:

Modes "1024x768"

That's it, because that's the only resolution it will know about, it shouldn't set it to some other resolution you don't want.

Once you edit your xorg.conf file and set your modes on your two "Screen" Sections, just hit alt+ctrl+backspace and your X session will restart - hopefully, in the correct res.
 
Old 03-03-2005, 11:35 AM   #3
msandford
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
I already removed the other resolutions from xorg.conf. Below is the section of the file:

Code:
Section "Screen"
    Identifier  "Screen0"
    Device      "Device0"
    Monitor     "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
    EndSubsection
    
EndSection

    Section "Screen"
    Identifier  "Screen1"
    Device      "Device1"
    Monitor     "Monitor1"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
    EndSubsection
EndSection
Changing other settings does affect the display (for example, I had a typo in "Screen1" and that screen didn't work until I fixed it) so it's not as if I'm editing some extra copy of the file. I'm really at a loss here. When I exit the X server, my screens reset to 1024x768, except when I load up in failsafe mode, in which case they drop down to 800x600. So the system is perfectly capable of displaying other modes, it just refuses to once X gets going. I can't find any reference to the higher resolution anywhere in the xorg.conf file at this point. Or even to a lower resolution, for that matter.

Mark
 
Old 03-03-2005, 01:53 PM   #4
Technoslave
Member
 
Registered: Dec 2003
Location: Northern VA
Posts: 493

Rep: Reputation: 30
Ok, by your reply you say that your screens reset to 1024x768, which is what you want based off of your initial posting.

What seems to be the problem then?
 
Old 03-03-2005, 02:08 PM   #5
msandford
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Sorry, I wasn't very clear in my last post. When I shut down the X server and am dealing just with the basic text mode interface, the monitor goes to 1028x768. If I use ctrl+alt+backspace, for instance, the screen will move into the lower resolution to display X's shutdown and startup information and goes right back to 1280x1024 when X restarts. Similarly, if I don't go right into KDE or Gnome on boot, I'm in 1028, but once I type in "startx," the screen blanks and goes into the higher resolution.

Something I just noticed... if I use SaX2 to modify settings, there's a "test" feature that's supposed to make sure the settings work. If I set them wrong, the screen doesn't come up (as expected). However, while the little test box says "1028x768", the monitor itself displays the same old "1280x1024" in the corner after it flicks off and on.

I'm about ready to give up and live with the new resolution, and simply rely on my smaller monitor for stuff I want to see clearly. I discovered Gnome doesn't squash the fonts as much as KDE does. But still, something's apparently amiss and I'd rather fix it than ignore it.

Thanks again,

Mark
 
Old 03-03-2005, 02:33 PM   #6
msandford
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
It looks like the problem I'm actually having isn't the problem I thought it was. I just went into GIMP and played around with an image to test the resolution. A 1024x768 image fits perfectly on the screen, but 1280x1024 spills over. This still doesn't explain why the monitor itself says it's in the higher resolution mode, but apparently what I'm actually viewing is the resolution I want. Does that make any sense? My monitor seems to be lying to me. If I have to just live with the oddity, I will, but it seems to me that something's still not right. The monitor reports the correct resolution in Windows, and the display is much clearer. Maybe I still need to work on getting those ATI drivers running properly or finding some open source ones. (Or switching to nVidia, though I don't really have the money for that.)

On that note, though, since my secondary monitor is behaving just fine, is there any compelling reason not to combine an ATI and an nVidia card? If I can get away with replacing just the card for my primary monitor, maybe that's a viable option.

Thanks for the advice.

Mark
 
Old 03-07-2005, 09:57 AM   #7
Technoslave
Member
 
Registered: Dec 2003
Location: Northern VA
Posts: 493

Rep: Reputation: 30
Ah, I see what you were saying.

I don't know why your monitor is displaying an incorrect resolution...that is odd.

As for combining an nvidia card and an ATI card. I've done it, however, I haven't been able to load up their respective drivers together, meaning I was stuck at 2D speeds on the cards...and really the one that has always given me problems has been the ATI drivers. I run 2 NVidia cards instead of 2 ATI or one of each. Either way, it'll be a learning experience for you, who knows, maybe you can get it to work.
 
Old 03-07-2005, 11:35 AM   #8
msandford
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
The quality has gone up a bit since I bit the bullet and increased the resolution in xorg.conf to 1280. I suppose it's just a matter of getting used to things being a little smaller. I read somewhere that LCDs tend to work best at their highest resolution, and I guess that's true. Didn't have the problems with Windows, but Windows has enough other problems to make up for that. Fonts are clearer, so I'll take that over the headache I was getting before.

I think I'll see how things perform with the ATI cards for now, though from what I'm reading, it seems most folks prefer nVidia with Linux. So I may end up switching over. I won't bother with one of each. As much as experimentation is interesting, I just want it to work right.

Thanks for all the help,

Mark
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Broken X after changed monitor settings? badbunny Linux - Newbie 2 10-27-2005 11:14 AM
font settings won't stay in firefox Cinematography Linux - Software 2 07-26-2005 07:36 PM
Changed monitor settings, now no graphical login Everest63 Linux - Newbie 1 10-23-2004 08:16 PM
changed display settings now can't see - HELP!! thalerz Linux - General 16 11-20-2003 06:03 PM
Konsole terminal settings have changed adcripps Linux - General 0 03-16-2002 05:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration