You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use multiseat-wizard-bicefalo on ubuntu x86-64 You need to replace 32-bit
Xephyr by 64-bit Xephyr.
You can download 64-bit version of Xephyr from first attachment or build it.
Building Xephyr for multiseat.
Install dependences:
$ sudo apt-get build-dep xorg-server
Get sources:
$ apt-get source xorg-server
Configure xorg server to build it only Xephyr with --enable-kdrive-evdev option:
$ patch -p0 < patch
(patch available in second attachment)
Build it:
$ cd xorg-server-1.11.4
$ debian/rules binary
Replace old Xephyr by new:
$ sudo cp build-main/hw/kdrive/ephyr/Xephyr /home/multiseat/
Original issue reported on code.google.com by [email protected] on 7 Aug 2012 at 9:53
Original issue reported on code.google.com by
[email protected]
on 7 Aug 2012 at 9:53Attachments:
The text was updated successfully, but these errors were encountered: