Gentoo Archives: gentoo-amd64

From: Mansour Al Akeel <mansour.alakeel@×××××.com>
To: gentoo-amd64@l.g.o
Cc: mansour.alakeel@×××××.com
Subject: Re: [gentoo-amd64] Re: Xorg upgrade and synaptics driver
Date: Mon, 13 Apr 2009 01:48:08
Message-Id: 20090413014850.GA19644@mars.lan
In Reply to: [gentoo-amd64] Re: Xorg upgrade and synaptics driver by Duncan <1i5t5.duncan@cox.net>
1 On Sun Apr 12,2009 10:33 pm, Duncan wrote:
2 > Mansour Al Akeel <mansour.alakeel@×××××.com> posted
3 > 2a21586d0904121007y7c8d5862r5e6a883600076a4d@××××××××××.com, excerpted
4 > below, on Sun, 12 Apr 2009 14:07:50 -0300:
5 >
6
7
8 > You said the "top" of your xorg.conf. You do still have the InputDevice
9 > sections as you originally posted, right? You could delete them *IF* you
10 > were using hal, but since you have it turned of, you need to have them.
11 > I'm guessing you do, but am just making sure.
12 >
13 Yes, I would like NOT to use hal *IF* the problem can be solved without
14 it.
15
16
17 > > * /etc/udev/rules.d/90-hal.rules
18 > > * /sbin/umount.hal
19 > > * /lib/udev/hal_unmount
20 > > * /usr/lib64/libhal.so.1
21 > > * /usr/lib64/libhal.so
22 > > * /usr/lib64/libhal-storage.so.1
23 > > * /usr/lib64/libhal-storage.so
24 > > * /usr/lib64/hal/scripts/linux/hal-system-wol-enable-linux
25 > > * /usr/lib64/hal/scripts/linux/hal-system-wol-enabled-linux
26 > > * /usr/lib64/hal/scripts/linux/hal-system-wol-supported-linux
27 > > *
28 > > * Searching all installed packages for file collisions...
29 > > *
30 > > * Press Ctrl-C to Stop
31 > > *
32 > > * None of the installed packages claim the file(s).
33 > > *
34 > > * Package 'sys-apps/hal-0.5.11-r8' merged despite file collisions. If
35 > > * necessary, refer to your elog messages for the whole content of the
36 > > * above message.
37 > >
38 > > Any idea ?
39 >
40 > If you notice, it says the package was merged despite the collisions. It
41 > was just a warning. If that's at the end, it's just the replay of all
42 > the messages at the end of the merge. Either everything else was fine
43 > and it all merged and that's the end, or something else caused an error
44 > somewhere and that's just at the end as portage now replays all the
45 > messages other packages spit out earlier when it finishes, regardless of
46 > whether it finished successfully or not. However, if it failed, the
47 > failed package and its error message should always be printed last.
48 That's why I posted the message. The wierd thing is that it reports the
49 package is installed bu nothing shows in
50
51 /var/db/pkg/sys-apps/hal-*
52
53 I was expecting a hal package to show there indicating the installation.
54 I don't know where to go from there, *IF* i decided to go down the HAL
55 way.
56
57 >
58 > So that doesn't seem to give /me/ any hints of the problem, at least
59 > (unless you had indeed deleted the InputDevice Sections).
60 >
61
62 It doesn't give me a hint either. I will keep on looking into this to
63 see where I go, but again HAL option is NOT a priority to me.
64
65 >
66 > Oh! That shared memory error from your first post!
67 >
68 > I don't know what the synaptics driver requires or doesn't require or
69 > anything about anything special it needs in xorg.conf including that
70 > SHMConfig option, so I've no idea what that's about in regard to
71 > Synaptics.
72 >
73 > HOWEVER, I know what it refers to in general! Perhaps that's the problem?
74 >
75 > SHM is the former name of the tmpfs filesystem time in the kernel, so if
76 > it's enabled for your synaptics driver, make sure you have tmpfs enabled
77 > in your kernel. That is, let's see, File systems > Pseudo filesystems >
78 > Virtual memory file system support (formerly shm fs). The config symbol
79 > for it (under help) is CONFIG_TMPFS.
80 >
81 > Once you've verified you're running a kernel with tmpfs, you also need an
82 > fstab entry for the LSB standard location one, /dev/shm. Here's the
83 > fstab entry I have:
84 >
85 > shm /dev/shm tmpfs size=20m,noexec,nodev,nosuid 0 0
86 >
87 > If you wish you can simply use defaults where I have the fancy options,
88 > as so:
89 >
90 > shm /dev/shm tmpfs defaults 0 0
91 >
92 > Then (as root) run mount /dev/shm, and it should mount
93 >
94 > You can verify what's mounted by running mount with no parameters. Once
95 > it says you have a tmpfs mounted at /dev/shm, try X again. Maybe that'll
96 > do it.
97 >
98 shm is supported in the kernel, and the shm is mounted properly:
99
100
101 /dev/sda3 on / type ext3 (rw,noatime)
102 /proc on /proc type proc (rw,nosuid,nodev,noexec)
103 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
104 udev on /dev type tmpfs (rw,nosuid,size=10240k,mode=755)
105 devpts on /dev/pts type devpts (rw,nosuid,noexec,gid=5,mode=620)
106 /dev/sda7 on /home type ext3 (rw,noatime)
107 /dev/sda8 on /opt type ext3 (rw,noatime)
108 shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
109 usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
110
111
112 > If it still doesn't work, try posting your xorg.0.log file (in /var/log)
113 > and hopefully someone can help you decipher it.
114 >
115 Finally, dmesg | grep -i synaptic gives:
116
117 [ 9.051309] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps:
118 0xa04713/0x200000
119 [ 9.122230] input: SynPS/2 Synaptics TouchPad as /class/input/input5
120
121
122 The Xorg.log shows that synaptic is loaded. I have played with the
123 different values for the device section in my xorg.cong:
124
125
126 Section "ServerLayout"
127 Identifier "X.org Configured"
128 Screen 0 "Screen0" 0 0
129 InputDevice "Mouse0" "CorePointer"
130 InputDevice "Synaptics Touchpad" "CorePointer"
131 InputDevice "Keyboard0" "CoreKeyboard"
132 EndSection
133
134 Section "ServerFlags"
135 Option "AllowEmptyInput" "false"
136 EndSection
137
138 Section "Files"
139 ModulePath "/usr/lib64/xorg/modules"
140 FontPath "/usr/share/fonts/misc/"
141 FontPath "/usr/share/fonts/TTF/"
142 FontPath "/usr/share/fonts/OTF"
143 FontPath "/usr/share/fonts/Type1/"
144 FontPath "/usr/share/fonts/100dpi/"
145 FontPath "/usr/share/fonts/75dpi/"
146 EndSection
147
148 Section "InputDevice"
149 Identifier "Keyboard0"
150 Driver "kbd"
151 EndSection
152
153 Section "InputDevice"
154 Identifier "Mouse0"
155 Driver "mouse"
156 Option "Protocol" "auto"
157 Option "Device" "/dev/input/mice"
158 Option "ZAxisMapping" "4 5 6 7"
159 EndSection
160
161 Section "InputDevice"
162 Identifier "Synaptics Touchpad"
163 Driver "synaptics"
164 #Option "Protocol" "auto-dev"
165 Option "Device" "/dev/input/event3"
166 Option "SendCoreEvents" "True"
167 EndSection
168
169 Section "Monitor"
170 Identifier "Monitor0"
171 VendorName "Monitor Vendor"
172 ModelName "Monitor Model"
173 EndSection
174
175 Section "Device"
176 Option "SWcursor" "off"
177 #Option "HWcursor" # [<bool>]
178 #Option "NoAccel" # [<bool>]
179 #Option "ShadowFB" # [<bool>]
180 #Option "UseFBDev" # [<bool>]
181 #Option "Rotate" # [<str>]
182 #Option "VideoKey" # <i>
183 #Option "FlatPanel" # [<bool>]
184 #Option "FPDither" # [<bool>]
185 #Option "CrtcNumber" # <i>
186 #Option "FPScale" # [<bool>]
187 #Option "FPTweak" # <i>
188 #Option "DualHead" # [<bool>]
189 Identifier "Card0"
190 Driver "nvidia"
191 VendorName "nVidia Corporation"
192 BoardName "C51 [Geforce 6150 Go]"
193 BusID "PCI:0:5:0"
194 Option "NoLogo" "True"
195 EndSection
196
197 Section "Screen"
198 Identifier "Screen0"
199 Device "Card0"
200 Monitor "Monitor0"
201 Option "AddARGBGLXVisuals" "True"
202 Option "DisableGLXRootClipping" "True"
203 Option "RenderAccel" "True"
204 Option "AllowGLXWithComposite" "True"
205 Option "backingstore" "True"
206 Option "TripleBuffer" "True"
207 SubSection "Display"
208 Viewport 0 0
209 Depth 1
210 EndSubSection
211 SubSection "Display"
212 Viewport 0 0
213 Depth 4
214 EndSubSection
215 SubSection "Display"
216 Viewport 0 0
217 Depth 8
218 EndSubSection
219 SubSection "Display"
220 Viewport 0 0
221 Depth 15
222 EndSubSection
223 SubSection "Display"
224 Viewport 0 0
225 Depth 16
226 EndSubSection
227 SubSection "Display"
228 Viewport 0 0
229 Depth 24
230 EndSubSection
231 EndSection
232
233
234 And Here's my Xorg.log:
235
236
237 X.Org X Server 1.5.3
238 Release Date: 5 November 2008
239 X Protocol Version 11, Revision 0
240 Build Operating System: Linux 2.6.27-gentoo-r8 x86_64
241 Current Operating System: Linux mars 2.6.27-gentoo-r8 #5 SMP Wed Mar 11 01:06:41 ADT 2009 x86_64
242 Build Date: 11 April 2009 06:22:26PM
243
244 Before reporting problems, check http://wiki.x.org
245 to make sure that you have the latest version.
246 Markers: (--) probed, (**) from config file, (==) default setting,
247 (++) from command line, (!!) notice, (II) informational,
248 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
249 (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 12 22:26:00 2009
250 (==) Using config file: "/etc/X11/xorg.conf"
251 (==) ServerLayout "X.org Configured"
252 (**) |-->Screen "Screen0" (0)
253 (**) | |-->Monitor "Monitor0"
254 (**) | |-->Device "Card0"
255 (**) |-->Input Device "Mouse0"
256 (**) |-->Input Device "Synaptics Touchpad"
257 (**) |-->Input Device "Keyboard0"
258 (**) Option "AllowEmptyInput" "false"
259 (==) Not automatically adding devices
260 (==) Not automatically enabling devices
261 (WW) The directory "/usr/share/fonts/TTF/" does not exist.
262 Entry deleted from font path.
263 (WW) The directory "/usr/share/fonts/OTF" does not exist.
264 Entry deleted from font path.
265 (WW) The directory "/usr/share/fonts/TTF/" does not exist.
266 Entry deleted from font path.
267 (WW) The directory "/usr/share/fonts/OTF" does not exist.
268 Entry deleted from font path.
269 (**) FontPath set to:
270 /usr/share/fonts/misc/,
271 /usr/share/fonts/Type1/,
272 /usr/share/fonts/100dpi/,
273 /usr/share/fonts/75dpi/,
274 /usr/share/fonts/misc/,
275 /usr/share/fonts/Type1/,
276 /usr/share/fonts/100dpi/,
277 /usr/share/fonts/75dpi/,
278 built-ins
279 (**) ModulePath set to "/usr/lib64/xorg/modules"
280 (WW) Duplicate core pointer devices. Removing core pointer attribute from "Synaptics Touchpad"
281 (WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
282 (II) No APM support in BIOS or kernel
283 (II) Loader magic: 0x1d00
284 (II) Module ABI versions:
285 X.Org ANSI C Emulation: 0.4
286 X.Org Video Driver: 4.1
287 X.Org XInput driver : 2.1
288 X.Org Server Extension : 1.1
289 (II) Loader running on linux
290 (++) using VT number 7
291
292 (--) PCI:*(0@0:5:0) nVidia Corporation C51 [Geforce 6150 Go] rev 162, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216, BIOS @ 0x????????/131072
293 (--) PCI: (0@0:10:3) nVidia Corporation MCP51 PMU rev 163, Mem @ 0xb0040000/262144
294 (II) System resource ranges:
295 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
296 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
297 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
298 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
299 [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
300 [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
301 [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
302 [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
303 [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
304 [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
305 [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
306 [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
307 [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
308 [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
309 [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
310 [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
311 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
312 [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
313 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
314 [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
315 [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
316 [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
317 [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
318 [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
319 (II) LoadModule: "extmod"
320
321 (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
322 (II) Module extmod: vendor="X.Org Foundation"
323 compiled for 1.5.3, module version = 1.0.0
324 Module class: X.Org Server Extension
325 ABI class: X.Org Server Extension, version 1.1
326 (II) Loading extension SHAPE
327 (II) Loading extension MIT-SUNDRY-NONSTANDARD
328 (II) Loading extension BIG-REQUESTS
329 (II) Loading extension SYNC
330 (II) Loading extension MIT-SCREEN-SAVER
331 (II) Loading extension XC-MISC
332 (II) Loading extension XFree86-VidModeExtension
333 (II) Loading extension XFree86-Misc
334 (II) Loading extension XFree86-DGA
335 (II) Loading extension DPMS
336 (II) Loading extension TOG-CUP
337 (II) Loading extension Extended-Visual-Information
338 (II) Loading extension XVideo
339 (II) Loading extension XVideo-MotionCompensation
340 (II) Loading extension X-Resource
341 (II) LoadModule: "dbe"
342
343 (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
344 (II) Module dbe: vendor="X.Org Foundation"
345 compiled for 1.5.3, module version = 1.0.0
346 Module class: X.Org Server Extension
347 ABI class: X.Org Server Extension, version 1.1
348 (II) Loading extension DOUBLE-BUFFER
349 (II) LoadModule: "glx"
350
351 (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
352 (II) Module glx: vendor="NVIDIA Corporation"
353 compiled for 4.0.2, module version = 1.0.0
354 Module class: X.Org Server Extension
355 (II) NVIDIA GLX Module 180.29 Thu Feb 5 00:05:47 PST 2009
356 (II) Loading extension GLX
357 (II) LoadModule: "record"
358
359 (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
360 (II) Module record: vendor="X.Org Foundation"
361 compiled for 1.5.3, module version = 1.13.0
362 Module class: X.Org Server Extension
363 ABI class: X.Org Server Extension, version 1.1
364 (II) Loading extension RECORD
365 (II) LoadModule: "dri"
366
367 (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
368 (II) Module dri: vendor="X.Org Foundation"
369 compiled for 1.5.3, module version = 1.0.0
370 ABI class: X.Org Server Extension, version 1.1
371 (II) Loading extension XFree86-DRI
372 (II) LoadModule: "nvidia"
373
374 (II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
375 (II) Module nvidia: vendor="NVIDIA Corporation"
376 compiled for 4.0.2, module version = 1.0.0
377 Module class: X.Org Video Driver
378 (II) LoadModule: "mouse"
379
380 (II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
381 (II) Module mouse: vendor="X.Org Foundation"
382 compiled for 1.5.3, module version = 1.4.0
383 Module class: X.Org XInput Driver
384 ABI class: X.Org XInput driver, version 2.1
385 (II) LoadModule: "synaptics"
386
387 (II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
388 (II) Module synaptics: vendor="X.Org Foundation"
389 compiled for 1.5.3, module version = 1.0.0
390 Module class: X.Org XInput Driver
391 ABI class: X.Org XInput driver, version 2.1
392 (II) LoadModule: "kbd"
393
394 (II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
395 (II) Module kbd: vendor="X.Org Foundation"
396 compiled for 1.5.3, module version = 1.3.2
397 Module class: X.Org XInput Driver
398 ABI class: X.Org XInput driver, version 2.1
399 (II) NVIDIA dlloader X Driver 180.29 Wed Feb 4 23:45:20 PST 2009
400 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
401 (II) Primary Device is: PCI 00@00:05:0
402 (II) Loading sub module "fb"
403 (II) LoadModule: "fb"
404
405 (II) Loading /usr/lib64/xorg/modules//libfb.so
406 (II) Module fb: vendor="X.Org Foundation"
407 compiled for 1.5.3, module version = 1.0.0
408 ABI class: X.Org ANSI C Emulation, version 0.4
409 (II) Loading sub module "wfb"
410 (II) LoadModule: "wfb"
411
412 (II) Loading /usr/lib64/xorg/modules//libwfb.so
413 (II) Module wfb: vendor="X.Org Foundation"
414 compiled for 1.5.3, module version = 1.0.0
415 ABI class: X.Org ANSI C Emulation, version 0.4
416 (II) Loading sub module "ramdac"
417 (II) LoadModule: "ramdac"
418 (II) Module "ramdac" already built-in
419 (II) resource ranges after probing:
420 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
421 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
422 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
423 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
424 [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
425 [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
426 [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
427 [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
428 [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
429 [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
430 [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
431 [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
432 [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
433 [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
434 [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
435 [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
436 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
437 [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
438 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
439 [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
440 [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
441 [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
442 [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
443 [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
444 (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
445 (==) NVIDIA(0): RGB weight 888
446 (==) NVIDIA(0): Default visual is TrueColor
447 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
448 (**) NVIDIA(0): Option "NoLogo" "True"
449 (**) NVIDIA(0): Option "SWcursor" "off"
450 (**) NVIDIA(0): Option "RenderAccel" "True"
451 (**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
452 (**) NVIDIA(0): Option "TripleBuffer" "True"
453 (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
454 (**) NVIDIA(0): Option "DisableGLXRootClipping" "True"
455 (**) NVIDIA(0): Enabling RENDER acceleration
456 (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
457 (II) NVIDIA(0): enabled.
458 (II) NVIDIA(0): NVIDIA GPU GeForce Go 6150 (C51) at PCI:0:5:0 (GPU-0)
459 (--) NVIDIA(0): Memory: 262144 kBytes
460 (--) NVIDIA(0): VideoBIOS: 05.51.28.53.15
461 (--) NVIDIA(0): Interlaced video modes are supported on this GPU
462 (--) NVIDIA(0): Connected display device(s) on GeForce Go 6150 at PCI:0:5:0:
463 (--) NVIDIA(0): Seiko (DFP-0)
464 (--) NVIDIA(0): Seiko (DFP-0): 310.0 MHz maximum pixel clock
465 (--) NVIDIA(0): Seiko (DFP-0): Internal Dual Link LVDS
466 (II) NVIDIA(0): Assigned Display Device: DFP-0
467 (==) NVIDIA(0):
468 (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
469 (==) NVIDIA(0): will be used as the requested mode.
470 (==) NVIDIA(0):
471 (II) NVIDIA(0): Validated modes:
472 (II) NVIDIA(0): "nvidia-auto-select"
473 (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
474 (--) NVIDIA(0): DPI set to (98, 99); computed from "UseEdidDpi" X config
475 (--) NVIDIA(0): option
476 (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
477 (--) Depth 24 pixmap format is 32 bpp
478 (II) do I need RAC? No, I don't.
479 (II) resource ranges after preInit:
480 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
481 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
482 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
483 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
484 [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
485 [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
486 [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
487 [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
488 [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
489 [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
490 [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
491 [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
492 [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
493 [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
494 [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
495 [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
496 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
497 [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
498 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
499 [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
500 [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
501 [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
502 [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
503 [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
504 (II) NVIDIA(0): Initialized GPU GART.
505 (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
506 (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
507 (II) NVIDIA(0): configuration option may not be set correctly. When the
508 (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
509 (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
510 (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
511 (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
512 (II) NVIDIA(0): Config Options in the README.
513 (II) NVIDIA(0): Setting mode "nvidia-auto-select"
514 (II) Loading extension NV-GLX
515 (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
516 (==) NVIDIA(0): Disabling shared memory pixmaps
517 (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
518 (**) NVIDIA(0): Option "BackingStore" "True"
519 (**) NVIDIA(0): Backing store enabled
520 (==) NVIDIA(0): Silken mouse enabled
521 (II) NVIDIA(0): DPMS enabled
522 (II) Loading extension NV-CONTROL
523 (II) Loading extension XINERAMA
524 (==) RandR enabled
525 (II) Initializing built-in extension MIT-SHM
526 (II) Initializing built-in extension XInputExtension
527 (II) Initializing built-in extension XTEST
528 (II) Initializing built-in extension XKEYBOARD
529 (II) Initializing built-in extension XINERAMA
530 (II) Initializing built-in extension XFIXES
531 (II) Initializing built-in extension RENDER
532 (II) Initializing built-in extension RANDR
533 (II) Initializing built-in extension COMPOSITE
534 (II) Initializing built-in extension DAMAGE
535 (II) Initializing built-in extension XEVIE
536 (II) Initializing extension GLX
537 (**) Option "Protocol" "auto"
538 (**) Option "Device" "/dev/input/mice"
539 (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
540 (**) Mouse0: Device: "/dev/input/mice"
541 (**) Mouse0: Protocol: "auto"
542 (**) Option "CorePointer"
543 (**) Mouse0: always reports core events
544 (**) Option "Device" "/dev/input/mice"
545 (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
546 (**) Option "ZAxisMapping" "4 5 6 7"
547 (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
548 (**) Mouse0: Buttons: 11
549 (**) Mouse0: Sensitivity: 1
550 (II) Synaptics touchpad driver version 1.0.0
551 (**) Option "Device" "/dev/input/event3"
552 (--) Synaptics Touchpad: no supported touchpad found
553 (**) Option "SendCoreEvents" "True"
554 (**) Option "CorePointer" "False"
555 (**) Synaptics Touchpad: doesn't report core events
556 (**) Option "CoreKeyboard"
557 (**) Keyboard0: always reports core events
558 (**) Option "Protocol" "standard"
559 (**) Keyboard0: Protocol: standard
560 (**) Option "AutoRepeat" "500 30"
561 (**) Option "XkbRules" "xorg"
562 (**) Keyboard0: XkbRules: "xorg"
563 (**) Option "XkbModel" "pc105"
564 (**) Keyboard0: XkbModel: "pc105"
565 (**) Option "XkbLayout" "us"
566 (**) Keyboard0: XkbLayout: "us"
567 (**) Option "CustomKeycodes" "off"
568 (**) Keyboard0: CustomKeycodes disabled
569 (II) evaluating device (Mouse0)
570 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
571 (II) evaluating device (Synaptics Touchpad)
572 (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
573 (II) evaluating device (Keyboard0)
574 (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
575 (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
576 (II) Mouse0: ps2EnableDataReporting: succeeded
577 (--) Synaptics Touchpad: no supported touchpad found
578
579
580 > --
581 > Duncan - List replies preferred. No HTML msgs.
582 > "Every nonfree program has a lord, a master --
583 > and if you use the program, he is your master." Richard Stallman
584 >
585 >