You are not logged in.

#1 2011-09-01 03:20:28

kandalf
Member
Registered: 2007-06-10
Posts: 31

Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

Hi guys,
Does anyone know if this video card is supported?
I can't get it to work with nouveau nor nVidia propietary driver which claims it is supported.

I'm using Arch 64 bits and I've tried nouveau, nv and nvidia drivers.

Thanks a lot in advance.

Cheers!

Last edited by kandalf (2011-09-02 11:55:52)


There's no place like ~

Offline

#2 2011-09-01 03:50:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

Can you be more specific about the problem? What went wrong? Any errors?

Offline

#3 2011-09-01 11:35:35

kandalf
Member
Registered: 2007-06-10
Posts: 31

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

I get no errors on Xorg.0.log but I can't get KDE to get up.
When I run /etc/rc.d/kdm start, it looks like X is started but all I see in tty/7 is a black screen with a static cursor at the upper left corner.
These are my xorg.conf and Xorg.0.log files: (I had to generate an xorg.conf file since autodetection wasn't working)

xorg.conf:

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

Section "Files"
	ModulePath   "/usr/lib/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/"
EndSection

Section "Module"
	Load  "glx"
	Load  "dbe"
	Load  "record"
	Load  "dri2"
	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   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card1"
	Driver      "nvidia"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	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
	EndSubSection
EndSection

Xorg.0.log:

[  2660.511] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at [url]http://bugs.freedesktop.org[/url]/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See [url]http://wiki.x.org/wiki/GitPage[/url] for git access instructions.
[  2660.511] 
X.Org X Server 1.10.3.901 (1.10.4 RC 1)
Release Date: 2011-07-29
[  2660.511] X Protocol Version 11, Revision 0
[  2660.511] Build Operating System: Linux 3.0.0-ARCH x86_64 
[  2660.511] Current Operating System: Linux funkymonkey 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64
[  2660.511] Kernel command line: root=/dev/sda5 ro vga=773
[  2660.511] Build Date: 08 August 2011  08:24:13AM
[  2660.511]  
[  2660.511] Current version of pixman: 0.22.2
[  2660.511] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[  2660.511] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2660.511] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep  1 08:26:12 2011
[  2660.512] (==) Using config file: "/etc/X11/xorg.conf"
[  2660.512] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2660.512] (==) ServerLayout "X.org Configured"
[  2660.512] (**) |-->Screen "Screen1" (0)
[  2660.512] (**) |   |-->Monitor "Monitor1"
[  2660.512] (**) |   |-->Device "Card1"
[  2660.512] (**) |-->Input Device "Mouse0"
[  2660.512] (**) |-->Input Device "Keyboard0"
[  2660.512] (==) Automatically adding devices
[  2660.512] (==) Automatically enabling devices
[  2660.512] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  2660.512] 	Entry deleted from font path.
[  2660.512] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  2660.512] 	Entry deleted from font path.
[  2660.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2660.512] 	Entry deleted from font path.
[  2660.512] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2660.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2660.512] 	Entry deleted from font path.
[  2660.512] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2660.512] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  2660.512] 	Entry deleted from font path.
[  2660.512] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  2660.512] 	Entry deleted from font path.
[  2660.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2660.512] 	Entry deleted from font path.
[  2660.512] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2660.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2660.512] 	Entry deleted from font path.
[  2660.512] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2660.512] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[  2660.512] (**) ModulePath set to "/usr/lib/xorg/modules"
[  2660.512] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2660.512] (WW) Disabling Mouse0
[  2660.512] (WW) Disabling Keyboard0
[  2660.512] (II) Loader magic: 0x7d3620
[  2660.512] (II) Module ABI versions:
[  2660.512] 	X.Org ANSI C Emulation: 0.4
[  2660.512] 	X.Org Video Driver: 10.0
[  2660.512] 	X.Org XInput driver : 12.2
[  2660.512] 	X.Org Server Extension : 5.0
[  2660.513] (--) PCI:*(0:0:2:0) 8086:0116:1043:15f2 rev 9, Mem @ 0xdd400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
[  2660.513] (--) PCI: (0:1:0:0) 10de:0df4:1043:15f2 rev 161, Mem @ 0xdc000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  2660.513] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2660.513] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  2660.513] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  2660.513] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2660.513] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  2660.513] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  2660.513] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[  2660.513] (II) LoadModule: "glx"
[  2660.513] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2660.520] (II) Module glx: vendor="NVIDIA Corporation"
[  2660.520] 	compiled for 4.0.2, module version = 1.0.0
[  2660.520] 	Module class: X.Org Server Extension
[  2660.520] (II) NVIDIA GLX Module  280.13  Wed Jul 27 17:12:07 PDT 2011
[  2660.520] (II) Loading extension GLX
[  2660.520] (II) LoadModule: "dbe"
[  2660.520] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  2660.520] (II) Module dbe: vendor="X.Org Foundation"
[  2660.520] 	compiled for 1.10.3.901, module version = 1.0.0
[  2660.520] 	Module class: X.Org Server Extension
[  2660.520] 	ABI class: X.Org Server Extension, version 5.0
[  2660.520] (II) Loading extension DOUBLE-BUFFER
[  2660.520] (II) LoadModule: "record"
[  2660.520] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  2660.520] (II) Module record: vendor="X.Org Foundation"
[  2660.520] 	compiled for 1.10.3.901, module version = 1.13.0
[  2660.520] 	Module class: X.Org Server Extension
[  2660.520] 	ABI class: X.Org Server Extension, version 5.0
[  2660.520] (II) Loading extension RECORD
[  2660.520] (II) LoadModule: "dri2"
[  2660.521] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2660.521] (II) Module dri2: vendor="X.Org Foundation"
[  2660.521] 	compiled for 1.10.3.901, module version = 1.2.0
[  2660.521] 	ABI class: X.Org Server Extension, version 5.0
[  2660.521] (II) Loading extension DRI2
[  2660.521] (II) LoadModule: "extmod"
[  2660.521] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  2660.521] (II) Module extmod: vendor="X.Org Foundation"
[  2660.521] 	compiled for 1.10.3.901, module version = 1.0.0
[  2660.521] 	Module class: X.Org Server Extension
[  2660.521] 	ABI class: X.Org Server Extension, version 5.0
[  2660.521] (II) Loading extension MIT-SCREEN-SAVER
[  2660.521] (II) Loading extension XFree86-VidModeExtension
[  2660.521] (II) Loading extension XFree86-DGA
[  2660.521] (II) Loading extension DPMS
[  2660.521] (II) Loading extension XVideo
[  2660.521] (II) Loading extension XVideo-MotionCompensation
[  2660.521] (II) Loading extension X-Resource
[  2660.521] (II) LoadModule: "dri"
[  2660.521] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  2660.521] (II) Module dri: vendor="X.Org Foundation"
[  2660.521] 	compiled for 1.10.3.901, module version = 1.0.0
[  2660.521] 	ABI class: X.Org Server Extension, version 5.0
[  2660.521] (II) Loading extension XFree86-DRI
[  2660.521] (II) LoadModule: "nvidia"
[  2660.521] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2660.522] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2660.522] 	compiled for 4.0.2, module version = 1.0.0
[  2660.522] 	Module class: X.Org Video Driver
[  2660.522] (II) NVIDIA dlloader X Driver  280.13  Wed Jul 27 16:55:26 PDT 2011
[  2660.522] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2660.522] (++) using VT number 7

[  2660.525] (II) Loading sub module "fb"
[  2660.525] (II) LoadModule: "fb"
[  2660.526] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2660.526] (II) Module fb: vendor="X.Org Foundation"
[  2660.526] 	compiled for 1.10.3.901, module version = 1.0.0
[  2660.526] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2660.526] (II) Loading sub module "wfb"
[  2660.526] (II) LoadModule: "wfb"
[  2660.526] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2660.526] (II) Module wfb: vendor="X.Org Foundation"
[  2660.526] 	compiled for 1.10.3.901, module version = 1.0.0
[  2660.526] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2660.526] (II) Loading sub module "ramdac"
[  2660.526] (II) LoadModule: "ramdac"
[  2660.526] (II) Module "ramdac" already built-in
[  2660.526] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2660.526] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2660.526] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2660.526] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  2660.526] (==) NVIDIA(0): RGB weight 888
[  2660.526] (==) NVIDIA(0): Default visual is TrueColor
[  2660.526] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2660.690] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[  2660.692] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
[  2660.692] (--) NVIDIA(0): Memory: 1048576 kBytes
[  2660.692] (--) NVIDIA(0): VideoBIOS: 70.08.58.00.fe
[  2660.692] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2660.692] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[  2660.692] (--) NVIDIA(0): Connected display device(s) on GeForce GT 540M at PCI:1:0:0
[  2660.692] (--) NVIDIA(0):     CRT-0
[  2660.692] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[  2660.695] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[  2660.695] (**) NVIDIA(0):     enabled on all display devices.
[  2660.697] (II) NVIDIA(0): Assigned Display Device: CRT-0
[  2660.697] (==) NVIDIA(0): 
[  2660.697] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  2660.697] (==) NVIDIA(0):     will be used as the requested mode.
[  2660.697] (==) NVIDIA(0): 
[  2660.697] (II) NVIDIA(0): Validated modes:
[  2660.697] (II) NVIDIA(0):     "nvidia-auto-select"
[  2660.697] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[  2660.700] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[  2660.700] (WW) NVIDIA(0):     from CRT-0's EDID.
[  2660.700] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  2660.700] (--) Depth 24 pixmap format is 32 bpp
[  2660.700] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[  2660.700] (II) NVIDIA:     access.
[  2660.705] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2660.705] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2660.705] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2660.705] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2660.705] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2660.705] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2660.705] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2660.705] (II) NVIDIA(0):     Config Options in the README.
[  2660.707] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[  2660.748] (II) Loading extension NV-GLX
[  2660.803] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2660.803] (==) NVIDIA(0): Backing store disabled
[  2660.803] (==) NVIDIA(0): Silken mouse enabled
[  2660.804] (==) NVIDIA(0): DPMS enabled
[  2660.804] (II) Loading extension NV-CONTROL
[  2660.804] (II) Loading extension XINERAMA
[  2660.804] (II) Loading sub module "dri2"
[  2660.804] (II) LoadModule: "dri2"
[  2660.804] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2660.804] (II) Module dri2: vendor="X.Org Foundation"
[  2660.804] 	compiled for 1.10.3.901, module version = 1.2.0
[  2660.804] 	ABI class: X.Org Server Extension, version 5.0
[  2660.804] (II) NVIDIA(0): [DRI2] Setup complete
[  2660.804] (==) RandR enabled
[  2660.804] (II) Initializing built-in extension Generic Event Extension
[  2660.804] (II) Initializing built-in extension SHAPE
[  2660.804] (II) Initializing built-in extension MIT-SHM
[  2660.804] (II) Initializing built-in extension XInputExtension
[  2660.804] (II) Initializing built-in extension XTEST
[  2660.804] (II) Initializing built-in extension BIG-REQUESTS
[  2660.804] (II) Initializing built-in extension SYNC
[  2660.804] (II) Initializing built-in extension XKEYBOARD
[  2660.804] (II) Initializing built-in extension XC-MISC
[  2660.804] (II) Initializing built-in extension SECURITY
[  2660.804] (II) Initializing built-in extension XINERAMA
[  2660.804] (II) Initializing built-in extension XFIXES
[  2660.804] (II) Initializing built-in extension RENDER
[  2660.804] (II) Initializing built-in extension RANDR
[  2660.804] (II) Initializing built-in extension COMPOSITE
[  2660.804] (II) Initializing built-in extension DAMAGE
[  2660.805] (II) Initializing extension GLX
[  2660.860] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  2660.860] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2660.860] (II) LoadModule: "evdev"
[  2660.860] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.860] (II) Module evdev: vendor="X.Org Foundation"
[  2660.860] 	compiled for 1.10.0, module version = 2.6.0
[  2660.860] 	Module class: X.Org XInput Driver
[  2660.860] 	ABI class: X.Org XInput driver, version 12.2
[  2660.860] (II) Using input driver 'evdev' for 'Power Button'
[  2660.860] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.860] (**) Power Button: always reports core events
[  2660.860] (**) Power Button: Device: "/dev/input/event3"
[  2660.860] (--) Power Button: Found keys
[  2660.860] (II) Power Button: Configuring as keyboard
[  2660.860] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  2660.860] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  2660.860] (**) Option "xkb_rules" "evdev"
[  2660.860] (**) Option "xkb_model" "evdev"
[  2660.860] (**) Option "xkb_layout" "us"
[  2660.881] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  2660.881] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2660.881] (II) Using input driver 'evdev' for 'Video Bus'
[  2660.881] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.881] (**) Video Bus: always reports core events
[  2660.881] (**) Video Bus: Device: "/dev/input/event8"
[  2660.881] (--) Video Bus: Found keys
[  2660.881] (II) Video Bus: Configuring as keyboard
[  2660.881] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input8/event8"
[  2660.881] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  2660.881] (**) Option "xkb_rules" "evdev"
[  2660.881] (**) Option "xkb_model" "evdev"
[  2660.881] (**) Option "xkb_layout" "us"
[  2660.885] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  2660.885] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2660.885] (II) Using input driver 'evdev' for 'Video Bus'
[  2660.885] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.885] (**) Video Bus: always reports core events
[  2660.885] (**) Video Bus: Device: "/dev/input/event7"
[  2660.885] (--) Video Bus: Found keys
[  2660.885] (II) Video Bus: Configuring as keyboard
[  2660.885] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:4d/LNXVIDEO:00/input/input7/event7"
[  2660.885] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  2660.885] (**) Option "xkb_rules" "evdev"
[  2660.885] (**) Option "xkb_model" "evdev"
[  2660.885] (**) Option "xkb_layout" "us"
[  2660.886] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  2660.886] (II) No input driver/identifier specified (ignoring)
[  2660.886] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  2660.886] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  2660.886] (II) Using input driver 'evdev' for 'Sleep Button'
[  2660.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.886] (**) Sleep Button: always reports core events
[  2660.886] (**) Sleep Button: Device: "/dev/input/event2"
[  2660.886] (--) Sleep Button: Found keys
[  2660.886] (II) Sleep Button: Configuring as keyboard
[  2660.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[  2660.887] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[  2660.887] (**) Option "xkb_rules" "evdev"
[  2660.887] (**) Option "xkb_model" "evdev"
[  2660.887] (**) Option "xkb_layout" "us"
[  2660.889] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event12)
[  2660.889] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[  2660.889] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[  2660.889] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.889] (**) USB 2.0 Camera: always reports core events
[  2660.889] (**) USB 2.0 Camera: Device: "/dev/input/event12"
[  2660.889] (--) USB 2.0 Camera: Found keys
[  2660.889] (II) USB 2.0 Camera: Configuring as keyboard
[  2660.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input12/event12"
[  2660.889] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
[  2660.889] (**) Option "xkb_rules" "evdev"
[  2660.889] (**) Option "xkb_model" "evdev"
[  2660.889] (**) Option "xkb_layout" "us"
[  2660.890] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[  2660.890] (II) No input driver/identifier specified (ignoring)
[  2660.890] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[  2660.890] (II) No input driver/identifier specified (ignoring)
[  2660.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event9)
[  2660.890] (II) No input driver/identifier specified (ignoring)
[  2660.895] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event5)
[  2660.895] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  2660.895] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[  2660.895] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.895] (**) Asus WMI hotkeys: always reports core events
[  2660.895] (**) Asus WMI hotkeys: Device: "/dev/input/event5"
[  2660.895] (--) Asus WMI hotkeys: Found keys
[  2660.895] (II) Asus WMI hotkeys: Configuring as keyboard
[  2660.895] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input5/event5"
[  2660.895] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD)
[  2660.895] (**) Option "xkb_rules" "evdev"
[  2660.895] (**) Option "xkb_model" "evdev"
[  2660.895] (**) Option "xkb_layout" "us"
[  2660.895] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2660.895] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  2660.895] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  2660.895] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2660.895] (**) AT Translated Set 2 keyboard: always reports core events
[  2660.895] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  2660.895] (--) AT Translated Set 2 keyboard: Found keys
[  2660.895] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  2660.895] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2660.895] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  2660.895] (**) Option "xkb_rules" "evdev"
[  2660.895] (**) Option "xkb_model" "evdev"
[  2660.895] (**) Option "xkb_layout" "us"
[  2660.896] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[  2660.896] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  2660.896] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  2660.896] (II) LoadModule: "synaptics"
[  2660.896] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2660.896] (II) Module synaptics: vendor="X.Org Foundation"
[  2660.896] 	compiled for 1.10.2, module version = 1.4.1
[  2660.896] 	Module class: X.Org XInput Driver
[  2660.896] 	ABI class: X.Org XInput driver, version 12.2
[  2660.896] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  2660.896] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2660.896] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2660.896] (**) Option "Device" "/dev/input/event6"
[  2660.989] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5762
[  2660.989] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4902
[  2660.989] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  2660.989] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  2660.989] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  2660.989] (**) Option "TapButton1" "1"
[  2660.989] (**) Option "TapButton2" "2"
[  2660.989] (**) Option "TapButton3" "3"
[  2661.093] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  2661.093] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2661.199] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input6/event6"
[  2661.199] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[  2661.199] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  2661.199] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[  2661.199] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[  2661.200] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  2661.200] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  2661.200] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  2661.200] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  2661.200] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  2661.200] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  2661.200] (II) No input driver/identifier specified (ignoring)
[  2661.200] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  2661.200] (II) No input driver/identifier specified (ignoring)

Thanks a lot in advance

Last edited by kandalf (2011-09-01 14:34:56)


There's no place like ~

Offline

#4 2011-09-01 11:49:45

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

kandalf,
your post is barely comprehensible with these long listings.
Please include them in [ code ] tags (without the interfering spaces): https://bbs.archlinux.org/help.php#bbcode
This formats them in shorter, scrollable windows.


To know or not to know ...
... the questions remain forever.

Offline

#5 2011-09-01 14:38:39

kandalf
Member
Registered: 2007-06-10
Posts: 31

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

bernarcher wrote:

kandalf,
your post is barely comprehensible with these long listings.
Please include them in [ code ] tags (without the interfering spaces): https://bbs.archlinux.org/help.php#bbcode
This formats them in shorter, scrollable windows.

Done. Sorry, I didn't realize about it.
Anyway, nevermind this post, I was picking the wrong video card. The laptop lists 2 cards an Intel one and a nVidia one. I just assumed the nVidia would be the main one.

I installed the intel video driver and it works now.

Thanks a lot.


There's no place like ~

Offline

#6 2011-09-01 18:02:55

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

Please mark as solved.

Offline

#7 2011-09-01 19:20:49

kandalf
Member
Registered: 2007-06-10
Posts: 31

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

How should I do this?
I can't edit the post subject nor I can find an action to do that.

Thanks a lot in advance.


There's no place like ~

Offline

#8 2011-09-01 19:23:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Kernel 3.0 and nVidia GeFORCE GT540M [RESOLVED]

kandalf wrote:

How should I do this?
I can't edit the post subject nor I can find an action to do that.

Thanks a lot in advance.

Simply edit the first post.

Last edited by karol (2011-09-01 19:23:31)

Offline

Board footer

Powered by FluxBB