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

19.05.2010, 19:47

Probleme mit Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller

Hallo,

ich habe ein Problem mit dem o.g. Grafik-Treiber.

Wenn ich den x-server starte mit:

Quellcode

1
aaron ~ # X -config /etc/X11/xorg.conf

bleibt der Bildschirm schwarz.

Wenn ich kdm starte, kommt für kurze Zeit dieser Mauszeiger, der wie eine Uhr aussieht, ich kann die Maus auf bewegen, und dann stürzt der x-server ab.

KDM bringt folgendes:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(WW) The directory "/usr/share/fonts/misc/" does not exist.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.
(WW) The directory "/usr/share/fonts/misc/" does not exist.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Loading extension MIT-SCREEN-SAVER
(WW) Warning, couldn't open module xtrap
(EE) Failed to load module "xtrap" (module does not exist, 0)


eventuell noch meine make.conf

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=core2 -O3 -pipe -msse4.1"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3 -s"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LINGUAS="en de el"

USE="bash-completion dbus dmx dri -embedded fontforge hal kde -ldap mmx opengl qt4 sse sse2 symlink truetype xorg X"

INPUT_DEVICES="keyboard mouse joystick evdev synaptics apitek microtouch mutouch wacom"
VIDEO_CARDS="fbdev intel vesa vga"


Quellcode

1
2
3
aaron ~ # eselect profile list
Available profile symlink targets:
  [1]   default/linux/amd64/10.0 *


Hab schon alles mögliche probiert, aber mit dem Xorg kenne ich mich auch nicht so aus..

Kann mir da jemand weiterhelfen?

Hab gedacht, das liegt an den Fonts und hab alle möglichen nachinstalliert..

Wäre für ein paar Tipps echt dankbar.

Gruss.

Hier noch die volle Xorg.0.log

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-gentoo-r7 x86_64
Current Operating System: Linux aaron 2.6.32-gentoo-r7 #11 SMP PREEMPT Wed May 19 19:27:25 CEST 2010 x86_64
Kernel command line: root=/dev/mapper/rootfs ro
Build Date: 18 May 2010  08:34:26PM

Current version of pixman: 0.17.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed May 19 19:30:09 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "xtrap" (module does not exist, 0)
FATAL: Module fbcon not found.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
KCrash: Application 'kdmgreet' crashing...


Die (aktuelle) xorg.conf:

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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-gentoo-r7 x86_64 
Current Operating System: Linux aaron 2.6.32-gentoo-r7 #11 SMP PREEMPT Wed May 19 19:27:25 CEST 2010 x86_64
Kernel command line: root=/dev/mapper/rootfs ro                                                            
Build Date: 18 May 2010  08:34:26PM                                                                        
                                                                                                           
Current version of pixman: 0.17.2                                                                          
        Before reporting problems, check http://wiki.x.org                                                 
        to make sure that you have the latest version.                                                     
Markers: (--) probed, (**) from config file, (==) default setting,                                         
        (++) from command line, (!!) notice, (II) informational,                                           
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                                      
(==) Log file: "/var/log/Xorg.0.log", Time: Wed May 19 19:31:33 2010                                       
(++) Using config file: "/etc/X11/xorg.conf"                                                               
(==) ServerLayout "X.org Configured"                                                                       
(**) |-->Screen "Screen0" (0)                                                                              
(**) |   |-->Monitor "Monitor0"                                                                            
(**) |   |-->Device "Card0"                                                                                
(**) |-->Input Device "Mouse0"                                                                             
(**) |-->Input Device "Keyboard0"                                                                          
(**) Option "BlankTime" "5"                                                                                
(**) Option "StandbyTime" "5"                                                                              
(**) Option "SuspendTime" "5"                                                                              
(**) Option "OffTime" "6"                                                                                  
(**) Option "AllowEmptyInput" "false"                                                                      
(==) Automatically adding devices                                                                          
(==) Automatically enabling devices                                                                        
(WW) The directory "/usr/share/fonts/misc/" does not exist.                                                
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/TTF/" does not exist.                                                 
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/OTF" does not exist.                                                  
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/Type1/" does not exist.                                               
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.                                              
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.                                               
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/misc/" does not exist.                                                
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/TTF/" does not exist.                                                 
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/OTF" does not exist.                                                  
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/Type1/" does not exist.                                               
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.                                              
        Entry deleted from font path.                                                                      
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.                                               
        Entry deleted from font path.                                                                      
(**) FontPath set to:                                                                                      

(**) ModulePath set to "/usr/lib64/xorg/modules"
(**) Extension "Composite" is enabled           
(II) Loader magic: 0x7ef2e0                     
(II) Module ABI versions:                       
        X.Org ANSI C Emulation: 0.4             
        X.Org Video Driver: 6.0                 
        X.Org XInput driver : 7.0               
        X.Org Server Extension : 2.0            
(--) using VT number 7                          

(--) PCI:*(0:0:2:0) 8086:2a42:17aa:20e4 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8                                                
(--) PCI: (0:0:2:1) 8086:2a43:17aa:20e4 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf0400000/1048576                                                                                          
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)                                            
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.                     
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.                        
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.                        
(II) "record" will be loaded. This was enabled by default and also specified in the config file.                     
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.                        
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.                       
(II) LoadModule: "extmod"                                                                                            
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so                                                         
(II) Module extmod: vendor="X.Org Foundation"                                                                        
        compiled for 1.7.6, module version = 1.0.0                                                                   
        Module class: X.Org Server Extension                                                                         
        ABI class: X.Org Server Extension, version 2.0                                                               
(II) Loading extension MIT-SCREEN-SAVER                                                                              
(II) Loading extension XFree86-VidModeExtension                                                                      
(II) Loading extension XFree86-DGA                                                                                   
(II) Loading extension DPMS                                                                                          
(II) Loading extension XVideo                                                                                        
(II) Loading extension XVideo-MotionCompensation                                                                     
(II) Loading extension X-Resource                                                                                    
(II) LoadModule: "record"                                                                                            
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so                                                         
(II) Module record: vendor="X.Org Foundation"                                                                        
        compiled for 1.7.6, module version = 1.13.0                                                                  
        Module class: X.Org Server Extension                                                                         
        ABI class: X.Org Server Extension, version 2.0                                                               
(II) Loading extension RECORD                                                                                        
(II) LoadModule: "dbe"                                                                                               
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so                                                            
(II) Module dbe: vendor="X.Org Foundation"                                                                           
        compiled for 1.7.6, module version = 1.0.0                                                                   
        Module class: X.Org Server Extension                                                                         
        ABI class: X.Org Server Extension, version 2.0                                                               
(II) Loading extension DOUBLE-BUFFER                                                                                 
(II) LoadModule: "dri"                                                                                               
(II) Loading /usr/lib64/xorg/modules/extensions/libdri.so                                                            
(II) Module dri: vendor="X.Org Foundation"                                                                           
        compiled for 1.7.6, module version = 1.0.0                                                                   
        ABI class: X.Org Server Extension, version 2.0                                                               
(II) Loading extension XFree86-DRI                                                                                   
(II) LoadModule: "dri2"                                                                                              
(II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so                                                           
(II) Module dri2: vendor="X.Org Foundation"                                                                          
        compiled for 1.7.6, module version = 1.1.0                                                                   
        ABI class: X.Org Server Extension, version 2.0                                                               
(II) Loading extension DRI2                                                                                          
(II) LoadModule: "glx"                                                                                               
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so                                                            
(II) Module glx: vendor="X.Org Foundation"                                                                           
        compiled for 1.7.6, module version = 1.0.0                                                                   
        ABI class: X.Org Server Extension, version 2.0                                                               
(==) AIGLX enabled                                                                                                   
(II) Loading extension GLX                                                                                           
(II) LoadModule: "evdev"                                                                                             
(II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so                                                              
(II) Module evdev: vendor="X.Org Foundation"                                                                         
        compiled for 1.7.6, module version = 2.3.2                                                                   
        Module class: X.Org XInput Driver                                                                            
        ABI class: X.Org XInput driver, version 7.0                                                                  
(II) LoadModule: "xtrap"                                                                                             
(WW) Warning, couldn't open module xtrap                                                                             
(II) UnloadModule: "xtrap"                                                                                           
(EE) Failed to load module "xtrap" (module does not exist, 0)                                                        
(II) LoadModule: "intel"                                                                                             
(II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so                                                            
(II) Module intel: vendor="X.Org Foundation"                                                                         
        compiled for 1.7.6, module version = 2.9.1                                                                   
        Module class: X.Org Video Driver                                                                             
        ABI class: X.Org Video Driver, version 6.0                                                                   
(II) LoadModule: "mouse"                                                                                             
(II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so                                                              
(II) Module mouse: vendor="X.Org Foundation"                                                                         
        compiled for 1.7.6, module version = 1.5.0                                                                   
        Module class: X.Org XInput Driver                                                                            
        ABI class: X.Org XInput driver, version 7.0                                                                  
(II) LoadModule: "kbd"                                                                                               
(II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so                                                                
(II) Module kbd: vendor="X.Org Foundation"                                                                           
        compiled for 1.7.6, module version = 1.4.0                                                                   
        Module class: X.Org XInput Driver                                                                            
        ABI class: X.Org XInput driver, version 7.0                                                                  
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,                                                     
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,                                               
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,                                           
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,                                              
        4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale                                                   
(II) Primary Device is: PCI 00@00:02:0                                                                               
drmOpenDevice: node name is /dev/dri/card0                                                                           
drmOpenDevice: open result is 10, (OK)                                                                               
drmOpenByBusid: Searching for BusID pci:0000:00:02.0                                                                 
drmOpenDevice: node name is /dev/dri/card0                                                                           
drmOpenDevice: open result is 10, (OK)                                                                               
drmOpenByBusid: drmOpenMinor returns 10                                                                              
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0                                                                 
(==) intel(0): Depth 24, (--) framebuffer bpp 32                                                                     
(==) intel(0): RGB weight 888                                                                                        
(==) intel(0): Default visual is TrueColor                                                                           
(**) intel(0): Option "DRI" "true"                                                                                   
(II) intel(0): Integrated Graphics Chipset: Intel(R) GM45                                                            
(--) intel(0): Chipset: "GM45"                                                                                       
(II) intel(0): Output VGA1 using monitor section Monitor0                                                            
(II) intel(0): Output LVDS1 has no monitor section                                                                   
(II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0                                    
(II) intel(0): Output HDMI1 has no monitor section                                                                   
(II) intel(0): Output DP1 has no monitor section                                                                     
(II) intel(0): Output DP2 has no monitor section                                                                     
(II) intel(0): Output VGA1 disconnected                                                                              
(II) intel(0): Output LVDS1 connected                                                                                
(II) intel(0): Output HDMI1 disconnected                                                                             
(II) intel(0): Output DP1 disconnected                                                                               
(II) intel(0): Output DP2 disconnected                                                                               
(II) intel(0): Using exact sizes for initial modes                                                                   
(II) intel(0): Output LVDS1 using initial mode 1440x900                                                              
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.                                       
(==) intel(0): video overlay key set to 0x101fe                                                                      
(==) intel(0): DPI set to (96, 96)                                                                                   
(II) Loading sub module "fb"                                                                                         
(II) LoadModule: "fb"                                                                                                
(II) Loading /usr/lib64/xorg/modules/libfb.so                                                                        
(II) Module fb: vendor="X.Org Foundation"                                                                            
        compiled for 1.7.6, module version = 1.0.0                                                                   
        ABI class: X.Org ANSI C Emulation, version 0.4                                                               
(II) Loading sub module "dri2"                                                                                       
(II) LoadModule: "dri2"                                                                                              
(II) Reloading /usr/lib64/xorg/modules/extensions/libdri2.so                                                         
(==) Depth 24 pixmap format is 32 bpp                                                                                
(II) intel(0): [DRI2] Setup complete                                                                                 
(**) intel(0): Kernel mode setting active, disabling FBC.                                                            
(**) intel(0): Framebuffer compression disabled                                                                      
(**) intel(0): Tiling enabled                                                                                        
(**) intel(0): SwapBuffers wait enabled                                                                              
(==) intel(0): VideoRam: 262144 KB                                                                                   
(II) intel(0): Attempting memory allocation with tiled buffers.                                                      
(II) intel(0): Tiled allocation successful.                                                                          
(II) UXA(0): Driver registered support for the following operations:                                                 
(II)         solid                                                                                                   
(II)         copy                                                                                                    
(II)         composite (RENDER acceleration)                                                                         
(==) intel(0): Backing store disabled                                                                                
(==) intel(0): Silken mouse enabled                                                                                  
(II) intel(0): Initializing HW Cursor                                                                                
(II) intel(0): No memory allocations                                                                                 
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.                                       
(**) intel(0): DPMS enabled                                                                                          
(==) intel(0): Intel XvMC decoder disabled                                                                           
(II) intel(0): Set up textured video                                                                                 
(II) intel(0): direct rendering: DRI2 Enabled                                                                        
(--) RandR disabled                                                                                                  
(II) Initializing built-in extension Generic Event Extension                                                         
(II) Initializing built-in extension SHAPE                                                                           
(II) Initializing built-in extension MIT-SHM                                                                         
(II) Initializing built-in extension XInputExtension                                                                 
(II) Initializing built-in extension XTEST                                                                           
(II) Initializing built-in extension BIG-REQUESTS                                                                    
(II) Initializing built-in extension SYNC                                                                            
(II) Initializing built-in extension XKEYBOARD                                                                       
(II) Initializing built-in extension XC-MISC                                                                         
(II) Initializing built-in extension XINERAMA                                                                        
(II) Initializing built-in extension XFIXES                                                                          
(II) Initializing built-in extension RENDER                                                                          
(II) Initializing built-in extension RANDR                                                                           
(II) Initializing built-in extension COMPOSITE                                                                       
(II) Initializing built-in extension DAMAGE                                                                          
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer                                                                         
(II) AIGLX: enabled GLX_SGI_make_current_read                                                                        
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control                                                   
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects                                                     
(II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so                                                        
(II) GLX: Initialized DRI2 GL provider for screen 0                                                                  
(II) intel(0): Setting screen physical size to 381 x 238                                                             
(II) intel(0): Allocate new frame buffer 1440x900 stride 1536                                                        
(**) Option "Protocol" "auto"                                                                                        
(**) Option "Device" "/dev/input/mice"                                                                               
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"                                                                
(**) Mouse0: Device: "/dev/input/mice"                                                                               
(**) Mouse0: Protocol: "auto"                                                                                        
(**) Option "CorePointer"                                                                                            
(**) Mouse0: always reports core events                                                                              
(**) Option "Device" "/dev/input/mice"                                                                               
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50                                                                    
(**) Option "ZAxisMapping" "4 5 6 7"                                                                                 
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7                                                                     
(**) Mouse0: Buttons: 11                                                                                             
(**) Mouse0: Sensitivity: 1                                                                                          
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)                                                     
(**) Mouse0: (accel) keeping acceleration scheme 1                                                                   
(**) Mouse0: (accel) acceleration profile 0                                                                          
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"                                                                
(II) Mouse0: ps2EnableDataReporting: succeeded                                                                       
(**) Option "CoreKeyboard"                                                                                           
(**) Keyboard0: always reports core events                                                                           
(**) Option "Protocol" "standard"                                                                                    
(**) Keyboard0: Protocol: standard                                                                                   
(**) Option "XkbRules" "xorg"                                                                                        
(**) Keyboard0: XkbRules: "xorg"                                                                                     
(**) Option "XkbModel" "pc105"                                                                                       
(**) Keyboard0: XkbModel: "pc105"                                                                                    
(**) Option "XkbLayout" "de"                                                                                         
(**) Keyboard0: XkbLayout: "de"                                                                                      
(**) Option "XkbVariant" "nodeadkeys"                                                                                
(**) Keyboard0: XkbVariant: "nodeadkeys"                                                                             
(**) Option "CustomKeycodes" "off"                                                                                   
(**) Keyboard0: CustomKeycodes disabled                                                                              
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)                                               
(II) config/hal: Adding input device ThinkPad Extra Buttons                                                          
(**) ThinkPad Extra Buttons: always reports core events                                                              
(**) ThinkPad Extra Buttons: Device: "/dev/input/event5"                                                             
(II) ThinkPad Extra Buttons: Found keys                                                                              
(II) ThinkPad Extra Buttons: Configuring as keyboard                                                                 
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)                                  
(**) Option "xkb_rules" "evdev"                                                                                      
(**) Option "xkb_model" "evdev"                                                                                      
(**) Option "xkb_layout" "us"                                                                                        
(II) config/hal: Adding input device TPPS/2 IBM TrackPoint                                                           
(**) TPPS/2 IBM TrackPoint: always reports core events                                                               
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"                                                              
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons                                                                    
(II) TPPS/2 IBM TrackPoint: Found relative axes                                                                      
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes                                                              
(II) TPPS/2 IBM TrackPoint: Configuring as mouse                                                                     
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5                                                            
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200                 
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)                                      
(**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1                                                    
(**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0                                                           
(II) TPPS/2 IBM TrackPoint: initialized for relative axes.                                                           
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad                                                      
(II) LoadModule: "synaptics"                                                                                         
(II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so                                                          
(II) Module synaptics: vendor="X.Org Foundation"                                                                     
        compiled for 1.7.6, module version = 1.2.1                                                                   
        Module class: X.Org XInput Driver                                                                            
        ABI class: X.Org XInput driver, version 7.0                                                                  
(II) Synaptics touchpad driver version 1.2.1                                                                         
(**) Option "Device" "/dev/input/event7"                                                                             
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472                                                            
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448                                                            
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255                                                              
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0                                                            
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle                                                          
(--) SynPS/2 Synaptics TouchPad: touchpad found                                                                      
(**) SynPS/2 Synaptics TouchPad: always reports core events                                                          
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)                              
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1                                               
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0                                                      
(--) SynPS/2 Synaptics TouchPad: touchpad found                                                                      
(II) config/hal: Adding input device AT Translated Set 2 keyboard                                                    
(**) AT Translated Set 2 keyboard: always reports core events                                                        
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"                                                       
(II) AT Translated Set 2 keyboard: Found keys                                                                        
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device UVC Camera (17ef:4807)
(**) UVC Camera (17ef:4807): always reports core events
(**) UVC Camera (17ef:4807): Device: "/dev/input/event6"
(II) UVC Camera (17ef:4807): Found keys
(II) UVC Camera (17ef:4807): Configuring as keyboard
(II) XINPUT: Adding extended input device "UVC Camera (17ef:4807)" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Sleep Button
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event1"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event3"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) Video Bus: Close
(II) UnloadModule: "evdev"
(II) Sleep Button: Close
(II) UnloadModule: "evdev"
(II) UVC Camera (17ef:4807): Close
(II) UnloadModule: "evdev"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) UnloadModule: "synaptics"
(II) TPPS/2 IBM TrackPoint: Close
(II) UnloadModule: "evdev"
(II) ThinkPad Extra Buttons: Close
(II) UnloadModule: "evdev"
(II) UnloadModule: "kbd"
(II) UnloadModule: "mouse"

Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »tuner« (20.05.2010, 19:24)


2

19.05.2010, 20:56

Ich hab zwar von den Intel Grakas keine Ahnung, aber

Quellcode

1
2
(II) UnloadModule: "xtrap"                                                                                           
(EE) Failed to load module "xtrap" (module does not exist, 0) 


Dazu finde ich Folgendes bei google

Zitat

The xtrap module was removed because it was obsolete / unused / broken /
unmaintained. See http://www.x.org/wiki/Server16Branch, under 'Features
Removed'.
Du solltest daher mal deine xorg.conf posten, dort scheinst du das Modul xtrap ja zu verwenden.

Die Fehlermeldungen mit den fonts kannst du erstmal vernachlässigen, der xorg-server würde trotzdem starten.

Und wegen dem hier hab ich auch noch ne Frage

Quellcode

1
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

Du hast aber schon acpid installiert und im runlevel default, oder?

3

19.05.2010, 20:57

Hallo,

ich habe ein Problem mit dem o.g. Grafik-Treiber.

Wenn ich den x-server starte mit:

Quellcode

1
aaron ~ # X -config /etc/X11/xorg.conf

bleibt der Bildschirm schwarz.

Hi

Das ist so eigentlich korrekt wenn kein WindowMaker mit geladen wird,
sprich ein starten von nur "X" startet eine nackten X Server
(= tiefschwarzer Bildschirm)

Probleme mit der Grafik kann ich da aktuell nicht finden.
Was hast du genau vor ? möchtest du KDE mit starten?
wenn ja, dann versuche es zunächst als User mit einer .xinitrc in der die zu startende (Session) mit geladen wird,
also zb:
erstelle für deinen User mal eine .xinitrc

Quellcode

1
$ echo "exec startkde" > ~/.xinitrc

Versuche nun mal (als User!) ein

Quellcode

1
startx
würde der Start von KDE so klappen?

/edit:
Noch kurz zu den Meldungen der fehlenden Fonts
schau doch mal ob du dir nicht evtl. das Meta Paket "x11-base/xorg-x11" installieren möchtest, dann solltest du nahezu alles beisammen haben. Dies ist aber nicht zwingend nötig, du kannst natürlich auch nur ausgewählte Fonts manuell installieren. (je nach dem was du benötigst)

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (19.05.2010, 21:05)


4

19.05.2010, 21:10

Hmm, wenn ich das so starte, kommt folgende Fehlermeldumg:

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
aaron ~ # startx
xauth:  creating new authority file /root/.serverauth.2681


X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-gentoo-r7 x86_64
Current Operating System: Linux aaron 2.6.32-gentoo-r7 #11 SMP PREEMPT Wed May 19 19:27:25 CEST 2010 x86_64
Kernel command line: root=/dev/mapper/rootfs ro
Build Date: 18 May 2010  08:34:26PM

Current version of pixman: 0.17.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed May 19 21:04:11 2010
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module fbcon not found.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
startkde: Starting up...
kdeinit4: preparing to launch /usr/lib64/libkdeinit4_klauncher.so
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit4: preparing to launch /usr/lib64/libkdeinit4_kded4.so
kdeinit4: preparing to launch /usr/lib64/libkdeinit4_kcminit_startup.so
kdeinit4: preparing to launch /usr/lib64/libkdeinit4_ksmserver.so
<unknown program name>(2745)/ KStartupInfo::createNewStartupId: creating:  "aaron;1274295853;335874;2745_TIME0" : "unnamed app"
startkde: Shutting down...
klauncher: Exiting on signal 1
startkde: Running shutdown scripts...
startkde: Done.

waiting for X server to shut down


So langsam glaube ich auch dass es eher ein kde-problem ist...

Oh, ja..

Die xorg.conf habe ich vergessen (xtrap habe ich wieder deaktiviert (war in einer xorg.conf von grml, welche funktioniert hatte unter grml ^^):

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
Section "ServerLayout"          
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0     
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option          "AllowEmptyInput" "false"
EndSection                                       

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/" 
        FontPath     "/usr/share/fonts/TTF/"  
        FontPath     "/usr/share/fonts/OTF"   
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/" 
EndSection                                     

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"   
        Load  "dri"   
        Load  "dri2"  
        Load  "glx"   
        Load  "GLcore"
        Load  "type1"     # type1 font module
        Load  "freetype"  # freetype fonts rendering
        Load  "evdev"     # generic input handling driver on Linux
#       Load  "xtrap"     # X Trap extension                      

EndSection

Section "ServerFlags"
        Option      "BlankTime"     "5"
        Option      "StandbyTime"   "5"
        Option      "SuspendTime"   "5"
        Option      "Offtime"       "6"
EndSection                             

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"      
        Option      "XkbRules"     "xorg"
        Option      "XkbModel"     "pc105"
        Option      "XkbLayout"    "de"   
        Option      "XkbVariant"   "nodeadkeys"
EndSection                                     

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse" 
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"  
#       Option      "Emulate3Buttons"         
#       Option      "Emulate3Timeout"  "100"  
#       Option      "EmulateWheel"   "true"   
#       Option      "EmulateWheelButton"   "2"
EndSection                                    

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model" 
        HorizSync    28.0 - 96.0     
        VertRefresh  50.0 - 60.0     
        Option       "DPMS" "true"   
EndSection                           

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        Option     "DRI"  "true"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     24
                Virtual   3360  2100
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option "Composite"  "Enable"
EndSection

5

19.05.2010, 21:18

aaron ~ # startx
xauth: creating new authority file /root/.serverauth.2681
Willst du dein KDE wirklich als ROOT starten? (Muss das wirklich sein?)

Möchtest du HAL mit für deine Eingabegeräte nutzen?
wenn ja,
ist der hal Daemon gestartet?

6

19.05.2010, 21:25

Ja, als root, weil ich noch am konfigurieren bin.. ^^

Hal-Daemon läuft.

Quellcode

1
2
3
4
5
6
7
8
9
10
aaron ~ # ps ax | grep hal
 2111 ?        Ss     0:00 /usr/sbin/hald --use-syslog --verbose=no
 2112 ?        S      0:00 hald-runner
 2115 ?        S      0:00 hald-addon-input: Listening on /dev/input/event4 /dev/input/event6 /dev/input/event1 /dev/input/event3 /dev/input/event2 /dev/input/event0 /dev/input/event5
 2118 ?        S      0:00 /usr/libexec/hald-addon-rfkill-killswitch
 2121 ?        S      0:00 /usr/libexec/hald-addon-leds
 2122 ?        S      0:00 /usr/libexec/hald-addon-generic-backlight
 2133 ?        S      0:01 hald-addon-storage: polling /dev/sr0 (every 2 sec)
 2134 ?        S      0:00 /usr/libexec/hald-addon-cpufreq
31914 pts/0    S+     0:00 grep --colour=auto hal


Was bedeutet denn diese Meldung:

Quellcode

1
<unknown program name>(2745)/ KStartupInfo::createNewStartupId: creating:  "aaron;1274295853;335874;2745_TIME0" : "unnamed app"


PS: ACPI habe ich noch nicht installiert und konfiguriert, ist ein neuer Laptop.. Ist das ein Problem?

7

20.05.2010, 19:23

Hy, ich habs geschafft.
Hab alles nochmal durckcompiliert (emerge -ave world).

Da hats wohl irgendwelche links oder libs zerschossen gehabt..

Macht das eigentlich Unterschiede, wenn man im RAM compiliert?

Gruss und Danke nochmal..

8

21.05.2010, 06:36

Zitat

Macht das eigentlich Unterschiede, wenn man im RAM compiliert?


Was meinst du damit?
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>