X resolutions

X resolutions

Post by mjt » Tue, 13 Aug 2002 06:05:55



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message


> 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.

well, i'm assuming rh7.3 is using v4 of xfree, so the config
file is more-than-likely [/etc/X11/]XF86Config-4  (you need
the "-4"). additionally, you have (or should) to provide
the modelines for that particular resolution.

btw - you *ARE* restarting xfree after the change, right?

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Michael J. Tobler: motorcyclist, surfer,  #    Black holes result
 skydiver, and author: "Inside Linux",     #   when God divides the  
 "C++ HowTo", "C++ Unleashed"              #     universe by zero

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9VtFhtTveLPAHcDIRAqorAJ9w8e4HVw6+96XOlJL8+/ISVT7XigCeIyCD
5YaREXPCKMIwDkJq0R92oVA=
=vFx4
-----END PGP SIGNATURE-----

 
 
 

X resolutions

Post by Shau » Tue, 13 Aug 2002 16:55:11



Quote:> 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.

 
 
 

X resolutions

Post by Macroso » Wed, 14 Aug 2002 03:16:48


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.

 
 
 

1. Changing screen resolution AND virtual resolution?

Hi,
Does someone know if it is (or is not!) possible to change both the
screen resolution AND the virtual screen resolution at the same time
with the Ctrl+Alt+Keypad-Plus/Ctrl+Alt+Keypad-Minus keystrokes? I
typically run at 1024x768 but would like to be able to change to 800x600
or 600x480, but without getting the "scrolling" virtual screen as a side
effect.
Any ideas?
Thanks in advance,
Max.

2. trouble restoring tar archive

3. resolution on console and resolution in X?

4. Telnet logon banner

5. resolution! what resolution?

6. IPFWADM format

7. is there a way to get better timing resolution. Sleep has 1 second resolution

8. Connection Manually.

9. How do I change video resolution?

10. increasing the resolution

11. Screen Resolution in Solaris - HOW!!!!!?

12. Sun reboot command stuck when resolution is 1920x1200x70

13. KDE video resolution.. help!