Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Cc: Neil Bothwick <neil@××××××××××.uk>
Subject: Re: [gentoo-user] non-Twinview dual screen setup?
Date: Wed, 06 Apr 2011 15:08:13
Message-Id: BANLkTinh2V4TRiUCVky0zQ52J+r_PJxs6w@mail.gmail.com
In Reply to: Re: [gentoo-user] non-Twinview dual screen setup? by Neil Bothwick
1 On Tue, Apr 5, 2011 at 5:00 PM, Neil Bothwick <neil@××××××××××.uk> wrote:
2 > On Tue, 5 Apr 2011 15:25:16 -0700, Mark Knecht wrote:
3 >
4 >>    I hooked up second monitor to my Nvidia GTX465 card yesterday and
5 >> wanted to get dual screen running. Unfortunately, except for using
6 >> Twinview which works fine, I've been unable to do it without Twinview.
7 >> Twinview itself isn't bad, but I don't like how ever KDE decision I
8 >> have to take (logout, settings, etc.) always starts spanned across my
9 >> two monitors. That doesn't happen on my dual screen Intel system.
10 >
11 > You can change that in the Display & Monitors section of KDE's System
12 > Settings.
13 >
14 >
15 > --
16 > Neil Bothwick
17
18 Hi Neil,
19 The problem is that after I'm in KDE it seems the damage is done.
20 Settings->Display thing shows only a single 1920x1080 monitor hooked
21 to 'default'. The second monitor isn't found at all.
22
23 I suspect that what I need to do next is go back and boot the 2
24 screen version and see what the X log file actually says.
25
26 I'm currently using Twinview where Settings->Display shows both
27 monitors. While it's working well there is evidence that X doesn't
28 like the monitor settings in the config file I got using
29 nvidia-settings. Possibly the EDID values are causing X to not enable
30 the second monitor at all in the 2 screen version?
31
32 Cheers,
33 Mark
34
35 mark@c2stable ~ $ cat /var/log/Xorg.0.log
36 [ 665.512]
37 X.Org X Server 1.9.4
38 Release Date: 2011-02-04
39 [ 665.512] X Protocol Version 11, Revision 0
40 [ 665.512] Build Operating System: Linux 2.6.36-gentoo-r6 x86_64 Gentoo
41 [ 665.512] Current Operating System: Linux c2stable 2.6.38-gentoo-r1
42 #1 SMP PREEMPT Wed Mar 30 12:24:58 PDT 2011 x86_64
43 [ 665.512] Kernel command line: root=/dev/md126
44 [ 665.512] Build Date: 13 February 2011 06:29:22AM
45 [ 665.512]
46 [ 665.512] Current version of pixman: 0.20.2
47 [ 665.512] Before reporting problems, check http://wiki.x.org
48 to make sure that you have the latest version.
49 [ 665.512] Markers: (--) probed, (**) from config file, (==) default setting,
50 (++) from command line, (!!) notice, (II) informational,
51 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
52 [ 665.512] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 6
53 05:22:43 2011
54 [ 665.512] (==) Using config file: "/etc/X11/xorg.conf"
55 [ 665.512] (==) Using config directory: "/etc/X11/xorg.conf.d"
56 [ 665.512] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
57 [ 665.512] (==) ServerLayout "Layout0"
58 [ 665.512] (**) |-->Screen "Screen0" (0)
59 [ 665.512] (**) | |-->Monitor "Monitor0"
60 [ 665.512] (**) | |-->Device "Device0"
61 [ 665.512] (**) |-->Input Device "Keyboard0"
62 [ 665.512] (**) |-->Input Device "Mouse0"
63 [ 665.512] (==) Automatically adding devices
64 [ 665.512] (==) Automatically enabling devices
65 [ 665.512] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
66 [ 665.512] Entry deleted from font path.
67 [ 665.512] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
68 [ 665.512] Entry deleted from font path.
69 [ 665.512] (==) FontPath set to:
70 /usr/share/fonts/misc/,
71 /usr/share/fonts/Type1/,
72 /usr/share/fonts/100dpi/,
73 /usr/share/fonts/75dpi/
74 [ 665.512] (==) ModulePath set to "/usr/lib64/xorg/modules"
75 [ 665.512] (WW) AllowEmptyInput is on, devices using drivers 'kbd',
76 'mouse' or 'vmmouse' will be disabled.
77 [ 665.512] (WW) Disabling Keyboard0
78 [ 665.512] (WW) Disabling Mouse0
79 [ 665.512] (II) Loader magic: 0x7ca080
80 [ 665.512] (II) Module ABI versions:
81 [ 665.512] X.Org ANSI C Emulation: 0.4
82 [ 665.512] X.Org Video Driver: 8.0
83 [ 665.512] X.Org XInput driver : 11.0
84 [ 665.512] X.Org Server Extension : 4.0
85 [ 665.513] (--) PCI:*(0:2:0:0) 10de:06c4:3842:1467 rev 163, Mem @
86 0xf8000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @
87 0x0000ac00/128, BIOS @ 0x????????/524288
88 [ 665.513] (II) Open ACPI successful (/var/run/acpid.socket)
89 [ 665.513] (II) LoadModule: "extmod"
90 [ 665.513] (II) Loading
91 /usr/lib64/xorg/modules/extensions/libextmod.so
92 [ 665.513] (II) Module extmod: vendor="X.Org Foundation"
93 [ 665.513] compiled for 1.9.4, module version = 1.0.0
94 [ 665.513] Module class: X.Org Server Extension
95 [ 665.513] ABI class: X.Org Server Extension, version 4.0
96 [ 665.513] (II) Loading extension MIT-SCREEN-SAVER
97 [ 665.513] (II) Loading extension XFree86-VidModeExtension
98 [ 665.513] (II) Loading extension XFree86-DGA
99 [ 665.513] (II) Loading extension DPMS
100 [ 665.513] (II) Loading extension XVideo
101 [ 665.513] (II) Loading extension XVideo-MotionCompensation
102 [ 665.513] (II) Loading extension X-Resource
103 [ 665.513] (II) LoadModule: "dbe"
104 [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
105 [ 665.513] (II) Module dbe: vendor="X.Org Foundation"
106 [ 665.513] compiled for 1.9.4, module version = 1.0.0
107 [ 665.513] Module class: X.Org Server Extension
108 [ 665.513] ABI class: X.Org Server Extension, version 4.0
109 [ 665.513] (II) Loading extension DOUBLE-BUFFER
110 [ 665.513] (II) LoadModule: "glx"
111 [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
112 [ 665.518] (II) Module glx: vendor="NVIDIA Corporation"
113 [ 665.518] compiled for 4.0.2, module version = 1.0.0
114 [ 665.518] Module class: X.Org Server Extension
115 [ 665.518] (II) NVIDIA GLX Module 270.18 Tue Jan 18 22:03:05 PST 2011
116 [ 665.518] (II) Loading extension GLX
117 [ 665.518] (II) LoadModule: "record"
118 [ 665.518] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
119 [ 665.519] (II) Module record: vendor="X.Org Foundation"
120 [ 665.519] compiled for 1.9.4, module version = 1.13.0
121 [ 665.519] Module class: X.Org Server Extension
122 [ 665.519] ABI class: X.Org Server Extension, version 4.0
123 [ 665.519] (II) Loading extension RECORD
124 [ 665.519] (II) LoadModule: "dri"
125 [ 665.519] (WW) Warning, couldn't open module dri
126 [ 665.519] (II) UnloadModule: "dri"
127 [ 665.519] (EE) Failed to load module "dri" (module does not exist, 0)
128 [ 665.519] (II) LoadModule: "dri2"
129 [ 665.519] (WW) Warning, couldn't open module dri2
130 [ 665.519] (II) UnloadModule: "dri2"
131 [ 665.519] (EE) Failed to load module "dri2" (module does not exist, 0)
132 [ 665.519] (II) LoadModule: "nvidia"
133 [ 665.519] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
134 [ 665.519] (II) Module nvidia: vendor="NVIDIA Corporation"
135 [ 665.519] compiled for 4.0.2, module version = 1.0.0
136 [ 665.519] Module class: X.Org Video Driver
137 [ 665.519] (II) NVIDIA dlloader X Driver 270.18 Tue Jan 18 21:47:56 PST 2011
138 [ 665.519] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
139 [ 665.519] (++) using VT number 8
140
141 [ 665.535] (II) Loading sub module "fb"
142 [ 665.535] (II) LoadModule: "fb"
143 [ 665.535] (II) Loading /usr/lib64/xorg/modules/libfb.so
144 [ 665.535] (II) Module fb: vendor="X.Org Foundation"
145 [ 665.535] compiled for 1.9.4, module version = 1.0.0
146 [ 665.535] ABI class: X.Org ANSI C Emulation, version 0.4
147 [ 665.535] (II) Loading sub module "wfb"
148 [ 665.535] (II) LoadModule: "wfb"
149 [ 665.535] (II) Loading /usr/lib64/xorg/modules/libwfb.so
150 [ 665.535] (II) Module wfb: vendor="X.Org Foundation"
151 [ 665.535] compiled for 1.9.4, module version = 1.0.0
152 [ 665.535] ABI class: X.Org ANSI C Emulation, version 0.4
153 [ 665.535] (II) Loading sub module "ramdac"
154 [ 665.535] (II) LoadModule: "ramdac"
155 [ 665.535] (II) Module "ramdac" already built-in
156 [ 665.535] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
157 [ 665.535] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
158 [ 665.535] (==) NVIDIA(0): RGB weight 888
159 [ 665.535] (==) NVIDIA(0): Default visual is TrueColor
160 [ 665.535] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
161 [ 665.535] (**) NVIDIA(0): Option "TwinView"
162 [ 665.535] (**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
163 [ 665.535] (**) NVIDIA(0): Option "MetaModes" "1920x1080,1920x1080; 1920x1080"
164 [ 665.535] (**) NVIDIA(0): Enabling RENDER acceleration
165 [ 665.535] (II) NVIDIA(0): Support for GLX with the Damage and
166 Composite X extensions is
167 [ 665.535] (II) NVIDIA(0): enabled.
168 [ 666.087] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0))
169 does not support NVIDIA
170 [ 666.087] (II) NVIDIA(GPU-0): 3D Vision stereo.
171 [ 666.120] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-2))
172 does not support NVIDIA
173 [ 666.120] (II) NVIDIA(GPU-0): 3D Vision stereo.
174 [ 666.121] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 465 (GF100) at
175 PCI:2:0:0 (GPU-0)
176 [ 666.121] (--) NVIDIA(0): Memory: 1048576 kBytes
177 [ 666.121] (--) NVIDIA(0): VideoBIOS: 70.00.35.00.60
178 [ 666.121] (II) NVIDIA(0): Detected PCI Express Link width: 16X
179 [ 666.121] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
180 [ 666.121] (--) NVIDIA(0): Connected display device(s) on GeForce
181 GTX 465 at PCI:2:0:0
182 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0)
183 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2)
184 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz
185 maximum pixel clock
186 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
187 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2): 330.0 MHz
188 maximum pixel clock
189 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2): Internal Dual Link TMDS
190 [ 666.123] (**) NVIDIA(0): TwinView enabled
191 [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0)
192 contradicts itself:
193 [ 666.172] (WW) NVIDIA(0): mode "1920x1080" is specified in the
194 EDID; however, the
195 [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range
196 (56.000-61.000 Hz) would
197 [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0
198 Hz); ignoring
199 [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1920x1080".
200 [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0)
201 contradicts itself:
202 [ 666.172] (WW) NVIDIA(0): mode "1280x720" is specified in the
203 EDID; however, the
204 [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range
205 (56.000-61.000 Hz) would
206 [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0
207 Hz); ignoring
208 [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1280x720".
209 [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0)
210 contradicts itself:
211 [ 666.172] (WW) NVIDIA(0): mode "720x576" is specified in the
212 EDID; however, the
213 [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range
214 (56.000-61.000 Hz) would
215 [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0
216 Hz); ignoring
217 [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "720x576".
218 [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0)
219 contradicts itself:
220 [ 666.172] (WW) NVIDIA(0): mode "1920x1080" is specified in the
221 EDID; however, the
222 [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range
223 (56.000-61.000 Hz) would
224 [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0
225 Hz); ignoring
226 [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1920x1080".
227 [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0)
228 contradicts itself:
229 [ 666.172] (WW) NVIDIA(0): mode "1280x720" is specified in the
230 EDID; however, the
231 [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range
232 (56.000-61.000 Hz) would
233 [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0
234 Hz); ignoring
235 [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1280x720".
236 [ 666.173] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0)
237 contradicts itself:
238 [ 666.173] (WW) NVIDIA(0): mode "720x576" is specified in the
239 EDID; however, the
240 [ 666.173] (WW) NVIDIA(0): EDID's valid VertRefresh range
241 (56.000-61.000 Hz) would
242 [ 666.173] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0
243 Hz); ignoring
244 [ 666.173] (WW) NVIDIA(0): VertRefresh check for mode "720x576".
245 [ 666.208] (II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-2
246 [ 666.208] (II) NVIDIA(0): Validated modes:
247 [ 666.208] (II) NVIDIA(0): "1920x1080,1920x1080"
248 [ 666.208] (II) NVIDIA(0): "1920x1080"
249 [ 666.208] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
250 [ 666.232] (--) NVIDIA(0): DPI set to (95, 94); computed from
251 "UseEdidDpi" X config
252 [ 666.232] (--) NVIDIA(0): option
253 [ 666.232] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
254 [ 666.232] (--) Depth 24 pixmap format is 32 bpp
255 [ 666.232] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
256 [ 666.232] (II) NVIDIA: access.
257 [ 666.236] (II) NVIDIA(0): Initialized GPU GART.
258 [ 666.247] (II) NVIDIA(0): Setting mode "1920x1080,1920x1080"
259 [ 666.282] (II) Loading extension NV-GLX
260 [ 666.387] (II) NVIDIA(0): Initialized OpenGL Acceleration
261 [ 666.387] (==) NVIDIA(0): Disabling shared memory pixmaps
262 [ 666.387] (II) NVIDIA(0): Initialized X Rendering Acceleration
263 [ 666.387] (==) NVIDIA(0): Backing store disabled
264 [ 666.387] (==) NVIDIA(0): Silken mouse enabled
265 [ 666.387] (**) NVIDIA(0): DPMS enabled
266 [ 666.388] (II) Loading extension NV-CONTROL
267 [ 666.388] (II) Loading extension XINERAMA
268 [ 666.388] (II) Loading sub module "dri2"
269 [ 666.388] (II) LoadModule: "dri2"
270 [ 666.388] (WW) Warning, couldn't open module dri2
271 [ 666.388] (II) UnloadModule: "dri2"
272 [ 666.388] (EE) NVIDIA: Failed to load module "dri2" (module does
273 not exist, 0)
274 [ 666.388] (II) NVIDIA(0): The X server will not be able to send the
275 VDPAU driver name to
276 [ 666.388] (II) NVIDIA(0): libvdpau.
277 [ 666.388] (==) RandR enabled
278 [ 666.388] (II) Initializing built-in extension Generic Event Extension
279 [ 666.388] (II) Initializing built-in extension SHAPE
280 [ 666.388] (II) Initializing built-in extension MIT-SHM
281 [ 666.388] (II) Initializing built-in extension XInputExtension
282 [ 666.388] (II) Initializing built-in extension XTEST
283 [ 666.388] (II) Initializing built-in extension BIG-REQUESTS
284 [ 666.388] (II) Initializing built-in extension SYNC
285 [ 666.388] (II) Initializing built-in extension XKEYBOARD
286 [ 666.388] (II) Initializing built-in extension XC-MISC
287 [ 666.388] (II) Initializing built-in extension XINERAMA
288 [ 666.388] (II) Initializing built-in extension XFIXES
289 [ 666.388] (II) Initializing built-in extension RENDER
290 [ 666.388] (II) Initializing built-in extension RANDR
291 [ 666.388] (II) Initializing built-in extension COMPOSITE
292 [ 666.388] (II) Initializing built-in extension DAMAGE
293 [ 666.389] (II) Initializing extension GLX
294 [ 666.424] (II) config/udev: Adding input device Power Button
295 (/dev/input/event1)
296 [ 666.424] (**) Power Button: Applying InputClass "evdev keyboard catchall"
297 [ 666.424] (II) LoadModule: "evdev"
298 [ 666.424] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
299 [ 666.424] (II) Module evdev: vendor="X.Org Foundation"
300 [ 666.424] compiled for 1.9.4, module version = 2.6.0
301 [ 666.424] Module class: X.Org XInput Driver
302 [ 666.424] ABI class: X.Org XInput driver, version 11.0
303 [ 666.424] (**) Power Button: always reports core events
304 [ 666.424] (**) Power Button: Device: "/dev/input/event1"
305 [ 666.431] (--) Power Button: Found keys
306 [ 666.431] (II) Power Button: Configuring as keyboard
307 [ 666.431] (II) XINPUT: Adding extended input device "Power Button"
308 (type: KEYBOARD)
309 [ 666.431] (**) Option "xkb_rules" "evdev"
310 [ 666.431] (**) Option "xkb_model" "evdev"
311 [ 666.431] (**) Option "xkb_layout" "us"
312 [ 666.444] (II) config/udev: Adding input device Power Button
313 (/dev/input/event0)
314 [ 666.444] (**) Power Button: Applying InputClass "evdev keyboard catchall"
315 [ 666.444] (**) Power Button: always reports core events
316 [ 666.444] (**) Power Button: Device: "/dev/input/event0"
317 [ 666.451] (--) Power Button: Found keys
318 [ 666.451] (II) Power Button: Configuring as keyboard
319 [ 666.451] (II) XINPUT: Adding extended input device "Power Button"
320 (type: KEYBOARD)
321 [ 666.451] (**) Option "xkb_rules" "evdev"
322 [ 666.451] (**) Option "xkb_model" "evdev"
323 [ 666.451] (**) Option "xkb_layout" "us"
324 [ 666.452] (II) config/udev: Adding input device Microsoft Microsoft
325 5-Button Mouse with IntelliEye(TM) (/dev/input/event3)
326 [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with
327 IntelliEye(TM): Applying InputClass "evdev pointer catchall"
328 [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with
329 IntelliEye(TM): always reports core events
330 [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with
331 IntelliEye(TM): Device: "/dev/input/event3"
332 [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with
333 IntelliEye(TM): Found 9 mouse buttons
334 [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with
335 IntelliEye(TM): Found scroll wheel(s)
336 [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with
337 IntelliEye(TM): Found relative axes
338 [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with
339 IntelliEye(TM): Found x and y relative axes
340 [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with
341 IntelliEye(TM): Configuring as mouse
342 [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with
343 IntelliEye(TM): Adding scrollwheel support
344 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with
345 IntelliEye(TM): YAxisMapping: buttons 4 and 5
346 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with
347 IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10,
348 EmulateWheelTimeout: 200
349 [ 666.459] (II) XINPUT: Adding extended input device "Microsoft
350 Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE)
351 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with
352 IntelliEye(TM): (accel) keeping acceleration scheme 1
353 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with
354 IntelliEye(TM): (accel) acceleration profile 0
355 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with
356 IntelliEye(TM): (accel) acceleration factor: 2.000
357 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with
358 IntelliEye(TM): (accel) acceleration threshold: 4
359 [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with
360 IntelliEye(TM): initialized for relative axes.
361 [ 666.459] (II) config/udev: Adding input device Microsoft Microsoft
362 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
363 [ 666.459] (II) No input driver/identifier specified (ignoring)
364 [ 666.465] (II) config/udev: Adding input device AT Translated Set 2
365 keyboard (/dev/input/event2)
366 [ 666.465] (**) AT Translated Set 2 keyboard: Applying InputClass
367 "evdev keyboard catchall"
368 [ 666.465] (**) AT Translated Set 2 keyboard: always reports core events
369 [ 666.465] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
370 [ 666.471] (--) AT Translated Set 2 keyboard: Found keys
371 [ 666.471] (II) AT Translated Set 2 keyboard: Configuring as keyboard
372 [ 666.471] (II) XINPUT: Adding extended input device "AT Translated
373 Set 2 keyboard" (type: KEYBOARD)
374 [ 666.471] (**) Option "xkb_rules" "evdev"
375 [ 666.471] (**) Option "xkb_model" "evdev"
376 [ 666.471] (**) Option "xkb_layout" "us"
377 [ 666.471] (II) config/udev: Adding input device PS/2 Generic Mouse
378 (/dev/input/event4)
379 [ 666.471] (**) PS/2 Generic Mouse: Applying InputClass "evdev
380 pointer catchall"
381 [ 666.471] (**) PS/2 Generic Mouse: always reports core events
382 [ 666.471] (**) PS/2 Generic Mouse: Device: "/dev/input/event4"
383 [ 666.479] (--) PS/2 Generic Mouse: Found 3 mouse buttons
384 [ 666.479] (--) PS/2 Generic Mouse: Found relative axes
385 [ 666.479] (--) PS/2 Generic Mouse: Found x and y relative axes
386 [ 666.479] (II) PS/2 Generic Mouse: Configuring as mouse
387 [ 666.479] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
388 [ 666.479] (**) PS/2 Generic Mouse: EmulateWheelButton: 4,
389 EmulateWheelInertia: 10, EmulateWheelTimeout: 200
390 [ 666.479] (II) XINPUT: Adding extended input device "PS/2 Generic
391 Mouse" (type: MOUSE)
392 [ 666.479] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
393 [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
394 [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
395 [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
396 [ 666.479] (II) PS/2 Generic Mouse: initialized for relative axes.
397 [ 666.479] (II) config/udev: Adding input device PS/2 Generic Mouse
398 (/dev/input/mouse1)
399 [ 666.479] (II) No input driver/identifier specified (ignoring)
400 mark@c2stable ~ $

Replies

Subject Author
Re: [gentoo-user] non-Twinview dual screen setup? Gregory Fontenele <gregoryfontenele@×××××.com>