Every game is out of sync.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
szamot83
Newbie
Newbie
Posts: 3
Joined: Sun Oct 26, 2008 7:32 am

Every game is out of sync.

Post by szamot83 »

Hello,
First - Sorry for my English.

My problem is, that every game that I run in Wine turns of my monitor. It say, that resolution is out of range. But when I checked monitor on windows, those resolutions worked properly.
When I run game (in virtual desktop) and set resolution to 1024x768, than disable virtual desktop and again run game every thing is ok, but in this resolution game is slow. I have tried several titles, and they gives me same thing. They (games) want, to start in 640x480 or 800x600 resolution with 16 or 32 bpp.

Thanks for all help.

Monitor - Philips 170s (LCD)
System - Ubuntu 8.04
Wine - 1.1.7
Graphics card - Nvidia gf 6200 turbo force (256mb)
CPU - P4 2.6

my Xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Screen"
Identifier "Default Screen"
Monitor "Philips170S"
Device "Configured Video Device"
Option "AddARGBGLXVisuals" "True"
Option "UseFBDev" "true"
Option "FlatPanel" "true"

Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection

Section "Monitor"
Identifier "Philips 170S"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection


Section "Extensions"
Option "Composite" "Enable"
EndSection
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

xserver & xorg.conf has been improved with dkms in intrepid Ibex
no need of manual edition or envy

Try to dist-upgrade to 8.10, it's safe & easy :D
szamot83
Newbie
Newbie
Posts: 3
Joined: Sun Oct 26, 2008 7:32 am

Post by szamot83 »

I donn't think, that this is solution of my problem,
Strange thing is, that xrandr support 800x600 and 640x480, monitor also support those resolutions.

I don't know what should I do, to fix this.

Xrandr gives:
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 50.0* 54.0
1024x768 51.0 59.0 60.0
800x600 52.0 64.0 65.0 66.0 67.0 68.0
640x480 53.0 73.0 74.0 75.0
1280x960 55.0
1280x800 56.0
1280x768 57.0
1152x864 58.0
960x600 61.0
840x525 62.0
832x624 63.0
800x512 69.0
720x450 70.0
640x512 71.0 72.0
640x400 76.0
640x384 77.0
576x432 78.0
512x384 79.0 80.0 81.0
416x312 82.0
400x300 83.0 84.0 85.0 86.0
320x240 87.0 88.0 89.0
Locked