LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wine messing up the screen refresh rate (https://www.linuxquestions.org/questions/linux-newbie-8/wine-messing-up-the-screen-refresh-rate-613272/)

TDMBG 01-13-2008 08:19 AM

wine messing up the screen refresh rate
 
I am running Debian Etch.
I'm having this problem with wine: each time I run a fullscreen app, games mostly, it changes the resolution and refresh rate. However, after wine exits, it only restores the resolution but not the refresh rate, and things become bad. Is there a way to make it change the rate too, or my only option is to change it each time manually (or not to use fullscreen)?

LinuxCrayon 01-14-2008 06:20 AM

First, it seems WINE has a problem switching refresh rates back after using full-screen applications.

Second, you could write a BASH script to do it for you. After all, if you have to do something more than twice, write a script.

Third, if you're using an nVidia card, it's ENTIRELY possible that you're running at the proper refresh rate, but the OS is reporting it to you differently.

Add the following to your xorg.conf under the device section:

PHP Code:

OPTION     "DynamicTwinView"     "False" 

Although I've never bothered to see if it makes a difference, be sure to separate the columns with the tab key.

That should fix the way it reports the refresh rate to you.

Let us know if that solves the problem!


All times are GMT -5. The time now is 05:02 AM.