Hey, we have forums!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LubosD

Pages: [1]
1
General / Re: Supported Platforms
« on: July 21, 2007, 07:31:43 pm »
  • Is there an "Alt-Tab" equivalent?

That's a tricky one. You can usually press Ctrl+Alt+/ to "ungrab" keyboard from the game and then use Alt+Tab. To allow the ungrab operation, you need something like this in your /etc/X11/xorg.conf file:
Code: [Select]
Section "ServerFlags"
        # other stuff here
        # ....
        Option "AllowDeactivateGrabs" "on"
EndSection

The only problem with this solution is that OpenGL application running in the same X session can make the rest of the desktop painfully slow. For that reason I've developed a tool called QGameX - you can use it to run the game in a separate X session - to switch between X sessions, use Ctrl+Alt+F7, F8, and so on.

I am looking forward to the game. I think I'll write a game review and publish it on AbcLinuxu.cz when the game is available :-)
If you need a Linux betatester, I volunteer :-)

Pages: [1]