You are not logged in.
Okay, I'm a total newbie with this VM, but wanted to try and use it instead of Gnome. I've installed it and it starts when I run startx. The configuration file I am using is very very basic, since I just wanted to see whether I could get it working...
It is:
import XMonad
main = xmonad $ defaultConfig
{ borderWidth = 2
, terminal = "urxvt"
, normalBorderColor = "#cccccc"
, focusedBorderColor = "#cd8b00"
}The terminal rxvt-unicode has been installed, so I should be able to run urxvt. I've tried other terminals, too.
The problem that I'm having is that while I can use the mouse, it seems the screen totally ignores the keyboard. I can't open up the terminal with mod-shift-return. I've tried hundreds of key combinations and none of these work...
Therefore,
I can't do anything.
I can't even Ctrl-Alt-Fx to another screen or close XMonad or anything....
How can I debug this? There is nothing in my xmonad.errors...
Last edited by Bedtimes (2010-05-31 16:13:09)
Offline
Hi,
I use wmii and experience the same problem, see http://bbs.archlinux.org/viewtopic.php?id=98089. The keyboard indeed responds to nothing anymore. I temporarily switched to Openbox until this problem is resolved. I tried recompiling wmii as stated by skualito in the mentioned topic, but to no avail. I think this is a problem beyond one window manager.
Offline
Try running dmenu (should be Alt-P with your config IIRC), does that work?
Offline
Does not work, the window manager is completely "fried"; key bindings don't work either (e.g. opening terminal with alt+return or dmenu with alt+p). This goes for both wmii and xmonad.
Offline
does it work in gnome/kde/xfce? if not make sure your key map is set correctly (/etc.hal/fdi/policy/10-keymap.fdi). You most likely have it set correctly but i didn't once and it would not accept my keyboard within an X of any sort including xterm.
Offline
My wmii is now fixed using libixp-hg 123-1 and wmii-hg 2696-1 from AUR.
Offline