Run a wine application fullscreen on a single monitor from dual-monitor setup

23,068

Solution 1

There is an easy way to use a windowed mode in Wine:

  1. Start Wine Configuration (winecfg)

  2. Click on the ‘Graphics’ tab

  3. Check ‘Emulate a virtual desktop’

  4. Next to ‘Desktop size’ enter your exact screen resolution.

Solution 2

I found ~/.config/monitors.xml where you can set which monitor is the primary one (primary:yes) so wine displays Skyrim on my right monitor while my left one's still displaying unity and firefox :)

Share:
23,068

Related videos on Youtube

kernel
Author by

kernel

Updated on September 18, 2022

Comments

  • kernel
    kernel over 1 year

    I have a dual-monitor system, running Ubuntu 12.10 with Gnome 3 desktop. I want to run a fullscreen wine application on one monitor (I'll call it "secondary"), while another ("primary") will not be affected, and will continue to run regular Gnome desktop.

    Image, visually explaining what I want to achieve

    I have to use wine virtual desktop (wine explorer /desktop=foo,1680x1050), because otherwise the second monitor gets turned off and application runs on primary one.

    However, virtual desktop's window does not occupy the whole sceen because of window decorations. I've removed them from maximized windows using this recipe, but the window is not maximized (although, it's resizable) and can't be maximized using its context menu.

    There's no Gnome panel or any other obstacles on the secondary monitor. If I could get rid of decorations I'll achieve exactly what I want.

    Is there any way I could either forcibly maximize wine's virtual desktop window, or tell Metacity this window must be not decorated? Or, maybe, there's another approach?

    I've obviously tried winecfg's "allow the window manager to decorate/control the windows" options, but they don't seem to affect virtual desktop window. The application can't be run windowed by itself and always goes fullscreen.

    Please note, I explicitly don't want to setup monitors as separate X11 displays, each running separate X server.

  • Kalle Richter
    Kalle Richter almost 7 years
    The the WINE application doesn't run in full screen mode. Even with WINE 2.8 some applications don't respond to the available screen resolution and only offer default values like 1024x786 which they don't in real full screen mode.
  • Kalle Richter
    Kalle Richter almost 7 years
    Changes seem to require a restart, not only a login and re-login and Ubuntu 17.04 and possibly others.