Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

01.05.2009, 22:44

Tastatur nach xorg update

Hallo


Ich habe auf meinem Laptop xorg-server-1.5.3 instaliert. Jetzt habe ich
nach dem Start des xserver das Problem, das ich in der Konsole mit
jedem Anschlag den Buchstaben (o.a.) gleich 3mal hintereinander habe.

2

01.05.2009, 22:59

Hi,

hast du schon den xf86-input-keyboard neu emerged?

4

02.05.2009, 11:57

Hast du die 1.5 Upgrade Guide befolgt?
Und poste doch bitte ueberhaupt erstmal die Config... nach dem zweiten Post weiss man nichtmal wie du das Upgrade durchgefuehrtest

5

02.05.2009, 12:32

Ja die Infos sind schon überwältigend...

Hast du evtl. noch aus früheren Zeiten Programme wie zb Xmodmap am laufen die hal nun das leben schwer machen?
ah.., verwendest du hal überhaupt für die Eingabegeräte?

6

02.05.2009, 16:22

Den Fehler hatte ich auch kürzlich. Hast du die Option ,,AllowEmptyInput" in xorg.conf (Sektion ,,ServerFlags") auf ,,true" gesetzt?

7

03.05.2009, 10:26

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
olaf@flammenflitzer ~ $ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (root@flammenflitzer)  Sa 18. Okt 09:30:26 CEST 2008

# Monitor Anfang #####################################################
#TFT                                                              	
#TV                                                               	
# Monitor Ende ################################################## 	
# Device Anfang ##################################################	
# TFT                                                             	
 # http://de.gentoo-wiki.com/NVidia                               	
# TV                                                              	
# Device Ende #####################################################   
# Screen Anfang ##################################################### 
#TFT                                                              	
#TV                                                               	
# Screen Ende ##################################################  	

Section "ServerLayout"

#    	Screen  1   	"Screen1" 	RightOf "Screen0" # LeftOf,RightOf #0 1 ????? un klar
	Identifier 	"Layout0"                                                            	
	Screen  	0  "Screen0" 0 0                                                        	
	Screen  	1  "Screen1" 1680 0                                                     	
	InputDevice	"maus" "CorePointer"                                                 	
	InputDevice	"tastatur" "CoreKeyboard"                                            	
	Option     	"BlankTime" "5" 	# Blank the screen after 5 minutes (Fake) -für acpi Stromsparmodus                                                                                       	
	Option     	"StandbyTime" "10"  # Abschalten Bildschirm nach 10 Minuten - (DPMS) für acpi Stromsparmodus                                                                                 	
	Option     	"SuspendTime" "20"  # Full suspend after 20 minutes - für acpi Stromsparmodus  
	Option     	"OffTime" "30"  	# Abschalten nach 30 Minuten - für acpi Stromsparmodus 	
EndSection                                                                                    	

Section "Files"
	FontPath    	"/usr/share/fonts/100dpi"
	FontPath    	"/usr/share/fonts/75dpi" 
	FontPath    	"/usr/share/fonts/artwiz"
	FontPath    	"/usr/share/consolefonts"
	FontPath    	"/usr/share/fonts/corefonts"
	FontPath    	"/usr/share/fonts/cyrillic" 
	FontPath    	"/usr/share/fonts/default"  
	FontPath    	"/usr/share/fonts/dejavu"   
	FontPath    	"/usr/share/fonts/encodings"
	FontPath    	"/usr/share/fonts/freefonts"
	FontPath    	"/usr/share/fonts/intlfonts"
	FontPath    	"/usr/share/fonts/intlfonts/bdf"
	FontPath    	"/usr/share/fonts/misc/:unscaled"
	FontPath    	"/usr/share/fonts/OTF"       	
	FontPath    	"/usr/share/fonts/sharefonts"	
	FontPath    	"/usr/share/fonts/Speedo"    	
	FontPath    	"/usr/share/fonts/terminus"  	
	FontPath    	"/usr/share/fonts/ttf-bitstream-vera"
	FontPath    	"/usr/share/fonts/TTF"           	
	FontPath    	"/usr/share/fonts/Type1"         	
	FontPath    	"/usr/share/fonts/unifont"       	
	FontPath    	"/usr/share/fonts/urw-fonts"     	
	FontPath    	"/usr/share/fonts/util"          	
	FontPath    	"/usr/share/fonts/xawtv"         	
EndSection                                           	

Section "Module"
	Load       	"dbe"
	SubSection 	"extmod"
    	Option     	"omit xfree86-dga"
	EndSubSection                    	
	Load       	"type1"           	
	Load       	"freetype"        	
	Load       	"glx"             	
EndSection                           	

Section "ServerFlags"

# Removed Option "Xinerama" "0"
# Removed Option "Xinerama" "1"
	Option     	"AllowEmptyInput" "false"
#	Option     	"AllowMouseOpenFail" "true"
	Option     	"Xinerama" "0"          	
EndSection                                 	

Section "InputDevice"
	Identifier 	"tastatur"
	Driver     	"kbd" 	
	Option     	"CoreKeyboard"
	Option     	"XkbModel" "pc105"
	Option     	"XkbLayout" "de"  
	Option     	"XkbVariant" "nodeadkeys"
EndSection                              	

Section "InputDevice"
	Identifier 	"maus"
	Driver     	"mouse"
	Option     	"Protocol" "IMPS/2"
	Option     	"Device" "/dev/input/mice"
	Option     	"Emulate3Buttons" "no"	
	Option     	"ZAxisMapping" "4 5"  	
	Option     	"Buttons" "5"         	
	Option     	"SendCoreEvents" "true"   
EndSection                               	

Section "Monitor"

 #TFT
	Identifier 	"Benq"
	HorizSync   	30.0 - 87.0
	VertRefresh 	50.0 - 160.0
	Option     	"DPMS"   	
EndSection                  	

Section "Monitor"

 #TV
	Identifier 	"Sony"
	ModelName  	"TV-0"
	HorizSync   	30.0 - 50.0
	VertRefresh 	60.0   	
EndSection                 	

Section "Monitor"
	Identifier 	"Monitor0"
	VendorName 	"Unknown" 
	ModelName  	"BenQ FP202W"
	HorizSync   	30.0 - 84.0 
	VertRefresh 	56.0 - 76.0 
EndSection                  	

Section "Monitor"
	Identifier 	"Monitor1"
	VendorName 	"Unknown" 
	ModelName  	"TV-0"	
	HorizSync   	0.0 - 0.0
	VertRefresh 	0.0  	
EndSection               	

Section "Device"
	Identifier 	"nvidia"
	Driver     	"nvidia"
	Option     	"NVAgp" "3"         	# Nutzt AGPPART, wenn nicht möglich dann Nvidias AGP-Treiber.                                                                                        	
	Option     	"RenderAccel" "true"      	# Aktiviert Render-Beschleunigung, sollte gesetzt sein.                                                                                        	
	Option     	"Coolbits" "1"         	# Wird bei neueren nvidia-Grafikkarten zum Übertakten gebraucht.                                                                                  	
	Option     	"AllowGLXWithComposite" "true"      	# Benötigt für Xorg und echte Transparenz sowie dem 3D-Desktop.                                                                      	
	Option     	"TripleBuffer" "true"      	# Schaltet TripleBuffer ein. Vorteilhaft bei 3D-Desktop.                                                                                      	
	Option     	"NoLogo" "1"         	# Schaltet das nvidia-Logo aus, welches beim Xorg-Start angezeigt wird.                                                                             	
	Option     	"DPMS" "true"      	# Erlaubt die Nutzung von DPMS.                     	
	Option     	"SecondMonitorHorizSync" "30-87.5"                                         	
	Option     	"SecondMonitorVertRefresh" "50-160"                                        	
	BusID      	"PCI:1:0:0"                                                                	
	Screen      	0                                                                         	
EndSection                                                                                    	

Section "Device"
	Identifier 	"TV"
	Driver     	"nvidia"
	Option     	"TVOutFormat" "Composite" #oder SVIDEO (oder evtl. RGB)
	Option     	"TVStandard" "PAL-G"                               	
	Option     	"ConnectedMonitor" "Sony"                          	
	BusID      	"PCI:1:0:0"                                        	
	Screen      	1                                                 	
EndSection                                                            	

Section "Device"
	Identifier 	"Device0"
	Driver     	"nvidia" 
	VendorName 	"NVIDIA Corporation"
	BoardName  	"GeForce 8800 GTS"  
	BusID      	"PCI:1:0:0"     	
	Screen      	0              	
EndSection                         	

Section "Device"
	Identifier 	"Device1"
	Driver     	"nvidia" 
	VendorName 	"NVIDIA Corporation"
	BoardName  	"GeForce 8800 GTS"  
	BusID      	"PCI:1:0:0"     	
	Screen      	1              	
EndSection                         	

Section "Screen"

# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0"
# Removed Option "TwinView" "1"                        	
# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, TV: nvidia-auto-select +1680+0"
	Identifier 	"Screen0"                                                           	
	Device     	"Device0"                                                           	
	Monitor    	"Monitor0"                                                          	
	DefaultDepth	24                                                                 	
	Option     	"AddARGBGLXVisuals" "True"                                          	
	Option     	"TwinView" "0"
	Option     	"metamodes" "CRT: nvidia-auto-select +0+0"
	SubSection 	"Display"
    	Depth   	24
	EndSubSection
EndSection

Section "Screen"
	Identifier 	"Screen1"
	Device     	"Device1"
	Monitor    	"Monitor1"
	DefaultDepth	24
	Option     	"TwinView" "0"
	Option     	"metamodes" "TV: nvidia-auto-select +0+0"
	SubSection 	"Display"
    	Depth   	24
	EndSubSection
EndSection

Section "Extensions"
	Option     	"Composite" "Enable" # Die Unterstützung für den Alpha-Kanal
EndSection
Das ist die xorg.conf von meinem PC. Die funktioniert mit den gleichen x11... Paketen. Jetzt habe ich auf dem Laptop

Quellcode

1
Option     	"AllowEmptyInput" "false"
und

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Section "InputDevice"
	Identifier 	"tastatur"
	Driver     	"kbd" 	
	Option     	"CoreKeyboard"
	Option     	"XkbModel" "pc105"
	Option     	"XkbLayout" "de"  
	Option     	"XkbVariant" "nodeadkeys"
EndSection                              	

Section "InputDevice"
	Identifier 	"maus"
	Driver     	"mouse"
	Option     	"Protocol" "IMPS/2"
	Option     	"Device" "/dev/input/mice"
	Option     	"Emulate3Buttons" "no"	
	Option     	"ZAxisMapping" "4 5"  	
	Option     	"Buttons" "5"         	
	Option     	"SendCoreEvents" "true"   
EndSection         	
entfernt und die Maus und die Tastatur funktionieren. Nur Touchpad nicht.

mollilinux

unregistriert

8

04.05.2009, 10:41

Ich vermute das ganze liegt bei D-BUS. Ich habe dieses problem auch wenn dbus gestartet ist. Wenn ich aber D-BUS stoppe und den X-Server starte dann funktioniert alles ohne probleme.

Wenn ich aber mit eingeschaltetem D-BUS den Xserver starte, wenn ich etwas eingeben will, kommt alles drei mal.

Ich habe z.B einen Anhaltspunkt bei mit Nero.

Quellcode

1
2
3
process 21751: Attempt to remove filter function 0xb6bf9f85 user data 0x826f390, but no such filter has been added
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted


Du kannst hier genau sehen, dass etwas mit D-BUS nicht so läuft, wie es sollte.

Ich vermute, dass es bei dir auch an D-BUS liegen könnte, wie bei mir...

Edit: Hat jemand eine Idee?

Grüsse mollilinux

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mollilinux« (04.05.2009, 10:52)


9

05.05.2009, 09:38

... entfernt und die Maus und die Tastatur funktionieren. Nur Touchpad nicht.

In deiner make.conf hast du aber synaptics drinnen?

Quellcode

1
INPUT_DEVICES="evdev keyboard mouse synaptics"
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

mollilinux

unregistriert

10

05.05.2009, 15:27

Quellcode

1
2
3
4
5
6
7
8
Section "ServerFlags"

# Removed Option "Xinerama" "0"
# Removed Option "Xinerama" "1"
	Option     	"AllowEmptyInput" "false"
#	Option     	"AllowMouseOpenFail" "true"
	Option     	"Xinerama" "0"          	
EndSection


Bei mir Funktioniert es jetzt. ich habe diese Zeile herausgenommen:

Quellcode

1
 Option     	"AllowEmptyInput" "false" 


Das währe sicher eine Möglichkeit

Grüsse mollilinux

11

05.05.2009, 15:40

Auch sollte "synaptics" im Kernel aktiviert sein

Quellcode

1
2
$ zgrep -i synaptics /proc/config.gz
CONFIG_MOUSE_PS2_SYNAPTICS=y