Nvidia replacement renders fullscreen unusable

Questions about Wine on Linux
Locked
Antonio López
Level 2
Level 2
Posts: 12
Joined: Tue Mar 18, 2008 7:11 am

Nvidia replacement renders fullscreen unusable

Post by Antonio López »

Hi,

I replaced my old GeForce 8500GT for a GeForce GTX 550Ti keeping the same proprietary drivers package by Debian and everything went ok except that now I cannot run any Windows program fullscreen using Wine: the screen appears black (windowed mode works flawlessly).

According to (for instance):

**************************

wine: configuration in '/home/toni/Desktop/SH4' has been updated.
fixme:wininet:InternetSetOptionExA Flags 04000000 ignored
fixme:wininet:InternetSetOptionExA Flags 04000000 ignored
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
fixme:win:EnumDisplayDevicesW ((null),0,0x32e7e4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e7e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e630,0x00000000), stub!
fixme:quartz:VMR9WindowlessControl_SetBorderColor (0x1aeb3c/0x1ae940)->(...) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32e628,0x00000000), stub!
fixme:quartz:VMR9WindowlessControl_SetBorderColor (0x1b1904/0x1b1708)->(...) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32e61c,0x00000000), stub!
fixme:quartz:VMR9WindowlessControl_SetBorderColor (0x1b5fa4/0x1b5da8)->(...) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec0c,0x00000000), stub!
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1680x1050x32 @60! (XRandR)
wine: Assertion failed at address 0xf77b5425 (thread 0009), starting debugger...
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
********************************************

It seems Wine tries 1680x1050x32 (which is ok) but the refresh frequency is wrong (Wine tries 60Hz while KDE reports to be using 50Hz).

Any idea on how to fix this?

Thanks in advance,
Antonio
Soulcage
Level 3
Level 3
Posts: 67
Joined: Tue Jun 16, 2009 4:02 am

Post by Soulcage »

Run nvidia-settings and set the resolution and refresh rate in there.
Antonio López
Level 2
Level 2
Posts: 12
Joined: Tue Mar 18, 2008 7:11 am

Post by Antonio López »

Thanks for your help but it didn't work. I also did the following:

1) Deleted xorg.conf and recreated it using nvidia-settings (ran a game fullscreen and it worked once, both KDE and xrandr reported 1680x1050@50).

2) After quitting Wine, subsequent runnings in fullscreen didn't work.

3) Set up 1680x1050@60 using nvidia-settings: KDE reported 1680x1050@?. xrandr reported 1680x1050@93. Strange. Then I tried fullscreen which didn't work and after that, killing Wine reverted resolution to 1680x1050@50.

Any clues?
Locked