Gentoo Archives: gentoo-user-de

From: Thomas Bruns <gentoo@××××××××.de>
To: gentoo-user-de@l.g.o
Subject: [SOLVED] Re: [gentoo-user-de] KDE4 Anmeldung ging nach HALD-demon start nicht mehr
Date: Tue, 23 Jun 2009 19:42:48
Message-Id: 200906232142.44279.gentoo@donbruno.de
In Reply to: [gentoo-user-de] KDE4 Anmeldung ging nach HALD-demon start nicht mehr by Thomas Bruns
1 Ich musste doch einige Sachen bei der xorg rausnehmen:
2
3 Section "ServerLayout"
4 Identifier "Layout0"
5 Screen 0 "Screen0" 0 0
6 # InputDevice "Keyboard0" "CoreKeyboard"
7 # InputDevice "Mouse0" "CorePointer"
8 # Option "AllowEmptyInput" "No"
9 # Option "AutoAddDevices" "true"
10 EndSection
11
12 #Section "InputDevice"
13 # generated from data in "/etc/conf.d/gpm"
14 # Identifier "Mouse0"
15 # Driver "mouse"
16 # Option "Protocol" "IMPS/2"
17 # Option "Device" "/dev/input/mice"
18 # Option "Emulate3Buttons" "no"
19 # Option "ZAxisMapping" "4 5"
20 #EndSection
21
22 #Section "InputDevice"
23 # generated from default
24 # Identifier "Keyboard0"
25 # Driver "kbd"
26 #EndSection
27
28 nun scheint alles zu gehen. Hatte sogar noch einen Fehler drin, ich hab keine
29 USB-Tastatur, sonder eine USB-Maus. Diese hat sich aber ganz normal verhalten.
30
31 --
32 Gruß
33 Thomas
34 ---
35 CBUILD="x86_64-pc-linux-gnu"
36 CFLAGS="-march=core2 -O2 -msse4.1 -msse4.2 -pipe"
37 CXXFLAGS="-march=core2 -O2 -msse4.1 -msse4.2 -pipe"
38 LDFLAGS="-Wl,-O1,--hash-style=gnu,--sort-common,--as-needed"