[SOLVED] XOrg fails to load Nvidia driver on startup

Hi,
I'm having a fairly strange issue where XOrg is failing to load my driver when I start up my laptop. I'm using kdm, but this is causing it to fail. However, doing a simple
$sudo systemctl restart kdm
works, and everything starts up fine. When kdm is in the failed state, I see this:
$sudo systemctl status kdm
● kdm.service - K Display Manager
Loaded: loaded (/usr/lib/systemd/system/kdm.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2014-12-19 18:47:26 EST; 41s ago
Main PID: 247 (kdm)
CGroup: /system.slice/kdm.service
└─247 /usr/bin/kdm -nodaemon
Dec 19 18:47:26 laptop systemd[1]: Started K Display Manager.
Dec 19 18:47:27 laptop kdm[247]: X server died during startup
Dec 19 18:47:27 laptop kdm[247]: X server for display :0 cannot be started, session disabled
And in my XOrg log, I see:
[ 3.639]
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 http://bugs.freedesktop.org/.
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 http://wiki.x.org/wiki/GitPage for git access instructions.
[ 3.639]
X.Org X Server 1.16.2.901 (1.16.3 RC 1)
Release Date: 2014-12-09
[ 3.639] X Protocol Version 11, Revision 0
[ 3.639] Build Operating System: Linux 3.17.2-1-ARCH x86_64
[ 3.639] Current Operating System: Linux laptop 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
[ 3.639] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
[ 3.639] Build Date: 10 December 2014 02:34:24PM
[ 3.639]
[ 3.639] Current version of pixman: 0.32.6
[ 3.639] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3.639] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3.639] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 19 18:47:26 2014
[ 3.645] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3.649] (==) No Layout section. Using the first Screen section.
[ 3.649] (==) No screen section available. Using defaults.
[ 3.649] (**) |-->Screen "Default Screen Section" (0)
[ 3.649] (**) | |-->Monitor "<default monitor>"
[ 3.650] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3.650] (==) Automatically adding devices
[ 3.650] (==) Automatically enabling devices
[ 3.650] (==) Automatically adding GPU devices
[ 3.658] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 3.658] Entry deleted from font path.
[ 3.659] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 3.659] Entry deleted from font path.
[ 3.659] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 3.660] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 3.660] Entry deleted from font path.
[ 3.660] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 3.660] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 3.660] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3.660] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3.660] (II) Loader magic: 0x818d80
[ 3.660] (II) Module ABI versions:
[ 3.660] X.Org ANSI C Emulation: 0.4
[ 3.660] X.Org Video Driver: 18.0
[ 3.660] X.Org XInput driver : 21.0
[ 3.660] X.Org Server Extension : 8.0
[ 3.662] (EE) systemd-logind: failed to get session: PID 267 does not belong to any known session
[ 3.663] (--) PCI:*(0:1:0:0) 10de:11a1:1558:0371 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 3.663] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3.664] (II) LoadModule: "glx"
[ 3.675] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3.767] (II) Module glx: vendor="NVIDIA Corporation"
[ 3.767] compiled for 4.0.2, module version = 1.0.0
[ 3.767] Module class: X.Org Server Extension
[ 3.768] (II) NVIDIA GLX Module 343.36 Mon Dec 1 15:50:02 PST 2014
[ 3.769] (==) Matched nouveau as autoconfigured driver 0
[ 3.769] (==) Matched nv as autoconfigured driver 1
[ 3.769] (==) Matched modesetting as autoconfigured driver 2
[ 3.769] (==) Matched fbdev as autoconfigured driver 3
[ 3.769] (==) Matched vesa as autoconfigured driver 4
[ 3.769] (==) Assigned the driver to the xf86ConfigLayout
[ 3.769] (II) LoadModule: "nouveau"
[ 3.769] (WW) Warning, couldn't open module nouveau
[ 3.769] (II) UnloadModule: "nouveau"
[ 3.769] (II) Unloading nouveau
[ 3.769] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 3.769] (II) LoadModule: "nv"
[ 3.769] (WW) Warning, couldn't open module nv
[ 3.769] (II) UnloadModule: "nv"
[ 3.769] (II) Unloading nv
[ 3.769] (EE) Failed to load module "nv" (module does not exist, 0)
[ 3.769] (II) LoadModule: "modesetting"
[ 3.769] (WW) Warning, couldn't open module modesetting
[ 3.769] (II) UnloadModule: "modesetting"
[ 3.769] (II) Unloading modesetting
[ 3.769] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 3.769] (II) LoadModule: "fbdev"
[ 3.769] (WW) Warning, couldn't open module fbdev
[ 3.769] (II) UnloadModule: "fbdev"
[ 3.769] (II) Unloading fbdev
[ 3.769] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3.769] (II) LoadModule: "vesa"
[ 3.770] (WW) Warning, couldn't open module vesa
[ 3.770] (II) UnloadModule: "vesa"
[ 3.770] (II) Unloading vesa
[ 3.770] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 3.770] (EE) No drivers available.
[ 3.770] (EE)
Fatal server error:
[ 3.770] (EE) no screens found(EE)
[ 3.770] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 3.770] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 3.770] (EE)
Which looks like it loads my nvidia driver, but then just decides not to use it for some reason... After I restart kdm, it seems to use the driver fine:
[ 78.897]
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 http://bugs.freedesktop.org/.
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 http://wiki.x.org/wiki/GitPage for git access instructions.
[ 78.897]
X.Org X Server 1.16.2.901 (1.16.3 RC 1)
Release Date: 2014-12-09
[ 78.897] X Protocol Version 11, Revision 0
[ 78.897] Build Operating System: Linux 3.17.2-1-ARCH x86_64
[ 78.897] Current Operating System: Linux laptop 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
[ 78.897] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
[ 78.897] Build Date: 10 December 2014 02:34:24PM
[ 78.897]
[ 78.897] Current version of pixman: 0.32.6
[ 78.897] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 78.897] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 78.897] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 19 18:48:38 2014
[ 78.897] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 78.897] (==) No Layout section. Using the first Screen section.
[ 78.897] (==) No screen section available. Using defaults.
[ 78.897] (**) |-->Screen "Default Screen Section" (0)
[ 78.897] (**) | |-->Monitor "<default monitor>"
[ 78.898] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 78.898] (==) Automatically adding devices
[ 78.898] (==) Automatically enabling devices
[ 78.898] (==) Automatically adding GPU devices
[ 78.898] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 78.898] Entry deleted from font path.
[ 78.898] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 78.898] Entry deleted from font path.
[ 78.898] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 78.898] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 78.898] Entry deleted from font path.
[ 78.898] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 78.898] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 78.898] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 78.898] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 78.898] (II) Loader magic: 0x818d80
[ 78.898] (II) Module ABI versions:
[ 78.898] X.Org ANSI C Emulation: 0.4
[ 78.898] X.Org Video Driver: 18.0
[ 78.898] X.Org XInput driver : 21.0
[ 78.898] X.Org Server Extension : 8.0
[ 78.900] (EE) systemd-logind: failed to get session: PID 542 does not belong to any known session
[ 78.900] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 78.901] (--) PCI:*(0:1:0:0) 10de:11a1:1558:0371 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 78.901] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 78.901] (II) LoadModule: "glx"
[ 78.902] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 78.913] (II) Module glx: vendor="NVIDIA Corporation"
[ 78.913] compiled for 4.0.2, module version = 1.0.0
[ 78.913] Module class: X.Org Server Extension
[ 78.913] (II) NVIDIA GLX Module 343.36 Mon Dec 1 15:50:02 PST 2014
[ 78.914] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 78.914] loading driver: nvidia
[ 78.914] (==) Matched nvidia as autoconfigured driver 0
[ 78.914] (==) Matched nouveau as autoconfigured driver 1
[ 78.914] (==) Matched nv as autoconfigured driver 2
[ 78.914] (==) Matched nouveau as autoconfigured driver 3
[ 78.914] (==) Matched nv as autoconfigured driver 4
[ 78.914] (==) Matched modesetting as autoconfigured driver 5
[ 78.914] (==) Matched fbdev as autoconfigured driver 6
[ 78.914] (==) Matched vesa as autoconfigured driver 7
[ 78.914] (==) Assigned the driver to the xf86ConfigLayout
[ 78.914] (II) LoadModule: "nvidia"
[ 78.914] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 78.920] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 78.920] compiled for 4.0.2, module version = 1.0.0
[ 78.920] Module class: X.Org Video Driver
[ 78.920] (II) LoadModule: "nouveau"
[ 78.921] (WW) Warning, couldn't open module nouveau
[ 78.921] (II) UnloadModule: "nouveau"
[ 78.921] (II) Unloading nouveau
[ 78.921] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 78.921] (II) LoadModule: "nv"
[ 78.921] (WW) Warning, couldn't open module nv
[ 78.921] (II) UnloadModule: "nv"
[ 78.921] (II) Unloading nv
[ 78.921] (EE) Failed to load module "nv" (module does not exist, 0)
[ 78.921] (II) LoadModule: "modesetting"
[ 78.921] (WW) Warning, couldn't open module modesetting
[ 78.921] (II) UnloadModule: "modesetting"
[ 78.921] (II) Unloading modesetting
[ 78.921] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 78.921] (II) LoadModule: "fbdev"
[ 78.922] (WW) Warning, couldn't open module fbdev
[ 78.922] (II) UnloadModule: "fbdev"
[ 78.922] (II) Unloading fbdev
[ 78.922] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 78.922] (II) LoadModule: "vesa"
[ 78.922] (WW) Warning, couldn't open module vesa
[ 78.922] (II) UnloadModule: "vesa"
[ 78.922] (II) Unloading vesa
[ 78.922] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 78.922] (II) NVIDIA dlloader X Driver 343.36 Mon Dec 1 15:28:39 PST 2014
[ 78.922] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 78.922] (++) using VT number 7
[ 78.935] (II) Loading sub module "fb"
[ 78.935] (II) LoadModule: "fb"
[ 78.935] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 78.936] (II) Module fb: vendor="X.Org Foundation"
[ 78.936] compiled for 1.16.2.901, module version = 1.0.0
[ 78.936] ABI class: X.Org ANSI C Emulation, version 0.4
[ 78.936] (II) Loading sub module "wfb"
[ 78.936] (II) LoadModule: "wfb"
[ 78.936] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 78.937] (II) Module wfb: vendor="X.Org Foundation"
[ 78.937] compiled for 1.16.2.901, module version = 1.0.0
[ 78.937] ABI class: X.Org ANSI C Emulation, version 0.4
[ 78.937] (II) Loading sub module "ramdac"
[ 78.937] (II) LoadModule: "ramdac"
[ 78.937] (II) Module "ramdac" already built-in
[ 78.939] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 78.939] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 78.939] (==) NVIDIA(0): RGB weight 888
[ 78.939] (==) NVIDIA(0): Default visual is TrueColor
[ 78.939] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 78.940] (**) NVIDIA(0): Enabling 2D acceleration
[ 79.610] (II) NVIDIA(0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
[ 79.610] (II) NVIDIA(0): 3D Vision stereo.
[ 79.610] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 79.612] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 670MX (GK104) at PCI:1:0:0 (GPU-0)
[ 79.612] (--) NVIDIA(0): Memory: 3145728 kBytes
[ 79.612] (--) NVIDIA(0): VideoBIOS: 80.04.67.00.06
[ 79.612] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 79.616] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 670MX at PCI:1:0:0
[ 79.616] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0) (boot, connected)
[ 79.616] (--) NVIDIA(0): Samsung SyncMaster (DFP-1) (connected)
[ 79.616] (--) NVIDIA(0): DFP-2
[ 79.616] (--) NVIDIA(0): DFP-3
[ 79.616] (--) NVIDIA(0): DFP-4
[ 79.616] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): Internal LVDS
[ 79.616] (--) NVIDIA(GPU-0): Chi Mei Optoelectronics corp. (DFP-0): 330.0 MHz maximum pixel clock
[ 79.616] (--) NVIDIA(0): Samsung SyncMaster (DFP-1): Internal TMDS
[ 79.616] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-1): 165.0 MHz maximum pixel clock
[ 79.616] (--) NVIDIA(0): DFP-2: Internal TMDS
[ 79.616] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 79.616] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[ 79.616] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 79.616] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 79.616] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 79.616] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 79.616] (**) NVIDIA(0): device Chi Mei Optoelectronics corp. (DFP-0) (Using EDID
[ 79.616] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 79.616] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 79.616] (**) NVIDIA(0): device Samsung SyncMaster (DFP-1) (Using EDID frequencies
[ 79.616] (**) NVIDIA(0): has been enabled on all display devices.)
[ 79.618] (==) NVIDIA(0):
[ 79.618] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 79.618] (==) NVIDIA(0): will be used as the requested mode.
[ 79.618] (==) NVIDIA(0):
[ 79.619] (II) NVIDIA(0): Validated MetaModes:
[ 79.619] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[ 79.619] (II) NVIDIA(0): Virtual screen size determined to be 3600 x 1080
[ 80.144] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
[ 80.144] (--) NVIDIA(0): option
[ 80.144] (--) Depth 24 pixmap format is 32 bpp
[ 80.144] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 80.144] (II) NVIDIA: access.
[ 80.150] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 80.150] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 80.150] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 80.150] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 80.150] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 80.150] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 80.150] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 80.150] (II) NVIDIA(0): Config Options in the README.
[ 80.155] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[ 80.532] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 80.532] (==) NVIDIA(0): Backing store enabled
[ 80.532] (==) NVIDIA(0): Silken mouse enabled
[ 80.533] (==) NVIDIA(0): DPMS enabled
[ 80.533] (II) Loading sub module "dri2"
[ 80.533] (II) LoadModule: "dri2"
[ 80.533] (II) Module "dri2" already built-in
[ 80.533] (II) NVIDIA(0): [DRI2] Setup complete
[ 80.533] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 80.533] (--) RandR disabled
[ 80.539] (II) Initializing extension GLX
[ 80.605] (II) config/udev: Adding input device Power Button (/dev/input/event14)
[ 80.605] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 80.605] (II) LoadModule: "evdev"
[ 80.606] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 80.607] (II) Module evdev: vendor="X.Org Foundation"
[ 80.607] compiled for 1.16.2, module version = 2.9.1
[ 80.607] Module class: X.Org XInput Driver
[ 80.607] ABI class: X.Org XInput driver, version 21.0
[ 80.607] (II) Using input driver 'evdev' for 'Power Button'
[ 80.607] (**) Power Button: always reports core events
[ 80.607] (**) evdev: Power Button: Device: "/dev/input/event14"
[ 80.608] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 80.608] (--) evdev: Power Button: Found keys
[ 80.608] (II) evdev: Power Button: Configuring as keyboard
[ 80.608] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input18/event14"
[ 80.608] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 80.608] (**) Option "xkb_rules" "evdev"
[ 80.608] (**) Option "xkb_model" "pc104"
[ 80.608] (**) Option "xkb_layout" "us"
[ 80.635] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 80.635] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 80.635] (II) Using input driver 'evdev' for 'Video Bus'
[ 80.635] (**) Video Bus: always reports core events
[ 80.635] (**) evdev: Video Bus: Device: "/dev/input/event15"
[ 80.635] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 80.635] (--) evdev: Video Bus: Found keys
[ 80.635] (II) evdev: Video Bus: Configuring as keyboard
[ 80.635] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input19/event15"
[ 80.635] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 80.635] (**) Option "xkb_rules" "evdev"
[ 80.635] (**) Option "xkb_model" "pc104"
[ 80.635] (**) Option "xkb_layout" "us"
[ 80.636] (II) config/udev: Adding input device Power Button (/dev/input/event13)
[ 80.636] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 80.636] (II) Using input driver 'evdev' for 'Power Button'
[ 80.636] (**) Power Button: always reports core events
[ 80.636] (**) evdev: Power Button: Device: "/dev/input/event13"
[ 80.636] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 80.636] (--) evdev: Power Button: Found keys
[ 80.636] (II) evdev: Power Button: Configuring as keyboard
[ 80.636] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input17/event13"
[ 80.636] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 80.636] (**) Option "xkb_rules" "evdev"
[ 80.636] (**) Option "xkb_model" "pc104"
[ 80.636] (**) Option "xkb_layout" "us"
[ 80.637] (II) config/udev: Adding input device Lid Switch (/dev/input/event11)
[ 80.637] (II) No input driver specified, ignoring this device.
[ 80.637] (II) This device may have been added with another device file.
[ 80.637] (II) config/udev: Adding input device Sleep Button (/dev/input/event12)
[ 80.637] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 80.637] (II) Using input driver 'evdev' for 'Sleep Button'
[ 80.637] (**) Sleep Button: always reports core events
[ 80.637] (**) evdev: Sleep Button: Device: "/dev/input/event12"
[ 80.637] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 80.637] (--) evdev: Sleep Button: Found keys
[ 80.637] (II) evdev: Sleep Button: Configuring as keyboard
[ 80.637] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input16/event12"
[ 80.637] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 80.637] (**) Option "xkb_rules" "evdev"
[ 80.637] (**) Option "xkb_model" "pc104"
[ 80.637] (**) Option "xkb_layout" "us"
[ 80.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[ 80.638] (II) No input driver specified, ignoring this device.
[ 80.638] (II) This device may have been added with another device file.
[ 80.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[ 80.638] (II) No input driver specified, ignoring this device.
[ 80.638] (II) This device may have been added with another device file.
[ 80.639] (II) config/udev: Adding input device LOGITECH G110 G-keys (/dev/input/event3)
[ 80.639] (**) LOGITECH G110 G-keys: Applying InputClass "evdev keyboard catchall"
[ 80.639] (II) Using input driver 'evdev' for 'LOGITECH G110 G-keys'
[ 80.639] (**) LOGITECH G110 G-keys: always reports core events
[ 80.639] (**) evdev: LOGITECH G110 G-keys: Device: "/dev/input/event3"
[ 80.639] (--) evdev: LOGITECH G110 G-keys: Vendor 0x46d Product 0xc22b
[ 80.639] (--) evdev: LOGITECH G110 G-keys: Found keys
[ 80.639] (II) evdev: LOGITECH G110 G-keys: Configuring as keyboard
[ 80.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1.1/3-4.1.1:1.0/0003:046D:C22B.0003/input/input7/event3"
[ 80.639] (II) XINPUT: Adding extended input device "LOGITECH G110 G-keys" (type: KEYBOARD, id 10)
[ 80.639] (**) Option "xkb_rules" "evdev"
[ 80.639] (**) Option "xkb_model" "pc104"
[ 80.639] (**) Option "xkb_layout" "us"
[ 80.639] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event4)
[ 80.639] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
[ 80.639] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
[ 80.639] (**) Gaming Keyboard G110: always reports core events
[ 80.639] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event4"
[ 80.640] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
[ 80.640] (--) evdev: Gaming Keyboard G110: Found keys
[ 80.640] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
[ 80.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.0/0003:046D:C22A.0004/input/input8/event4"
[ 80.640] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 11)
[ 80.640] (**) Option "xkb_rules" "evdev"
[ 80.640] (**) Option "xkb_model" "pc104"
[ 80.640] (**) Option "xkb_layout" "us"
[ 80.640] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event5)
[ 80.640] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
[ 80.640] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
[ 80.640] (**) Gaming Keyboard G110: always reports core events
[ 80.640] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event5"
[ 80.640] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
[ 80.640] (--) evdev: Gaming Keyboard G110: Found keys
[ 80.640] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
[ 80.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.1/0003:046D:C22A.0005/input/input9/event5"
[ 80.640] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 12)
[ 80.640] (**) Option "xkb_rules" "evdev"
[ 80.640] (**) Option "xkb_model" "pc104"
[ 80.641] (**) Option "xkb_layout" "us"
[ 80.641] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/event1)
[ 80.641] (**) Razer Razer Lachesis: Applying InputClass "evdev pointer catchall"
[ 80.641] (II) Using input driver 'evdev' for 'Razer Razer Lachesis'
[ 80.641] (**) Razer Razer Lachesis: always reports core events
[ 80.641] (**) evdev: Razer Razer Lachesis: Device: "/dev/input/event1"
[ 80.641] (--) evdev: Razer Razer Lachesis: Vendor 0x1532 Product 0xc
[ 80.641] (--) evdev: Razer Razer Lachesis: Found 12 mouse buttons
[ 80.641] (--) evdev: Razer Razer Lachesis: Found scroll wheel(s)
[ 80.641] (--) evdev: Razer Razer Lachesis: Found relative axes
[ 80.641] (--) evdev: Razer Razer Lachesis: Found x and y relative axes
[ 80.641] (II) evdev: Razer Razer Lachesis: Configuring as mouse
[ 80.641] (II) evdev: Razer Razer Lachesis: Adding scrollwheel support
[ 80.641] (**) evdev: Razer Razer Lachesis: YAxisMapping: buttons 4 and 5
[ 80.641] (**) evdev: Razer Razer Lachesis: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 80.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.0/0003:1532:000C.0001/input/input5/event1"
[ 80.641] (II) XINPUT: Adding extended input device "Razer Razer Lachesis" (type: MOUSE, id 13)
[ 80.642] (II) evdev: Razer Razer Lachesis: initialized for relative axes.
[ 80.642] (**) Razer Razer Lachesis: (accel) keeping acceleration scheme 1
[ 80.642] (**) Razer Razer Lachesis: (accel) acceleration profile 0
[ 80.642] (**) Razer Razer Lachesis: (accel) acceleration factor: 2.000
[ 80.642] (**) Razer Razer Lachesis: (accel) acceleration threshold: 4
[ 80.642] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/mouse0)
[ 80.642] (II) No input driver specified, ignoring this device.
[ 80.642] (II) This device may have been added with another device file.
[ 80.643] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/event2)
[ 80.643] (**) Razer Razer Lachesis: Applying InputClass "evdev keyboard catchall"
[ 80.643] (II) Using input driver 'evdev' for 'Razer Razer Lachesis'
[ 80.643] (**) Razer Razer Lachesis: always reports core events
[ 80.643] (**) evdev: Razer Razer Lachesis: Device: "/dev/input/event2"
[ 80.643] (--) evdev: Razer Razer Lachesis: Vendor 0x1532 Product 0xc
[ 80.643] (--) evdev: Razer Razer Lachesis: Found keys
[ 80.643] (II) evdev: Razer Razer Lachesis: Configuring as keyboard
[ 80.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.1/0003:1532:000C.0002/input/input6/event2"
[ 80.643] (II) XINPUT: Adding extended input device "Razer Razer Lachesis" (type: KEYBOARD, id 14)
[ 80.643] (**) Option "xkb_rules" "evdev"
[ 80.643] (**) Option "xkb_model" "pc104"
[ 80.643] (**) Option "xkb_layout" "us"
[ 80.643] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[ 80.643] (II) No input driver specified, ignoring this device.
[ 80.643] (II) This device may have been added with another device file.
[ 80.644] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[ 80.644] (II) No input driver specified, ignoring this device.
[ 80.644] (II) This device may have been added with another device file.
[ 80.644] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 80.644] (II) No input driver specified, ignoring this device.
[ 80.644] (II) This device may have been added with another device file.
[ 80.644] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[ 80.644] (II) No input driver specified, ignoring this device.
[ 80.644] (II) This device may have been added with another device file.
[ 80.645] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[ 80.645] (II) No input driver specified, ignoring this device.
[ 80.645] (II) This device may have been added with another device file.
[ 80.645] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event17)
[ 80.645] (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall"
[ 80.645] (II) Using input driver 'evdev' for 'BisonCam, NB Pro'
[ 80.645] (**) BisonCam, NB Pro: always reports core events
[ 80.645] (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event17"
[ 80.645] (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x512
[ 80.645] (--) evdev: BisonCam, NB Pro: Found keys
[ 80.645] (II) evdev: BisonCam, NB Pro: Configuring as keyboard
[ 80.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input23/event17"
[ 80.645] (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 15)
[ 80.645] (**) Option "xkb_rules" "evdev"
[ 80.645] (**) Option "xkb_model" "pc104"
[ 80.645] (**) Option "xkb_layout" "us"
[ 80.646] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 80.646] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 80.646] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 80.646] (**) AT Translated Set 2 keyboard: always reports core events
[ 80.646] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 80.646] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 80.646] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 80.646] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 80.646] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 80.646] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 80.646] (**) Option "xkb_rules" "evdev"
[ 80.646] (**) Option "xkb_model" "pc104"
[ 80.646] (**) Option "xkb_layout" "us"
[ 80.646] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event20)
[ 80.646] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 80.647] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 80.647] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 80.647] (II) LoadModule: "synaptics"
[ 80.647] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 80.647] (II) Module synaptics: vendor="X.Org Foundation"
[ 80.647] compiled for 1.16.0, module version = 1.8.1
[ 80.647] Module class: X.Org XInput Driver
[ 80.647] ABI class: X.Org XInput driver, version 21.0
[ 80.647] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 80.647] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 80.647] (**) Option "Device" "/dev/input/event20"
[ 80.756] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5662 (res 42)
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4660 (res 47)
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 80.757] (**) Option "TapButton1" "1"
[ 80.757] (**) Option "TapButton2" "2"
[ 80.757] (**) Option "TapButton3" "3"
[ 80.757] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 80.757] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 80.810] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input22/event20"
[ 80.810] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 17)
[ 80.810] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 80.810] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 80.810] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
[ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 80.810] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 80.811] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 80.811] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 80.811] (II) config/udev: Adding input device PC Speaker (/dev/input/event16)
[ 80.811] (II) No input driver specified, ignoring this device.
[ 80.811] (II) This device may have been added with another device file.
[ 88.265] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
[ 88.265] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 88.282] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
[ 88.282] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 88.291] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, HDMI-0: 1680x1050_60_0 @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
[ 89.221] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
[ 89.221] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 90.639] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
[ 90.639] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 93.745] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
[ 93.745] (II) NVIDIA(GPU-0): 3D Vision stereo.
Notably, the following lines appear in the working case, but not the broken case:
[ 78.914] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 78.914] loading driver: nvidia
Does anyone know what might be going on here?
Last edited by straemer (2014-12-20 13:03:58)

Hmmmm, that doesn't seem to be the issue. I have a nvidia geforce gtx 670mx. The nvidia website does link me to the 340xx driver for that card, but downgrading to that version still has the same issue. I suspect the issue is in Xorg, since it seems to load the module, but then decides it doesn't have a driver to run for some reason.

Similar Messages

  • Failed to load nvidia kernel module

    When I try to start x it outputs the following error
    Failed to load nvidia kernel module
    I'm trying to use the new nvidia-beta drivers from AUR but the same error occurs with ordinary nvidia drivers and the nv drivers. Under xorg.conf I currently have 'nvidia' next to driver and I've also put nvidia in the modules section of rc.conf
    when I try to modprobe nvidia is just outputs 'module nvidia not found'

    Ended up booting into gnome using the vesa driver (max resolution was 800x600) and downloading the new nvidia beta setup from the nvidia website then going back into terminal and running it. Just had to download make from pacman and it compiled a new nvidia kernel module for me it seems. All works well with the new driver now.
    Thanks.

  • Sun IDM Repositor Configuration Error: Failed to load JDBC Driver

    Hi Gurus,
    I am new to Java IDM and predictably failed in my first attempt to install Java IDM in a Windows machine with SQL Server 2000 SP3.
    I followed the Installation document step by step and I think I din' t miss any!!.. But still I got caught by an error, here it is:
    I successfully installed IDM but failed while configuring Repository. I have downloaded the JDBC driver from Microsoft for SQL Server 2000, SP3. Then after that I copied the Jar from JDBC driver folder to
    %WSHOME%/bin/lib folder. After this I launched the Repository configuration setup.
    I got the following error while trying to connect the waveset database with Repository type as SQL Server (JDBC Driver)
    com.waveset.util.ConfigurationError: Failed to load JDBC Driver 'com.microsoft.sqlserver.jdbc.SQLServerDriver':
    ==> java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
    The Parameters that I have given for connection are:
    URL: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=waveset
    JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Connect as User: waveset
    Connect Password: waveset
    I have created the database and granted all access to user waveset.
    Please help me come out of this. I tried dropping and recreating the database with a different name. Still it did not work, looks like it is a JDBC driver specific issue. Please guide me if I did anything wrong.
    Appreciate any help
    Thanks

    Open your driver jar using winzip or something and check if the class: com.microsoft.sqlserver.jdbc.SQLServerDriver is present in the jar. I think you need to use a different class name. or your jar file is wrong. I think there are separate jars for SQL server 2000 and for SQL Server 2005.

  • VSphere 4 - Failed to load iommu driver

    When I boot ESX 4 with the latest up on our UCS B class blades I get a:
    "Failed to load iommu driver" and when it finally finishes booting on the first screen I have message in red:
    cpu1 :4106)Mod: 2077: Initialization for vtd failed with -1"
    I already have Intel Virtualization Technology enabled on all of them.  This message wasn't showing last week but it started showing today.

    Strange, I rebooted the server 2 times and the error went away.
    If anyone knows what might have caused this please let me know.  Thanks.

  • Failed to load JDBC driver

    I am trying to run a program and keep getting the error Failed to load JDBC driver. java.lang.ClassNotFoundException
    How can I correct this?

    I was just trying to execute this example from Deitel's Java book.
    import java.awt.*;
    import java.sql.*;
    import java.util.*;
    import javax.swing.*;
    public class DisplayAuthors extends JFrame {
       // JDBC driver name and database URL
       static final String JDBC_DRIVER = "com.ibm.db2j.jdbc.DB2jDriver";
       static final String DATABASE_URL = "jdbc:db2j:books";
       // declare Connection and Statement for accessing
       // and querying database
       private Connection connection;
       private Statement statement;
       // constructor connects to database, queries database, processes
       // results and displays results in window
       public DisplayAuthors()
          super( "Authors Table of Books Database" );
          // connect to database books and query database
          try {
             // specify location of database on filesystem
             System.setProperty( "db2j.system.home", "C:/Cloudscape_5.0" );
             // load database driver class
             Class.forName( JDBC_DRIVER );
             // establish connection to database
             connection = DriverManager.getConnection( DATABASE_URL );
             // create Statement for querying database
             statement = connection.createStatement();
             // query database
             ResultSet resultSet =
                statement.executeQuery( "SELECT * FROM authors" );
             // process query results
             StringBuffer results = new StringBuffer();
             ResultSetMetaData metaData = resultSet.getMetaData();
             int numberOfColumns = metaData.getColumnCount();
             for ( int i = 1; i <= numberOfColumns; i++ )
                results.append( metaData.getColumnName( i ) + "\t" );
             results.append( "\n" );
             while ( resultSet.next() ) {
                for ( int i = 1; i <= numberOfColumns; i++ )
                   results.append( resultSet.getObject( i ) + "\t" );
                results.append( "\n" );
             // set up GUI and display window
             JTextArea textArea = new JTextArea( results.toString() );
             Container container = getContentPane();
             container.add( new JScrollPane( textArea ) );
             setSize( 300, 100 );  // set window size
             setVisible( true );   // display window
          }  // end try
          // detect problems interacting with the database
          catch ( SQLException sqlException ) {
             JOptionPane.showMessageDialog( null, sqlException.getMessage(),
                "Database Error", JOptionPane.ERROR_MESSAGE );
             System.exit( 1 );
          // detect problems loading database driver
          catch ( ClassNotFoundException classNotFound ) {
             JOptionPane.showMessageDialog( null, classNotFound.getMessage(),
                "Driver Not Found", JOptionPane.ERROR_MESSAGE );           
             System.exit( 1 );
          // ensure statement and connection are closed properly
          finally {
             try {
                statement.close();
                connection.close();           
             // handle exceptions closing statement and connection
             catch ( SQLException sqlException ) {
                JOptionPane.showMessageDialog( null,
                   sqlException.getMessage(), "Database Error",
                   JOptionPane.ERROR_MESSAGE );
                System.exit( 1 );
       }  // end DisplayAuthors constructor
       // launch the application
       public static void main( String args[] )
          DisplayAuthors window = new DisplayAuthors();     
          window.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    }  // end class DisplayAuthors

  • DVD - failed to load monitor driver

    Built 4 MSI systems using KN9neo motherboards and barton and pheno 1 processors - zero problems
    Just built another system with phenom 2 processor and MSI   NF750-G55 (MS-7578) motherboard
    running XP fully patched
    Everything works except the auto run on the lite-on cd/dvd writer
    When i first booted xp with no graphics driver, the MSI drivers disk auto ran fine and I installed all the drivers
    Now I can see the files on the utility disk but it wont auto run (or run the setup.exe file)
    error is - 'failed to load monitor driver'
    When I put the drivers disk in my phenom 1 machine it auto runs fine
    I see the device manager shows 2 vga entries for dual screen use no doubt
    Any ideas please - you might say why are you worried as all the drivers are on your machine - but i wonder if other dvd's might not auto run.
    cd's auto run fine in the drive - its just the drivers DVD disk that will not auto run ...
    I tried swapping the optical drive with my other machine which will auto run the disk, but it had the same problem - so the optical drive is ok but there is some incompatibility ?
    Should on chip vga be enabled in BIOS - tried it on and off - no diff
    thanks
    alan

    Quote from: Fredrik on 30-October-09, 06:09:07
    Enter Device Manager and have a look at top of the list for 'Monitors', and then 'Graphics cards'. Don't know the titles in your lingua.
    There seems to be something fishy with the drivers. I would restart the driver installation process, by uninstalling them. Don't think you are tempted to do so. 
    PSU too, please.
    graphics card looks good and tried to update it via internet - it says present driver is ok
    These two monitors showing are something I have never come across - they both say 'default monitor'
    Yes i think i will acronis what i have and take the drivers out and reinstall
    Two default monitors are weird or is it me that out of date as to how phenom 2's and fancy motherboards work... i will try it and report back !
    thanks
    alan

  • Cannot load nvidia driver module [SOLVED]

    OK so for some reason I can no longer load the nvidia (proprietary) driver.
    I have a laptop with optimus, on board intel and discrete nvidia GTX680M. I use this laptop for cuda development so I don't care about games etc, I just need the driver loaded to debug and run my cuda  apps. bbswitch still works fine as does bumblebee which I don't use normally but I do have it setup and running in case. Also I didn't really work much on coding last week so not sure exactly when this started.
    So here is what happens when I try to insert the nvidia module or use optirun:
    $ sudo modprobe nvidia
    modprobe: ERROR: could not insert 'nvidia': No such device
    $ sudo insmod nvidia
    insmod: ERROR: could not load module nvidia: No such file or directory
    $ optirun -vv glxspheres
    [ 27.485342] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 27.485506] [INFO]Configured driver: nvidia
    [ 27.485635] [DEBUG]optirun version 3.2.1 starting...
    [ 27.485642] [DEBUG]Active configuration:
    [ 27.485645] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 27.485662] [DEBUG] X display: :8
    [ 27.485674] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 27.485676] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 27.485679] [DEBUG] Accel/display bridge: primus
    [ 27.485681] [DEBUG] VGL Compression: xv
    [ 27.485684] [DEBUG] VGLrun extra options:
    [ 27.485686] [DEBUG] Primus LD Path: /usr/lib:/usr/lib32
    [ 27.560627] [INFO]Response: No - error: Could not load GPU driver
    [ 27.560647] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
    [ 27.560651] [DEBUG]Socket closed.
    [ 27.560666] [ERROR]Aborting because fallback start is disabled.
    [ 27.560671] [DEBUG]Killing all remaining processes.
    I don't have an xorg file for the intel gpu.
    device nodes are created:
    $ ls /dev/ | grep nv
    crw-rw-rw- 1 root root 195, 0 Sep 24 14:58 nvidia0
    crw-rw-rw- 1 root root 195, 255 Sep 24 14:58 nvidiactl
    log info:
    $cat /var/log/Xorg.0.log | grep EE
    [ 3.385] Current Operating System: Linux gpumonster 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4.299] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4.308] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4.308] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4.309] (EE) Failed to load module "fbdev" (module does not exist, 0)
    $ cat /var/log/Xorg.8.log
    [ 11367.762]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 11367.762] X Protocol Version 11, Revision 0
    [ 11367.762] Build Operating System: Linux 3.11.0-1-ARCH x86_64
    [ 11367.762] Current Operating System: Linux gpumonster 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
    [ 11367.762] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1c3a736e-6aab-45e1-a9ad-5d2f6195cd7d ro quiet
    [ 11367.762] Build Date: 13 September 2013 01:28:59PM
    [ 11367.762]
    [ 11367.762] Current version of pixman: 0.30.2
    [ 11367.762] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 11367.762] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11367.762] (==) Log file: "/var/log/Xorg.8.log", Time: Thu Sep 19 23:04:24 2013
    [ 11367.762] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 11367.762] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 11367.762] (==) ServerLayout "Layout0"
    [ 11367.762] (==) No screen section available. Using defaults.
    [ 11367.762] (**) |-->Screen "Default Screen Section" (0)
    [ 11367.762] (**) | |-->Monitor "<default monitor>"
    [ 11367.762] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 11367.762] (**) | |-->Device "DiscreteNvidia"
    [ 11367.762] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 11367.762] (**) Option "AutoAddDevices" "false"
    [ 11367.762] (**) Option "AutoAddGPU" "false"
    [ 11367.762] (**) Not automatically adding devices
    [ 11367.762] (==) Automatically enabling devices
    [ 11367.762] (**) Not automatically adding GPU devices
    [ 11367.762] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11367.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11367.762] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 11367.762] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 11367.762] (==) |-->Input Device "<default pointer>"
    [ 11367.763] (==) |-->Input Device "<default keyboard>"
    [ 11367.763] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 11367.763] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 11367.763] (II) Loader magic: 0x7fdc20
    [ 11367.763] (II) Module ABI versions:
    [ 11367.763] X.Org ANSI C Emulation: 0.4
    [ 11367.763] X.Org Video Driver: 14.1
    [ 11367.763] X.Org XInput driver : 19.1
    [ 11367.763] X.Org Server Extension : 7.0
    [ 11367.763] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 11367.763] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11367.763] setversion 1.4 failed
    [ 11367.764] (--) PCI:*(0:1:0:0) 10de:11a0:1558:5105 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 11367.764] Initializing built-in extension Generic Event Extension
    [ 11367.764] Initializing built-in extension SHAPE
    [ 11367.764] Initializing built-in extension MIT-SHM
    [ 11367.764] Initializing built-in extension XInputExtension
    [ 11367.764] Initializing built-in extension XTEST
    [ 11367.764] Initializing built-in extension BIG-REQUESTS
    [ 11367.764] Initializing built-in extension SYNC
    [ 11367.764] Initializing built-in extension XKEYBOARD
    [ 11367.764] Initializing built-in extension XC-MISC
    [ 11367.764] Initializing built-in extension SECURITY
    [ 11367.764] Initializing built-in extension XINERAMA
    [ 11367.764] Initializing built-in extension XFIXES
    [ 11367.764] Initializing built-in extension RENDER
    [ 11367.764] Initializing built-in extension RANDR
    [ 11367.764] Initializing built-in extension COMPOSITE
    [ 11367.764] Initializing built-in extension DAMAGE
    [ 11367.764] Initializing built-in extension MIT-SCREEN-SAVER
    [ 11367.764] Initializing built-in extension DOUBLE-BUFFER
    [ 11367.764] Initializing built-in extension RECORD
    [ 11367.764] Initializing built-in extension DPMS
    [ 11367.764] Initializing built-in extension X-Resource
    [ 11367.764] Initializing built-in extension XVideo
    [ 11367.764] Initializing built-in extension XVideo-MotionCompensation
    [ 11367.764] Initializing built-in extension XFree86-VidModeExtension
    [ 11367.764] Initializing built-in extension XFree86-DGA
    [ 11367.764] Initializing built-in extension XFree86-DRI
    [ 11367.764] Initializing built-in extension DRI2
    [ 11367.764] (II) LoadModule: "glx"
    [ 11367.764] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 11367.773] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11367.773] compiled for 4.0.2, module version = 1.0.0
    [ 11367.773] Module class: X.Org Server Extension
    [ 11367.773] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 11367.773] Loading extension GLX
    [ 11367.773] (II) LoadModule: "nvidia"
    [ 11367.773] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11367.773] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11367.773] compiled for 4.0.2, module version = 1.0.0
    [ 11367.773] Module class: X.Org Video Driver
    [ 11367.773] (II) LoadModule: "mouse"
    [ 11367.773] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 11367.773] (II) Module mouse: vendor="X.Org Foundation"
    [ 11367.773] compiled for 1.14.0, module version = 1.9.0
    [ 11367.773] Module class: X.Org XInput Driver
    [ 11367.773] ABI class: X.Org XInput driver, version 19.1
    [ 11367.773] (II) LoadModule: "kbd"
    [ 11367.774] (WW) Warning, couldn't open module kbd
    [ 11367.774] (II) UnloadModule: "kbd"
    [ 11367.774] (II) Unloading kbd
    [ 11367.774] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 11367.774] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 11367.774] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11367.774] (--) using VT number 7
    [ 11367.774] (II) Loading sub module "fb"
    [ 11367.774] (II) LoadModule: "fb"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11367.774] (II) Module fb: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.0.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 11367.774] (II) Loading sub module "wfb"
    [ 11367.774] (II) LoadModule: "wfb"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11367.774] (II) Module wfb: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.0.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (II) Loading sub module "shadow"
    [ 11367.774] (II) LoadModule: "shadow"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 11367.774] (II) Module shadow: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.1.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (II) Loading sub module "ramdac"
    [ 11367.774] (II) LoadModule: "ramdac"
    [ 11367.774] (II) Module "ramdac" already built-in
    [ 11367.774] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11367.774] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11367.775] (==) NVIDIA(0): RGB weight 888
    [ 11367.775] (==) NVIDIA(0): Default visual is TrueColor
    [ 11367.775] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11367.775] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 11367.775] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 11367.775] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 11367.775] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 11367.775] (**) NVIDIA(0): Enabling 2D acceleration
    [ 11367.775] (**) NVIDIA(0): Ignoring EDIDs
    [ 11367.775] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 11367.775] (**) NVIDIA(0): mode
    [ 11368.299] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 11368.300] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 680M (GK104) at PCI:1:0:0 (GPU-0)
    [ 11368.300] (--) NVIDIA(0): Memory: 4194304 kBytes
    [ 11368.300] (--) NVIDIA(0): VideoBIOS: 80.04.29.00.01
    [ 11368.300] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 11368.300] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680M at PCI:1:0:0
    [ 11368.300] (--) NVIDIA(0): none
    [ 11368.300] (II) NVIDIA(0): Validated MetaModes:
    [ 11368.300] (II) NVIDIA(0): "nvidia-auto-select"
    [ 11368.300] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 11368.300] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 11368.300] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 11368.300] (--) Depth 24 pixmap format is 32 bpp
    [ 11368.300] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 11368.300] (II) NVIDIA: access.
    [ 11368.304] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 11368.304] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 11368.304] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 11368.304] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 11368.304] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 11368.304] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 11368.304] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 11368.304] (II) NVIDIA(0): Config Options in the README.
    [ 11368.304] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 11368.308] Loading extension NV-GLX
    [ 11368.312] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 11368.312] (==) NVIDIA(0): Backing store disabled
    [ 11368.312] (==) NVIDIA(0): Silken mouse enabled
    [ 11368.312] (==) NVIDIA(0): DPMS enabled
    [ 11368.312] Loading extension NV-CONTROL
    [ 11368.312] (II) Loading sub module "dri2"
    [ 11368.312] (II) LoadModule: "dri2"
    [ 11368.312] (II) Module "dri2" already built-in
    [ 11368.312] (II) NVIDIA(0): [DRI2] Setup complete
    [ 11368.312] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 11368.312] (--) RandR disabled
    [ 11368.316] (II) Initializing extension GLX
    [ 11368.342] (II) Using input driver 'mouse' for '<default pointer>'
    [ 11368.342] (**) Option "CorePointer" "on"
    [ 11368.342] (**) <default pointer>: always reports core events
    [ 11368.342] (WW) <default pointer>: No Device specified, looking for one...
    [ 11368.422] (II) <default pointer>: Setting Device option to "/dev/input/mice"
    [ 11368.422] (--) <default pointer>: Device: "/dev/input/mice"
    [ 11368.422] (==) <default pointer>: Protocol: "Auto"
    [ 11368.422] (**) <default pointer>: always reports core events
    [ 11368.422] (**) Option "Device" "/dev/input/mice"
    [ 11368.475] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    [ 11368.475] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    [ 11368.475] (**) <default pointer>: Buttons: 9
    [ 11368.475] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
    [ 11368.475] (**) <default pointer>: (accel) keeping acceleration scheme 1
    [ 11368.475] (**) <default pointer>: (accel) acceleration profile 0
    [ 11368.475] (**) <default pointer>: (accel) acceleration factor: 2.000
    [ 11368.475] (**) <default pointer>: (accel) acceleration threshold: 4
    [ 11368.475] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    [ 11368.769] (II) <default pointer>: ps2EnableDataReporting: succeeded
    [ 11368.769] (II) LoadModule: "kbd"
    [ 11368.769] (WW) Warning, couldn't open module kbd
    [ 11368.769] (II) UnloadModule: "kbd"
    [ 11368.769] (II) Unloading kbd
    [ 11368.769] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 11368.769] (EE) No input driver matching `kbd'
    [ 11368.771] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.772] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 11368.772] (II) AutoAddDevices is off - not adding device.
    [ 11368.772] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 11368.772] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 11368.772] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11368.772] setversion 1.4 failed
    [ 11368.772] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/event1)
    [ 11368.772] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/event2)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/mouse0)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event8)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.775] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 11368.775] (II) AutoAddDevices is off - not adding device.
    [ 11368.775] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 11368.775] (II) AutoAddDevices is off - not adding device.
    [ 11374.183] (II) UnloadModule: "mouse"
    [ 11374.199] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 11374.200] (EE) Server terminated successfully (0). Closing log file.
    I'm not willing to give up and install/build the drivers from the cuda SDK just yet so any help would be greatly appreciated.
    Last edited by tim (2013-10-02 08:20:49)

    So in simple terms, the fix invovled ensuring the nvidia module is loaded before the bbswitch module. I'm not sure about the necessity of the things that follow but the fix may possibly also require removing bumblebee and possibly requires removing nvidia from repos and building the driver downloaded from nvidia.
    This fix could be completely unrelated to the problems I was having with arch but I cannot verify the fix on arch specifically cos I installed every distro under the sun trying to get it all working and I got it to work on a non arch distro.
    So... I'm not sure if I should really mark this a solved because I haven't/can't verify it on arch and technically the solution involved changing to another distro but in fact, I know it has absolutely nothing to do with arch since I saw the same behaviour on 3 other distros. If I have time, I will reinstall arch and verify but for the moment, I have a lot of work to catch up on now that I have a working nvidia driver I can actually use for dev
    Anyway, what I think is going on is there is some bizarre issue with bbswitch that stops the nvidia driver from being found because on the current distro I have installed, if I have no bbswitch, no bumblebee and no nvidia modules loaded or services running etc. I can modprobe the nvidia driver and all works fine. I can then modprobe the bbswitch driver and that works too. IF I modprobe the bbswitch driver first and then modprobe the nvidia driver, I get this error that says the nvidia module cant be found. The location it prints is in some updates directory whcih is odd too because I installed from nvidia source and never installed updates at all and made sure that there were absolutely no repo nvidia drivers or updates etc.
    Last edited by tim (2013-10-02 08:35:39)

  • [SOLVED] xorg update has broken nvidia-173xx driver

    Hi,
    I've been using arch for around 2 and a half months on 2 computers (a dell Inspiron 2200 and an old home built pc). So far I've been able to figure out most things myself.  However, following today's xorg update x seems to be broken. My laptop, which does not use nvidia, seems to be fine. On the pc i installed the i686 version and am running kde 4.5.1
    I have reinstalled nvidia-173xx and nvidia-173xx-utils, and run nvidia-xconfig but this has not helped any.
    Although the installation is carried out there is an error stating:
    ERROR: Module nvidia does not exist in /proc/modules In order to use the new nvidia driver, exit xserver and unload it manually
    A google search on the above error didn't advance me any further, either.
    I have also waited for today's kernel update but that hasn't seemed to fix things.
    If I run "startkde" i get an error message stating that it can't connect to the x server.
    "startx" says much the same only more verbose.
    /var/log/Xorg.0.log has the following information :
    dlopen: /usr/lib/xorg/modules/drivers/nvidia_dvr.so undefined sym$
    failed to load /usr/lib/xorg/modules/drivers/nvidia_dvr.so
    unloadable module "nvidia"
    failed to load module "nvidia" (loader failed, 7)
    I've done a lot of esearch but can't find any solutions to my issue. The following thread seems to be related :
    https://bbs.archlinux.org/viewtopic.php?id=103716
    but i can't seem to find an answer there either.
    Any help would be appreciated.
    Cheers
    Last edited by rabid_works (2010-09-29 19:32:42)

    ok, went to downgrade using
    #pacman -U ...
    but i have yet another error due to a conflict between files :
    xorg-server: /usr/lib/xorg/protocol.txt is already present in the file system
              xorg-server: /usr/share/man/Xserver.1.gz is already present on the file system
              xorg-server; /usr/share/xkb/README.compiled is afready present in the file system
    is it possible to safely force the installation?
    sorry if thatś a lazy question but I've been looking at this for so long that i can't fathom the idea of futher searching.
    EDIT: ok, i had a break and realised it'd be safer to simply rename and the delete the problematic files. The downgrade went fine. I have X back.
    thanks for the help.
    Last edited by rabid_works (2010-09-29 18:52:27)

  • [Solved]xorg fails to start, integrated nvidia gpu with intel

    Arch 32 Bit system
    When i start X server it says server terminated succesfully.
    the output of "lspci | grep VGA"
    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 GF108M [GrForce GT 540M] (rev a1)
    I installed xf86-video-modesettings xf86-video-fbdev nvidia nvidia-libgl nvidia-utils xorg-server xorg-server-utils xorg-xinit xterm xorg-twm xorg-xclock
    I guess the problem is monitor cant be detected but i dont know how can i make nvidia to find it. Look at Monitor section at 10-nvidia.conf and also Xorg.0.log.
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.12 (buildmeister@swio-display-x64-rhel04-18) Fri Apr 4 15:15:13 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    xorg.conf.d/10-nvidia.conf
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    EndSection
    xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    xorg.conf.d/10-quirks.conf
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    xorg.conf.d/50-synaptics.conf
    # Example xorg.conf.d snippet that assigns the touchpad driver
    # to all touchpads. See xorg.conf.d(5) for more information on
    # InputClass.
    # DO NOT EDIT THIS FILE, your distribution will likely overwrite
    # it when updating. Copy (and rename) this file into
    # /etc/X11/xorg.conf.d first.
    # Additional options may be added in the form of
    # Option "OptionName" "value"
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    # This option is recommend on all Linux systems using evdev, but cannot be
    # enabled by default. See the following link for details:
    # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
    MatchDevicePath "/dev/input/event*"
    EndSection
    Section "InputClass"
    Identifier "touchpad ignore duplicates"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "Ignore" "on"
    EndSection
    # This option enables the bottom right corner to be a right button on
    # non-synaptics clickpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    # To disable the bottom edge area so the buttons only work as buttons,
    # not for movement, set the AreaBottomEdge
    # Option "AreaBottomEdge" "82%"
    EndSection
    # This option disables software buttons on Apple touchpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Disable clickpad buttons on Apple touchpads"
    MatchProduct "Apple|bcm5974"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
    EndSection
    And finally
    /var/log/Xorg.0.log
    [ 37.622]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 37.622] X Protocol Version 11, Revision 0
    [ 37.622] Build Operating System: Linux 3.14.0-4-ARCH i686
    [ 37.622] Current Operating System: Linux Ceset-PC 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08 CEST 2014 i686
    [ 37.622] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c4bc1b1f-6e34-413e-bd2a-202d403c593d rw quiet
    [ 37.623] Build Date: 14 April 2014 08:41:02AM
    [ 37.623]
    [ 37.623] Current version of pixman: 0.32.4
    [ 37.623] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 37.623] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 37.624] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 28 14:31:33 2014
    [ 37.644] (==) Using config file: "/etc/X11/xorg.conf"
    [ 37.644] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 37.680] (==) ServerLayout "Layout0"
    [ 37.680] (**) |-->Screen "Screen0" (0)
    [ 37.680] (**) | |-->Monitor "Monitor0"
    [ 37.680] (**) | |-->Device "Device0"
    [ 37.680] (**) |-->Input Device "Keyboard0"
    [ 37.681] (**) |-->Input Device "Mouse0"
    [ 37.681] (==) Automatically adding devices
    [ 37.681] (==) Automatically enabling devices
    [ 37.681] (==) Automatically adding GPU devices
    [ 37.725] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 37.725] Entry deleted from font path.
    [ 37.726] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 37.726] Entry deleted from font path.
    [ 37.726] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 37.726] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 37.726] Entry deleted from font path.
    [ 37.726] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 37.726] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 37.726] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 37.726] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 37.726] (WW) Disabling Keyboard0
    [ 37.726] (WW) Disabling Mouse0
    [ 37.727] (II) Loader magic: 0x8264660
    [ 37.727] (II) Module ABI versions:
    [ 37.727] X.Org ANSI C Emulation: 0.4
    [ 37.727] X.Org Video Driver: 15.0
    [ 37.727] X.Org XInput driver : 20.0
    [ 37.727] X.Org Server Extension : 8.0
    [ 37.727] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 37.728] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 37.731] (--) PCI:*(0:0:2:0) 8086:0116:1025:0511 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00003000/64
    [ 37.731] (--) PCI: (0:1:0:0) 10de:0df4:1025:0512 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 37.732] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 37.732] Initializing built-in extension Generic Event Extension
    [ 37.732] Initializing built-in extension SHAPE
    [ 37.732] Initializing built-in extension MIT-SHM
    [ 37.732] Initializing built-in extension XInputExtension
    [ 37.733] Initializing built-in extension XTEST
    [ 37.733] Initializing built-in extension BIG-REQUESTS
    [ 37.733] Initializing built-in extension SYNC
    [ 37.733] Initializing built-in extension XKEYBOARD
    [ 37.733] Initializing built-in extension XC-MISC
    [ 37.733] Initializing built-in extension SECURITY
    [ 37.733] Initializing built-in extension XINERAMA
    [ 37.733] Initializing built-in extension XFIXES
    [ 37.733] Initializing built-in extension RENDER
    [ 37.733] Initializing built-in extension RANDR
    [ 37.734] Initializing built-in extension COMPOSITE
    [ 37.734] Initializing built-in extension DAMAGE
    [ 37.734] Initializing built-in extension MIT-SCREEN-SAVER
    [ 37.734] Initializing built-in extension DOUBLE-BUFFER
    [ 37.734] Initializing built-in extension RECORD
    [ 37.734] Initializing built-in extension DPMS
    [ 37.734] Initializing built-in extension Present
    [ 37.736] Initializing built-in extension DRI3
    [ 37.739] Initializing built-in extension X-Resource
    [ 37.741] Initializing built-in extension XVideo
    [ 37.743] Initializing built-in extension XVideo-MotionCompensation
    [ 37.745] Initializing built-in extension XFree86-VidModeExtension
    [ 37.747] Initializing built-in extension XFree86-DGA
    [ 37.748] Initializing built-in extension XFree86-DRI
    [ 37.750] Initializing built-in extension DRI2
    [ 37.750] (II) LoadModule: "glx"
    [ 37.765] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 38.573] (II) Module glx: vendor="NVIDIA Corporation"
    [ 38.573] compiled for 4.0.2, module version = 1.0.0
    [ 38.573] Module class: X.Org Server Extension
    [ 38.573] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:32:00 PDT 2014
    [ 38.575] Loading extension GLX
    [ 38.575] (II) LoadModule: "nvidia"
    [ 38.575] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 38.641] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 38.641] compiled for 4.0.2, module version = 1.0.0
    [ 38.641] Module class: X.Org Video Driver
    [ 38.652] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:10:20 PDT 2014
    [ 38.653] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 38.654] (++) using VT number 2
    [ 38.655] (II) Loading sub module "fb"
    [ 38.655] (II) LoadModule: "fb"
    [ 38.656] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 38.668] (II) Module fb: vendor="X.Org Foundation"
    [ 38.668] compiled for 1.15.1, module version = 1.0.0
    [ 38.668] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 38.668] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 38.668] (II) Loading sub module "wfb"
    [ 38.668] (II) LoadModule: "wfb"
    [ 38.669] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 38.671] (II) Module wfb: vendor="X.Org Foundation"
    [ 38.671] compiled for 1.15.1, module version = 1.0.0
    [ 38.671] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 38.671] (II) Loading sub module "ramdac"
    [ 38.671] (II) LoadModule: "ramdac"
    [ 38.671] (II) Module "ramdac" already built-in
    [ 38.675] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 38.675] (==) NVIDIA(0): RGB weight 888
    [ 38.675] (==) NVIDIA(0): Default visual is TrueColor
    [ 38.675] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 38.676] (**) NVIDIA(0): Enabling 2D acceleration
    [ 45.267] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 45.268] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 45.270] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
    [ 45.270] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 45.270] (--) NVIDIA(0): VideoBIOS: 70.08.3c.00.19
    [ 45.270] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 45.275] (--) NVIDIA(0): Valid display device(s) on GeForce GT 540M at PCI:1:0:0
    [ 45.275] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 45.275] (--) NVIDIA(0): DFP-0
    [ 45.275] (--) NVIDIA(0): DFP-1
    [ 45.275] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 45.275] (--) NVIDIA(0): DFP-0: Internal LVDS
    [ 45.275] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 45.275] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 45.275] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 45.275] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 45.275] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 45.275] (**) NVIDIA(0): all display devices.)
    [ 45.276] (==) NVIDIA(0):
    [ 45.276] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 45.276] (==) NVIDIA(0): will be used as the requested mode.
    [ 45.276] (==) NVIDIA(0):
    [ 45.277] (II) NVIDIA(0): Validated MetaModes:
    [ 45.277] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 45.277] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 45.281] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 45.281] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 45.281] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 45.281] (--) Depth 24 pixmap format is 32 bpp
    [ 45.281] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
    [ 45.281] (II) NVIDIA: access.
    [ 45.499] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 45.544] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 45.544] Loading extension NV-GLX
    [ 45.648] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 45.649] (==) NVIDIA(0): Backing store enabled
    [ 45.649] (==) NVIDIA(0): Silken mouse enabled
    [ 45.651] (**) NVIDIA(0): DPMS enabled
    [ 45.651] Loading extension NV-CONTROL
    [ 45.651] Loading extension XINERAMA
    [ 45.651] (II) Loading sub module "dri2"
    [ 45.651] (II) LoadModule: "dri2"
    [ 45.651] (II) Module "dri2" already built-in
    [ 45.651] (II) NVIDIA(0): [DRI2] Setup complete
    [ 45.652] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 45.652] (--) RandR disabled
    [ 45.673] (II) Initializing extension GLX
    [ 45.973] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 45.973] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45.973] (II) LoadModule: "evdev"
    [ 45.989] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 46.007] (II) Module evdev: vendor="X.Org Foundation"
    [ 46.007] compiled for 1.15.0, module version = 2.8.2
    [ 46.007] Module class: X.Org XInput Driver
    [ 46.007] ABI class: X.Org XInput driver, version 20.0
    [ 46.007] (II) Using input driver 'evdev' for 'Power Button'
    [ 46.007] (**) Power Button: always reports core events
    [ 46.007] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 46.007] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 46.007] (--) evdev: Power Button: Found keys
    [ 46.007] (II) evdev: Power Button: Configuring as keyboard
    [ 46.007] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 46.007] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 46.007] (**) Option "xkb_rules" "evdev"
    [ 46.007] (**) Option "xkb_model" "pc104"
    [ 46.007] (**) Option "xkb_layout" "us"
    [ 46.062] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
    [ 46.063] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 46.063] (II) Using input driver 'evdev' for 'Video Bus'
    [ 46.063] (**) Video Bus: always reports core events
    [ 46.063] (**) evdev: Video Bus: Device: "/dev/input/event13"
    [ 46.063] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 46.063] (--) evdev: Video Bus: Found keys
    [ 46.063] (II) evdev: Video Bus: Configuring as keyboard
    [ 46.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input15/event13"
    [ 46.063] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 46.063] (**) Option "xkb_rules" "evdev"
    [ 46.063] (**) Option "xkb_model" "pc104"
    [ 46.063] (**) Option "xkb_layout" "us"
    [ 46.064] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 46.064] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 46.064] (II) Using input driver 'evdev' for 'Power Button'
    [ 46.064] (**) Power Button: always reports core events
    [ 46.064] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 46.064] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 46.064] (--) evdev: Power Button: Found keys
    [ 46.064] (II) evdev: Power Button: Configuring as keyboard
    [ 46.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2/event1"
    [ 46.064] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 46.064] (**) Option "xkb_rules" "evdev"
    [ 46.064] (**) Option "xkb_model" "pc104"
    [ 46.064] (**) Option "xkb_layout" "us"
    [ 46.066] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 46.066] (II) No input driver specified, ignoring this device.
    [ 46.066] (II) This device may have been added with another device file.
    [ 46.066] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 46.066] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 46.066] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 46.066] (**) Sleep Button: always reports core events
    [ 46.066] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 46.066] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 46.066] (--) evdev: Sleep Button: Found keys
    [ 46.066] (II) evdev: Sleep Button: Configuring as keyboard
    [ 46.066] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input4/event3"
    [ 46.067] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 46.067] (**) Option "xkb_rules" "evdev"
    [ 46.067] (**) Option "xkb_model" "pc104"
    [ 46.067] (**) Option "xkb_layout" "us"
    [ 46.068] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 46.068] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 46.068] (II) Using input driver 'evdev' for 'Video Bus'
    [ 46.068] (**) Video Bus: always reports core events
    [ 46.068] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 46.068] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 46.068] (--) evdev: Video Bus: Found keys
    [ 46.068] (II) evdev: Video Bus: Configuring as keyboard
    [ 46.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input16/event14"
    [ 46.068] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
    [ 46.068] (**) Option "xkb_rules" "evdev"
    [ 46.068] (**) Option "xkb_model" "pc104"
    [ 46.068] (**) Option "xkb_layout" "us"
    [ 46.069] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 46.069] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 46.070] (II) config/udev: Adding input device 1.3M HD WebCam (/dev/input/event6)
    [ 46.070] (**) 1.3M HD WebCam: Applying InputClass "evdev keyboard catchall"
    [ 46.070] (II) Using input driver 'evdev' for '1.3M HD WebCam'
    [ 46.070] (**) 1.3M HD WebCam: always reports core events
    [ 46.070] (**) evdev: 1.3M HD WebCam: Device: "/dev/input/event6"
    [ 46.070] (--) evdev: 1.3M HD WebCam: Vendor 0x58f Product 0xb002
    [ 46.070] (--) evdev: 1.3M HD WebCam: Found keys
    [ 46.070] (II) evdev: 1.3M HD WebCam: Configuring as keyboard
    [ 46.070] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input8/event6"
    [ 46.070] (II) XINPUT: Adding extended input device "1.3M HD WebCam" (type: KEYBOARD, id 11)
    [ 46.070] (**) Option "xkb_rules" "evdev"
    [ 46.070] (**) Option "xkb_model" "pc104"
    [ 46.070] (**) Option "xkb_layout" "us"
    [ 46.071] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 46.071] (II) No input driver specified, ignoring this device.
    [ 46.071] (II) This device may have been added with another device file.
    [ 46.072] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
    [ 46.072] (II) No input driver specified, ignoring this device.
    [ 46.072] (II) This device may have been added with another device file.
    [ 46.072] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [ 46.072] (II) No input driver specified, ignoring this device.
    [ 46.072] (II) This device may have been added with another device file.
    [ 46.073] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 46.073] (II) No input driver specified, ignoring this device.
    [ 46.073] (II) This device may have been added with another device file.
    [ 46.073] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 46.073] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 46.073] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 46.074] (**) AT Translated Set 2 keyboard: always reports core events
    [ 46.074] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 46.074] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 46.074] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 46.074] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 46.074] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 46.074] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 46.074] (**) Option "xkb_rules" "evdev"
    [ 46.074] (**) Option "xkb_model" "pc104"
    [ 46.074] (**) Option "xkb_layout" "us"
    [ 46.075] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
    [ 46.075] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 46.075] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 46.075] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 46.075] (II) LoadModule: "synaptics"
    [ 46.075] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 46.092] (II) Module synaptics: vendor="X.Org Foundation"
    [ 46.092] compiled for 1.15.0, module version = 1.7.4
    [ 46.092] Module class: X.Org XInput Driver
    [ 46.092] ABI class: X.Org XInput driver, version 20.0
    [ 46.092] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 46.092] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 46.092] (**) Option "Device" "/dev/input/event15"
    [ 46.250] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5774 (res 56)
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5022 (res 105)
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 46.250] (**) Option "TapButton1" "1"
    [ 46.250] (**) Option "TapButton2" "2"
    [ 46.250] (**) Option "TapButton3" "3"
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 46.250] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 46.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event15"
    [ 46.316] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 46.317] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 46.317] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 46.317] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 46.317] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 46.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 46.318] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 46.319] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 46.319] (II) No input driver specified, ignoring this device.
    [ 46.319] (II) This device may have been added with another device file.
    [ 46.319] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event8)
    [ 46.319] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 46.320] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
    [ 46.320] (**) Acer WMI hotkeys: always reports core events
    [ 46.320] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event8"
    [ 46.320] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
    [ 46.320] (--) evdev: Acer WMI hotkeys: Found keys
    [ 46.320] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
    [ 46.320] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
    [ 46.320] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
    [ 46.320] (**) Option "xkb_rules" "evdev"
    [ 46.320] (**) Option "xkb_model" "pc104"
    [ 46.320] (**) Option "xkb_layout" "us"
    [ 46.321] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event9)
    [ 46.321] (II) No input driver specified, ignoring this device.
    [ 46.321] (II) This device may have been added with another device file.
    [ 46.321] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
    [ 46.321] (II) No input driver specified, ignoring this device.
    [ 46.321] (II) This device may have been added with another device file.
    [ 57.547] (II) evdev: Acer WMI hotkeys: Close
    [ 57.547] (II) UnloadModule: "evdev"
    [ 57.547] (II) UnloadModule: "synaptics"
    [ 57.547] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 57.547] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: 1.3M HD WebCam: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Video Bus: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Sleep Button: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Power Button: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Video Bus: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Power Button: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.580] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 57.589] (EE) Server terminated successfully (0). Closing log file.
    Last edited by hozturk0327 (2014-04-28 14:32:36)

    I realized that instead of this
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    i used
    xrandr --setprovideroutputsource NVIDIA-0
    xrandr --auto
    Now it is fixed.
    And sorry Kartious i thought i uploaded ~/.xinitrc.
    EDIT:
    uname -a outputs
    Linux Ceset-PC 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08: CEST 2014 i686 GNU/Linux
    Also this is the new Xorg.0.log
    [ 17.166]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 17.166] X Protocol Version 11, Revision 0
    [ 17.166] Build Operating System: Linux 3.14.0-4-ARCH i686
    [ 17.167] Current Operating System: Linux Ceset-PC 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08 CEST 2014 i686
    [ 17.167] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c4bc1b1f-6e34-413e-bd2a-202d403c593d rw quiet
    [ 17.167] Build Date: 14 April 2014 08:41:02AM
    [ 17.167]
    [ 17.167] Current version of pixman: 0.32.4
    [ 17.167] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 17.167] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW.) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 17.168] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 28 16:45:17 2014
    [ 17.210] (==) Using config file: "/etc/X11/xorg.conf"
    [ 17.210] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 17.246] (==) ServerLayout "layout"
    [ 17.246] (**) |-->Screen "nvidia" (0)
    [ 17.246] (**) | |-->Monitor "<default monitor>"
    [ 17.247] (**) | |-->Device "nvidia"
    [ 17.247] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 17.247] (**) |-->Inactive Device "intel"
    [ 17.247] (==) Automatically adding devices
    [ 17.247] (==) Automatically enabling devices
    [ 17.247] (==) Automatically adding GPU devices
    [ 17.290] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 17.291] Entry deleted from font path.
    [ 17.292] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 17.292] Entry deleted from font path.
    [ 17.292] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 17.292] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 17.292] Entry deleted from font path.
    [ 17.292] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 17.292] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 17.292] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 17.292] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 17.293] (II) Loader magic: 0x8264660
    [ 17.293] (II) Module ABI versions:
    [ 17.293] X.Org ANSI C Emulation: 0.4
    [ 17.293] X.Org Video Driver: 15.0
    [ 17.293] X.Org XInput driver : 20.0
    [ 17.293] X.Org Server Extension : 8.0
    [ 17.293] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 17.294] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 17.297] (--) PCI:*(0:0:2:0) 8086:0116:1025:0511 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00003000/64
    [ 17.297] (--) PCI: (0:1:0:0) 10de:0df4:1025:0512 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 17.297] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 17.298] Initializing built-in extension Generic Event Extension
    [ 17.298] Initializing built-in extension SHAPE
    [ 17.298] Initializing built-in extension MIT-SHM
    [ 17.298] Initializing built-in extension XInputExtension
    [ 17.299] Initializing built-in extension XTEST
    [ 17.299] Initializing built-in extension BIG-REQUESTS
    [ 17.299] Initializing built-in extension SYNC
    [ 17.299] Initializing built-in extension XKEYBOARD
    [ 17.299] Initializing built-in extension XC-MISC
    [ 17.299] Initializing built-in extension SECURITY
    [ 17.299] Initializing built-in extension XINERAMA
    [ 17.299] Initializing built-in extension XFIXES
    [ 17.299] Initializing built-in extension RENDER
    [ 17.299] Initializing built-in extension RANDR
    [ 17.300] Initializing built-in extension COMPOSITE
    [ 17.300] Initializing built-in extension DAMAGE
    [ 17.300] Initializing built-in extension MIT-SCREEN-SAVER
    [ 17.300] Initializing built-in extension DOUBLE-BUFFER
    [ 17.300] Initializing built-in extension RECORD
    [ 17.300] Initializing built-in extension DPMS
    [ 17.300] Initializing built-in extension Present
    [ 17.302] Initializing built-in extension DRI3
    [ 17.305] Initializing built-in extension X-Resource
    [ 17.307] Initializing built-in extension XVideo
    [ 17.309] Initializing built-in extension XVideo-MotionCompensation
    [ 17.311] Initializing built-in extension XFree86-VidModeExtension
    [ 17.313] Initializing built-in extension XFree86-DGA
    [ 17.314] Initializing built-in extension XFree86-DRI
    [ 17.316] Initializing built-in extension DRI2
    [ 17.316] (II) LoadModule: "glx"
    [ 17.331] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.139] (II) Module glx: vendor="NVIDIA Corporation"
    [ 18.139] compiled for 4.0.2, module version = 1.0.0
    [ 18.139] Module class: X.Org Server Extension
    [ 18.139] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:32:00 PDT 2014
    [ 18.141] Loading extension GLX
    [ 18.141] (II) LoadModule: "nvidia"
    [ 18.141] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 18.207] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 18.207] compiled for 4.0.2, module version = 1.0.0
    [ 18.207] Module class: X.Org Video Driver
    [ 18.217] (II) LoadModule: "modesetting"
    [ 18.217] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 18.223] (II) Module modesetting: vendor="X.Org Foundation"
    [ 18.223] compiled for 1.15.0, module version = 0.8.1
    [ 18.223] Module class: X.Org Video Driver
    [ 18.223] ABI class: X.Org Video Driver, version 15.0
    [ 18.224] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:10:20 PDT 2014
    [ 18.224] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 18.225] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 18.225] (++) using VT number 1
    [ 18.227] (II) Loading sub module "fb"
    [ 18.227] (II) LoadModule: "fb"
    [ 18.227] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 18.234] (II) Module fb: vendor="X.Org Foundation"
    [ 18.234] compiled for 1.15.1, module version = 1.0.0
    [ 18.234] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.234] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 18.234] (II) Loading sub module "wfb"
    [ 18.234] (II) LoadModule: "wfb"
    [ 18.235] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 18.237] (II) Module wfb: vendor="X.Org Foundation"
    [ 18.237] compiled for 1.15.1, module version = 1.0.0
    [ 18.237] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.237] (II) Loading sub module "ramdac"
    [ 18.237] (II) LoadModule: "ramdac"
    [ 18.237] (II) Module "ramdac" already built-in
    [ 18.240] (II) modesetting(1): using drv /dev/dri/card0
    [ 18.240] (II) modesetting(G0): using drv /dev/dri/card0
    [ 18.240] (EE) Screen 1 deleted because of no matching config section.
    [ 18.240] (II) UnloadModule: "modesetting"
    [ 18.240] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 18.240] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 18.240] (==) NVIDIA(0): RGB weight 888
    [ 18.240] (==) NVIDIA(0): Default visual is TrueColor
    [ 18.240] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 18.241] (**) NVIDIA(0): Enabling 2D acceleration
    [ 24.989] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 24.989] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 24.992] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
    [ 24.992] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 24.992] (--) NVIDIA(0): VideoBIOS: 70.08.3c.00.19
    [ 24.992] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 24.997] (--) NVIDIA(0): Valid display device(s) on GeForce GT 540M at PCI:1:0:0
    [ 24.997] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 24.997] (--) NVIDIA(0): DFP-0
    [ 24.997] (--) NVIDIA(0): DFP-1
    [ 24.997] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 24.997] (--) NVIDIA(0): DFP-0: Internal LVDS
    [ 24.997] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 24.997] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 24.997] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 24.997] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 24.997] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 24.997] (**) NVIDIA(0): all display devices.)
    [ 25.000] (==) NVIDIA(0):
    [ 25.000] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 25.000] (==) NVIDIA(0): will be used as the requested mode.
    [ 25.000] (==) NVIDIA(0):
    [ 25.001] (II) NVIDIA(0): Validated MetaModes:
    [ 25.001] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 25.001] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [ 25.006] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 25.006] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 25.006] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 25.006] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 25.006] (==) modesetting(G0): RGB weight 888
    [ 25.006] (==) modesetting(G0): Default visual is TrueColor
    [ 25.006] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 25.006] (II) modesetting(G0): Output LVDS-1-0 has no monitor section
    [ 25.008] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 25.009] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 25.009] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 25.009] (II) modesetting(G0): EDID for output LVDS-1-0
    [ 25.009] (II) modesetting(G0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 25.009] (II) modesetting(G0): Year: 2009 Week: 1
    [ 25.009] (II) modesetting(G0): EDID Version: 1.3
    [ 25.009] (II) modesetting(G0): Digital Display Input
    [ 25.009] (II) modesetting(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 25.009] (II) modesetting(G0): Gamma: 2.20
    [ 25.009] (II) modesetting(G0): No DPMS capabilities specified
    [ 25.009] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 25.009] (II) modesetting(G0): First detailed timing is preferred mode
    [ 25.009] (II) modesetting(G0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 25.009] (II) modesetting(G0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 25.009] (II) modesetting(G0): Manufacturer's mask: 0
    [ 25.009] (II) modesetting(G0): Supported detailed timing:
    [ 25.009] (II) modesetting(G0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 25.009] (II) modesetting(G0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 25.009] (II) modesetting(G0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 25.009] (II) modesetting(G0): Unknown vendor-specific block f
    [ 25.009] (II) modesetting(G0): AUO
    [ 25.009] (II) modesetting(G0): B156XW02 V2
    [ 25.009] (II) modesetting(G0): EDID (in hex):
    [ 25.009] (II) modesetting(G0): 00ffffffffffff0006afec2200000000
    [ 25.009] (II) modesetting(G0): 01130103802213780ac8959e57549226
    [ 25.009] (II) modesetting(G0): 0f505400000001010101010101010101
    [ 25.009] (II) modesetting(G0): 010101010101121b5642500026302018
    [ 25.009] (II) modesetting(G0): 340058c1100000180000000f00000000
    [ 25.009] (II) modesetting(G0): 00000000000000000020000000fe0041
    [ 25.009] (II) modesetting(G0): 554f0a202020202020202020000000fe
    [ 25.009] (II) modesetting(G0): 004231353658573032205632200a00c0
    [ 25.009] (II) modesetting(G0): Printing probed modes for output LVDS-1-0
    [ 25.009] (II) modesetting(G0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 25.009] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 25.011] (II) modesetting(G0): EDID for output VGA-1-0
    [ 25.011] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 25.011] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 25.011] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 25.011] (==) modesetting(G0): DPI set to (96, 96)
    [ 25.011] (II) Loading sub module "fb"
    [ 25.012] (II) LoadModule: "fb"
    [ 25.012] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.012] (II) Module fb: vendor="X.Org Foundation"
    [ 25.012] compiled for 1.15.1, module version = 1.0.0
    [ 25.012] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.012] (II) Loading sub module "shadow"
    [ 25.012] (II) LoadModule: "shadow"
    [ 25.012] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 25.022] (II) Module shadow: vendor="X.Org Foundation"
    [ 25.022] compiled for 1.15.1, module version = 1.1.0
    [ 25.023] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.023] (--) Depth 24 pixmap format is 32 bpp
    [ 25.033] (==) modesetting(G0): Backing store enabled
    [ 25.033] (==) modesetting(G0): Silken mouse enabled
    [ 25.033] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 25.034] (==) modesetting(G0): DPMS enabled
    [ 25.334] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
    [ 25.334] (II) NVIDIA: access.
    [ 25.553] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 25.627] Loading extension NV-GLX
    [ 25.723] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 25.723] (==) NVIDIA(0): Backing store enabled
    [ 25.723] (==) NVIDIA(0): Silken mouse enabled
    [ 25.724] (==) NVIDIA(0): DPMS enabled
    [ 25.724] Loading extension NV-CONTROL
    [ 25.724] Loading extension XINERAMA
    [ 25.724] (II) Loading sub module "dri2"
    [ 25.724] (II) LoadModule: "dri2"
    [ 25.724] (II) Module "dri2" already built-in
    [ 25.724] (II) NVIDIA(0): [DRI2] Setup complete
    [ 25.724] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 25.725] (--) RandR disabled
    [ 25.756] (II) Initializing extension GLX
    [ 25.760] (II) modesetting(G0): Damage tracking initialized
    [ 26.052] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 26.052] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.052] (II) LoadModule: "evdev"
    [ 26.078] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 26.081] (II) Module evdev: vendor="X.Org Foundation"
    [ 26.081] compiled for 1.15.0, module version = 2.8.2
    [ 26.081] Module class: X.Org XInput Driver
    [ 26.081] ABI class: X.Org XInput driver, version 20.0
    [ 26.081] (II) Using input driver 'evdev' for 'Power Button'
    [ 26.081] (**) Power Button: always reports core events
    [ 26.081] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 26.081] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 26.081] (--) evdev: Power Button: Found keys
    [ 26.081] (II) evdev: Power Button: Configuring as keyboard
    [ 26.081] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 26.081] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 26.081] (**) Option "xkb_rules" "evdev"
    [ 26.081] (**) Option "xkb_model" "pc104"
    [ 26.081] (**) Option "xkb_layout" "us"
    [ 26.136] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
    [ 26.136] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.136] (II) Using input driver 'evdev' for 'Video Bus'
    [ 26.136] (**) Video Bus: always reports core events
    [ 26.136] (**) evdev: Video Bus: Device: "/dev/input/event13"
    [ 26.136] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 26.136] (--) evdev: Video Bus: Found keys
    [ 26.136] (II) evdev: Video Bus: Configuring as keyboard
    [ 26.136] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input15/event13"
    [ 26.136] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 26.136] (**) Option "xkb_rules" "evdev"
    [ 26.136] (**) Option "xkb_model" "pc104"
    [ 26.136] (**) Option "xkb_layout" "us"
    [ 26.137] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 26.137] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.137] (II) Using input driver 'evdev' for 'Power Button'
    [ 26.137] (**) Power Button: always reports core events
    [ 26.137] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 26.138] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 26.138] (--) evdev: Power Button: Found keys
    [ 26.138] (II) evdev: Power Button: Configuring as keyboard
    [ 26.138] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2/event1"
    [ 26.138] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 26.138] (**) Option "xkb_rules" "evdev"
    [ 26.138] (**) Option "xkb_model" "pc104"
    [ 26.138] (**) Option "xkb_layout" "us"
    [ 26.139] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 26.139] (II) No input driver specified, ignoring this device.
    [ 26.139] (II) This device may have been added with another device file.
    [ 26.139] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 26.139] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 26.139] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 26.140] (**) Sleep Button: always reports core events
    [ 26.140] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 26.140] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 26.140] (--) evdev: Sleep Button: Found keys
    [ 26.140] (II) evdev: Sleep Button: Configuring as keyboard
    [ 26.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input4/event3"
    [ 26.140] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 26.140] (**) Option "xkb_rules" "evdev"
    [ 26.140] (**) Option "xkb_model" "pc104"
    [ 26.140] (**) Option "xkb_layout" "us"
    [ 26.141] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 26.141] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.141] (II) Using input driver 'evdev' for 'Video Bus'
    [ 26.141] (**) Video Bus: always reports core events
    [ 26.141] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 26.141] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 26.141] (--) evdev: Video Bus: Found keys
    [ 26.141] (II) evdev: Video Bus: Configuring as keyboard
    [ 26.141] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input16/event14"
    [ 26.141] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
    [ 26.141] (**) Option "xkb_rules" "evdev"
    [ 26.141] (**) Option "xkb_model" "pc104"
    [ 26.141] (**) Option "xkb_layout" "us"
    [ 26.142] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 26.142] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 26.143] (II) config/udev: Adding input device 1.3M HD WebCam (/dev/input/event8)
    [ 26.143] (**) 1.3M HD WebCam: Applying InputClass "evdev keyboard catchall"
    [ 26.143] (II) Using input driver 'evdev' for '1.3M HD WebCam'
    [ 26.143] (**) 1.3M HD WebCam: always reports core events
    [ 26.143] (**) evdev: 1.3M HD WebCam: Device: "/dev/input/event8"
    [ 26.143] (--) evdev: 1.3M HD WebCam: Vendor 0x58f Product 0xb002
    [ 26.143] (--) evdev: 1.3M HD WebCam: Found keys
    [ 26.143] (II) evdev: 1.3M HD WebCam: Configuring as keyboard
    [ 26.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event8"
    [ 26.143] (II) XINPUT: Adding extended input device "1.3M HD WebCam" (type: KEYBOARD, id 11)
    [ 26.143] (**) Option "xkb_rules" "evdev"
    [ 26.143] (**) Option "xkb_model" "pc104"
    [ 26.143] (**) Option "xkb_layout" "us"
    [ 26.144] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 26.144] (II) No input driver specified, ignoring this device.
    [ 26.144] (II) This device may have been added with another device file.
    [ 26.145] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
    [ 26.145] (II) No input driver specified, ignoring this device.
    [ 26.145] (II) This device may have been added with another device file.
    [ 26.145] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [ 26.145] (II) No input driver specified, ignoring this device.
    [ 26.146] (II) This device may have been added with another device file.
    [ 26.146] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 26.146] (II) No input driver specified, ignoring this device.
    [ 26.146] (II) This device may have been added with another device file.
    [ 26.147] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 26.147] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.147] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 26.147] (**) AT Translated Set 2 keyboard: always reports core events
    [ 26.147] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 26.147] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 26.147] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 26.147] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 26.147] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 26.147] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 26.147] (**) Option "xkb_rules" "evdev"
    [ 26.147] (**) Option "xkb_model" "pc104"
    [ 26.147] (**) Option "xkb_layout" "us"
    [ 26.148] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
    [ 26.148] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 26.148] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 26.148] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 26.148] (II) LoadModule: "synaptics"
    [ 26.148] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 26.158] (II) Module synaptics: vendor="X.Org Foundation"
    [ 26.158] compiled for 1.15.0, module version = 1.7.4
    [ 26.158] Module class: X.Org XInput Driver
    [ 26.158] ABI class: X.Org XInput driver, version 20.0
    [ 26.158] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 26.158] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 26.158] (**) Option "Device" "/dev/input/event15"
    [ 26.316] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5774 (res 56)
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5022 (res 105)
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 26.317] (**) Option "TapButton1" "1"
    [ 26.317] (**) Option "TapButton2" "2"
    [ 26.317] (**) Option "TapButton3" "3"
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.317] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 26.370] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
    [ 26.370] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 26.370] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 26.370] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 26.370] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    [ 26.370] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 26.370] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 26.371] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 26.371] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 26.371] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.371] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 26.371] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 26.372] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 26.372] (II) No input driver specified, ignoring this device.
    [ 26.372] (II) This device may have been added with another device file.
    [ 26.373] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
    [ 26.373] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 26.373] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
    [ 26.373] (**) Acer WMI hotkeys: always reports core events
    [ 26.373] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event6"
    [ 26.373] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
    [ 26.373] (--) evdev: Acer WMI hotkeys: Found keys
    [ 26.373] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
    [ 26.373] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event6"
    [ 26.373] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
    [ 26.373] (**) Option "xkb_rules" "evdev"
    [ 26.373] (**) Option "xkb_model" "pc104"
    [ 26.373] (**) Option "xkb_layout" "us"
    [ 26.374] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event7)
    [ 26.374] (II) No input driver specified, ignoring this device.
    [ 26.374] (II) This device may have been added with another device file.
    [ 26.375] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
    [ 26.375] (II) No input driver specified, ignoring this device.
    [ 26.375] (II) This device may have been added with another device file.
    [ 26.489] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 26.507] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 26.573] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 27.186] (II) evdev: Acer WMI hotkeys: Close
    [ 27.186] (II) UnloadModule: "evdev"
    [ 27.187] (II) UnloadModule: "synaptics"
    [ 27.187] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: 1.3M HD WebCam: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Video Bus: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Sleep Button: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Power Button: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Video Bus: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Power Button: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.254] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 27.404] (EE) Server terminated successfully (0). Closing log file.
    It is still not working.
    Last edited by hozturk0327 (2014-04-28 14:08:41)

  • [solved] kernel 3.2.8 fails with loading nvidia and virtualbox modules

    Topic says it. I just updated from kernel 3.2.7 to 3.2.8 and X won't start. The kernel fails to load the nvidia module with the follwing error: 'Exec format error'. Same for the virtualbox kernel modules. This is on x86_64, multilib and all testing repos enabled.
    Downgrade to 3.2.7 by
    pacman -S core/linux
    solves the issue.
    Last edited by Harey (2012-02-28 18:55:36)

    Allan wrote:Bug tracker...
    https://bugs.archlinux.org/task/28695

  • [Solved]Xorg 1.6 with nvidia 180.44 2D performance painfully slow

    Hi folks,
    Since the latest upgrade of Xorg and Nvidia all screen refreshes have become visibly very slow. Anything that has to redraw the whole screen takes a full second and my cpu usage jumps to 15%. The wierd thing is that glxgears is getting 200fps and looks perfectly smooth. Direct rendering is enabled and the client and server versions of the driver match. There are no errors in the Xorg.0.log apart from warnings about ACPI
    I am using an Nvidia 6200 in TwinView mode with 2 identical monitors.
    Here's my files/logs:
    xorg.conf:
    # nvidia-settings: version 1.0 (buildmeister@builder63) Tue Nov 4 14:08:09 PST 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    # Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    # Removed Option "Xinerama" "1"
    Option "AutoAddDevices" "false"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "TEU TL970"
    HorizSync 30.0 - 81.0
    VertRefresh 40.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TEU TL970"
    HorizSync 30.0 - 81.0
    VertRefresh 40.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "NoDRI"
    EndSection
    Section "Screen"
    # Removed Option "TwinView" "0"
    # Removed Option "TwinViewXineramaInfoOrder" "CRT-0"
    # Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "CRT-1"
    Option "metamodes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: nvidia-auto-select +0+0"
    Option "NoLogo" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    #EndSection
    Xorg.0.log
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux vostok 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 14 11:11:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AutoAddDevices" "false"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI: (0@3:0:0) Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1) rev 2, Mem @ 0xe0000000/16777216, 0xe3800000/16384, 0xe3000000/8388608, BIOS @ 0x????????/65536
    (--) PCI:*(0@10:0:0) nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe1000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Mon Mar 23 15:29:02 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver 180.44 Mon Mar 23 15:05:32 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 0a@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "TwinView" "1"
    (**) NVIDIA(0): Option "MetaModes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: nvidia-auto-select +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-1"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV44) at PCI:10:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.a2.10.52
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:10:0:0:
    (--) NVIDIA(0): TEU TL970 (CRT-0)
    (--) NVIDIA(0): TEU TL970 (CRT-1)
    (--) NVIDIA(0): TEU TL970 (CRT-0): 400.0 MHz maximum pixel clock
    (--) NVIDIA(0): TEU TL970 (CRT-1): 400.0 MHz maximum pixel clock
    (**) NVIDIA(0): TwinView enabled
    (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, CRT-1
    (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):
    (II) NVIDIA(0): "CRT-0:nvidia-auto-select+1280+0,CRT-1:nvidia-auto-select+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1024
    (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode
    (II) NVIDIA(0): "CRT-0:nvidia-auto-select+1280+0,CRT-1:nvidia-auto-select+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (WW) NVIDIA(0): Option "NoDRI" is not used
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "gb"
    (**) Keyboard0: XkbLayout: "gb"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/psaux"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/psaux"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "no"
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 9
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    Thanks for your kind attention.
    Last edited by sekenre (2009-04-14 16:48:38)

    Dheart wrote:glxinfo | grep direct ?
    Also try to run some game to see whether it will work.
    Already done:
    direct rendering: Yes
    And I'm at work, no games sorry
    I lowered the colour depth to 16bpp and it's a little bit faster on window refreshes. It's good enough to be usable but it's still annoying.

  • [Solved]Error after installing new nvidia driver uninstalling nouveau

    Hi,
    On seeing that a new nvidia driver is available, I thought I'll give it a try as the older ones kept crashing/rebooting in kde and gnome.
    I got nvidia and nvidia-utils from pacman. During that there was a conflicting file with libgl, so I had to remove nouveau and then install nvidia. I got an error saying need to unload module from xserver to install and would be possible on reboot or something similar(dont exactly remember the error)
    Then I rebooted and x failed to start with errors ending up with "GdmLocalDisplayFactory: Maximum number of X display failures reached: Check X server log for errors. "
    I tried "sudo modprobe nvidia" and it gave me
    FATAL: Error inserting nvidia (/lib/modules/2.6-----/nvidia/nvidia.ko) No such device
    I tried looking up these errors and didnt get any proper answer or solution.
    On my own attempts I saw I had inserted a module called nouveau in mkinitcpio.conf, I removed that but didnt help either. Read at a few forums and arch-wiki to run "nvidia-xconfig". The command creates a xorg.conf in X11. But on reboot nothing happened, same errors. Later I tried uninstalling and reinstalling both xorg and nvidia in hope something was wrong with the xorg which could get reset with a reinstall but that didnt do it
    The new nvidia driver is 275.19
    Config:
    i7 720QM
    8GB DDR3 1333Mhz
    Nvidia GTX 260M 1 GB
    Its a Alienware m15x.
    Last edited by death__machine (2011-07-21 16:35:48)

    Heres the Xorg.0.log and it mentions the nvidia error
    [ 377.958]
    X.Org X Server 1.10.3
    Release Date: 2011-07-08
    [ 377.959] X Protocol Version 11, Revision 0
    [ 377.960] Build Operating System: Linux 2.6.39-ARCH x86_64
    [ 377.960] Current Operating System: Linux death-laptop 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011 x86_64
    [ 377.961] Kernel command line: root=/dev/sda7 ro VGA=771 quiet splash
    [ 377.961] Build Date: 09 July 2011 07:52:32AM
    [ 377.962]
    [ 377.963] Current version of pixman: 0.22.2
    [ 377.963] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 377.964] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 377.966] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 21 02:24:42 2011
    [ 378.243] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 378.243] (==) No Layout section. Using the first Screen section.
    [ 378.243] (==) No screen section available. Using defaults.
    [ 378.243] (**) |-->Screen "Default Screen Section" (0)
    [ 378.243] (**) | |-->Monitor "<default monitor>"
    [ 378.244] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 378.244] (**) | |-->Device "Device0"
    [ 378.244] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 378.244] (==) Automatically adding devices
    [ 378.244] (==) Automatically enabling devices
    [ 378.244] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 378.244] Entry deleted from font path.
    [ 378.244] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 378.244] Entry deleted from font path.
    [ 378.244] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 378.244] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 378.244] Entry deleted from font path.
    [ 378.244] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 378.244] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 378.244] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 378.244] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 378.244] (II) Loader magic: 0x7d3440
    [ 378.244] (II) Module ABI versions:
    [ 378.244] X.Org ANSI C Emulation: 0.4
    [ 378.244] X.Org Video Driver: 10.0
    [ 378.244] X.Org XInput driver : 12.2
    [ 378.244] X.Org Server Extension : 5.0
    [ 378.246] (--) PCI:*(0:2:0:0) 10de:0618:1028:02a2 rev 162, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
    [ 378.246] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 378.246] (II) LoadModule: "extmod"
    [ 378.246] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 378.246] (II) Module extmod: vendor="X.Org Foundation"
    [ 378.246] compiled for 1.10.3, module version = 1.0.0
    [ 378.247] Module class: X.Org Server Extension
    [ 378.247] ABI class: X.Org Server Extension, version 5.0
    [ 378.247] (II) Loading extension MIT-SCREEN-SAVER
    [ 378.247] (II) Loading extension XFree86-VidModeExtension
    [ 378.247] (II) Loading extension XFree86-DGA
    [ 378.247] (II) Loading extension DPMS
    [ 378.247] (II) Loading extension XVideo
    [ 378.247] (II) Loading extension XVideo-MotionCompensation
    [ 378.247] (II) Loading extension X-Resource
    [ 378.247] (II) LoadModule: "dbe"
    [ 378.247] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 378.247] (II) Module dbe: vendor="X.Org Foundation"
    [ 378.247] compiled for 1.10.3, module version = 1.0.0
    [ 378.247] Module class: X.Org Server Extension
    [ 378.247] ABI class: X.Org Server Extension, version 5.0
    [ 378.247] (II) Loading extension DOUBLE-BUFFER
    [ 378.247] (II) LoadModule: "glx"
    [ 378.247] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 378.258] (II) Module glx: vendor="NVIDIA Corporation"
    [ 378.259] compiled for 4.0.2, module version = 1.0.0
    [ 378.259] Module class: X.Org Server Extension
    [ 378.259] (II) NVIDIA GLX Module 275.19 Tue Jul 12 18:31:51 PDT 2011
    [ 378.259] (II) Loading extension GLX
    [ 378.259] (II) LoadModule: "record"
    [ 378.259] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 378.259] (II) Module record: vendor="X.Org Foundation"
    [ 378.259] compiled for 1.10.3, module version = 1.13.0
    [ 378.259] Module class: X.Org Server Extension
    [ 378.259] ABI class: X.Org Server Extension, version 5.0
    [ 378.259] (II) Loading extension RECORD
    [ 378.259] (II) LoadModule: "dri"
    [ 378.259] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 378.259] (II) Module dri: vendor="X.Org Foundation"
    [ 378.259] compiled for 1.10.3, module version = 1.0.0
    [ 378.259] ABI class: X.Org Server Extension, version 5.0
    [ 378.259] (II) Loading extension XFree86-DRI
    [ 378.259] (II) LoadModule: "dri2"
    [ 378.260] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 378.260] (II) Module dri2: vendor="X.Org Foundation"
    [ 378.260] compiled for 1.10.3, module version = 1.2.0
    [ 378.260] ABI class: X.Org Server Extension, version 5.0
    [ 378.260] (II) Loading extension DRI2
    [ 378.260] (II) LoadModule: "nvidia"
    [ 378.260] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 378.261] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 378.261] compiled for 4.0.2, module version = 1.0.0
    [ 378.261] Module class: X.Org Video Driver
    [ 379.027] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 379.028] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 379.028] (II) UnloadModule: "nvidia"
    [ 379.028] (II) Unloading nvidia
    [ 379.028] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 379.029] (EE) No drivers available.
    [ 379.029]
    Fatal server error:
    [ 379.030] no screens found
    [ 379.031]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 379.033] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 379.033]

  • [Solved] Xorg fails when using Vmware.

    I've recently ran into a problem with ArchLinux running as a guest in VMware,
    I'd try load xorg and it would crash so I thought I'd install another version of ArchLinux in another machine.
    All went well until I installed
    xf86-video-vmware & svga-dri & open-vm-tools and added # MODULES = (... vmwgfx ...)
    So I'm finding it hard to figure out if this is a common issue (I've googled around and couldn't find anything), or something to do with one of the packages I've installed.
    Suggestions as to what I can do to fix this problem would be appreciated,
    Thanks and have a nice day.
    ~Compulsed
    [ 132.495]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 132.495] X Protocol Version 11, Revision 0
    [ 132.495] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 132.495] Current Operating System: Linux NiggerVM 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64
    [ 132.496] Kernel command line: root=/dev/disk/by-uuid/a9ad4c3b-f6b5-4cb3-9355-17eba48a92d7 ro
    [ 132.496] Build Date: 05 March 2012 05:59:48AM
    [ 132.496]
    [ 132.496] Current version of pixman: 0.24.4
    [ 132.497] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 132.497] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 132.498] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 18:40:19 2012
    [ 132.539] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 132.565] (==) No Layout section. Using the first Screen section.
    [ 132.565] (==) No screen section available. Using defaults.
    [ 132.565] (**) |-->Screen "Default Screen Section" (0)
    [ 132.565] (**) | |-->Monitor "<default monitor>"
    [ 132.565] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 132.565] (==) Automatically adding devices
    [ 132.565] (==) Automatically enabling devices
    [ 132.584] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 132.584] Entry deleted from font path.
    [ 132.584] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 132.584] Entry deleted from font path.
    [ 132.585] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 132.585] Entry deleted from font path.
    [ 132.585] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 132.590] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 132.590] Entry deleted from font path.
    [ 132.590] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 132.590] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 132.590] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 132.590] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 132.591] (II) Loader magic: 0x7cef60
    [ 132.591] (II) Module ABI versions:
    [ 132.591] X.Org ANSI C Emulation: 0.4
    [ 132.591] X.Org Video Driver: 12.0
    [ 132.591] X.Org XInput driver : 16.0
    [ 132.591] X.Org Server Extension : 6.0
    [ 132.598] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xd0000000/134217728, 0xd8000000/8388608, I/O @ 0x000010d0/16, BIOS @ 0x????????/32768
    [ 132.599] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 132.599] (II) LoadModule: "extmod"
    [ 132.606] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 132.619] (II) Module extmod: vendor="X.Org Foundation"
    [ 132.619] compiled for 1.12.0, module version = 1.0.0
    [ 132.619] Module class: X.Org Server Extension
    [ 132.619] ABI class: X.Org Server Extension, version 6.0
    [ 132.619] (II) Loading extension MIT-SCREEN-SAVER
    [ 132.619] (II) Loading extension XFree86-VidModeExtension
    [ 132.619] (II) Loading extension XFree86-DGA
    [ 132.619] (II) Loading extension DPMS
    [ 132.619] (II) Loading extension XVideo
    [ 132.619] (II) Loading extension XVideo-MotionCompensation
    [ 132.619] (II) Loading extension X-Resource
    [ 132.619] (II) LoadModule: "dbe"
    [ 132.619] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 132.620] (II) Module dbe: vendor="X.Org Foundation"
    [ 132.620] compiled for 1.12.0, module version = 1.0.0
    [ 132.620] Module class: X.Org Server Extension
    [ 132.620] ABI class: X.Org Server Extension, version 6.0
    [ 132.620] (II) Loading extension DOUBLE-BUFFER
    [ 132.620] (II) LoadModule: "glx"
    [ 132.620] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 132.639] (II) Module glx: vendor="X.Org Foundation"
    [ 132.639] compiled for 1.12.0, module version = 1.0.0
    [ 132.640] ABI class: X.Org Server Extension, version 6.0
    [ 132.640] (==) AIGLX enabled
    [ 132.640] (II) Loading extension GLX
    [ 132.640] (II) LoadModule: "record"
    [ 132.640] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 132.640] (II) Module record: vendor="X.Org Foundation"
    [ 132.640] compiled for 1.12.0, module version = 1.13.0
    [ 132.640] Module class: X.Org Server Extension
    [ 132.640] ABI class: X.Org Server Extension, version 6.0
    [ 132.641] (II) Loading extension RECORD
    [ 132.641] (II) LoadModule: "dri"
    [ 132.641] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 132.659] (II) Module dri: vendor="X.Org Foundation"
    [ 132.659] compiled for 1.12.0, module version = 1.0.0
    [ 132.659] ABI class: X.Org Server Extension, version 6.0
    [ 132.659] (II) Loading extension XFree86-DRI
    [ 132.659] (II) LoadModule: "dri2"
    [ 132.659] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 132.659] (II) Module dri2: vendor="X.Org Foundation"
    [ 132.659] compiled for 1.12.0, module version = 1.2.0
    [ 132.659] ABI class: X.Org Server Extension, version 6.0
    [ 132.659] (II) Loading extension DRI2
    [ 132.659] (==) Matched vmware as autoconfigured driver 0
    [ 132.659] (==) Matched vesa as autoconfigured driver 1
    [ 132.659] (==) Matched fbdev as autoconfigured driver 2
    [ 132.659] (==) Assigned the driver to the xf86ConfigLayout
    [ 132.659] (II) LoadModule: "vmware"
    [ 132.659] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
    [ 132.928] (II) Module vmware: vendor="X.Org Foundation"
    [ 132.928] compiled for 1.12.0, module version = 12.0.1
    [ 132.928] Module class: X.Org Video Driver
    [ 132.928] ABI class: X.Org Video Driver, version 12.0
    [ 132.928] (II) LoadModule: "vesa"
    [ 132.928] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 132.941] (II) Module vesa: vendor="X.Org Foundation"
    [ 132.941] compiled for 1.11.99.903, module version = 2.3.0
    [ 132.941] Module class: X.Org Video Driver
    [ 132.941] ABI class: X.Org Video Driver, version 12.0
    [ 132.941] (II) LoadModule: "fbdev"
    [ 132.962] (WW) Warning, couldn't open module fbdev
    [ 132.962] (II) UnloadModule: "fbdev"
    [ 132.962] (II) Unloading fbdev
    [ 132.962] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 132.962] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
    [ 132.962] (II) VESA: driver for VESA chipsets: vesa
    [ 132.962] (--) using VT number 7
    [ 133.004] (WW) Falling back to old probe method for vesa
    [ 133.004] drmOpenDevice: node name is /dev/dri/card0
    [ 133.020] drmOpenDevice: open result is 8, (OK)
    [ 133.040] drmOpenByBusid: Searching for BusID PCI:0:15:0
    [ 133.040] drmOpenDevice: node name is /dev/dri/card0
    [ 133.051] drmOpenDevice: open result is 8, (OK)
    [ 133.051] drmOpenByBusid: drmOpenMinor returns 8
    [ 133.051] drmOpenByBusid: drmGetBusid reports pci:0000:00:0f.0
    [ 133.051] (--) vmware(0): DRM driver version is 2.3.0
    [ 133.051] (II) vmware(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 133.051] (EE) vmware(0): Device is not screen object capable.
    [ 133.073] (WW) vmware(0): Disabling 3D support.
    [ 133.073] (WW) vmware(0): Disabling Render Acceleration.
    [ 133.073] (WW) vmware(0): Disabling RandR12+ support.
    [ 133.073] (--) vmware(0): VMware SVGA regs at (0x10d0, 0x10d1)
    [ 133.073] (II) Loading sub module "vgahw"
    [ 133.073] (II) LoadModule: "vgahw"
    [ 133.074] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 133.084] (II) Module vgahw: vendor="X.Org Foundation"
    [ 133.084] compiled for 1.12.0, module version = 0.1.0
    [ 133.084] ABI class: X.Org Video Driver, version 12.0
    [ 133.084]
    [ 133.084] Backtrace:
    [ 133.084] 0: /usr/bin/X (xorg_backtrace+0x34) [0x567da4]
    [ 133.084] 1: /usr/bin/X (0x400000+0x16b8b9) [0x56b8b9]
    [ 133.084] 2: /lib/libpthread.so.0 (0x7f1a580d3000+0xf270) [0x7f1a580e2270]
    [ 133.084]
    [ 133.084] Segmentation fault at address (nil)
    [ 133.084]
    Fatal server error:
    [ 133.084] Caught signal 11 (Segmentation fault). Server aborting
    [ 133.084]
    [ 133.084]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 133.084] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 133.084]
    [ 133.099] Server terminated with error (1). Closing log file.
    Last edited by Compulsed (2012-03-22 08:18:12)

    This may not be very helpful, but see https://bbs.archlinux.org/viewtopic.php?id=137733 and https://bugs.archlinux.org/task/28882 .

  • [SOLVED]Get [FAIL] when loading user specified modules.

    That is it, when the system is booting i get a [FAIL] message when loading user specified modules after upgrading udev, and the kmod new module handling or something as say in the news. I dont have a modprobe.conf or a modprobe.conf.pacsave file either and creating a modprobe.conf file doesn't solve the problem. The strange thing is that the modules are loaded anyways. I mean the ones that are specified in rc.conf. I dont know if the system [FAIL] to load that modules or others...The system works fine for now too.
    Thanks.
    PD: sorry if you notice my poor english.
    Last edited by Hyugga (2012-01-22 23:09:02)

    I had the same problem and removing the governor performance from rc.conf solved the problem. I tried however to remove both governors and only leave powernow-k8 (this is the only one that works for me) leaving rc.conf like this:
    MODULES=(brcmsmac powernow-k8)
    When I boot the laptop and check which governors are available and being used I get the following:
    [netlak@soulrebel ~]$ cpufreq-info
    cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    driver: powernow-k8
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 8.0 us.
    hardware limits: 800 MHz - 2.10 GHz
    available frequency steps: 2.10 GHz, 1.50 GHz, 800 MHz
    available cpufreq governors: performance
    current policy: frequency should be within 800 MHz and 2.10 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 2.10 GHz.
    This like as if the ondemand governor would not be available but when unplugging the laptop and check again I get this:
    [netlak@soulrebel ~]$ cpufreq-info
    cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    driver: powernow-k8
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 8.0 us.
    hardware limits: 800 MHz - 2.10 GHz
    available frequency steps: 2.10 GHz, 1.50 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.10 GHz.
    The governor "ondemand" may decide which speed to use
    within this range.
    current CPU frequency is 800 MHz.
    This shows that the ondemand module can be autoloaded when needed, so I leave rc.conf only with powernow-k8.
    Thanks for your help.

  • [Solved] Xorg won't load properly

    Intro:
    This is my first post on these forums. It's been a while since I messed with linux and I recently had some free time and wanted to get back into it. Back in the day, I would spend days trying to get a Gentoo install working and it was a lot of fun. However the novelty of this eventually wore off and the end result was Ubuntu. However Ubuntu isn't my destination. I'm a tinkerer. I hate bloat. I love tweaking things to maximum efficiency and that is what attracted me to Gentoo.
    I decided to start with Ubuntu when I came back to linux a couple days ago. It's still the same as I remember. It just seems slow to me and I hate having a massive amount of packages installed that I did not ask for. I ended up doing a few hours of research to find a new distro and what ended up leading me to Arch was a google search for simply "better than Gentoo". So far, I love Arch. From the simple website layout (I love simple.) to the amazing installation guides, to the wiki, and the list goes on. I want this to be my main distro so badly but I've hit a little snag.
    The install:
    I followed the instructions to a T. I read every paragraph more than once to make sure I got it right. Some of my linux experience is coming back and the installation of the base system ended up being problem-free. Now time for Xorg. Installing Xorg took about 17 seconds. Back when I messed with Gentoo I can remember emerging XFree would be an overnight endeavor. I followed every step of the instructions to a T again.
    The problem:
    Having not messed with linux in a while I have to admit by ability to write a config file is probably garbage. After installing the proprietary NVidia driver and doing everything that the installation guide said, I went into the advanced NVidia guide to make sure I hadn't missed anything and did a few extra things recommended in there.
    When it came time to startx, the NVidia logo flashed, and I was greeted with a black screen. My gut told me it was hardlocked. Key combinations that should have gotten me out of it weren't working, but I guess it could have been a termination of my inputs. I tried a few things like disabling hot-plugging but that didn't seem to help at all. Now, after a few hours of scouring the Arch forums, the wiki, and googling everything I could find, the best I've managed to do was get X to open with 3 terminal windows, a clock in the upper right, all barebones graphics, and either completely hardlocked, or with the mouse/keyboard disabled. Every time I startx ends in me needing to restart the computer.
    Having read countless forum posts in search of an answer, I'm aware how annoying people like me can be. Not finding the answer on our own... expecting a miracle cure from more experienced users...
    But I can assure you I've put in plenty of time on this, and when I get home from work today I plan to put more time into it. But any advice or points in the right direction would be massively appreciated.
    A couple specific questions would be, is there a log file somewhere I can read the error messages if any that X is spitting out before it locks up? I tried googling for that but the log file didn't appear to exist.
    Also for a NVidia 9200M can anyone tell me if just pacman -S nvidia is correct? Or do I need a specific package. I proceeded under the assumption that my 6 month old laptop should use the newest, "nvidia" package.
    Sorry if this is long winded, but I wanted to provide a little background so I don't get a generic RTFM response :)
    Last edited by Zelgius (2009-09-14 22:10:42)

    Welcome to Arch Zelgius
    Tuition tells me that you need to be more specific with the driver you installed, I dont think that pacman -S nvidia will get you the driver you need.  Consult the nvidia wiki (http://wiki.archlinux.org/index.php/NVIDIA).
    If that doesnt work then i would go back to the "install video drive package" section of the beginners guide and try the open source xf86-video-nv driver to see if your gpu works period.

Maybe you are looking for

  • Ipod manager error message

    I've plugged my ipod mini in to my pc and am getting an error message on the pc saying "ipod manager internal software error". The ipod doesn't register with itunes and the "do not disconnect" message is not going away...can anyone advise what I need

  • Is it possible to sync a Moto Q9h AT&T phone with Entourage contacts etc.?

    I am running a new iMac and have a Motorola Q9H AT&T phone. Is it possible to sync a Moto Q9h AT&T phone with Entourage contacts etc.?

  • How to load fonts into iPad?

    Can anyone offer help/referral on how to load custom fonts into the iPad?  Thanks

  • Adobe Photoshop Cs5 Merge to HDR Bug 15' MacbookPro

    Hi, When I use Merge to HDR Pro in photoshop CS5 on my 15 macbookpro I can't click 'ok' or 'cancel' as well as not being able to chose which photo I want to keep as a merge photo. I saw some of the fixes but they didn't seem to work for me. Any help

  • Is Oracle 8i Client installed?

    What's the best way for a setup program to find out if Oracle 8i client is installed on a machine? Is there a specific registry key or file I can look for? I also need to get the Home name and Path. Thanks, Tom Jordan