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