From: Svetoslav S. <ga...@st...> - 2003-05-12 13:37:26
|
Quoting "Zephaniah E. Hull" <wa...@ba...>: > On Fri, May 09, 2003 at 01:10:02PM +0200, Svetoslav Slavtchev wrote: > > Hi, > > > > Quoting Svetoslav Slavtchev <ga...@st...>: > > > Hi again, > > > > > > some more info . > > > > > > this is under both Mandrake-9.1 and Debian Sid. > > > > both problems exist under linux-2.5.69 too :( > > > > (of course only the first X server was started) > > > > some one with ideas for debuging ? > > Ok, I'd like you to try something for the hotplugging problem, put the > actual echo to the fifo in the background, & should do the trick nicely. so you mean: not -> .... {VAL_SEP}${ACTION}" >> ${dev} ' & but -> .... {VAL_SEP}${ACTION}" >> ${dev} & ' is this correct? no changes under backstreet ruby, will check with latest BK in an hour(compile time :) ) > That is about the only thing that comes to mind, the X side /should/ > work, and does for me. :/ the X server detects the devices on start/restart, but repluging a mouse results in loosing the mouse until restart of the X server. ( still have to check what hapens if keyboard is replugged ) best, svetljo |