On Friday, April 14, 2006 05:34, you wrote:
Neil Skrypuch wrote:
Molle Bestefich wrote:
I can switch to 640x480 just fine using [CTRL] [ALT] [-],
That uses xvidmode to switch resolutions (and really just changes the amount you can view, the desktop size stays the same, try moving the mouse to the edges of the screen). xrandr is a different way of switching resolutions, which actually changes the resolution on the fly, try using 'krandrtray' or 'xrandr' to use xrandr instead.
Thanks!! That's the missing piece of information.
krandrtray doesn't work either, so my X.org configuration is apparently borked. See refresh rates in attached screenshot ;-).
Sorry for the noise on wine-devel.
You should see the following in your Xorg.0.log file, if xrandr is enabled: (==) RandR enabled (II) Initializing built-in extension RANDR
Yep, got those exact lines (no ensuing warnings/errors).
You can tell Wine to use xvidmode instead of xrandr. Add UseXVidMode as Y and UseXRandR as N in \HKEY_CURRENT_USER\Software\Wine\X11 Driver.
- Neil