On Monday 17 October 2005 04:18, David Seikel wrote:
> > i have seen this at some odd occasions before. the problem is - it
> > left me with not even being able to ctrl+alt+backspace or
> > ctrl+alt+f1... etc. this basically indicates the xserver itself is
> > not getting key presses or simply not responding to them (as x traps
> > these internally straight from the device and acts on them). so i
> > chalked it up to "crap. an x bug." and due to it being
> > intermittent... that was the last i bothered.
>
> That is some of the quirks I mentioned.  One I have noticed is that
> Ctrl+Alt+F* to switch to a different VT triggers something, although
> not the correct thing.  It starts by blanking my monitor for a few
> seconds.  This is expected behaviour when I switch from graphics to
> text mode [0].  But, it then unexpectedly shows me the entrance screen
> again, and not the desired VT.
This ALT+Fx thing also happens on my laptop when I use a "hack" to start X and 
only X from a thing like:

In the boot-sequence:
tellinit b &/dev/null

In inittab:
x:a:once:/etc/X11/startDM.sh
y:b:once:/etc/X11/startx.sh

/etc/X11/startx.sh:
# Comments
source /etc/profile
export GDK_USE_XFT=1
Xorg vt7 :0 > /dev/null 2> /dev/null



If I access the laptop via ssh and just restart the init script in question 
ALT+Fx keys work again once Xorg has restarted.
Note that I can start apps via ssh on the "borken" X and manipulate them 
correctly with keyboard.

I'm doing all this on a Gentoo system, the X starting script is code grabbed 
from the xdm initscript and dependent scripts.

My guess (to be verified) is that X should be started long time enough after 
getty's are ready...

Bruno



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to