Hi,

I recently bought a new notebook ASUS U31SG which has a nvidia GT 610M
graphic card,

I always get blank screen (X is running) no matter how i tune the
xorg.conf,

if there is no xorg.conf, X will be running smoothly with WM, though the
monitor resolution is a bit lower.

Anyone meet the same problem or know how to fix it?

Many thanks in advance.

Driver version:
nvidia-drivers-295.53

Here is my current /etc/X11/xorg.conf,
------------------------------------------------------------------------------------

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        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/truetype/"
EndSection

Section "Module"
    #Load           "ddc"
    #Load           "dbe"
    #Load           "vbe"
    #Load           "bitmap"
    #Load           "type1"
    #Load           "freetype"
    Load           "glx"
    #Load           "extmod"
    #Load           "record"
    Disable         "dri"
    Disable         "dri2"
EndSection

Section "ServerFlags"
    Option         "AllowEmptyInput" "false"
    Option         "AllowMouseOpenFail" "true"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "endev"
    Option         "XkbOptions"
"grp:toggle,grp_led:scroll,terminate:ctrl_alt_bksp"
    Option         "XkbVariant" ",winkeys"
    Option         "XkbLayOut" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "evdev"
    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"
    #HorizSync      30-50
    #VertRefresh    50-100
    # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
    #Modeline "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772
795  -HSync +Vsync
    Option         "ConnectedMonitor" "DFP-0"
    Option         "CustomEDID" "DFP-0:/etc/X11/edid.bin"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    Option         "UseDisplayDevice" "DFP-0"
    Option         "HWCursor" "false"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    32
    #Option         "TwinView" "0"
    #Option         "TwinViewXinramaInfoOrder" "DFP-0"
    #Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        #Viewport    0 0
        Depth       32
        Modes      "1366x768_60"
    EndSubSection
EndSection



my Xorg.0.log, there is no errors..
---------------------------------------------------------------------------------------
[   543.167]
X.Org X Server 1.12.1
Release Date: 2012-04-13
[   543.169] X Protocol Version 11, Revision 0
[   543.169] Build Operating System: Linux 3.3.5-gentoo x86_64 Gentoo
[   543.169] Current Operating System: Linux omega 3.3.5-gentoo #23 SMP Mon
May 21 01:01:18 CST 2012 x86_64
[   543.170] Kernel command line: root=/dev/sda3 rootfstype=ext4
video=uvesafb:mtrr:3,ywrap,1024x768-32@60 console=tty1 quiet
[   543.170] Build Date: 19 May 2012  10:17:30AM
[   543.171]
[   543.171] Current version of pixman: 0.24.4
[   543.172]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   543.173] Markers: (--) probed, (**) from config file, (==) default
setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   543.175] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 23
00:35:59 2012
[   543.175] (==) Using config file: "/etc/X11/xorg.conf"
[   543.176] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   543.177] (==) ServerLayout "X.org Configured"
[   543.177] (**) |-->Screen "Screen0" (0)
[   543.177] (**) |   |-->Monitor "Monitor0"
[   543.177] (**) |   |-->Device "Card0"
[   543.177] (**) |-->Input Device "Mouse0"
[   543.177] (**) |-->Input Device "Keyboard0"
[   543.177] (==) Automatically adding devices
[   543.177] (==) Automatically enabling devices
[   543.177] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[   543.177] (**) ModulePath set to
"/usr/lib64/xorg/modules,/usr/lib64/opengl/xorg-x11/extensions"
[   543.177] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse'
or 'vmmouse' will be disabled.
[   543.177] (WW) Disabling Mouse0
[   543.177] (WW) Disabling Keyboard0
[   543.177] (II) Loader magic: 0x7d5ac0
[   543.177] (II) Module ABI versions:
[   543.177]     X.Org ANSI C Emulation: 0.4
[   543.177]     X.Org Video Driver: 12.0
[   543.177]     X.Org XInput driver : 16.0
[   543.177]     X.Org Server Extension : 6.0
[   543.177] (--) PCI:*(0:0:2:0) 8086:0126:1043:2129 rev 9, Mem @
0xdd400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
[   543.177] (--) PCI: (0:1:0:0) 10de:105a:1043:2129 rev 161, Mem @
0xdc000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @
0x0000d000/128, BIOS @ 0x????????/524288
[   543.177] (II) Open ACPI successful (/var/run/acpid.socket)
[   543.177] (II) "extmod" will be loaded. This was enabled by default and
also specified in the config file.
[   543.177] (II) "dbe" will be loaded. This was enabled by default and
also specified in the config file.
[   543.177] (II) "glx" will be loaded. This was enabled by default and
also specified in the config file.
[   543.177] (II) "record" will be loaded. This was enabled by default and
also specified in the config file.
[   543.177] (II) "dri" will be loaded by default.
[   543.177] (II) "dri2" will be loaded by default.
[   543.177] (II) LoadModule: "glx"
[   543.178] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   543.185] (II) Module glx: vendor="NVIDIA Corporation"
[   543.185]     compiled for 4.0.2, module version = 1.0.0
[   543.185]     Module class: X.Org Server Extension
[   543.185] (II) NVIDIA GLX Module  295.53  Fri May 11 23:49:08 PDT 2012
[   543.185] (II) Loading extension GLX
[   543.185] (II) LoadModule: "extmod"
[   543.185] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[   543.185] (II) Module extmod: vendor="X.Org Foundation"
[   543.185]     compiled for 1.12.1, module version = 1.0.0
[   543.185]     Module class: X.Org Server Extension
[   543.185]     ABI class: X.Org Server Extension, version 6.0
[   543.185] (II) Loading extension MIT-SCREEN-SAVER
[   543.185] (II) Loading extension XFree86-VidModeExtension
[   543.185] (II) Loading extension XFree86-DGA
[   543.185] (II) Loading extension DPMS
[   543.185] (II) Loading extension XVideo
[   543.185] (II) Loading extension XVideo-MotionCompensation
[   543.185] (II) Loading extension X-Resource
[   543.185] (II) LoadModule: "record"
[   543.185] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[   543.185] (II) Module record: vendor="X.Org Foundation"
[   543.185]     compiled for 1.12.1, module version = 1.13.0
[   543.185]     Module class: X.Org Server Extension
[   543.185]     ABI class: X.Org Server Extension, version 6.0
[   543.185] (II) Loading extension RECORD
[   543.185] (II) LoadModule: "dbe"
[   543.185] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[   543.185] (II) Module dbe: vendor="X.Org Foundation"
[   543.185]     compiled for 1.12.1, module version = 1.0.0
[   543.185]     Module class: X.Org Server Extension
[   543.185]     ABI class: X.Org Server Extension, version 6.0
[   543.185] (II) Loading extension DOUBLE-BUFFER
[   543.185] (II) LoadModule: "dri"
[   544.028] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri.so
[   544.040] (II) Module dri: vendor="X.Org Foundation"
[   544.040]     compiled for 1.12.1, module version = 1.0.0
[   544.040]     ABI class: X.Org Server Extension, version 6.0
[   544.040] (II) Loading extension XFree86-DRI
[   544.040] (II) LoadModule: "dri2"
[   544.041] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
[   544.042] (II) Module dri2: vendor="X.Org Foundation"
[   544.042]     compiled for 1.12.1, module version = 1.2.0
[   544.042]     ABI class: X.Org Server Extension, version 6.0
[   544.042] (II) Loading extension DRI2
[   544.042] (II) LoadModule: "nvidia"
[   544.042] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   544.042] (II) Module nvidia: vendor="NVIDIA Corporation"
[   544.042]     compiled for 4.0.2, module version = 1.0.0
[   544.042]     Module class: X.Org Video Driver
[   544.042] (II) NVIDIA dlloader X Driver  295.53  Fri May 11 23:29:56 PDT
2012
[   544.042] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   544.042] (--) using VT number 7

[   544.044] (II) Loading sub module "fb"
[   544.044] (II) LoadModule: "fb"
[   544.044] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   544.044] (II) Module fb: vendor="X.Org Foundation"
[   544.044]     compiled for 1.12.1, module version = 1.0.0
[   544.044]     ABI class: X.Org ANSI C Emulation, version 0.4
[   544.044] (II) Loading sub module "wfb"
[   544.044] (II) LoadModule: "wfb"
[   544.044] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[   544.045] (II) Module wfb: vendor="X.Org Foundation"
[   544.045]     compiled for 1.12.1, module version = 1.0.0
[   544.045]     ABI class: X.Org ANSI C Emulation, version 0.4
[   544.045] (II) Loading sub module "ramdac"
[   544.045] (II) LoadModule: "ramdac"
[   544.045] (II) Module "ramdac" already built-in
[   544.045] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   544.045] (==) NVIDIA(0): RGB weight 888
[   544.045] (==) NVIDIA(0): Default visual is TrueColor
[   544.045] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   544.045] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
[   544.045] (**) NVIDIA(0): Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"
[   544.045] (**) NVIDIA(0): Enabling 2D acceleration
[   544.045] (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
[   544.493] (II) NVIDIA(GPU-0): Display (Chi Mei Optoelectronics corp.
(DFP-0)) does not
[   544.493] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[   544.494] (II) NVIDIA(0): NVIDIA GPU GeForce 610M (GF119) at PCI:1:0:0
(GPU-0)
[   544.494] (--) NVIDIA(0): Memory: 1048576 kBytes
[   544.494] (--) NVIDIA(0): VideoBIOS: 75.19.0c.00.06
[   544.494] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   544.494] (--) NVIDIA(0): Interlaced video modes are supported on this
GPU
[   544.496] (--) NVIDIA(0): Connected display device(s) on GeForce 610M at
PCI:1:0:0
[   544.496] (--) NVIDIA(0):     Chi Mei Optoelectronics corp. (DFP-0)
[   544.496] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): 165.0
MHz maximum pixel
[   544.496] (--) NVIDIA(0):     clock
[   544.496] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0):
Internal Single Link
[   544.496] (--) NVIDIA(0):     TMDS
[   544.496] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the
EDID for display
[   544.496] (**) NVIDIA(0):     device Chi Mei Optoelectronics corp.
(DFP-0) (Using EDID
[   544.496] (**) NVIDIA(0):     frequencies has been enabled on all
display devices.)
[   544.506] (II) NVIDIA(0): Assigned Display Device: DFP-0
[   544.506] (II) NVIDIA(0): Validated modes:
[   544.506] (II) NVIDIA(0):     "1366x768"
[   544.506] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
[   544.509] (--) NVIDIA(0): DPI set to (119, 121); computed from
"UseEdidDpi" X config
[   544.509] (--) NVIDIA(0):     option
[   544.509] (--) Depth 24 pixmap format is 32 bpp
[   544.509] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect
memory
[   544.509] (II) NVIDIA:     access.
[   544.514] (II) NVIDIA(0): Setting mode "1366x768"
[   544.548] (II) Loading extension NV-GLX
[   544.561] (==) NVIDIA(0): Disabling shared memory pixmaps
[   544.561] (==) NVIDIA(0): Backing store disabled
[   544.561] (==) NVIDIA(0): Silken mouse enabled
[   544.561] (==) NVIDIA(0): DPMS enabled
[   544.561] (II) Loading extension NV-CONTROL
[   544.561] (II) Loading extension XINERAMA
[   544.561] (II) Loading sub module "dri2"
[   544.561] (II) LoadModule: "dri2"
[   544.561] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
[   544.561] (II) Module dri2: vendor="X.Org Foundation"
[   544.561]     compiled for 1.12.1, module version = 1.2.0
[   544.561]     ABI class: X.Org Server Extension, version 6.0
[   544.561] (II) NVIDIA(0): [DRI2] Setup complete
[   544.561] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   544.561] (==) RandR enabled
[   544.561] (II) Initializing built-in extension Generic Event Extension
[   544.561] (II) Initializing built-in extension SHAPE
[   544.561] (II) Initializing built-in extension MIT-SHM
[   544.561] (II) Initializing built-in extension XInputExtension
[   544.561] (II) Initializing built-in extension XTEST
[   544.561] (II) Initializing built-in extension BIG-REQUESTS
[   544.561] (II) Initializing built-in extension SYNC
[   544.561] (II) Initializing built-in extension XKEYBOARD
[   544.561] (II) Initializing built-in extension XC-MISC
[   544.561] (II) Initializing built-in extension XINERAMA
[   544.561] (II) Initializing built-in extension XFIXES
[   544.561] (II) Initializing built-in extension RENDER
[   544.561] (II) Initializing built-in extension RANDR
[   544.561] (II) Initializing built-in extension COMPOSITE
[   544.561] (II) Initializing built-in extension DAMAGE
[   544.561] (II) Initializing extension GLX
[   544.677] (II) config/udev: Adding input device Power Button
(/dev/input/event2)
[   544.677] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[   544.677] (II) LoadModule: "evdev"
[   544.677] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   544.677] (II) Module evdev: vendor="X.Org Foundation"
[   544.677]     compiled for 1.12.1, module version = 2.7.0
[   544.677]     Module class: X.Org XInput Driver
[   544.677]     ABI class: X.Org XInput driver, version 16.0
[   544.677] (II) Using input driver 'evdev' for 'Power Button'
[   544.677] (**) Power Button: always reports core events
[   544.677] (**) evdev: Power Button: Device: "/dev/input/event2"
[   544.677] (--) evdev: Power Button: Vendor 0 Product 0x1
[   544.677] (--) evdev: Power Button: Found keys
[   544.677] (II) evdev: Power Button: Configuring as keyboard
[   544.677] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   544.677] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 6)
[   544.677] (**) Option "xkb_rules" "evdev"
[   544.677] (**) Option "xkb_model" "evdev"
[   544.677] (**) Option "xkb_layout" "us"
[   544.694] (II) config/udev: Adding input device Video Bus
(/dev/input/event7)
[   544.694] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   544.694] (II) Using input driver 'evdev' for 'Video Bus'
[   544.694] (**) Video Bus: always reports core events
[   544.694] (**) evdev: Video Bus: Device: "/dev/input/event7"
[   544.694] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   544.694] (--) evdev: Video Bus: Found keys
[   544.694] (II) evdev: Video Bus: Configuring as keyboard
[   544.694] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input7/event7"
[   544.694] (II) XINPUT: Adding extended input device "Video Bus" (type:
KEYBOARD, id 7)
[   544.694] (**) Option "xkb_rules" "evdev"
[   544.694] (**) Option "xkb_model" "evdev"
[   544.694] (**) Option "xkb_layout" "us"
[   544.695] (II) config/udev: Adding input device Video Bus
(/dev/input/event6)
[   544.695] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   544.695] (II) Using input driver 'evdev' for 'Video Bus'
[   544.695] (**) Video Bus: always reports core events
[   544.695] (**) evdev: Video Bus: Device: "/dev/input/event6"
[   544.695] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   544.695] (--) evdev: Video Bus: Found keys
[   544.695] (II) evdev: Video Bus: Configuring as keyboard
[   544.695] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6/event6"
[   544.695] (II) XINPUT: Adding extended input device "Video Bus" (type:
KEYBOARD, id 8)
[   544.695] (**) Option "xkb_rules" "evdev"
[   544.695] (**) Option "xkb_model" "evdev"
[   544.695] (**) Option "xkb_layout" "us"
[   544.695] (II) config/udev: Adding input device Lid Switch
(/dev/input/event0)
[   544.695] (II) No input driver specified, ignoring this device.
[   544.695] (II) This device may have been added with another device file.
[   544.695] (II) config/udev: Adding input device Sleep Button
(/dev/input/event1)
[   544.695] (**) Sleep Button: Applying InputClass "evdev keyboard
catchall"
[   544.695] (II) Using input driver 'evdev' for 'Sleep Button'
[   544.695] (**) Sleep Button: always reports core events
[   544.695] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   544.695] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   544.695] (--) evdev: Sleep Button: Found keys
[   544.695] (II) evdev: Sleep Button: Configuring as keyboard
[   544.695] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[   544.695] (II) XINPUT: Adding extended input device "Sleep Button"
(type: KEYBOARD, id 9)
[   544.695] (**) Option "xkb_rules" "evdev"
[   544.695] (**) Option "xkb_model" "evdev"
[   544.695] (**) Option "xkb_layout" "us"
[   544.696] (II) config/udev: Adding input device USB Optical Mouse
(/dev/input/event5)
[   544.696] (**) USB Optical Mouse: Applying InputClass "evdev pointer
catchall"
[   544.696] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[   544.696] (**) USB Optical Mouse: always reports core events
[   544.696] (**) evdev: USB Optical Mouse: Device: "/dev/input/event5"
[   544.696] (--) evdev: USB Optical Mouse: Vendor 0x192f Product 0x916
[   544.696] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[   544.696] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[   544.696] (--) evdev: USB Optical Mouse: Found relative axes
[   544.696] (--) evdev: USB Optical Mouse: Found x and y relative axes
[   544.696] (II) evdev: USB Optical Mouse: Configuring as mouse
[   544.696] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[   544.696] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[   544.696] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   544.696] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input5/event5"
[   544.696] (II) XINPUT: Adding extended input device "USB Optical Mouse"
(type: MOUSE, id 10)
[   544.696] (II) evdev: USB Optical Mouse: initialized for relative axes.
[   544.696] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[   544.696] (**) USB Optical Mouse: (accel) acceleration profile 0
[   544.696] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[   544.696] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[   544.696] (II) config/udev: Adding input device USB Optical Mouse
(/dev/input/mouse1)
[   544.696] (II) No input driver specified, ignoring this device.
[   544.696] (II) This device may have been added with another device file.
[   544.696] (II) config/udev: Adding input device AT Translated Set 2
keyboard (/dev/input/event3)
[   544.696] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev
keyboard catchall"
[   544.696] (II) Using input driver 'evdev' for 'AT Translated Set 2
keyboard'
[   544.696] (**) AT Translated Set 2 keyboard: always reports core events
[   544.696] (**) evdev: AT Translated Set 2 keyboard: Device:
"/dev/input/event3"
[   544.696] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product
0x1
[   544.696] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   544.696] (II) evdev: AT Translated Set 2 keyboard: Configuring as
keyboard
[   544.696] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   544.696] (II) XINPUT: Adding extended input device "AT Translated Set 2
keyboard" (type: KEYBOARD, id 11)
[   544.696] (**) Option "xkb_rules" "evdev"
[   544.696] (**) Option "xkb_model" "evdev"
[   544.696] (**) Option "xkb_layout" "us"
[   544.697] (II) config/udev: Adding input device SynPS/2 Synaptics
TouchPad (/dev/input/event4)
[   544.697] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev
touchpad catchall"
[   544.697] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics
TouchPad'
[   544.697] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   544.697] (**) evdev: SynPS/2 Synaptics TouchPad: Device:
"/dev/input/event4"
[   544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[   544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
[   544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute
multitouch axes
[   544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute
axes
[   544.697] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute
touchpad.
[   544.697] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
[   544.697] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons
4 and 5
[   544.697] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   544.697] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio4/input/input4/event4"
[   544.697] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics
TouchPad" (type: TOUCHPAD, id 12)
[   544.697] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for
absolute axes.
[   544.697] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration
scheme 1
[   544.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[   544.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor:
2.000
[   544.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration
threshold: 4
[   544.697] (II) config/udev: Adding input device SynPS/2 Synaptics
TouchPad (/dev/input/mouse0)
[   544.697] (II) No input driver specified, ignoring this device.
[   544.697] (II) This device may have been added with another device file.





my lspci output, there are 2 cards,
------------------------------------------------------------------------------------------
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 105a (rev a1)



-- 
Dreaming my dream!

Reply via email to