Gentoo Archives: gentoo-user

From: Erik Hahn <erik_hahn@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mouse & keyboard broken after upgrade to xorg-server-1.5.2
Date: Tue, 02 Dec 2008 17:56:32
Message-Id: 20081202174400.GB26530@eriks
In Reply to: Re: [gentoo-user] Mouse & keyboard broken after upgrade to xorg-server-1.5.2 by Uwe
1 On Tue, Dec 02, 2008 at 06:15:48PM +0100, Uwe wrote:
2 > On Tuesday 02 December 2008 18:02:37 Erik Hahn wrote:
3 > > I just upgraded xorg-server to 1.5.2 and ati-drivers tp 8.522-r2. Now
4 > > keyboard and mouse don't work in X - gpm, qingy and virtual terminals
5 > > work fine however. Rebuilding the drivers didn't help
6 > >
7 > > I attach emerge --info output, this is my package.use entry for
8 > > xorg-server:
9 > >
10 > > x11-base/xorg-server dri -nptl -minimal xorg
11 > >
12 > > -Erik
13 >
14 > Hi
15 >
16 > If they are not configured in your xorg.conf-ServerLayout, then they can't
17 > work :>
18 >
19 > It should look like this:
20 >
21 > Section "ServerLayout"
22 > Identifier "aticonfig Layout"
23 > Screen 0 "aticonfig-Screen[0]-0" 0 0
24 > InputDevice "Keyboard0"
25 > InputDevice "Mouse0"
26 > EndSection
27
28 That fixed it, thanks. Server 1.4 always worked without these entries.
29
30 -Erik