public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] xorg-server
Date: Wed, 29 Dec 2010 13:01:24 +0000	[thread overview]
Message-ID: <201012291301.35032.michaelkintzios@gmail.com> (raw)
In-Reply-To: <1293614817.424549@rumba>

[-- Attachment #1: Type: Text/Plain, Size: 2934 bytes --]

On Wednesday 29 December 2010 09:26:57 Konstantinos Agouros wrote:
> In <20101227175826.1bbafaef@karnak.local> dwnoon@ntlworld.com (David W Noon) 
writes:
> >--Sig_/Hxy_r1egAtvobeT/s7/L0.O
> >Content-Type: text/plain; charset=US-ASCII
> >Content-Transfer-Encoding: quoted-printable
> >
> >On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user]
> >
> >xorg-server:
> >>I have just upgraded to xorg-server 1.9.2
> >>but unfortunately my keyboard is not recognising gb layout
> >
> >You have at least 2 courses of action:
> >
> >1) Add a udev rule in /etc/udev/rules.d/10-local.rules
> >
> ># A rule to define our keyboard layout.
> >KERNEL=3D=3D"event*", ENV{ID_INPUT_KEYBOARD}=3D=3D"?*",
> >ENV{xkblayout}=3D"g= b",
> >ENV{xkbmodel}=3D"pc105"
> >
> >2) Add a configuration file /etc/X11/xorg.conf.d/10-evdev.conf
> >
> ># Configuration for evdev-controlled input devices.
> >Section "InputClass"
> >
> >        Identifier      "keyboard"
> >        Driver          "evdev"
> >        Option          "XkbLayout" "gb"
> >        Option          "XkbModel" "pc105"
> >        Option          "XkbOptions" "terminate:ctrl_alt_bksp"
> 
> You got this working with xorg-server 1.9? This is the one piece that's
> not working for me.


Other than setting up udev rules I have tried everything that I could think 
of.  Based on the experiments I ran on two laptops I have come to the 
following conclusions (or should this be "confusions"?  ha, ha):

        Option "AllowEmptyInput" "off"

is necessary under Section "ServerLayout" to allow legacy kbd and mouse 
drivers to load.

Setting up a /etc/X11/xorg.conf.d/10-evdev.conf and then moving to 55-
evdev.conf so that the 50-synaptics.conf is read first does not work.  
Somehow evdev permeates everything, creates multiple devices and hijacks the 
touchpad, keyboard, etc.

Commenting out the /etc/X11/xorg.conf.d/10-evdev.conf lines for keyboard and 
touchpad also does not do the trick, because there is still the 
/usr/share/X11/xorg.conf.d/10-evdev.conf which seems to be parsed regardless 
of a /etc/X11/xorg.conf.d/10-evdev.conf file being available.

So, I removed /etc/X11/xorg.conf.d/10-evdev.conf, commented out the keyboard 
and touchpad entries in /usr/share/X11/xorg.conf.d/10-evdev.conf and can now 
use my touchpad with horizontal/vertical scroll functions, acceleration, etc. 
based on settings I added in /usr/share/X11/xorg.conf.d/50- as well as a 
multi-language keyboard.

Personally, I can't see why all these additional config files and locations 
are required, rather than a single /etc/X11/xorg.conf.  I have found all these 
back and forth changes to fdi's, xorg.conf.d and what have you, unnecessary 
and annoyingly time wasting.

Of course I might have missed something simple in all this kerfuffle, so 
please chime in if there is a better way around this.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-12-29 13:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <g4jho-61J-11@gated-at.bofh.it>
2010-12-27 17:58 ` [gentoo-user] xorg-server David W Noon
2010-12-27 18:45   ` John
2010-12-27 19:20     ` Neil Bothwick
2010-12-27 20:23       ` Mick
2010-12-29  9:26   ` Konstantinos Agouros
2010-12-29 13:01     ` Mick [this message]
2010-12-29 13:42       ` Dale
2010-12-29 14:49       ` Neil Bothwick
2010-12-30 17:40       ` Mike Edenfield
2010-12-30 19:02         ` Mick
2010-12-30 19:43           ` Mike Edenfield
2010-12-30 23:01             ` Mick
2020-04-14 18:16 Jorge Almeida
2020-04-14 18:29 ` tastytea
2020-04-14 18:47   ` Jorge Almeida
2020-04-14 20:22     ` Dale
2020-04-14 20:36       ` Jorge Almeida
     [not found] <g4pGa-8uT-19@gated-at.bofh.it>
     [not found] ` <g4qiR-VE-7@gated-at.bofh.it>
     [not found]   ` <g4qVA-24v-5@gated-at.bofh.it>
     [not found]     ` <g4rRD-3EB-9@gated-at.bofh.it>
2010-12-27 21:39       ` David W Noon
2010-12-27 22:43         ` Mick
     [not found] ` <g4pGa-8uT-17@gated-at.bofh.it>
     [not found]   ` <g50FI-3yD-5@gated-at.bofh.it>
2010-12-29 14:25     ` David W Noon
  -- strict thread matches above, loose matches on Subject: below --
2010-12-27 11:14 John
2010-12-27 11:29 ` Neil Bothwick
2010-12-27 11:39 ` Dale
2006-01-13 13:08 krgn
2006-01-14  2:03 ` Richard Fish

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012291301.35032.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox