Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev.
Date: Fri, 10 Jul 2009 18:12:27
Message-Id: 4A57847D.1090209@gmail.com
In Reply to: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev. by Marc Joliet
1 Marc Joliet wrote:
2 > Am Fri, 10 Jul 2009 11:13:24 -0500
3 > schrieb Dale <rdalek1967@×××××.com>:
4 >
5 >
6 >> Hi folks.
7 >>
8 >> Word of warning. I been upset before, I have even been mad before,
9 >> right now, I'm pissed. This is not normal for me but it is what it is.
10 >>
11 >> I tried the new xorg with the hal flag turned on. Let's just say it was
12 >> a nightmare, AGAIN. I want my old way back to say it lightly. I put
13 >> -hal in package.use for xorg-server. I put my old xorg.conf file back
14 >> as well. I re-emerged the keyboard, mouse, video and evdev just in case
15 >> it mattered. I also re-emerged xorg-server. My problem you ask. The
16 >> nvidia drivers won't load. It defaults to the nv drivers. No splash
17 >> screen anymore. Also, my mouse wheel doesn't work anymore either. That
18 >> really set me off. I use my wheel as much as I use the left button.
19 >>
20 >> Info alert:
21 >>
22 >>
23 > [SNIP]
24 >
25 >> All those have been re-emerged since disabling the hal with package.use.
26 >>
27 >> What have I missed? Clues? Ideas?
28 >>
29 >
30 > Did you manually set it in your xorg.conf? Like so:
31 >
32 > Section "Device"
33 >
34 > Identifier "Nvidia"
35 > Driver "nvidia"
36 >
37 > Option "NoLogo" "true"
38 >
39 > EndSection
40 >
41 > If you don't it defaults to whatever other driver you have that works with
42 > the hardware (nv or VESA). I noticed that it does that after I tried to remove
43 > my xorg.conf (it works just fine, I only have to leave the above in it for X to
44 > work).
45 >
46 >
47 >> I'm going to go paint my roof and vent some frustration.
48 >>
49 >
50 > Man, I'm sorry you keep having these upgrade problems. I can imagine the
51 > frustration this would cause.
52 >
53 >
54 >> Thanks.
55 >>
56 >> Dale
57 >>
58 >> :-) :-)
59 >>
60 >
61 > HTH
62 >
63
64 OK. I got my roof painted. It's silver now and other than being hot,
65 temperature wise, I'm better now.
66
67 I did have the nvidia driver set but here is xorg.conf just to make sure.
68
69 root@smoker / # cat /etc/X11/xorg.conf
70 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
71 # nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Jan 11
72 15:05:59 PST 2008
73
74 # **********************************************************************
75 # Server flags section. This contains various server-wide Options.
76 # **********************************************************************
77 #Section "dri"
78 # Group "graphics"
79 # Mode 0660
80 #EndSection
81
82 Section "ServerLayout"
83 Identifier "X.org Configured"
84 Screen 0 "Screen0" 0 0
85 InputDevice "Mouse0" "CorePointer"
86 InputDevice "Keyboard0" "CoreKeyboard"
87 EndSection
88
89 Section "Files"
90 FontPath "/usr/share/fonts/misc"
91 FontPath "/usr/share/fonts/75dpi"
92 FontPath "/usr/share/fonts/100dpi"
93 FontPath "/usr/share/fonts/TTF"
94 FontPath "/usr/share/fonts/Type1"
95 EndSection
96
97 Section "Module"
98 Load "glx"
99 Load "extmod"
100 Load "xtrap"
101 Load "record"
102 Load "dbe"
103 Load "freetype"
104 Load "type1"
105 EndSection
106
107 Section "ServerFlags"
108
109 # Option "OffTime" "10"
110 Option "BlankTime" "5"
111 Option "StandbyTime" "10"
112 # Option "SuspendTime" "10"
113 Option "AutoAddDevices" "false"
114 # Option "AutoEnableDevices" "false"
115 EndSection
116
117 Section "InputDevice"
118 Identifier "Keyboard0"
119 Driver "kbd"
120 EndSection
121
122 Section "InputDevice"
123 Identifier "Mouse0"
124 Driver "mouse"
125 Option "Protocol" "auto"
126 Option "Device" "/dev/input/mouse0"
127 Option "ZAxisMapping" "4 5 6 7"
128 EndSection
129
130 Section "Monitor"
131 Identifier "Monitor0"
132 VendorName "Monitor Vendor"
133 ModelName "Monitor Model"
134 Option "dpms"
135 EndSection
136
137 # * Users of reduced blanking now need:
138 # * Option "ReducedBlanking"
139 # * In the relevant Monitor section(s).
140 # * Make sure your reduced blanking modelines are safe!
141
142
143 Section "Device"
144 Identifier "Card0"
145 Driver "nvidia"
146 VendorName "nVidia Corporation"
147 BoardName "NV34 [GeForce FX 5200]"
148 EndSection
149
150 Section "Screen"
151 Identifier "Screen0"
152 Device "Card0"
153 Monitor "Monitor0"
154 Option "DPMS" "TRUE"
155 SubSection "Display"
156 Viewport 0 0
157 Modes "1280x1024" "1024x768" "800x600"
158 EndSubSection
159 SubSection "Display"
160 Viewport 0 0
161 Depth 24
162 Modes "1280x1024" "1024x768" "800x600"
163 EndSubSection
164 EndSection
165
166 root@smoker / #
167
168 Basically, I made a backup before I started and then restored from
169 that. I tried hal with a xorg.conf and without a xorg.conf and even
170 tried to alter a few settings. It sucked either way.
171
172 This is the Xorg.0.log file:
173
174
175 X.Org X Server 1.5.3
176 Release Date: 5 November 2008
177 X Protocol Version 11, Revision 0
178 Build Operating System: Linux 2.6.25-gentoo-r9 i686
179 Current Operating System: Linux smoker 2.6.25-gentoo-r9 #6 PREEMPT Wed
180 May 27 10:57:29 CDT 2009 i686
181 Build Date: 10 July 2009 09:06:47AM
182
183 Before reporting problems, check http://wiki.x.org
184 to make sure that you have the latest version.
185 Markers: (--) probed, (**) from config file, (==) default setting,
186 (++) from command line, (!!) notice, (II) informational,
187 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
188 (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 10 10:50:19 2009
189 (==) Using config file: "/etc/X11/xorg.conf"
190 (==) ServerLayout "X.org Configured"
191 (**) |-->Screen "Screen0" (0)
192 (**) | |-->Monitor "Monitor0"
193 (**) | |-->Device "Card0"
194 (**) |-->Input Device "Mouse0"
195 (**) |-->Input Device "Keyboard0"
196 (**) Option "BlankTime" "5"
197 (**) Option "StandbyTime" "10"
198 (**) Option "AutoAddDevices" "false"
199 (**) Not automatically adding devices
200 (==) Not automatically enabling devices
201 (WW) The directory "/usr/share/fonts/OTF" does not exist.
202 Entry deleted from font path.
203 (**) FontPath set to:
204 /usr/share/fonts/misc,
205 /usr/share/fonts/75dpi,
206 /usr/share/fonts/100dpi,
207 /usr/share/fonts/TTF,
208 /usr/share/fonts/Type1,
209 /usr/share/fonts/misc/,
210 /usr/share/fonts/TTF/,
211 /usr/share/fonts/Type1/,
212 /usr/share/fonts/100dpi/,
213 /usr/share/fonts/75dpi/,
214 built-ins
215 (==) ModulePath set to "/usr/lib/xorg/modules"
216 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
217 (II) No APM support in BIOS or kernel
218 (II) Loader magic: 0xba0
219 (II) Module ABI versions:
220 X.Org ANSI C Emulation: 0.4
221 X.Org Video Driver: 4.1
222 X.Org XInput driver : 2.1
223 X.Org Server Extension : 1.1
224 (II) Loader running on linux
225 (++) using VT number 7
226
227 (--) PCI:*(0@2:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161,
228 Mem @ 0xdc000000/0, 0xd0000000/0, BIOS @ 0x????????/131072
229 (II) System resource ranges:
230 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
231 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
232 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
233 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
234 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
235 [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
236 (II) "extmod" will be loaded. This was enabled by default and also
237 specified in the config file.
238 (II) "dbe" will be loaded. This was enabled by default and also
239 specified in the config file.
240 (II) "glx" will be loaded. This was enabled by default and also
241 specified in the config file.
242 (II) "record" will be loaded. This was enabled by default and also
243 specified in the config file.
244 (II) "dri" will be loaded by default.
245 (II) LoadModule: "glx"
246
247 (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
248 (II) Module glx: vendor="NVIDIA Corporation"
249 compiled for 4.0.2, module version = 1.0.0
250 Module class: X.Org Server Extension
251 (II) NVIDIA GLX Module 173.14.18 Mon Mar 2 12:43:12 PST 2009
252 (II) Loading extension GLX
253 (II) LoadModule: "extmod"
254
255 (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
256 (II) Module extmod: vendor="X.Org Foundation"
257 compiled for 1.5.3, module version = 1.0.0
258 Module class: X.Org Server Extension
259 ABI class: X.Org Server Extension, version 1.1
260 (II) Loading extension SHAPE
261 (II) Loading extension MIT-SUNDRY-NONSTANDARD
262 (II) Loading extension BIG-REQUESTS
263 (II) Loading extension SYNC
264 (II) Loading extension MIT-SCREEN-SAVER
265 (II) Loading extension XC-MISC
266 (II) Loading extension XFree86-VidModeExtension
267 (II) Loading extension XFree86-Misc
268 (II) Loading extension XFree86-DGA
269 (II) Loading extension DPMS
270 (II) Loading extension TOG-CUP
271 (II) Loading extension Extended-Visual-Information
272 (II) Loading extension XVideo
273 (II) Loading extension XVideo-MotionCompensation
274 (II) Loading extension X-Resource
275 (II) LoadModule: "xtrap"
276
277 (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
278 (II) Module xtrap: vendor="X.Org Foundation"
279 compiled for 1.5.3, module version = 1.0.0
280 Module class: X.Org Server Extension
281 ABI class: X.Org Server Extension, version 1.1
282 (II) Loading extension DEC-XTRAP
283 (II) LoadModule: "record"
284
285 (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
286 (II) Module record: vendor="X.Org Foundation"
287 compiled for 1.5.3, module version = 1.13.0
288 Module class: X.Org Server Extension
289 ABI class: X.Org Server Extension, version 1.1
290 (II) Loading extension RECORD
291 (II) LoadModule: "dbe"
292
293 (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
294 (II) Module dbe: vendor="X.Org Foundation"
295 compiled for 1.5.3, module version = 1.0.0
296 Module class: X.Org Server Extension
297 ABI class: X.Org Server Extension, version 1.1
298 (II) Loading extension DOUBLE-BUFFER
299 (II) LoadModule: "freetype"
300
301 (WW) Warning, couldn't open module freetype
302 (II) UnloadModule: "freetype"
303 (EE) Failed to load module "freetype" (module does not exist, 0)
304 (II) LoadModule: "type1"
305
306 (WW) Warning, couldn't open module type1
307 (II) UnloadModule: "type1"
308 (EE) Failed to load module "type1" (module does not exist, 0)
309 (II) LoadModule: "dri"
310
311 (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
312 (II) Module dri: vendor="X.Org Foundation"
313 compiled for 1.5.3, module version = 1.0.0
314 ABI class: X.Org Server Extension, version 1.1
315 (II) Loading extension XFree86-DRI
316 (II) LoadModule: "nvidia"
317
318 (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
319 (II) Module nvidia: vendor="NVIDIA Corporation"
320 compiled for 4.0.2, module version = 1.0.0
321 Module class: X.Org Video Driver
322 (II) LoadModule: "mouse"
323
324 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
325 (II) Module mouse: vendor="X.Org Foundation"
326 compiled for 1.5.3, module version = 1.4.0
327 Module class: X.Org XInput Driver
328 ABI class: X.Org XInput driver, version 2.1
329 (II) LoadModule: "kbd"
330
331 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
332 (II) Module kbd: vendor="X.Org Foundation"
333 compiled for 1.5.3, module version = 1.3.2
334 Module class: X.Org XInput Driver
335 ABI class: X.Org XInput driver, version 2.1
336 (II) NVIDIA dlloader X Driver 173.14.18 Mon Mar 2 12:22:46 PST 2009
337 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
338 (II) Primary Device is: PCI 02@00:00:0
339 (II) Loading sub module "fb"
340 (II) LoadModule: "fb"
341
342 (II) Loading /usr/lib/xorg/modules//libfb.so
343 (II) Module fb: vendor="X.Org Foundation"
344 compiled for 1.5.3, module version = 1.0.0
345 ABI class: X.Org ANSI C Emulation, version 0.4
346 (II) Loading sub module "wfb"
347 (II) LoadModule: "wfb"
348
349 (II) Loading /usr/lib/xorg/modules//libwfb.so
350 (II) Module wfb: vendor="X.Org Foundation"
351 compiled for 1.5.3, module version = 1.0.0
352 ABI class: X.Org ANSI C Emulation, version 0.4
353 (II) Loading sub module "ramdac"
354 (II) LoadModule: "ramdac"
355 (II) Module "ramdac" already built-in
356 (II) resource ranges after probing:
357 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
358 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
359 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
360 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
361 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
362 [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
363 (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
364 (==) NVIDIA(0): RGB weight 888
365 (==) NVIDIA(0): Default visual is TrueColor
366 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
367 (**) NVIDIA(0): Enabling RENDER acceleration
368 (II) NVIDIA(0): Support for GLX with the Damage and Composite X
369 extensions is
370 (II) NVIDIA(0): enabled.
371 (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:2:0:0 (GPU-0)
372 (--) NVIDIA(0): Memory: 131072 kBytes
373 (--) NVIDIA(0): VideoBIOS: 04.34.20.23.00
374 (II) NVIDIA(0): Detected AGP rate: 8X
375 (--) NVIDIA(0): Interlaced video modes are supported on this GPU
376 (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:2:0:0:
377 (--) NVIDIA(0): Gateway EV910 (CRT-0)
378 (--) NVIDIA(0): Gateway EV910 (CRT-0): 350.0 MHz maximum pixel clock
379 (WW) NVIDIA(0): The EDID for Gateway EV910 (CRT-0) contradicts itself: mode
380 (WW) NVIDIA(0): "720x405" is specified in the EDID; however, the EDID's
381 (WW) NVIDIA(0): valid HorizSync range (30.000-95.000 kHz) would exclude
382 (WW) NVIDIA(0): this mode's HorizSync (29.5 kHz); ignoring HorizSync
383 check
384 (WW) NVIDIA(0): for mode "720x405".
385 (II) NVIDIA(0): Assigned Display Device: CRT-0
386 (II) NVIDIA(0): Validated modes:
387 (II) NVIDIA(0): "1280x1024"
388 (II) NVIDIA(0): "1024x768"
389 (II) NVIDIA(0): "800x600"
390 (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
391 (--) NVIDIA(0): DPI set to (90, 96); computed from "UseEdidDpi" X config
392 (--) NVIDIA(0): option
393 (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
394 (--) Depth 24 pixmap format is 32 bpp
395 (II) do I need RAC? No, I don't.
396 (II) resource ranges after preInit:
397 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
398 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
399 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
400 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
401 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
402 [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
403 (II) NVIDIA(0): Initialized AGP GART.
404 (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon
405 may not
406 (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration
407 option
408 (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
409 (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive
410 ACPI
411 (II) NVIDIA(0): events. For details, please see the
412 "ConnectToAcpid" and
413 (II) NVIDIA(0): "AcpidSocketPath" X configuration options in
414 Appendix B: X
415 (II) NVIDIA(0): Config Options in the README.
416 (II) NVIDIA(0): Setting mode "1280x1024"
417 (II) Loading extension NV-GLX
418 (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
419 (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
420 (==) NVIDIA(0): Backing store disabled
421 (==) NVIDIA(0): Silken mouse enabled
422 (**) Option "dpms" "TRUE"
423 (**) NVIDIA(0): DPMS enabled
424 (II) Loading extension NV-CONTROL
425 (==) RandR enabled
426 (II) Initializing built-in extension MIT-SHM
427 (II) Initializing built-in extension XInputExtension
428 (II) Initializing built-in extension XTEST
429 (II) Initializing built-in extension XKEYBOARD
430 (II) Initializing built-in extension XINERAMA
431 (II) Initializing built-in extension XFIXES
432 (II) Initializing built-in extension RENDER
433 (II) Initializing built-in extension RANDR
434 (II) Initializing built-in extension COMPOSITE
435 (II) Initializing built-in extension DAMAGE
436 (II) Initializing built-in extension XEVIE
437 (II) Initializing extension GLX
438 (**) Option "Protocol" "auto"
439 (**) Option "Device" "/dev/input/mouse0"
440 (II) Mouse0: Setting mouse protocol to "PS/2"
441 (**) Mouse0: Device: "/dev/input/mouse0"
442 (**) Mouse0: Protocol: "auto"
443 (**) Option "CorePointer"
444 (**) Mouse0: always reports core events
445 (**) Option "Device" "/dev/input/mouse0"
446 (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
447 (**) Option "ZAxisMapping" "4 5 6 7"
448 (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
449 (**) Mouse0: Buttons: 11
450 (**) Mouse0: Sensitivity: 1
451 (**) Option "CoreKeyboard"
452 (**) Keyboard0: always reports core events
453 (**) Option "Protocol" "standard"
454 (**) Keyboard0: Protocol: standard
455 (**) Option "AutoRepeat" "500 30"
456 (**) Option "XkbRules" "xorg"
457 (**) Keyboard0: XkbRules: "xorg"
458 (**) Option "XkbModel" "pc105"
459 (**) Keyboard0: XkbModel: "pc105"
460 (**) Option "XkbLayout" "us"
461 (**) Keyboard0: XkbLayout: "us"
462 (**) Option "CustomKeycodes" "off"
463 (**) Keyboard0: CustomKeycodes disabled
464 (II) evaluating device (Mouse0)
465 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
466 (II) evaluating device (Keyboard0)
467 (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
468 (II) Mouse0: Setting mouse protocol to "PS/2"
469 (II) Mouse0: ps2EnableDataReporting: succeeded
470 (II) UnloadModule: "mouse"
471 (II) UnloadModule: "kbd"
472 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
473 (II) No APM support in BIOS or kernel
474 (II) NVIDIA(0): Initialized AGP GART.
475 (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon
476 may not
477 (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration
478 option
479 (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
480 (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive
481 ACPI
482 (II) NVIDIA(0): events. For details, please see the
483 "ConnectToAcpid" and
484 (II) NVIDIA(0): "AcpidSocketPath" X configuration options in
485 Appendix B: X
486 (II) NVIDIA(0): Config Options in the README.
487 (II) NVIDIA(0): Setting mode "1280x1024"
488 (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
489 (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
490 (**) NVIDIA(0): DPMS enabled
491 (==) RandR enabled
492 (II) Initializing extension GLX
493 (II) Mouse0: Setting mouse protocol to "PS/2"
494 (**) Mouse0: Device: "/dev/input/mouse0"
495 (**) Mouse0: Protocol: "auto"
496 (**) Option "CorePointer"
497 (**) Mouse0: always reports core events
498 (**) Option "Device" "/dev/input/mouse0"
499 (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
500 (**) Option "ZAxisMapping" "4 5 6 7"
501 (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
502 (**) Mouse0: Buttons: 11
503 (**) Mouse0: Sensitivity: 1
504 (**) Option "CoreKeyboard"
505 (**) Keyboard0: always reports core events
506 (**) Option "Protocol" "standard"
507 (**) Keyboard0: Protocol: standard
508 (**) Option "AutoRepeat" "500 30"
509 (**) Option "XkbRules" "xorg"
510 (**) Keyboard0: XkbRules: "xorg"
511 (**) Option "XkbModel" "pc105"
512 (**) Keyboard0: XkbModel: "pc105"
513 (**) Option "XkbLayout" "us"
514 (**) Keyboard0: XkbLayout: "us"
515 (**) Option "CustomKeycodes" "off"
516 (**) Keyboard0: CustomKeycodes disabled
517 (II) evaluating device (Mouse0)
518 (II) evaluating device (Keyboard0)
519 (II) Mouse0: Setting mouse protocol to "PS/2"
520 (II) Mouse0: ps2EnableDataReporting: succeeded
521 (II) 3rd Button detected: disabling emulate3Button
522
523
524 It sees the mouse and says the option for the wheel is there. It just
525 don't work. No, I didn't beat up the mouse while working with hal and
526 evdev. Felt like it tho. LOL
527
528 Ideas? Clues? Need more info?
529
530 Thanks much.
531
532 Dale
533
534 :-) :-)

Replies

Subject Author
[gentoo-user] Re: :-@ Reversing xorg-server, hal and evdev. walt <w41ter@×××××.com>