Does anyone know if it’s possible to specify a “ServerLayout” section without a keyboard input device?

 

Basically, I have a dual independent head setup with two mice and one keyboard and I want the keyboard to only apply to the left screen, while the right screen only has mouse input.

 

Below is an excerpt out of my XFree86Config-4 file:

 

      7  Section "ServerLayout"

      8     Identifier "layout0"

      9     Screen     "Screen0"

     10     InputDevice    "Mouse0" "CorePointer"

     11     InputDevice    "Keyboard0" "CoreKeyboard"

     12 EndSection

     13

     14 Section "ServerLayout"

     15     Identifier "layout1"

     16     Screen      "Screen1"

     17     InputDevice    "Mouse1" "CorePointer"

     19 EndSection

 

Of course, this doesn’t work because when I run the first XFree86 instance with layout1 it complains that it needs the keyboard input device.

 

Is there any way to work around this?

 

 

 

Reply via email to