From: Aivils S. <Aiv...@un...> - 2003-12-01 14:47:41
|
>> > this way you can configure VT- keyboard mapping >> > & consistent evdev[n] mouse[n] devices >> > /* although udev is probably much better for the evdev & mice */ >> > >> I'll look at this someday. Do I need modules for this to work? > >good question When "foo" device detected, then kernel call /etc/hotplug/input.agent Troubles are non-existing file systems in bootime, /proc and so on. So all Your devices detected in boot time and input.agent has read-only root filesytem and nothing more. This is main reason to use input device drivers modular. Instead modules exists input.rc scripts, which do same. >how do you setup the fb mode? >i'm still using a single monitor with switch >@ 640x480, and fbset doesn't seem to work video=matroxfb:800x600@75 for 1st head. Also i use fbset. Modular fbcon donot resize after fbset resize. Aivils Stoss |