LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wine & fullscreen (https://www.linuxquestions.org/questions/linux-newbie-8/wine-and-fullscreen-316611/)

helios the sun 04-24-2005 05:30 AM

wine & fullscreen
 
how do i force wine to run app in non-fullscreen mode?

hitman_et 04-24-2005 09:36 PM

Edit the config file for wine, the line you want is

Code:

; Use a desktop window of the given size
;"Desktop" = "1280x1024"


Remove the ; before "Desktop".... and choose your desired resolution

So it should say
Code:

"Desktop" = "800x600"
(or 640x480, 1024x768,etc)


All times are GMT -5. The time now is 08:55 AM.