From: James S. <jsi...@su...> - 2001-01-24 23:00:02
|
> check out the hacks this guy made to x to make it support independent > multihead. interesting. Interesting. Note with xfree86 with ruby once fbdev is working you can start two instances of the X server. Each with the -vt option (-vt 0 for first X server, -vt 16 for second X server). Then each X server will grab a seperate keyboard. He is right tho. Future X servers should be using /dev/eventX and /dev/fb to startup and not even use the console layer at all. |