minimizing et in linux
|
|
tomasz | Date: Thursday, 05/01/2012, 22:54:51 | Message # 1 |
Global Server Admin
User
Messages: 1219
| does anyone know is there a way to minimize et in linux? i usue Ubuntu 11.10
-----------------
Message edited by tomasz[pl] - Thursday, 05/01/2012, 22:55:06 |
|
| |
ShadoXzzold | Date: Thursday, 05/01/2012, 23:09:46 | Message # 2 |
14
User
Messages: 1482
| So ALT+ENTER doesnt work? Tried to find it on google?
-----------------
Everyone is a genius. But if you judge a fish on its ability to climb a tree, it will live its whole life believing that it is stupid.
|
|
| |
tomasz | Date: Thursday, 05/01/2012, 23:34:49 | Message # 3 |
Global Server Admin
User
Messages: 1219
| found 3 solutions (separate x-server, alt+enter while in console, etc) but none of it worked Added (05/01/2012, 11:34 PM) --------------------------------------------- nvm i found solution http://hem.bredband.net/b400150/
-----------------
|
|
| |
ShadoXzzold | Date: Thursday, 05/01/2012, 23:45:26 | Message # 4 |
14
User
Messages: 1482
| u see, google knows everything
-----------------
Everyone is a genius. But if you judge a fish on its ability to climb a tree, it will live its whole life believing that it is stupid.
|
|
| |
tomasz | Date: Friday, 06/01/2012, 03:05:01 | Message # 5 |
Global Server Admin
User
Messages: 1219
| Quote (ShadoXzz) u see, google knows everything nope. friend sent me this link.
-----------------
|
|
| |
ShadoXzzold | Date: Friday, 06/01/2012, 12:12:00 | Message # 6 |
14
User
Messages: 1482
| Tss >:/
-----------------
Everyone is a genius. But if you judge a fish on its ability to climb a tree, it will live its whole life believing that it is stupid.
|
|
| |
mirage | Date: Saturday, 07/01/2012, 12:29:33 | Message # 7 |
Private
User
Messages: 33
| kazdą gre uruchamiaj na innym X-Server i bedziesz mogl przełączać miedzy pulpitem a grą przez użycie kombinacji Ctrl+Alt+FX:
A oto skrypcik ktory Ci pomoże
Code #!/bin/sh
if [ -z $1 ] ; then echo "Usage: `basename $0` <game executable> [game parameters]" exit fi
xmodmap -display :1 $HOME/.Xmodmap & xbindkeys --display :1 & xinit $@ -- :1 -layout GameLayout
-----------------
|
|
| |
tomasz | Date: Saturday, 07/01/2012, 15:05:00 | Message # 8 |
Global Server Admin
User
Messages: 1219
| no nie do konca. czesto podpinam lapka do telewizora i dualhead'a mam wlaczonego caly czas (nie chce mi sie za kazdym razem testartowac x'ow) a taki skrypcik nie ruszy przy takiej konfiguracji. jak ostatnim razem takie cos testowalem to 3 krotne nacisniecie "~" wywalalo mnie z gry do zminimalizowanego et. pozatym ten skrypt jest niepelny. musze chyba cos w c++ naskrobac. ale tak czy inaczej dzieki.
sorry for polish
btw Quote (tomasz|pl|) http://hem.bredband.net/b400150/ this thing doesn't work. can't compile it. and after installing dependencies i had to reconfigure x-server xD
-----------------
|
|
| |