I trying play GTA San Andreas and it is returning " Cannot find 800x600x32 video mode". I worried so my wine Games pointed for a Working Directory that register a dosdevice instead of drive_c. Thereby I'm getting" /home/normal/.wine/dosdevices/c:/Program Files/Rockstar Games/GTA San Andreas" path and "win:EnumDisplayDevicesW ((null),0,0x177f6dc,0x00000000), stub!" konsole erro. Can be a wrong in Working Directory the main problem???
vanguarda wrote:> I trying play GTA San Andreas and it is returning "Cannot find 800x600x32 video mode".What's the output of 'xrandr' command looks like?
This is the xrandr command returns: normal at maq7:~/.wine/drive_c/Program Files/Rockstar Games/GTA San Andreas$ xrandr Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 50.0* 53.0 54.0 800x600 51.0 56.0 57.0 58.0 640x480 52.0 62.0 63.0 64.0 832x624 55.0 800x512 59.0 640x512 60.0 61.0 576x432 65.0 512x384 66.0 67.0 68.0 416x312 69.0 400x300 70.0 71.0 72.0 320x240 73.0 74.0 75.0
vanguarda wrote:> $ xrandr > 800x600 51.0 56.0 57.0 58.0looks like you have DynamicTwinView enabled (which is default in nvidia drivers). Disable it by adding this "Option" line to your video device configuration section: Code: Section "Device" Driver "nvidia" ... Option "DynamicTwinView" "FALSE" EndSection And restart X (logout).
On Mon, 12 Jan 2009 16:52:16 -0600 "vitamin" <wineforum-user at winehq.org> wrote:> looks like you have DynamicTwinView enabled (which is default in nvidia drivers). Disable it by adding this "Option" line to your video device configuration section: > > Code: > Section "Device" > Driver "nvidia" > ... > Option "DynamicTwinView" "FALSE" > EndSectionVitamin your my hero (for the week). Having the wrong refresh rate in xrandr has being bugging me for over a year now. I have being using nvidia-settings to set the right refresh rate and overrides in wine to stop it from using xrandr wrong refresh rate. Something to note about using "DynamicTwinView" "FALSE" you need it in the second device section or it does not work. Ones you have set that option nvidia-settings will not let you change refresh rate or resolution. Section "Device" Identifier "Device0" Driver "nvidia" Vendorname "NVIDIA Corporation" Option "DynamicTwinView" "FALSE" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" Vendorname "NVIDIA Corporation" Boardname "GeForce 6600 GT" Option "DynamicTwinView" "FALSE" EndSection Three cheers for Vitamin!
IneedAname wrote:> Something to note about using "DynamicTwinView" "FALSE" you need it in the second device section or it does not work.You should really have only one, unless you have 2 video cards.
On Tue, 13 Jan 2009 09:39:44 -0600 "vitamin" <wineforum-user at winehq.org> wrote:> You should really have only one, unless you have 2 video cards. >I only have one video card.
This is a small output of /etc/X11/xorg.conf. Strangely my nvidia-settings command returns " nvidia-settings: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined symbol: cairo_has_current_point". What's this Option "DynamicTwinView" "FALSE"???? # Load "dri" Load "dbe" # Double buffer extension Section "Device" #VideoRam 262144 # Insert Clocks lines here if appropriate Identifier "nvidia" Driver "nvidia" EndSection Section "Screen" Identifier "Screen 1" Device "nvidia" Monitor "generico" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Viewport 0 0 Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
vanguarda wrote:> Ok!!! But is only this problem????Did you try it already?