x11settings

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Yeto
Newbie
Newbie
Posts: 3
Joined: Mon Jul 19, 2010 7:09 am

x11settings

Post by Yeto »

Hi to everyone,

I use wine for a couple of years (since I changed to Linux :D )

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
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: x11settings

Post by vitamin »

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
Newbie
Posts: 3
Joined: Mon Jul 19, 2010 7:09 am

Post by Yeto »

thx vitamin

that helped :D

I will check as soon as possible how to make
xrandr / xorg ready to use 800x600. :idea: 8)
Yeto
Newbie
Newbie
Posts: 3
Joined: Mon Jul 19, 2010 7:09 am

Post by Yeto »

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 :wink:
Locked