Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
Yeto
Newbie
Posts: 3 Joined: Mon Jul 19, 2010 7:09 am
Post
by Yeto » Mon Jul 19, 2010 7:22 am
Hi to everyone,
I use wine for a couple of years (since I changed to Linux
)
I got one game, that won't switch to fullscreenmode.
The following errormessage ist to be seen in terminal:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x0 @0! (XRandR)
In windowmode the game works fine.
This game was written by a friend (so could it be, that there is some code, that wine don't understand?)
In hope of an answer
Yeto
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Mon Jul 19, 2010 8:37 am
Yeto wrote: err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x0 @0! (XRandR)
This means your xorg isn't configured for this resolution (800x600). You can verify all available modes by running 'xrandr'.
You can configure all required modes in xorg.conf.
Yeto
Newbie
Posts: 3 Joined: Mon Jul 19, 2010 7:09 am
Post
by Yeto » Tue Jul 20, 2010 8:29 am
thx vitamin
that helped
I will check as soon as possible how to make
xrandr / xorg ready to use 800x600.
Yeto
Newbie
Posts: 3 Joined: Mon Jul 19, 2010 7:09 am
Post
by Yeto » Tue Jul 20, 2010 9:01 am
okay, I think, I got it:
changing
Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1280+0"
to
Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: 1280x1024 +1280+0; CRT-0: nvidia-auto-select +0+0, CRT-1: 800x600 +800+0"
in section "Screen" should work.
I didn't try it yet, so if enyone got a veto, post it