Go into XF86COnfig-4 and delete all but one device and all but one
display. Make sure your sytax is good other wise your x-server will
not work.
Example FORCING IT to run 800 x 480
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format
of
# this file.
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated
together)
# By default, Mandrake 6.0 and later now use a font server independent
of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal
is
# received. This may leave the console in an unusable state, but
may
# provide a better stack trace in the core dump to aid in
debugging
#NoTrapSignals
# Uncomment this to disable the <Crtl><Alt><BS> server abort
sequence
# This allows clients to receive this key event.
#DontZap
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode
switching
# sequences. This allows clients to receive these key events.
#DontZoom
# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#Protocol "Xqueue"
AutoRepeat 250 30
# Let the server do the NumLock processing. This should only be
# required when using pre-R6 clients
#ServerNumLock
# Specify which keyboard LEDs can be user-controlled (eg, with
xset(1))
#Xleds "1 2 3"
#To set the LeftAlt to Meta, RightAlt key to ModeShift,
#RightCtl key to Compose, and ScrollLock key to ModeLock:
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# XkbModel "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# XkbModel "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# XkbLayout "de"
# or:
# XkbLayout "de"
# XkbVariant "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# XkbOptions "ctrl:swapcaps"
# These are the default XKB settings for XFree86
# XkbRules "xfree86"
# XkbModel "pc101"
# XkbLayout "us"
# XkbVariant ""
# XkbOptions ""
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc105)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc105"
XkbLayout "us"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
Emulate3Buttons
Emulate3Timeout 50
# ChordMiddle is an option for some 3-button Logitech mice
# ChordMiddle
EndSection
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 23.5-35.1
VertRefresh 45-60
Modeline "800x480" 25.18 800 840 968 1056 480 491 493 525
EndSection
Section "Device"
Identifier "Primary Card"
VendorName "Unknown"
BoardName "NeoMagic (laptop/notebook)"
VideoRam 2048
# Chipset "NM2160"
# IOBase 0xfea00000
# MemBase 0xfd000000
# VideoRam 2048
# DacSpeed 90
# Option "linear"
# Option "nolinear"
# Option "sw_cursor"
# Option "hw_cursor"
# Option "no_accel"
# Option "intern_disp"
# Option "extern_disp"
# Option "mmio"
# Option "no_mmio"
# Option "lcd_center"
# Option "no_stretch"
Option "override_validate_mode"
EndSection
Section "Screen"
Driver "SVGA"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x480"
EndSubSection
EndSection
"Shaun" <shaungl...@hotmail.com> wrote in message <news:aj7ph6$1tff$1@news.adamastor.ac.za>...
> "Ryn" <mattycr...@daemons.net> wrote in message
> news:3D56CD2F.2080007@daemons.net...
> > Howdy,
> > I installed Redhat 7.3, and am trying to find
> > the proper place to set my resolution to
> > 1152x864. I took a look at /etc/X11/XF86config,
> > but adjusting the values doesn't seem to work.
> > I also ran Xconfigurator, but for some
> > reason my chipset does not showup (It was
> > guessed correctly at installation time). Is
> > there an easy way from within gnome to
> > adjust this? Any hints or info would be
> > appreciated.
> > Thanks,
> > Ryan
> Look in /etc/X11/XF86Config-4. You can adjust resolutions in there.