[3275] in RedHat Linux List
Re: fvwm95 resolution
daemon@ATHENA.MIT.EDU (Todd Weible)
Thu Nov 7 20:19:05 1996
Date: Thu, 7 Nov 1996 17:17:06 -0700 (MST)
From: Todd Weible <toddw@cyberhighway.net>
To: redhat Mailing List <redhat-list@redhat.com>
In-Reply-To: <199611080141.WAA01754@doha.net>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
On Thu, 7 Nov 1996, Khalid S. Al-Khater wrote:
> I want to start my X-Windows session in a different resolution than 640X480. At the moment I use CTRL-ALT-+ to change resolution to the one I like which is 1024X768
>
> Can anyone tell me which file has this setting. I looked in almost all the NextLevel files but could not figure it out
That's cause it isn't there :)
It is in /etc/X11/XF86Config if you use XFree86. All you do is find the
settings for you server (probably at the bottom of the file if you use the
accellerated server). There will be different sections for different
color depths. You just need to change the order of the resolutions. I
have included one small example.
The resolutions will cycle in the order they appear.
included from /etc/X11/XF86Config:
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)
Section "Screen"
Driver "accel"
Device "My Video Card"
Monitor "My Monitor"
Subsection "Display"
Depth 8 # ** THE COLOR DEPTH **
ViewPort 0 0
Modes "640x480" "800x600" "1024x768" "1280x1024"
Virtual 1280 1024
EndSubsection
EndSection
// Change the Modes line to :
Modes "1024x768" "640x480" "800x600" "1280x1024"
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null