歡迎您光臨本站 註冊首頁

N卡驅動問題請教。。高手指點

←手機掃碼閱讀     火星人 @ 2014-03-25 , reply:0

gt540M,下載最新的驅動安裝完成,lsmod顯示載入了nvidia模塊,禁用了原來的默認模塊。lspci也識別了顯卡。Nvidia默認配置不好使,手動配置如下:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection

Section "Module"
Load "dri2"
Load "glx"
Load "record"
Load "dbe"
Load "extmod"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS"
Modeline "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
Option "DPI" "96 x 96"
EndSection


Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz",
### : "%"
### [arg]: arg optional
#Option "SWcursor" # []
#Option "HWcursor" # []
#Option "NoAccel" # []
#Option "ShadowFB" # []
#Option "UseFBDev" # []
#Option "Rotate" # []
#Option "VideoKey" #
#Option "FlatPanel" # []
#Option "FPDither" # []
#Option "CrtcNumber" #
#Option "FPScale" # []
#Option "FPTweak" #
#Option "DualHead" # []
Identifier "Card1"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card1"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366*768_60"
EndSubSection
EndSection


啟動日誌如下:

[ 218.406]
X.Org X Server 1.11.2
Release Date: 2011-11-04
[ 218.409] X Protocol Version 11, Revision 0
[ 218.410] Build Operating System: x86-12 2.6.32-131.17.1.el6.x86_64
[ 218.411] Current Operating System: Linux zhanlangx0.localdomain 3.1.2-1.fc16.x86_64 #1 SMP Tue Nov 22 09:00:57 UTC 2011 x86_64
[ 218.412] Kernel command line: ro root=UUID=b925b8f2-f809-48d8-8d66-96d2b615b987 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=zh_CN.UTF-8 KEYTABLE=us rhgb quiet
[ 218.413] Build Date: 10 November 2011 07:40:04PM
[ 218.414] Build ID: xorg-x11-server 1.11.2-3.fc16
[ 218.415] Current version of pixman: 0.22.2
[ 218.416] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 218.418] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 218.421] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 4 14:43:03 2011
[ 218.422] (==) Using config file: "/etc/X11/xorg.conf"
[ 218.423] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 218.424] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 218.425] (==) ServerLayout "X.org Configured"
[ 218.425] (**) |-->Screen "Screen0" (0)
[ 218.425] (**) | |-->Monitor "Monitor0"
[ 218.425] (**) | |-->Device "Card1"
[ 218.425] (**) |-->Input Device "Mouse0"
[ 218.425] (**) |-->Input Device "Keyboard0"
[ 218.425] (==) Automatically adding devices
[ 218.425] (==) Automatically enabling devices
[ 218.425] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 218.425] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 218.425] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 218.425] (WW) Disabling Mouse0
[ 218.425] (WW) Disabling Keyboard0
[ 218.425] (II) Loader magic: 0x7caac0
[ 218.425] (II) Module ABI versions:
[ 218.425] X.Org ANSI C Emulation: 0.4
[ 218.425] X.Org Video Driver: 11.0
[ 218.425] X.Org XInput driver : 13.0
[ 218.425] X.Org Server Extension : 6.0
[ 218.426] (--) PCI:*(0:0:2:0) 8086:0116:152d:0877 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072
[ 218.426] (--) PCI: (0:1:0:0) 10de:0df4:152d:0877 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128, BIOS @ 0x????????/524288
[ 218.426] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 218.426] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 218.426] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 218.426] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 218.426] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 218.426] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 218.426] (II) LoadModule: "dri2"
[ 218.426] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 218.426] (II) Module dri2: vendor="X.Org Foundation"
[ 218.427] compiled for 1.11.2, module version = 1.2.0
[ 218.427] ABI class: X.Org Server Extension, version 6.0
[ 218.427] (II) Loading extension DRI2
[ 218.427] (II) LoadModule: "glx"
[ 218.427] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 218.434] (II) Module glx: vendor="NVIDIA Corporation"
[ 218.434] compiled for 4.0.2, module version = 1.0.0
[ 218.434] Module class: X.Org Server Extension
[ 218.434] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011
[ 218.434] (II) Loading extension GLX
[ 218.434] (II) LoadModule: "record"
[ 218.435] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 218.435] (II) Module record: vendor="X.Org Foundation"
[ 218.435] compiled for 1.11.2, module version = 1.13.0
[ 218.435] Module class: X.Org Server Extension
[ 218.435] ABI class: X.Org Server Extension, version 6.0
[ 218.435] (II) Loading extension RECORD
[ 218.435] (II) LoadModule: "dbe"
[ 218.435] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 218.435] (II) Module dbe: vendor="X.Org Foundation"
[ 218.435] compiled for 1.11.2, module version = 1.0.0
[ 218.435] Module class: X.Org Server Extension
[ 218.435] ABI class: X.Org Server Extension, version 6.0
[ 218.435] (II) Loading extension DOUBLE-BUFFER
[ 218.435] (II) LoadModule: "extmod"
[ 218.435] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 218.436] (II) Module extmod: vendor="X.Org Foundation"
[ 218.436] compiled for 1.11.2, module version = 1.0.0
[ 218.436] Module class: X.Org Server Extension
[ 218.436] ABI class: X.Org Server Extension, version 6.0
[ 218.436] (II) Loading extension SELinux
[ 218.436] (II) Loading extension MIT-SCREEN-SAVER
[ 218.436] (II) Loading extension XFree86-VidModeExtension
[ 218.436] (II) Loading extension XFree86-DGA
[ 218.436] (II) Loading extension DPMS
[ 218.436] (II) Loading extension XVideo
[ 218.436] (II) Loading extension XVideo-MotionCompensation
[ 218.436] (II) Loading extension X-Resource
[ 218.436] (II) LoadModule: "dri"
[ 218.436] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 218.436] (II) Module dri: vendor="X.Org Foundation"
[ 218.436] compiled for 1.11.2, module version = 1.0.0
[ 218.436] ABI class: X.Org Server Extension, version 6.0
[ 218.436] (II) Loading extension XFree86-DRI
[ 218.436] (II) LoadModule: "nvidia"
[ 218.436] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 218.436] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 218.436] compiled for 4.0.2, module version = 1.0.0
[ 218.436] Module class: X.Org Video Driver
[ 218.436] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011
[ 218.436] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 218.437] (--) using VT number 7

[ 218.442] (II) Loading sub module "fb"
[ 218.442] (II) LoadModule: "fb"
[ 218.442] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 218.442] (II) Module fb: vendor="X.Org Foundation"
[ 218.442] compiled for 1.11.2, module version = 1.0.0
[ 218.442] ABI class: X.Org ANSI C Emulation, version 0.4
[ 218.442] (II) Loading sub module "wfb"
[ 218.442] (II) LoadModule: "wfb"
[ 218.442] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 218.443] (II) Module wfb: vendor="X.Org Foundation"
[ 218.443] compiled for 1.11.2, module version = 1.0.0
[ 218.443] ABI class: X.Org ANSI C Emulation, version 0.4
[ 218.443] (II) Loading sub module "ramdac"
[ 218.443] (II) LoadModule: "ramdac"
[ 218.443] (II) Module "ramdac" already built-in
[ 218.443] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 218.443] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 218.443] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 218.443] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 218.443] (==) NVIDIA(0): RGB weight 888
[ 218.443] (==) NVIDIA(0): Default visual is TrueColor
[ 218.443] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 218.443] (**) NVIDIA(0): Option "DPI" "96 x 96"
[ 218.443] (**) NVIDIA(0): Enabling 2D acceleration
[ 218.906] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 218.907] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
[ 218.907] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 218.907] (--) NVIDIA(0): VideoBIOS: 70.08.53.00.0c
[ 218.907] (II) NVIDIA(0): Detected PCI Express Link width: 1X
[ 218.907] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 218.907] (--) NVIDIA(0): Connected display device(s) on GeForce GT 540M at PCI:1:0:0
[ 218.907] (--) NVIDIA(0): CRT-0
[ 218.907] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 218.911] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[ 218.911] (**) NVIDIA(0): enabled on all display devices.
[ 218.913] (II) NVIDIA(0): Assigned Display Device: CRT-0
[ 218.913] (WW) NVIDIA(0): No valid modes for "1366*768_60"; removing.
[ 218.913] (WW) NVIDIA(0):
[ 218.913] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 218.913] (WW) NVIDIA(0): "nvidia-auto-select".
[ 218.913] (WW) NVIDIA(0):
[ 218.913] (II) NVIDIA(0): Validated modes:
[ 218.914] (II) NVIDIA(0): "nvidia-auto-select"
[ 218.914] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 218.915] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
[ 218.915] (--) Depth 24 pixmap format is 32 bpp
[ 218.915] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 218.915] (II) NVIDIA: access.
[ 218.922] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 218.969] (II) Loading extension NV-GLX
[ 219.016] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 219.016] (==) NVIDIA(0): Backing store disabled
[ 219.016] (==) NVIDIA(0): Silken mouse enabled
[ 219.017] (**) NVIDIA(0): DPMS enabled
[ 219.017] (II) Loading extension NV-CONTROL
[ 219.017] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[ 219.017] (WW) NVIDIA(0): such display device could be found, or all display devices
[ 219.017] (WW) NVIDIA(0): by that name are currently unavailable.
[ 219.017] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[ 219.017] (WW) NVIDIA(0): display device could be found, or all display devices by
[ 219.017] (WW) NVIDIA(0): that name are currently unavailable.
[ 219.017] (II) Loading extension XINERAMA
[ 219.017] (II) Loading sub module "dri2"
[ 219.017] (II) LoadModule: "dri2"
[ 219.017] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 219.017] (II) Module dri2: vendor="X.Org Foundation"
[ 219.017] compiled for 1.11.2, module version = 1.2.0
[ 219.017] ABI class: X.Org Server Extension, version 6.0
[ 219.017] (II) NVIDIA(0): [DRI2] Setup complete
[ 219.017] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 219.017] (==) RandR enabled
[ 219.017] (II) Initializing built-in extension Generic Event Extension
[ 219.017] (II) Initializing built-in extension SHAPE
[ 219.017] (II) Initializing built-in extension MIT-SHM
[ 219.017] (II) Initializing built-in extension XInputExtension
[ 219.017] (II) Initializing built-in extension XTEST
[ 219.017] (II) Initializing built-in extension BIG-REQUESTS
[ 219.017] (II) Initializing built-in extension SYNC
[ 219.017] (II) Initializing built-in extension XKEYBOARD
[ 219.017] (II) Initializing built-in extension XC-MISC
[ 219.017] (II) Initializing built-in extension XINERAMA
[ 219.017] (II) Initializing built-in extension XFIXES
[ 219.017] (II) Initializing built-in extension RENDER
[ 219.017] (II) Initializing built-in extension RANDR
[ 219.017] (II) Initializing built-in extension COMPOSITE
[ 219.017] (II) Initializing built-in extension DAMAGE
[ 219.018] (II) Initializing extension GLX
[ 219.018] (II) SELinux: Disabled by boolean
[ 219.061] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 219.061] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 219.061] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 219.062] (II) LoadModule: "evdev"
[ 219.062] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.062] (II) Module evdev: vendor="X.Org Foundation"
[ 219.063] compiled for 1.10.99.902, module version = 2.6.0
[ 219.063] Module class: X.Org XInput Driver
[ 219.063] ABI class: X.Org XInput driver, version 13.0
[ 219.063] (II) Using input driver 'evdev' for 'Power Button'
[ 219.063] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.063] (**) Power Button: always reports core events
[ 219.063] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 219.063] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 219.063] (--) evdev: Power Button: Found keys
[ 219.063] (II) evdev: Power Button: Configuring as keyboard
[ 219.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 219.063] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 219.063] (**) Option "xkb_rules" "evdev"
[ 219.063] (**) Option "xkb_model" "pc105+inet"
[ 219.063] (**) Option "xkb_layout" "us"
[ 219.063] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.094] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 219.094] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 219.094] (**) Video Bus: Applying InputClass "system-setup-keyboard"
[ 219.094] (II) Using input driver 'evdev' for 'Video Bus'
[ 219.094] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.094] (**) Video Bus: always reports core events
[ 219.094] (**) evdev: Video Bus: Device: "/dev/input/event8"
[ 219.094] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 219.095] (--) evdev: Video Bus: Found keys
[ 219.095] (II) evdev: Video Bus: Configuring as keyboard
[ 219.095] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input8/event8"
[ 219.095] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 219.095] (**) Option "xkb_rules" "evdev"
[ 219.095] (**) Option "xkb_model" "pc105+inet"
[ 219.095] (**) Option "xkb_layout" "us"
[ 219.095] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.096] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 219.096] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 219.096] (**) Video Bus: Applying InputClass "system-setup-keyboard"
[ 219.096] (II) Using input driver 'evdev' for 'Video Bus'
[ 219.096] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.096] (**) Video Bus: always reports core events
[ 219.096] (**) evdev: Video Bus: Device: "/dev/input/event7"
[ 219.096] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 219.096] (--) evdev: Video Bus: Found keys
[ 219.096] (II) evdev: Video Bus: Configuring as keyboard
[ 219.096] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2b/LNXVIDEO:00/input/input7/event7"
[ 219.096] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 219.096] (**) Option "xkb_rules" "evdev"
[ 219.096] (**) Option "xkb_model" "pc105+inet"
[ 219.096] (**) Option "xkb_layout" "us"
[ 219.096] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.097] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 219.097] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 219.097] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 219.097] (II) Using input driver 'evdev' for 'Power Button'
[ 219.097] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.097] (**) Power Button: always reports core events
[ 219.098] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 219.098] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 219.098] (--) evdev: Power Button: Found keys
[ 219.098] (II) evdev: Power Button: Configuring as keyboard
[ 219.098] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 219.098] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 219.098] (**) Option "xkb_rules" "evdev"
[ 219.098] (**) Option "xkb_model" "pc105+inet"
[ 219.098] (**) Option "xkb_layout" "us"
[ 219.098] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.099] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 219.099] (II) No input driver/identifier specified (ignoring)
[ 219.099] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 219.100] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 219.100] (**) Sleep Button: Applying InputClass "system-setup-keyboard"
[ 219.100] (II) Using input driver 'evdev' for 'Sleep Button'
[ 219.100] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.100] (**) Sleep Button: always reports core events
[ 219.100] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 219.100] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 219.100] (--) evdev: Sleep Button: Found keys
[ 219.100] (II) evdev: Sleep Button: Configuring as keyboard
[ 219.100] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 219.100] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 219.100] (**) Option "xkb_rules" "evdev"
[ 219.100] (**) Option "xkb_model" "pc105+inet"
[ 219.100] (**) Option "xkb_layout" "us"
[ 219.100] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.101] (II) config/udev: Adding input device USB Webcam (/dev/input/event9)
[ 219.101] (**) USB Webcam: Applying InputClass "evdev keyboard catchall"
[ 219.101] (**) USB Webcam: Applying InputClass "system-setup-keyboard"
[ 219.101] (II) Using input driver 'evdev' for 'USB Webcam'
[ 219.101] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.101] (**) USB Webcam: always reports core events
[ 219.101] (**) evdev: USB Webcam: Device: "/dev/input/event9"
[ 219.101] (--) evdev: USB Webcam: Vendor 0x5986 Product 0x182
[ 219.101] (--) evdev: USB Webcam: Found keys
[ 219.101] (II) evdev: USB Webcam: Configuring as keyboard
[ 219.101] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input9/event9"
[ 219.102] (II) XINPUT: Adding extended input device "USB Webcam" (type: KEYBOARD, id 11)
[ 219.102] (**) Option "xkb_rules" "evdev"
[ 219.102] (**) Option "xkb_model" "pc105+inet"
[ 219.102] (**) Option "xkb_layout" "us"
[ 219.102] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.103] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event10)
[ 219.103] (II) No input driver/identifier specified (ignoring)
[ 219.103] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 219.103] (II) No input driver/identifier specified (ignoring)
[ 219.103] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 219.103] (II) No input driver/identifier specified (ignoring)
[ 219.103] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event6)
[ 219.103] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 219.103] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[ 219.103] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.103] (**) PixArt USB Optical Mouse: always reports core events
[ 219.103] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event6"
[ 219.103] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[ 219.103] (--) evdev: PixArt USB Optical Mouse: Found 3 mouse buttons
[ 219.103] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[ 219.103] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[ 219.103] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[ 219.103] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[ 219.103] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[ 219.103] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 219.103] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 219.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.2/0000:13:00.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/event6"
[ 219.103] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 12)
[ 219.103] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[ 219.104] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 219.104] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[ 219.104] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[ 219.104] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[ 219.104] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse1)
[ 219.104] (II) No input driver/identifier specified (ignoring)
[ 219.104] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 219.104] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 219.104] (**) AT Translated Set 2 keyboard: Applying InputClass "system-setup-keyboard"
[ 219.104] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 219.104] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.104] (**) AT Translated Set 2 keyboard: always reports core events
[ 219.104] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 219.104] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 219.104] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 219.104] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 219.104] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 219.104] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 219.104] (**) Option "xkb_rules" "evdev"
[ 219.104] (**) Option "xkb_model" "pc105+inet"
[ 219.104] (**) Option "xkb_layout" "us"
[ 219.104] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 219.104] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/event5)
[ 219.104] (**) FSPPS/2 Sentelic FingerSensingPad: Applying InputClass "evdev pointer catchall"
[ 219.105] (II) Using input driver 'evdev' for 'FSPPS/2 Sentelic FingerSensingPad'
[ 219.105] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 219.105] (**) FSPPS/2 Sentelic FingerSensingPad: always reports core events
[ 219.105] (**) evdev: FSPPS/2 Sentelic FingerSensingPad: Device: "/dev/input/event5"
[ 219.105] (--) evdev: FSPPS/2 Sentelic FingerSensingPad: Vendor 0x2 Product 0xf
[ 219.105] (--) evdev: FSPPS/2 Sentelic FingerSensingPad: Found 11 mouse buttons
[ 219.105] (--) evdev: FSPPS/2 Sentelic FingerSensingPad: Found scroll wheel(s)
[ 219.105] (--) evdev: FSPPS/2 Sentelic FingerSensingPad: Found relative axes
[ 219.105] (--) evdev: FSPPS/2 Sentelic FingerSensingPad: Found x and y relative axes
[ 219.105] (II) evdev: FSPPS/2 Sentelic FingerSensingPad: Configuring as mouse
[ 219.105] (II) evdev: FSPPS/2 Sentelic FingerSensingPad: Adding scrollwheel support
[ 219.105] (**) evdev: FSPPS/2 Sentelic FingerSensingPad: YAxisMapping: buttons 4 and 5
[ 219.105] (**) evdev: FSPPS/2 Sentelic FingerSensingPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 219.105] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 219.105] (II) XINPUT: Adding extended input device "FSPPS/2 Sentelic FingerSensingPad" (type: MOUSE, id 14)
[ 219.105] (II) evdev: FSPPS/2 Sentelic FingerSensingPad: initialized for relative axes.
[ 219.105] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) keeping acceleration scheme 1
[ 219.105] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration profile 0
[ 219.105] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration factor: 2.000
[ 219.105] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration threshold: 4
[ 219.105] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/mouse0)
[ 219.105] (II) No input driver/identifier specified (ignoring)
[ 232.980] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 244.007] (II) evdev: FSPPS/2 Sentelic FingerSensingPad: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: AT Translated Set 2 keyboard: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: PixArt USB Optical Mouse: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: USB Webcam: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: Sleep Button: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: Power Button: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: Video Bus: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: Video Bus: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.007] (II) evdev: Power Button: Close
[ 244.007] (II) UnloadModule: "evdev"
[ 244.007] (II) Unloading evdev
[ 244.025] Server terminated successfully (0). Closing log file.


啟動就是黑屏,無反應。目前懷疑是顯示器的問題,高手指點。

[火星人 ] N卡驅動問題請教。。高手指點已經有839次圍觀

http://coctec.com/docs/linux/show-post-156871.html