Gentoo Archives: gentoo-user

From: Salvatore Borgia <salvo2789@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card
Date: Wed, 23 May 2012 16:40:26
Message-Id: CABRtZ3Vd2hEm4bhAR2sdFQ0ALPeomt7MVJg_K0z6JJeirR2n6A@mail.gmail.com
In Reply to: [gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card by du yang
1 Hi, have the video card the optimus technology? In this case the "error"
2 that you get is correct, because the video card is not directly connected
3 to the monitor, so you have to configure the intel video card too.
4
5 2012/5/23 du yang <duyang.seu@×××××.com>
6
7 > more information,
8 >
9 > I have configure the kernel follow this guide,
10 > http://www.gentoo.org/doc/en/nvidia-guide.xml
11 >
12 >
13 >
14 > On Wed, May 23, 2012 at 11:59 PM, du yang <duyang.seu@×××××.com> wrote:
15 >
16 >> Hi,
17 >>
18 >> I recently bought a new notebook ASUS U31SG which has a nvidia GT 610M
19 >> graphic card,
20 >>
21 >> I always get blank screen (X is running) no matter how i tune the
22 >> xorg.conf,
23 >>
24 >> if there is no xorg.conf, X will be running smoothly with WM, though the
25 >> monitor resolution is a bit lower.
26 >>
27 >> Anyone meet the same problem or know how to fix it?
28 >>
29 >> Many thanks in advance.
30 >>
31 >> Driver version:
32 >> nvidia-drivers-295.53
33 >>
34 >> Here is my current /etc/X11/xorg.conf,
35 >>
36 >> ------------------------------------------------------------------------------------
37 >>
38 >> Section "ServerLayout"
39 >> Identifier "X.org Configured"
40 >> Screen 0 "Screen0" 0 0
41 >> InputDevice "Mouse0" "CorePointer"
42 >> InputDevice "Keyboard0" "CoreKeyboard"
43 >> EndSection
44 >>
45 >> Section "Files"
46 >> ModulePath "/usr/lib64/xorg/modules"
47 >> FontPath "/usr/share/fonts/misc/"
48 >> FontPath "/usr/share/fonts/TTF/"
49 >> FontPath "/usr/share/fonts/OTF/"
50 >> FontPath "/usr/share/fonts/Type1/"
51 >> FontPath "/usr/share/fonts/100dpi/"
52 >> FontPath "/usr/share/fonts/75dpi/"
53 >> FontPath "/usr/share/fonts/truetype/"
54 >> EndSection
55 >>
56 >> Section "Module"
57 >> #Load "ddc"
58 >> #Load "dbe"
59 >> #Load "vbe"
60 >> #Load "bitmap"
61 >> #Load "type1"
62 >> #Load "freetype"
63 >> Load "glx"
64 >> #Load "extmod"
65 >> #Load "record"
66 >> Disable "dri"
67 >> Disable "dri2"
68 >> EndSection
69 >>
70 >> Section "ServerFlags"
71 >> Option "AllowEmptyInput" "false"
72 >> Option "AllowMouseOpenFail" "true"
73 >> Option "Xinerama" "0"
74 >> EndSection
75 >>
76 >> Section "InputDevice"
77 >> Identifier "Keyboard0"
78 >> Driver "evdev"
79 >> Option "CoreKeyboard"
80 >> Option "XkbRules" "xorg"
81 >> Option "XkbModel" "endev"
82 >> Option "XkbOptions"
83 >> "grp:toggle,grp_led:scroll,terminate:ctrl_alt_bksp"
84 >> Option "XkbVariant" ",winkeys"
85 >> Option "XkbLayOut" "us"
86 >> EndSection
87 >>
88 >> Section "InputDevice"
89 >> Identifier "Mouse0"
90 >> Driver "evdev"
91 >> Option "Protocol" "auto"
92 >> Option "Device" "/dev/input/mice"
93 >> Option "ZAxisMapping" "4 5 6 7"
94 >> EndSection
95 >>
96 >> Section "Monitor"
97 >> Identifier "Monitor0"
98 >> VendorName "Monitor Vendor"
99 >> ModelName "Monitor Model"
100 >> Option "DPMS"
101 >> #HorizSync 30-50
102 >> #VertRefresh 50-100
103 >> # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
104 >> #Modeline "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772
105 >> 795 -HSync +Vsync
106 >> Option "ConnectedMonitor" "DFP-0"
107 >> Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"
108 >> EndSection
109 >>
110 >> Section "Device"
111 >> Identifier "Card0"
112 >> Driver "nvidia"
113 >> Option "UseDisplayDevice" "DFP-0"
114 >> Option "HWCursor" "false"
115 >> BusID "PCI:1:0:0"
116 >> EndSection
117 >>
118 >> Section "Screen"
119 >> Identifier "Screen0"
120 >> Device "Card0"
121 >> Monitor "Monitor0"
122 >> DefaultDepth 32
123 >> #Option "TwinView" "0"
124 >> #Option "TwinViewXinramaInfoOrder" "DFP-0"
125 >> #Option "metamodes" "nvidia-auto-select +0+0"
126 >> SubSection "Display"
127 >> #Viewport 0 0
128 >> Depth 32
129 >> Modes "1366x768_60"
130 >> EndSubSection
131 >> EndSection
132 >>
133 >>
134 >>
135 >> my Xorg.0.log, there is no errors..
136 >>
137 >> ---------------------------------------------------------------------------------------
138 >> [ 543.167]
139 >> X.Org X Server 1.12.1
140 >> Release Date: 2012-04-13
141 >> [ 543.169] X Protocol Version 11, Revision 0
142 >> [ 543.169] Build Operating System: Linux 3.3.5-gentoo x86_64 Gentoo
143 >> [ 543.169] Current Operating System: Linux omega 3.3.5-gentoo #23 SMP
144 >> Mon May 21 01:01:18 CST 2012 x86_64
145 >> [ 543.170] Kernel command line: root=/dev/sda3 rootfstype=ext4
146 >> video=uvesafb:mtrr:3,ywrap,1024x768-32@60 console=tty1 quiet
147 >> [ 543.170] Build Date: 19 May 2012 10:17:30AM
148 >> [ 543.171]
149 >> [ 543.171] Current version of pixman: 0.24.4
150 >> [ 543.172] Before reporting problems, check http://wiki.x.org
151 >> to make sure that you have the latest version.
152 >> [ 543.173] Markers: (--) probed, (**) from config file, (==) default
153 >> setting,
154 >> (++) from command line, (!!) notice, (II) informational,
155 >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
156 >> [ 543.175] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 23
157 >> 00:35:59 2012
158 >> [ 543.175] (==) Using config file: "/etc/X11/xorg.conf"
159 >> [ 543.176] (==) Using system config directory
160 >> "/usr/share/X11/xorg.conf.d"
161 >> [ 543.177] (==) ServerLayout "X.org Configured"
162 >> [ 543.177] (**) |-->Screen "Screen0" (0)
163 >> [ 543.177] (**) | |-->Monitor "Monitor0"
164 >> [ 543.177] (**) | |-->Device "Card0"
165 >> [ 543.177] (**) |-->Input Device "Mouse0"
166 >> [ 543.177] (**) |-->Input Device "Keyboard0"
167 >> [ 543.177] (==) Automatically adding devices
168 >> [ 543.177] (==) Automatically enabling devices
169 >> [ 543.177] (**) FontPath set to:
170 >> /usr/share/fonts/misc/,
171 >> /usr/share/fonts/TTF/,
172 >> /usr/share/fonts/OTF/,
173 >> /usr/share/fonts/Type1/,
174 >> /usr/share/fonts/100dpi/,
175 >> /usr/share/fonts/75dpi/,
176 >> /usr/share/fonts/misc/,
177 >> /usr/share/fonts/TTF/,
178 >> /usr/share/fonts/OTF/,
179 >> /usr/share/fonts/Type1/,
180 >> /usr/share/fonts/100dpi/,
181 >> /usr/share/fonts/75dpi/
182 >> [ 543.177] (**) ModulePath set to
183 >> "/usr/lib64/xorg/modules,/usr/lib64/opengl/xorg-x11/extensions"
184 >> [ 543.177] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse'
185 >> or 'vmmouse' will be disabled.
186 >> [ 543.177] (WW) Disabling Mouse0
187 >> [ 543.177] (WW) Disabling Keyboard0
188 >> [ 543.177] (II) Loader magic: 0x7d5ac0
189 >> [ 543.177] (II) Module ABI versions:
190 >> [ 543.177] X.Org ANSI C Emulation: 0.4
191 >> [ 543.177] X.Org Video Driver: 12.0
192 >> [ 543.177] X.Org XInput driver : 16.0
193 >> [ 543.177] X.Org Server Extension : 6.0
194 >> [ 543.177] (--) PCI:*(0:0:2:0) 8086:0126:1043:2129 rev 9, Mem @
195 >> 0xdd400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
196 >> [ 543.177] (--) PCI: (0:1:0:0) 10de:105a:1043:2129 rev 161, Mem @
197 >> 0xdc000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @
198 >> 0x0000d000/128, BIOS @ 0x????????/524288
199 >> [ 543.177] (II) Open ACPI successful (/var/run/acpid.socket)
200 >> [ 543.177] (II) "extmod" will be loaded. This was enabled by default
201 >> and also specified in the config file.
202 >> [ 543.177] (II) "dbe" will be loaded. This was enabled by default and
203 >> also specified in the config file.
204 >> [ 543.177] (II) "glx" will be loaded. This was enabled by default and
205 >> also specified in the config file.
206 >> [ 543.177] (II) "record" will be loaded. This was enabled by default
207 >> and also specified in the config file.
208 >> [ 543.177] (II) "dri" will be loaded by default.
209 >> [ 543.177] (II) "dri2" will be loaded by default.
210 >> [ 543.177] (II) LoadModule: "glx"
211 >> [ 543.178] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
212 >> [ 543.185] (II) Module glx: vendor="NVIDIA Corporation"
213 >> [ 543.185] compiled for 4.0.2, module version = 1.0.0
214 >> [ 543.185] Module class: X.Org Server Extension
215 >> [ 543.185] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
216 >> [ 543.185] (II) Loading extension GLX
217 >> [ 543.185] (II) LoadModule: "extmod"
218 >> [ 543.185] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
219 >> [ 543.185] (II) Module extmod: vendor="X.Org Foundation"
220 >> [ 543.185] compiled for 1.12.1, module version = 1.0.0
221 >> [ 543.185] Module class: X.Org Server Extension
222 >> [ 543.185] ABI class: X.Org Server Extension, version 6.0
223 >> [ 543.185] (II) Loading extension MIT-SCREEN-SAVER
224 >> [ 543.185] (II) Loading extension XFree86-VidModeExtension
225 >> [ 543.185] (II) Loading extension XFree86-DGA
226 >> [ 543.185] (II) Loading extension DPMS
227 >> [ 543.185] (II) Loading extension XVideo
228 >> [ 543.185] (II) Loading extension XVideo-MotionCompensation
229 >> [ 543.185] (II) Loading extension X-Resource
230 >> [ 543.185] (II) LoadModule: "record"
231 >> [ 543.185] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
232 >> [ 543.185] (II) Module record: vendor="X.Org Foundation"
233 >> [ 543.185] compiled for 1.12.1, module version = 1.13.0
234 >> [ 543.185] Module class: X.Org Server Extension
235 >> [ 543.185] ABI class: X.Org Server Extension, version 6.0
236 >> [ 543.185] (II) Loading extension RECORD
237 >> [ 543.185] (II) LoadModule: "dbe"
238 >> [ 543.185] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
239 >> [ 543.185] (II) Module dbe: vendor="X.Org Foundation"
240 >> [ 543.185] compiled for 1.12.1, module version = 1.0.0
241 >> [ 543.185] Module class: X.Org Server Extension
242 >> [ 543.185] ABI class: X.Org Server Extension, version 6.0
243 >> [ 543.185] (II) Loading extension DOUBLE-BUFFER
244 >> [ 543.185] (II) LoadModule: "dri"
245 >> [ 544.028] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri.so
246 >> [ 544.040] (II) Module dri: vendor="X.Org Foundation"
247 >> [ 544.040] compiled for 1.12.1, module version = 1.0.0
248 >> [ 544.040] ABI class: X.Org Server Extension, version 6.0
249 >> [ 544.040] (II) Loading extension XFree86-DRI
250 >> [ 544.040] (II) LoadModule: "dri2"
251 >> [ 544.041] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
252 >> [ 544.042] (II) Module dri2: vendor="X.Org Foundation"
253 >> [ 544.042] compiled for 1.12.1, module version = 1.2.0
254 >> [ 544.042] ABI class: X.Org Server Extension, version 6.0
255 >> [ 544.042] (II) Loading extension DRI2
256 >> [ 544.042] (II) LoadModule: "nvidia"
257 >> [ 544.042] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
258 >> [ 544.042] (II) Module nvidia: vendor="NVIDIA Corporation"
259 >> [ 544.042] compiled for 4.0.2, module version = 1.0.0
260 >> [ 544.042] Module class: X.Org Video Driver
261 >> [ 544.042] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56
262 >> PDT 2012
263 >> [ 544.042] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
264 >> [ 544.042] (--) using VT number 7
265 >>
266 >> [ 544.044] (II) Loading sub module "fb"
267 >> [ 544.044] (II) LoadModule: "fb"
268 >> [ 544.044] (II) Loading /usr/lib64/xorg/modules/libfb.so
269 >> [ 544.044] (II) Module fb: vendor="X.Org Foundation"
270 >> [ 544.044] compiled for 1.12.1, module version = 1.0.0
271 >> [ 544.044] ABI class: X.Org ANSI C Emulation, version 0.4
272 >> [ 544.044] (II) Loading sub module "wfb"
273 >> [ 544.044] (II) LoadModule: "wfb"
274 >> [ 544.044] (II) Loading /usr/lib64/xorg/modules/libwfb.so
275 >> [ 544.045] (II) Module wfb: vendor="X.Org Foundation"
276 >> [ 544.045] compiled for 1.12.1, module version = 1.0.0
277 >> [ 544.045] ABI class: X.Org ANSI C Emulation, version 0.4
278 >> [ 544.045] (II) Loading sub module "ramdac"
279 >> [ 544.045] (II) LoadModule: "ramdac"
280 >> [ 544.045] (II) Module "ramdac" already built-in
281 >> [ 544.045] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
282 >> [ 544.045] (==) NVIDIA(0): RGB weight 888
283 >> [ 544.045] (==) NVIDIA(0): Default visual is TrueColor
284 >> [ 544.045] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
285 >> [ 544.045] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
286 >> [ 544.045] (**) NVIDIA(0): Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"
287 >> [ 544.045] (**) NVIDIA(0): Enabling 2D acceleration
288 >> [ 544.045] (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
289 >> [ 544.493] (II) NVIDIA(GPU-0): Display (Chi Mei Optoelectronics corp.
290 >> (DFP-0)) does not
291 >> [ 544.493] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
292 >> [ 544.494] (II) NVIDIA(0): NVIDIA GPU GeForce 610M (GF119) at PCI:1:0:0
293 >> (GPU-0)
294 >> [ 544.494] (--) NVIDIA(0): Memory: 1048576 kBytes
295 >> [ 544.494] (--) NVIDIA(0): VideoBIOS: 75.19.0c.00.06
296 >> [ 544.494] (II) NVIDIA(0): Detected PCI Express Link width: 16X
297 >> [ 544.494] (--) NVIDIA(0): Interlaced video modes are supported on this
298 >> GPU
299 >> [ 544.496] (--) NVIDIA(0): Connected display device(s) on GeForce 610M
300 >> at PCI:1:0:0
301 >> [ 544.496] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0)
302 >> [ 544.496] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): 165.0
303 >> MHz maximum pixel
304 >> [ 544.496] (--) NVIDIA(0): clock
305 >> [ 544.496] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0):
306 >> Internal Single Link
307 >> [ 544.496] (--) NVIDIA(0): TMDS
308 >> [ 544.496] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the
309 >> EDID for display
310 >> [ 544.496] (**) NVIDIA(0): device Chi Mei Optoelectronics corp.
311 >> (DFP-0) (Using EDID
312 >> [ 544.496] (**) NVIDIA(0): frequencies has been enabled on all
313 >> display devices.)
314 >> [ 544.506] (II) NVIDIA(0): Assigned Display Device: DFP-0
315 >> [ 544.506] (II) NVIDIA(0): Validated modes:
316 >> [ 544.506] (II) NVIDIA(0): "1366x768"
317 >> [ 544.506] (II) NVIDIA(0): Virtual screen size determined to be 1366 x
318 >> 768
319 >> [ 544.509] (--) NVIDIA(0): DPI set to (119, 121); computed from
320 >> "UseEdidDpi" X config
321 >> [ 544.509] (--) NVIDIA(0): option
322 >> [ 544.509] (--) Depth 24 pixmap format is 32 bpp
323 >> [ 544.509] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect
324 >> memory
325 >> [ 544.509] (II) NVIDIA: access.
326 >> [ 544.514] (II) NVIDIA(0): Setting mode "1366x768"
327 >> [ 544.548] (II) Loading extension NV-GLX
328 >> [ 544.561] (==) NVIDIA(0): Disabling shared memory pixmaps
329 >> [ 544.561] (==) NVIDIA(0): Backing store disabled
330 >> [ 544.561] (==) NVIDIA(0): Silken mouse enabled
331 >> [ 544.561] (==) NVIDIA(0): DPMS enabled
332 >> [ 544.561] (II) Loading extension NV-CONTROL
333 >> [ 544.561] (II) Loading extension XINERAMA
334 >> [ 544.561] (II) Loading sub module "dri2"
335 >> [ 544.561] (II) LoadModule: "dri2"
336 >> [ 544.561] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
337 >> [ 544.561] (II) Module dri2: vendor="X.Org Foundation"
338 >> [ 544.561] compiled for 1.12.1, module version = 1.2.0
339 >> [ 544.561] ABI class: X.Org Server Extension, version 6.0
340 >> [ 544.561] (II) NVIDIA(0): [DRI2] Setup complete
341 >> [ 544.561] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
342 >> [ 544.561] (==) RandR enabled
343 >> [ 544.561] (II) Initializing built-in extension Generic Event Extension
344 >> [ 544.561] (II) Initializing built-in extension SHAPE
345 >> [ 544.561] (II) Initializing built-in extension MIT-SHM
346 >> [ 544.561] (II) Initializing built-in extension XInputExtension
347 >> [ 544.561] (II) Initializing built-in extension XTEST
348 >> [ 544.561] (II) Initializing built-in extension BIG-REQUESTS
349 >> [ 544.561] (II) Initializing built-in extension SYNC
350 >> [ 544.561] (II) Initializing built-in extension XKEYBOARD
351 >> [ 544.561] (II) Initializing built-in extension XC-MISC
352 >> [ 544.561] (II) Initializing built-in extension XINERAMA
353 >> [ 544.561] (II) Initializing built-in extension XFIXES
354 >> [ 544.561] (II) Initializing built-in extension RENDER
355 >> [ 544.561] (II) Initializing built-in extension RANDR
356 >> [ 544.561] (II) Initializing built-in extension COMPOSITE
357 >> [ 544.561] (II) Initializing built-in extension DAMAGE
358 >> [ 544.561] (II) Initializing extension GLX
359 >> [ 544.677] (II) config/udev: Adding input device Power Button
360 >> (/dev/input/event2)
361 >> [ 544.677] (**) Power Button: Applying InputClass "evdev keyboard
362 >> catchall"
363 >> [ 544.677] (II) LoadModule: "evdev"
364 >> [ 544.677] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
365 >> [ 544.677] (II) Module evdev: vendor="X.Org Foundation"
366 >> [ 544.677] compiled for 1.12.1, module version = 2.7.0
367 >> [ 544.677] Module class: X.Org XInput Driver
368 >> [ 544.677] ABI class: X.Org XInput driver, version 16.0
369 >> [ 544.677] (II) Using input driver 'evdev' for 'Power Button'
370 >> [ 544.677] (**) Power Button: always reports core events
371 >> [ 544.677] (**) evdev: Power Button: Device: "/dev/input/event2"
372 >> [ 544.677] (--) evdev: Power Button: Vendor 0 Product 0x1
373 >> [ 544.677] (--) evdev: Power Button: Found keys
374 >> [ 544.677] (II) evdev: Power Button: Configuring as keyboard
375 >> [ 544.677] (**) Option "config_info"
376 >> "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
377 >> [ 544.677] (II) XINPUT: Adding extended input device "Power Button"
378 >> (type: KEYBOARD, id 6)
379 >> [ 544.677] (**) Option "xkb_rules" "evdev"
380 >> [ 544.677] (**) Option "xkb_model" "evdev"
381 >> [ 544.677] (**) Option "xkb_layout" "us"
382 >> [ 544.694] (II) config/udev: Adding input device Video Bus
383 >> (/dev/input/event7)
384 >> [ 544.694] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
385 >> [ 544.694] (II) Using input driver 'evdev' for 'Video Bus'
386 >> [ 544.694] (**) Video Bus: always reports core events
387 >> [ 544.694] (**) evdev: Video Bus: Device: "/dev/input/event7"
388 >> [ 544.694] (--) evdev: Video Bus: Vendor 0 Product 0x6
389 >> [ 544.694] (--) evdev: Video Bus: Found keys
390 >> [ 544.694] (II) evdev: Video Bus: Configuring as keyboard
391 >> [ 544.694] (**) Option "config_info"
392 >> "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input7/event7"
393 >> [ 544.694] (II) XINPUT: Adding extended input device "Video Bus" (type:
394 >> KEYBOARD, id 7)
395 >> [ 544.694] (**) Option "xkb_rules" "evdev"
396 >> [ 544.694] (**) Option "xkb_model" "evdev"
397 >> [ 544.694] (**) Option "xkb_layout" "us"
398 >> [ 544.695] (II) config/udev: Adding input device Video Bus
399 >> (/dev/input/event6)
400 >> [ 544.695] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
401 >> [ 544.695] (II) Using input driver 'evdev' for 'Video Bus'
402 >> [ 544.695] (**) Video Bus: always reports core events
403 >> [ 544.695] (**) evdev: Video Bus: Device: "/dev/input/event6"
404 >> [ 544.695] (--) evdev: Video Bus: Vendor 0 Product 0x6
405 >> [ 544.695] (--) evdev: Video Bus: Found keys
406 >> [ 544.695] (II) evdev: Video Bus: Configuring as keyboard
407 >> [ 544.695] (**) Option "config_info"
408 >> "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6/event6"
409 >> [ 544.695] (II) XINPUT: Adding extended input device "Video Bus" (type:
410 >> KEYBOARD, id 8)
411 >> [ 544.695] (**) Option "xkb_rules" "evdev"
412 >> [ 544.695] (**) Option "xkb_model" "evdev"
413 >> [ 544.695] (**) Option "xkb_layout" "us"
414 >> [ 544.695] (II) config/udev: Adding input device Lid Switch
415 >> (/dev/input/event0)
416 >> [ 544.695] (II) No input driver specified, ignoring this device.
417 >> [ 544.695] (II) This device may have been added with another device
418 >> file.
419 >> [ 544.695] (II) config/udev: Adding input device Sleep Button
420 >> (/dev/input/event1)
421 >> [ 544.695] (**) Sleep Button: Applying InputClass "evdev keyboard
422 >> catchall"
423 >> [ 544.695] (II) Using input driver 'evdev' for 'Sleep Button'
424 >> [ 544.695] (**) Sleep Button: always reports core events
425 >> [ 544.695] (**) evdev: Sleep Button: Device: "/dev/input/event1"
426 >> [ 544.695] (--) evdev: Sleep Button: Vendor 0 Product 0x3
427 >> [ 544.695] (--) evdev: Sleep Button: Found keys
428 >> [ 544.695] (II) evdev: Sleep Button: Configuring as keyboard
429 >> [ 544.695] (**) Option "config_info"
430 >> "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
431 >> [ 544.695] (II) XINPUT: Adding extended input device "Sleep Button"
432 >> (type: KEYBOARD, id 9)
433 >> [ 544.695] (**) Option "xkb_rules" "evdev"
434 >> [ 544.695] (**) Option "xkb_model" "evdev"
435 >> [ 544.695] (**) Option "xkb_layout" "us"
436 >> [ 544.696] (II) config/udev: Adding input device USB Optical Mouse
437 >> (/dev/input/event5)
438 >> [ 544.696] (**) USB Optical Mouse: Applying InputClass "evdev pointer
439 >> catchall"
440 >> [ 544.696] (II) Using input driver 'evdev' for 'USB Optical Mouse'
441 >> [ 544.696] (**) USB Optical Mouse: always reports core events
442 >> [ 544.696] (**) evdev: USB Optical Mouse: Device: "/dev/input/event5"
443 >> [ 544.696] (--) evdev: USB Optical Mouse: Vendor 0x192f Product 0x916
444 >> [ 544.696] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
445 >> [ 544.696] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
446 >> [ 544.696] (--) evdev: USB Optical Mouse: Found relative axes
447 >> [ 544.696] (--) evdev: USB Optical Mouse: Found x and y relative axes
448 >> [ 544.696] (II) evdev: USB Optical Mouse: Configuring as mouse
449 >> [ 544.696] (II) evdev: USB Optical Mouse: Adding scrollwheel support
450 >> [ 544.696] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
451 >> [ 544.696] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4,
452 >> EmulateWheelInertia: 10, EmulateWheelTimeout: 200
453 >> [ 544.696] (**) Option "config_info"
454 >> "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input5/event5"
455 >> [ 544.696] (II) XINPUT: Adding extended input device "USB Optical
456 >> Mouse" (type: MOUSE, id 10)
457 >> [ 544.696] (II) evdev: USB Optical Mouse: initialized for relative axes.
458 >> [ 544.696] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
459 >> [ 544.696] (**) USB Optical Mouse: (accel) acceleration profile 0
460 >> [ 544.696] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
461 >> [ 544.696] (**) USB Optical Mouse: (accel) acceleration threshold: 4
462 >> [ 544.696] (II) config/udev: Adding input device USB Optical Mouse
463 >> (/dev/input/mouse1)
464 >> [ 544.696] (II) No input driver specified, ignoring this device.
465 >> [ 544.696] (II) This device may have been added with another device
466 >> file.
467 >> [ 544.696] (II) config/udev: Adding input device AT Translated Set 2
468 >> keyboard (/dev/input/event3)
469 >> [ 544.696] (**) AT Translated Set 2 keyboard: Applying InputClass
470 >> "evdev keyboard catchall"
471 >> [ 544.696] (II) Using input driver 'evdev' for 'AT Translated Set 2
472 >> keyboard'
473 >> [ 544.696] (**) AT Translated Set 2 keyboard: always reports core events
474 >> [ 544.696] (**) evdev: AT Translated Set 2 keyboard: Device:
475 >> "/dev/input/event3"
476 >> [ 544.696] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product
477 >> 0x1
478 >> [ 544.696] (--) evdev: AT Translated Set 2 keyboard: Found keys
479 >> [ 544.696] (II) evdev: AT Translated Set 2 keyboard: Configuring as
480 >> keyboard
481 >> [ 544.696] (**) Option "config_info"
482 >> "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
483 >> [ 544.696] (II) XINPUT: Adding extended input device "AT Translated Set
484 >> 2 keyboard" (type: KEYBOARD, id 11)
485 >> [ 544.696] (**) Option "xkb_rules" "evdev"
486 >> [ 544.696] (**) Option "xkb_model" "evdev"
487 >> [ 544.696] (**) Option "xkb_layout" "us"
488 >> [ 544.697] (II) config/udev: Adding input device SynPS/2 Synaptics
489 >> TouchPad (/dev/input/event4)
490 >> [ 544.697] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev
491 >> touchpad catchall"
492 >> [ 544.697] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics
493 >> TouchPad'
494 >> [ 544.697] (**) SynPS/2 Synaptics TouchPad: always reports core events
495 >> [ 544.697] (**) evdev: SynPS/2 Synaptics TouchPad: Device:
496 >> "/dev/input/event4"
497 >> [ 544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product
498 >> 0x7
499 >> [ 544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
500 >> [ 544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
501 >> [ 544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute
502 >> multitouch axes
503 >> [ 544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y
504 >> absolute axes
505 >> [ 544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute
506 >> touchpad.
507 >> [ 544.697] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as
508 >> touchpad
509 >> [ 544.697] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping:
510 >> buttons 4 and 5
511 >> [ 544.697] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton:
512 >> 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
513 >> [ 544.697] (**) Option "config_info"
514 >> "udev:/sys/devices/platform/i8042/serio4/input/input4/event4"
515 >> [ 544.697] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics
516 >> TouchPad" (type: TOUCHPAD, id 12)
517 >> [ 544.697] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for
518 >> absolute axes.
519 >> [ 544.697] (**) SynPS/2 Synaptics TouchPad: (accel) keeping
520 >> acceleration scheme 1
521 >> [ 544.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration
522 >> profile 0
523 >> [ 544.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration
524 >> factor: 2.000
525 >> [ 544.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration
526 >> threshold: 4
527 >> [ 544.697] (II) config/udev: Adding input device SynPS/2 Synaptics
528 >> TouchPad (/dev/input/mouse0)
529 >> [ 544.697] (II) No input driver specified, ignoring this device.
530 >> [ 544.697] (II) This device may have been added with another device
531 >> file.
532 >>
533 >>
534 >>
535 >>
536 >>
537 >> my lspci output, there are 2 cards,
538 >>
539 >> ------------------------------------------------------------------------------------------
540 >> 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
541 >> Processor Family Integrated Graphics Controller (rev 09)
542 >> 01:00.0 VGA compatible controller: NVIDIA Corporation Device 105a (rev a1)
543 >>
544 >>
545 >>
546 >> --
547 >> Dreaming my dream!
548 >>
549 >
550 >
551 >
552 > --
553 > Dreaming my dream!
554 >

Replies

Subject Author
Re: [gentoo-user] Re: Screen blank on Nvidia GT 610M graphic card du yang <duyang.seu@×××××.com>