Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-07 Thread Laércio de Sousa
Daniel, I've rewritten the command line populating logic for Xephyr. Now -keybd and -mouse options are passed only if such devices are found. Take a look, please! CANTATE DOMINO CANTICUM NOVUM QUIA MIRABILIA FECIT Laércio 2014-03-06 15:09 GMT-03:00 Laércio de Sousa : > Hum.. I've got it. In

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-06 Thread Laércio de Sousa
There's a file named 74-seat-input.rules in multi-seat-xephyr bundle. Just put it in your /etc/uev/rules.d folder. BTW, I've just transfered ownership of multi-seat-xephyr project to Ubuntu Multiseat team. I've also created a daily-build recipe that builds a package and uploads it to Ubuntu Multis

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-06 Thread Laércio de Sousa
2014-03-06 11:44 GMT-03:00 Daniel J Blueman : > One tweak was needed was to specify the library after the compilation > unit, to avoid an undefined reference to sd_get_seats: > > $ gcc -Wall -std=gnu99 -DHOST_X_SERVER=\"/usr/bin/X\" > -DNESTED_X_SERVER=\"/usr/bin/Xephyr\" -DDEFAULT_DISPLAY=\":90\"

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-06 Thread Daniel J Blueman
One tweak was needed was to specify the library after the compilation unit, to avoid an undefined reference to sd_get_seats: $ gcc -Wall -std=gnu99 -DHOST_X_SERVER=\"/usr/bin/X\" -DNESTED_X_SERVER=\"/usr/bin/Xephyr\" -DDEFAULT_DISPLAY=\":90\" -DDEFAULT_XKBLAYOUT=\"br\" multi-seat-xephyr.c -lsystem

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-03 Thread Daniel J Blueman
On 3 March 2014 23:26, Laércio de Sousa wrote: > Em 03/03/2014 12:19, "Daniel J Blueman" escreveu: >> On 3 March 2014 22:52, Laércio de Sousa wrote: >> > Em 02/03/2014 17:38, "Laércio de Sousa" escreveu: >> >> Em 02/03/2014 16:22, "Daniel J Blueman" escreveu: >> >> > Using Ubuntu 13.10 i686 an

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-03 Thread Laércio de Sousa
Em 03/03/2014 12:19, "Daniel J Blueman" escreveu: > > On 3 March 2014 22:52, Laércio de Sousa wrote: > > Em 02/03/2014 17:38, "Laércio de Sousa" escreveu: > >> Em 02/03/2014 16:22, "Daniel J Blueman" escreveu: > >> > Using Ubuntu 13.10 i686 and the superb work in the ubuntu-multiseat > >> > PPA

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-03 Thread Daniel J Blueman
On 3 March 2014 22:52, Laércio de Sousa wrote: > Em 02/03/2014 17:38, "Laércio de Sousa" escreveu: >> Em 02/03/2014 16:22, "Daniel J Blueman" escreveu: >> > Using Ubuntu 13.10 i686 and the superb work in the ubuntu-multiseat >> > PPA, I run a configured X server on a dual-output Intel GPU (start

Re: [Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-02 Thread Laércio de Sousa
Hi there! Em 02/03/2014 16:22, "Daniel J Blueman" escreveu: > > Hi guys, > > Using Ubuntu 13.10 i686 and the superb work in the ubuntu-multiseat > PPA, I run a configured X server on a dual-output Intel GPU (started > from a modified lightdm upstart script [1]): > # /usr/bin/Xorg :0 -nolisten tcp

[Ubuntu-multiseat] Lightdm and Xephyr multiseat fun

2014-03-02 Thread Daniel J Blueman
Hi guys, Using Ubuntu 13.10 i686 and the superb work in the ubuntu-multiseat PPA, I run a configured X server on a dual-output Intel GPU (started from a modified lightdm upstart script [1]): # /usr/bin/Xorg :0 -nolisten tcp vt7 then start configured [2] lightdm, which in turn runs the Xephyr wrap