[wplug] Enlightenment

Eric C. Cooper ecc at cmu.edu
Fri Jan 28 16:23:02 EST 2005


On Fri, Jan 28, 2005 at 09:22:58AM -0500, Jonathan S. Billings wrote:
> On Jan 28, 2005, at 12:39 AM, Brad Hoover wrote:
> >I am now poking around with enlightenment and I am
> >having the same problem, the screen scrolls when I
> >mouse to the edges. [...]
> [...]
> What you want to do is reconfigure X with a different Modeline.

With recent X servers and video hardware, you don't need to specify
the modelines, just the modes. The server will pick the best modeline
given the device and monitor characteristics.  For example:

Section "Screen"
  ...
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
  EndSubSection
EndSection

Also, your X setup may already define other modes that can be cycled
through with a keyboard combination (I think it's
Control-Alt-Keypad+/-).  If so, you just need to put the preferred
resolution first in the Modes lines above.

-- 
Eric C. Cooper          e c c @ c m u . e d u


More information about the wplug mailing list