[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2019-05-11 Thread Julian Rendell
I think this bug should be closed- the options in the patch have been
removed from the current (upstream) sources. Glancing through the code
and commit history, it looks like Evdev has been removed from Xorg
server.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2015-05-07 Thread hede
Ubuntu 14.04 and this Bug is still active. 
Simply adding the Patch above and recompiling via dpkg-buildpackage works, no 
need to manually running configure. 

** Patch added: enabling evdev in xserver-xephyr
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+attachment/4392733/+files/xephyr-evdev.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-03-09 Thread Tom Fields
Richard,

yes, the way I see it, you are right.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-02-14 Thread Richard Hansen
** Tags added: multiseat

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-02-14 Thread Richard Hansen
** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-02-14 Thread Richard Hansen
Are the --enable-kdrive-mouse and --enable-kdrive-kbd arguments
necessary?  They seem unrelated to the specific symptomps originally
reported, and according to https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=646686#12 they may have issues.  From that bug
comment:

On Wed 2013-03-27T14:20:34+0100 Geert Uytterhoeven ge...@linux-m68k.org wrote:
  - I did not enable kdrive-kbd, as it's completely broken.
Since it no longer fills in KdKeyboardInfo.minScanCode and
KdKeyboardInfo.maxScanCode, any keypress causes messages like:

driver Linux console keyboard wanted to post scancode x outside of [0, 0]!

  - kdrive-mouse still works (e.g. -mouse ps2, or -mouse mouse for
protocol probing, which takes some time), but the recommended way
these days is kbd-evdev, using the following (ugly) command line
parameters:

   -keybd evdev,,device=/dev/input/event0
   -mouse evdev,,device=/dev/input/event1

It seems like just adding --enable-kdrive-evdev would be sufficient and
safer, no?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-01-29 Thread Tom Fields
Hi, I am not Oliver Breuer, but this bug is definitely still there in
package:

xserver-xorgVersion: 1:7.7+1ubuntu7
(xserver-xorg-coreVersion: 2:1.14.5-1ubuntu2)
(xserver-xephyr  Version: 2:1.14.5-1ubuntu2)


The package autoconfiguration does somehow not work and omits the evdev 
functionality for the kdrive xserver contained in this Ubuntu package (likely 
also in the Debian package).

However, when manually compiling with ./configure --enable-kdrive
--enable-kdrive-evdev --enable-kdrive-mouse --enable-kdrive-kbd, the
compiled Xephyr binary (hw/kdrive/ephyr/Xephyr or build-
main/hw/kdrive/ephyr/Xephyr in the build tree) does work as expected
with evdev enabled.

Therefore, the workaround for people who want the xorg-server (xserver-xephyr 
binary package) with support for evdev enabled, I recommend compiling manually 
with the above mentioned configure options manually added to debian/rules.
(It seems compiling with DEB_BUILD_OPTIONS=--enable-kdrive-evdev etc. is not 
supported).

For a quick fix under Ubuntu Saucy (with newest Xserver from saucy-
updates repository enabled) or Ubuntu Trusty alpha, I included a patch.

The package can be compiled the Debian way:

mkdir -p ~/src/xorg-server-evdev-patch
cd ~/src/xorg-server-evdev-patch
wget #(URL to patch)
apt-get source xorg-server
cd xorg-server-1.14.5  #(or the corresponding package version)
patch -p1  ../xorg-server-1.14.5-patch-kdrive-evdev
(optional: change package version in debian/changelog not to have the package 
replaced during later upgrades)
dpkg-buildpackage -uc -us -b
sudo dpkg -i ../xserver-xephyr_1.14.5-1ubuntu2_amd64.deb 
../xserver-common_1.14.5-1ubuntu2_all.deb


If someone understands the build system used in xorg-server package better than 
me, please feel free to fix the bug in the build system's configure script 
(autodetection does not work, it seems).



** Attachment added: PATCH: Enable evdev support for kdrive-based X-server in 
Ubuntu package xorg-server
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+attachment/3961839/+files/xorg-server-1.14.5-patch-kdrive-evdev

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-01-29 Thread Ubuntu Foundations Team Bug Bot
The attachment PATCH: Enable evdev support for kdrive-based X-server in
Ubuntu package xorg-server seems to be a patch.  If it isn't, please
remove the patch flag from the attachment, remove the patch tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2014-01-06 Thread Christopher M. Penalver
Oliver Breuer, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p xorg-server REPLACE-WITH-BUG-NUMBER

Please note, given you already have done this in a prior release,
performing this on a release prior to Trusty would not be helpful.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2012-10-12 Thread Jeroen Dekkers
** Bug watch added: Debian Bug tracker #646686
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646686

** Also affects: xorg-server (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646686
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2012-10-12 Thread Bug Watch Updater
** Changed in: xorg-server (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2012-07-24 Thread fe...@mail.ru
** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-11-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-07-12 Thread jap1968
Same problem here.
I am trying to setup a multiseat computer using LightDM and following this 
guide:
http://netpatia.blogspot.com/2009/06/multiseat-in-ubuntu-904.html

Tried with ephyr instead of evdev, but I am not able to launch Xephyr.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-06-07 Thread olive
You can replace evdev  by ephyr. It works for me!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-03-24 Thread ppc123
Get and install the package xserver-xephyr_1.7.6-2ubuntu7.6_i386.deb instead, 
and everything will be fine.
(That's the version of Xephyr in Lucid)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-03-20 Thread Neyder
same in natty, how can i report it? or fix it??

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-02-26 Thread ppc123
I tried Xephyr in Ubuntu 10.04, and every things work...
It seems to be problem of Ubuntu 10.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2011-02-25 Thread ppc123
I'm also facing the same problem.
Couldn't find pointer/keyboard driver evdev.

DistroRelease: Ubuntu 10.10
Package: 2:1.9.0-0ubuntu7.3
Architecture: i686

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659793

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs