Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: GNOME Resolution in SuSE 9.3

_____/ On Thursday 25 August 2005 03:42, [Jess Jackson] wrote : \_____

> Hi:
> 
> I am running SuSE 9.3 Pro. I had an earlier question on having no
> keyboard in KDE. I am OK with the keyboard in GNOME thought.
> 
> But I am unsure how to get the GNOME display resolution to match what I
> have set in YaST. YaST is set to 1280x1024 (the optimum resolution for
> my SyncMaster 710N Flat Panel). But GNOME comes up at 1024x768 (and I
> confirmed by checking on the monitor's menu).
> 
> If I bring up GNOME's control, my ONLY choice is 1024x768. But running
> YaST shows it is set at 1280x1024.
> 
> I am new to Linux, so forgive the probably simple question.
> 
> Thanks,
> Jess

I had a similar problem with Ubuntu (GNOME). The drop-down menu offered a
limited choice.

Go to your X configuration script (e.g. /etc/X/XF86Config) and having made a
backup (!!!), edit it to include the following under the Section "Screen".


<DO NOT CHANGE>
Section "Screen"
        Identifier      ...
        Device          ...
        Monitor         ...
        DefaultDepth    ...
</DO NOT CHANGE>

<CHANGE THIS!>
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
</CHANGE THIS!>

<DO NOT CHANGE>
EndSection 
</DO NOT CHANGE>


This will attempt a wider range of screen resolutions.

Roy

-- 
Roy S. Schestowitz        "No, I didn't buy that from eBay"
http://Schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index