Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support x86-64 ubuntu #8

Open
GoogleCodeExporter opened this issue Nov 6, 2015 · 0 comments
Open

support x86-64 ubuntu #8

GoogleCodeExporter opened this issue Nov 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant