Re: [SLUG] x configuration

From: Ian Blenke (icblenke@nks.net)
Date: Thu Jul 01 2004 - 15:41:16 EDT


> 1. I edited the screen resolution settings in XF86Config-4, and it
> didn't change anything in screen resolution.

There are a few possible reasons for this:

1. You didn't list the resolution in the correct bit depth (the X server
only uses the list of resolutions for the depth you choose).
 - If you chose a DefaultDepth of 24, make sure you have a SubSection
"Display" for Depth 24 with the correct resolutions.

2. You've selected a resolution that requires a larger horizontal or
vertical refresh rate for your monitor. Your X server will prune any
resolutions that cannot be displayed based on these constraints.
- Try editing the second number on the following lines:
    HorizSync 28-50
    VertRefresh 43-75

If in doubt, look in /var/log/XFree86.0.log and see if you can see a
reason why that resolution was excluded.

> 2. The Options ZAxisMapping "4 5" entries already exist, but my
> scroll wheel isn't working. I changed the listed mouse-type from PS/2
> to ImPS/2, vaguely remembering having seen ImPS/2 somewhere before,
> and the scroll wheel now works, though. One problem of two solved.

Excellent.

> 3. It complains that there's no such option as --reconfigure when I
> try "dpkg --reconfigure xserver-xfree86".

Try "dpkg-reconfigure xserver-xfree86" instead.

 - Ian

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:02:01 EDT