You are not logged in.

#1 2010-03-07 23:48:33

Frostwarrior
Member
Registered: 2009-06-06
Posts: 27

Blank screen after switching back from another X screen

Hello there. big_smile

A while ago I reformatted my HD, recreated my partition table and installed arch from scratch. Now I have a working x86_64 environment, but some issues have appeared.

When I create another X screen (since in GNU/Linux i cant alt-tab the games) and stay a while there, when I come back to the main screen with gnome and compiz, only blank screen is shown. Im sure its gnome-screensaver, because killing it returns me to the usual gnome unlock screen dialog.
Neither does with metacity WM (I choose them with fusion-icon) as Windows Manager.

Here is my script to create another X screen:

#!/bin/sh

 X $1 -ac -terminate &
 sleep 2
 DISPLAY=$1 uxterm &
 DISPLAY=$1 fluxbox 1>2 2>/dev/null &

My xorg.conf:
http://pastebin.com/WLGAXNCG

Thanks in advance. smile

Last edited by Frostwarrior (2010-03-07 23:48:44)

Offline

Board footer

Powered by FluxBB