Tagged Questions

5
votes
1answer
363 views

“Seamless” multi user session in linux/X11 [closed]

The goal I would love to have a multi user system (based on linux) using only one X11 session with multiple screens and pairs of mouse and keyboard. So two (or more) people can work with the same ...
1
vote
1answer
165 views

How to get raw mouse events with XI2 extension?

I'm using XISelectEvents for root window with deviceid=XIAllDevices and mask=XI_RawMotion, but I don't get any events. What's wrong?
1
vote
1answer
338 views

best way to work on / debug Xorg server modules

I want to work on an Xorg server module and I am wondering how I can reload the module at runtime. Also, maybe someone can give me some good tips about doing this (because I never have worked with ...