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

Re: Screen size

  • Subject: Re: Screen size
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Sat, 22 Jan 2005 07:19:55 +0000
  • Newsgroups: alt.os.linux.suse
  • References: <pan.2005.01.22.06.50.02.680815@yahoo.com> <20050122000306.0fd043f2@efreet.linux>
  • Supersedes: <cssupr$1n5m$1@godfrey.mcc.ac.uk>
  • User-agent: KNode/0.7.2
Kevin Nathan wrote:

> On Sat, 22 Jan 2005 17:50:03 +1100
> mjg <goreymedia@yahoo.com> wrote:
> 
>> I have a 19" monitor and like to work with the screen size set to
>> 1024x768. The Suse 9.2 default for my display is 1280x1024. I've
>> changed this in Configure Desktop, but with each reboot it goes back
>> to the default and I have to change it again.
>> Is there any way I can lock in the change?
> 
> Use 'sax2'. It's in the menu system, or run it from the command line.

Yes, sax2 will simplify things. Where did you set the screen size? Does the
screen flicker a bit before reverting back to 1280x1024? Maybe it fails to
set 1024x768 at the start and then moves downwards to alternatives in
XF86Config.

If you don't use sax2 (which is just a front-end to editing XF86Config), try
editing the file yourself (make a backup first!):

The path is: /etc/X11/XF86Config


The relevant section will look something like this:

===================================
Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x960"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024"
  EndSubSection
  Device       "Ati1"
  Identifier   "Screen1"
  Monitor      "A90f"
EndSection
===================================

Hope it helps,

Roy

-- 
Roy Schestowitz
http://schestowitz.com

  • References:
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index