[solved]Xorg cound't run on Nvidia

EDIT:thank everyone helping me, and I have solved my problems.
NOTE:my laptop is actualty equiped with dual graphics and using wiki  https://wiki.archlinux.org/index.php/NVIDIA_Optimus it work prefect!
my new laptop is ASUS A550JK which is reported has one graphics card(Nvidia GTX 850m)
first of all , I'm confused how many graphics cards in it really because lspci's output is this:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
03:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
04:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
it seems that it has two graphics cards:
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
whats the fact?
I try to collect imformations (in China network) about this laptop  ,all webpage and even ASUS information never say this laptop has dual graphics cards, and I have tried bumblebee itreturned xdisplay error..
EDIT:maybe i am wrong, I have found two webpages that describe this laptop(ASUS A550JK4710)actually is hybrid graphics.
secondly . Im trying to install xorg after just install package nvidia and configed using nvidia-xconfig. when running startx it reports:
[ 12402.822]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[ 12402.823] X Protocol Version 11, Revision 0
[ 12402.824] Build Operating System: Linux 3.15.5-2-ARCH x86_64
[ 12402.824] Current Operating System: Linux EastpigerLaptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
[ 12402.824] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd8cb64e-ee13-462b-b35a-bddf5abf37aa rw quiet
[ 12402.825] Build Date: 31 July 2014 11:53:19AM
[ 12402.826]
[ 12402.826] Current version of pixman: 0.32.6
[ 12402.827] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12402.827] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12402.830] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Sep 10 05:39:34 2014
[ 12402.831] (==) Using config file: "/etc/X11/xorg.conf"
[ 12402.831] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12402.832] Parse error on line 40 of section Monitor in file /etc/X11/xorg.conf
"Display" is not a valid keyword in this section.
[ 12402.832] (EE) Problem parsing the config file
[ 12402.832] (EE) Error parsing the config file
[ 12402.832] (EE)
Fatal server error:
[ 12402.833] (EE) no screens found(EE)
[ 12402.834] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 12402.836] (EE) Please also check the log file at "/var/log/Xorg.3.log" for additional information.
[ 12402.836] (EE)
[ 12402.837] (EE) Server terminated with error (1). Closing log file.
so I add BusID "PCI:1:0:0" into /etc/X11/xorg.conf . try startx again and it seems that xorg can run longer but I didnt get Interface and tty stucked.
This is my  /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 340.32 (buildmeister@swio-display-x64-rhel04-01) Tue Aug 5 21:15:33 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"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
and this is /var/log/Xorg.3.log(I run it on tty 3 )
[ 12437.283]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[ 12437.284] X Protocol Version 11, Revision 0
[ 12437.284] Build Operating System: Linux 3.15.5-2-ARCH x86_64
[ 12437.285] Current Operating System: Linux EastpigerLaptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
[ 12437.285] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd8cb64e-ee13-462b-b35a-bddf5abf37aa rw quiet
[ 12437.285] Build Date: 31 July 2014 11:53:19AM
[ 12437.286]
[ 12437.286] Current version of pixman: 0.32.6
[ 12437.287] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12437.287] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12437.289] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Sep 10 05:40:09 2014
[ 12437.289] (==) Using config file: "/etc/X11/xorg.conf"
[ 12437.290] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12437.290] (==) ServerLayout "Layout0"
[ 12437.290] (**) |-->Screen "Screen0" (0)
[ 12437.290] (**) | |-->Monitor "Monitor0"
[ 12437.290] (**) | |-->Device "Device0"
[ 12437.290] (**) |-->Input Device "Keyboard0"
[ 12437.290] (**) |-->Input Device "Mouse0"
[ 12437.290] (==) Automatically adding devices
[ 12437.290] (==) Automatically enabling devices
[ 12437.290] (==) Automatically adding GPU devices
[ 12437.290] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 12437.290] Entry deleted from font path.
[ 12437.290] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 12437.290] Entry deleted from font path.
[ 12437.290] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 12437.290] Entry deleted from font path.
[ 12437.290] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 12437.290] Entry deleted from font path.
[ 12437.290] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 12437.290] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 12437.290] Entry deleted from font path.
[ 12437.290] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 12437.290] (==) FontPath set to:
/usr/share/fonts/misc/
[ 12437.290] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12437.290] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 12437.290] (WW) Disabling Keyboard0
[ 12437.290] (WW) Disabling Mouse0
[ 12437.290] (II) Loader magic: 0x818d80
[ 12437.290] (II) Module ABI versions:
[ 12437.290] X.Org ANSI C Emulation: 0.4
[ 12437.290] X.Org Video Driver: 18.0
[ 12437.290] X.Org XInput driver : 21.0
[ 12437.290] X.Org Server Extension : 8.0
[ 12437.291] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
[ 12437.291] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 12437.292] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 1
[ 12437.292] (EE) Error systemd-logind returned paused fd for drm node
[ 12437.292] (II) systemd-logind: releasing fd for 226:1
[ 12437.292] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 12437.292] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[ 12437.293] (--) PCI:*(0:0:2:0) 8086:0416:1043:178d rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 12437.293] (--) PCI: (0:1:0:0) 10de:1391:1043:178d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 12437.293] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 12437.293] (II) LoadModule: "glx"
[ 12437.293] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12437.300] (II) Module glx: vendor="NVIDIA Corporation"
[ 12437.300] compiled for 4.0.2, module version = 1.0.0
[ 12437.300] Module class: X.Org Server Extension
[ 12437.300] (II) NVIDIA GLX Module 340.32 Tue Aug 5 20:32:43 PDT 2014
[ 12437.300] (II) LoadModule: "nvidia"
[ 12437.300] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 12437.300] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 12437.300] compiled for 4.0.2, module version = 1.0.0
[ 12437.300] Module class: X.Org Video Driver
[ 12437.300] (II) NVIDIA dlloader X Driver 340.32 Tue Aug 5 20:13:04 PDT 2014
[ 12437.300] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 12437.300] (++) using VT number 4
[ 12437.300] (--) controlling tty is VT number 4, auto-enabling KeepTty
[ 12437.300] (II) Loading sub module "fb"
[ 12437.300] (II) LoadModule: "fb"
[ 12437.300] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12437.300] (II) Module fb: vendor="X.Org Foundation"
[ 12437.300] compiled for 1.16.0, module version = 1.0.0
[ 12437.300] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12437.300] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 12437.300] (II) Loading sub module "wfb"
[ 12437.300] (II) LoadModule: "wfb"
[ 12437.300] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 12437.300] (II) Module wfb: vendor="X.Org Foundation"
[ 12437.300] compiled for 1.16.0, module version = 1.0.0
[ 12437.300] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12437.300] (II) Loading sub module "ramdac"
[ 12437.300] (II) LoadModule: "ramdac"
[ 12437.300] (II) Module "ramdac" already built-in
[ 12437.300] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 12437.300] (==) NVIDIA(0): RGB weight 888
[ 12437.300] (==) NVIDIA(0): Default visual is TrueColor
[ 12437.300] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12437.301] (**) NVIDIA(0): Enabling 2D acceleration
[ 12437.301] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 12437.302] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 850M (GM107-A) at PCI:1:0:0 (GPU-0)
[ 12437.302] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 12437.302] (--) NVIDIA(0): VideoBIOS: 82.07.47.00.05
[ 12437.302] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 12437.302] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 850M at PCI:1:0:0
[ 12437.302] (--) NVIDIA(0): none
[ 12437.302] (II) NVIDIA(0): Validated MetaModes:
[ 12437.302] (II) NVIDIA(0): "NULL"
[ 12437.302] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 12437.302] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 12437.302] (**) NVIDIA(0): DPI set to (8, 11); computed from "DisplaySize" Monitor
[ 12437.302] (**) NVIDIA(0): section option
[ 12437.302] (--) Depth 24 pixmap format is 32 bpp
[ 12437.302] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 12437.302] (II) NVIDIA: access.
[ 12437.305] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 12437.305] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 12437.305] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 12437.305] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 12437.305] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 12437.305] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 12437.305] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 12437.305] (II) NVIDIA(0): Config Options in the README.
[ 12437.305] (II) NVIDIA(0): Setting mode "NULL"
[ 12437.305] (EE) NVIDIA(0): Failed to initiate mode change.
[ 12437.305] (EE) NVIDIA(0): Failed to complete mode change
[ 12437.314] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[ 12437.318] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 12437.318] (==) NVIDIA(0): Backing store enabled
[ 12437.318] (==) NVIDIA(0): Silken mouse enabled
[ 12437.319] (==) NVIDIA(0): DPMS enabled
[ 12437.319] (II) Loading sub module "dri2"
[ 12437.319] (II) LoadModule: "dri2"
[ 12437.319] (II) Module "dri2" already built-in
[ 12437.319] (II) NVIDIA(0): [DRI2] Setup complete
[ 12437.319] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 12437.319] (--) RandR disabled
[ 12437.322] (II) Initializing extension GLX
[ 12437.341] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 12437.341] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12437.341] (II) LoadModule: "evdev"
[ 12437.341] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 12437.341] (II) Module evdev: vendor="X.Org Foundation"
[ 12437.341] compiled for 1.16.0, module version = 2.9.0
[ 12437.341] Module class: X.Org XInput Driver
[ 12437.341] ABI class: X.Org XInput driver, version 21.0
[ 12437.342] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[ 12437.342] (II) Using input driver 'evdev' for 'Power Button'
[ 12437.342] (**) Power Button: always reports core events
[ 12437.342] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 12437.342] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 12437.342] (--) evdev: Power Button: Found keys
[ 12437.342] (II) evdev: Power Button: Configuring as keyboard
[ 12437.342] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[ 12437.342] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12437.342] (**) Option "xkb_rules" "evdev"
[ 12437.342] (**) Option "xkb_model" "pc104"
[ 12437.342] (**) Option "xkb_layout" "us"
[ 12437.353] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 12437.353] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 12437.354] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[ 12437.354] (II) Using input driver 'evdev' for 'Video Bus'
[ 12437.354] (**) Video Bus: always reports core events
[ 12437.354] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 12437.354] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 12437.354] (--) evdev: Video Bus: Found keys
[ 12437.354] (II) evdev: Video Bus: Configuring as keyboard
[ 12437.354] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9"
[ 12437.354] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 12437.354] (**) Option "xkb_rules" "evdev"
[ 12437.354] (**) Option "xkb_model" "pc104"
[ 12437.354] (**) Option "xkb_layout" "us"
[ 12437.354] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 12437.354] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 12437.354] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[ 12437.354] (II) Using input driver 'evdev' for 'Video Bus'
[ 12437.354] (**) Video Bus: always reports core events
[ 12437.354] (**) evdev: Video Bus: Device: "/dev/input/event8"
[ 12437.354] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 12437.354] (--) evdev: Video Bus: Found keys
[ 12437.354] (II) evdev: Video Bus: Configuring as keyboard
[ 12437.354] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/LNXVIDEO:00/input/input15/event8"
[ 12437.354] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 12437.354] (**) Option "xkb_rules" "evdev"
[ 12437.354] (**) Option "xkb_model" "pc104"
[ 12437.354] (**) Option "xkb_layout" "us"
[ 12437.355] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 12437.355] (II) No input driver specified, ignoring this device.
[ 12437.355] (II) This device may have been added with another device file.
[ 12437.355] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 12437.355] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 12437.355] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[ 12437.355] (II) Using input driver 'evdev' for 'Sleep Button'
[ 12437.355] (**) Sleep Button: always reports core events
[ 12437.355] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 12437.355] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 12437.355] (--) evdev: Sleep Button: Found keys
[ 12437.355] (II) evdev: Sleep Button: Configuring as keyboard
[ 12437.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[ 12437.355] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 12437.355] (**) Option "xkb_rules" "evdev"
[ 12437.355] (**) Option "xkb_model" "pc104"
[ 12437.355] (**) Option "xkb_layout" "us"
[ 12437.355] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 12437.355] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 12437.356] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 32 paused 1
[ 12437.356] (EE) Error systemd-logind returned paused fd for drm node
[ 12437.356] (II) systemd-logind: releasing fd for 226:1
[ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[ 12437.356] (II) No input driver specified, ignoring this device.
[ 12437.356] (II) This device may have been added with another device file.
[ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[ 12437.356] (II) No input driver specified, ignoring this device.
[ 12437.356] (II) This device may have been added with another device file.
[ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[ 12437.356] (II) No input driver specified, ignoring this device.
[ 12437.356] (II) This device may have been added with another device file.
[ 12437.357] (II) config/udev: Adding input device USB Camera (/dev/input/event7)
[ 12437.357] (**) USB Camera: Applying InputClass "evdev keyboard catchall"
[ 12437.357] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[ 12437.357] (II) Using input driver 'evdev' for 'USB Camera'
[ 12437.357] (**) USB Camera: always reports core events
[ 12437.357] (**) evdev: USB Camera: Device: "/dev/input/event7"
[ 12437.357] (--) evdev: USB Camera: Vendor 0xbda Product 0x57b4
[ 12437.357] (--) evdev: USB Camera: Found keys
[ 12437.357] (II) evdev: USB Camera: Configuring as keyboard
[ 12437.357] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input14/event7"
[ 12437.357] (II) XINPUT: Adding extended input device "USB Camera" (type: KEYBOARD, id 10)
[ 12437.357] (**) Option "xkb_rules" "evdev"
[ 12437.357] (**) Option "xkb_model" "pc104"
[ 12437.357] (**) Option "xkb_layout" "us"
[ 12437.357] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[ 12437.357] (II) No input driver specified, ignoring this device.
[ 12437.357] (II) This device may have been added with another device file.
[ 12437.358] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[ 12437.358] (II) No input driver specified, ignoring this device.
[ 12437.358] (II) This device may have been added with another device file.
[ 12437.358] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[ 12437.358] (II) No input driver specified, ignoring this device.
[ 12437.358] (II) This device may have been added with another device file.
[ 12437.358] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event5)
[ 12437.358] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 12437.358] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[ 12437.358] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[ 12437.358] (**) Asus WMI hotkeys: always reports core events
[ 12437.358] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event5"
[ 12437.358] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[ 12437.358] (--) evdev: Asus WMI hotkeys: Found keys
[ 12437.358] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[ 12437.358] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event5"
[ 12437.358] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[ 12437.358] (**) Option "xkb_rules" "evdev"
[ 12437.358] (**) Option "xkb_model" "pc104"
[ 12437.358] (**) Option "xkb_layout" "us"
[ 12437.358] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12437.358] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 12437.359] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
[ 12437.359] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 12437.359] (**) AT Translated Set 2 keyboard: always reports core events
[ 12437.359] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 12437.359] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 12437.359] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 12437.359] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 12437.359] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 12437.359] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 12437.359] (**) Option "xkb_rules" "evdev"
[ 12437.359] (**) Option "xkb_model" "pc104"
[ 12437.359] (**) Option "xkb_layout" "us"
[ 12437.359] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
[ 12437.359] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 12437.359] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
[ 12437.359] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
[ 12437.359] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 12437.359] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event6"
[ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found 1 mouse buttons
[ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
[ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
[ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
[ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
[ 12437.360] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
[ 12437.360] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
[ 12437.360] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12437.360] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input12/event6"
[ 12437.360] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[ 12437.360] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
[ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
[ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 12437.360] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 12437.360] (II) No input driver specified, ignoring this device.
[ 12437.360] (II) This device may have been added with another device file.
[ 12437.360] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 12437.360] (II) No input driver specified, ignoring this device.
[ 12437.360] (II) This device may have been added with another device file.
[ 12444.665] (II) systemd-logind: got pause for 226:0
[ 12444.665] (II) systemd-logind: got pause for 13:67
[ 12444.665] (II) systemd-logind: got pause for 13:73
[ 12444.665] (II) systemd-logind: got pause for 13:72
[ 12444.665] (II) systemd-logind: got pause for 13:66
[ 12444.665] (II) systemd-logind: got pause for 13:71
[ 12444.665] (II) systemd-logind: got pause for 13:69
[ 12444.665] (II) systemd-logind: got pause for 13:64
[ 12444.665] (II) systemd-logind: got pause for 13:70
I'm sorry for my English skills because I'm a chinese student.
I have tried what I can but cannot deal with it , and I really need help.
Thank everyone will help me .
Last edited by eastpiger (2014-09-10 06:34:36)

Thank you very much and I have deleted these words already. Im sorry to annoy someone...
I try to collect imformations (in China network) about this laptop  ,all webpage and even ASUS information never say this laptop has dual graphics cards, and I have tried bumblebee itreturned xdisplay error..
EDIT:maybe i am wrong, I have found two webpages that describe this laptop(ASUS A550JK4710)actually is hybrid graphics.
and xorg error seems due to the deriver?
Trilby wrote:
Welcome to the forums.  Please note that the "NEED HELP PLEASE" especially in all caps is not needed in your title - and it might well be annoying to many forum users which might make them less happy to try to help.
Second, the lspci ouput indicates you have hybrid graphics.  I don't have much experience with these systems, but they are well documented in the wiki.  As far as I know you can't use *just* the NVIDIA (but I might be wrong) - I'm pretty sure if you want to use just one of the video cards you can use just the intel.  Hopefully someone with experience with hybrid graphics will confirm or correct this.
For now, see here: https://wiki.archlinux.org/index.php/NVIDIA_Optimus
EDIT: after reading that wiki page I'm more doubtful of my own statements so I've crossed them out.  But it seems there are various steps needed to configure the use of the nvidia drivers.
Last edited by eastpiger (2014-09-09 15:37:59)

Similar Messages

  • [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] Xorg resolution problems GTS 250 Nvidia

    I have been using ubuntu for the last 3 days and i have no option to use anything but that because it is the only distro that accepts my t.v. resolution. i want to use arch as i have read alot about it but if i cannot get my resoution to work i cannot.
    I have tried to use my xorg,conf file from ubuntu but with no luck. I don't know where to turn so i thought i would try my luck here. I have a Nvidia GTS 250 Graphics card and a Hitachi 42pd5200 plasma tv.
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildd@crested) Sun Feb 1 20:25:37 UTC 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "Monitor"
    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 250"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1360x768_60_0 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    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.
    X.Org X Server 1.7.1.901 (1.7.2 RC 1)
    Release Date: 2009-11-6
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.31-ARCH x86_64
    Current Operating System: Linux chakra 2.6.31-ARCH #1 SMP PREEMPT Sat Nov 14 17:35:20 CET 2009 x86_64
    Kernel command line: initrd=chakra.img quiet lang=engb nonfree=yes xdriver=no BOOT_IMAGE=vmlinuz
    Build Date: 08 November 2009 04:08:18PM
    Current version of pixman: 0.16.2
    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 6 17:52:57 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x7c1a00
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:4:0:0) 10de:0615:0000:0000 nVidia Corporation G92 [GeForce GTS 250] rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (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.7.1.901, 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.7.1.901, 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: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (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 190.42 Tue Oct 20 21:19:30 PDT 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.7.1.901, 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.7.1.901, 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.7.1.901, module version = 1.1.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) NVIDIA dlloader X Driver 190.42 Tue Oct 20 20:42:04 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 04@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.7.1.901, 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.7.1.901, 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
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (**) 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 "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1360x768_60_0 +0+0"
    (**) Apr 06 17:52:57 NVIDIA(0): Enabling RENDER acceleration
    (II) Apr 06 17:52:57 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Apr 06 17:52:57 NVIDIA(0): enabled.
    (WW) Apr 06 17:52:58 NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    (II) Apr 06 17:52:58 NVIDIA(0): NVIDIA GPU GeForce GTS 250 (G92) at PCI:4:0:0 (GPU-0)
    (--) Apr 06 17:52:58 NVIDIA(0): Memory: 1048576 kBytes
    (--) Apr 06 17:52:58 NVIDIA(0): VideoBIOS: 62.92.9a.00.00
    (II) Apr 06 17:52:58 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Apr 06 17:52:58 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Apr 06 17:52:58 NVIDIA(0): Connected display device(s) on GeForce GTS 250 at PCI:4:0:0:
    (--) Apr 06 17:52:58 NVIDIA(0): CRT-1
    (--) Apr 06 17:52:58 NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    (II) Apr 06 17:52:58 NVIDIA(0): Assigned Display Device: CRT-1
    (WW) Apr 06 17:52:58 NVIDIA(0): No valid modes for "1360x768_60_0+0+0"; removing.
    (WW) Apr 06 17:52:58 NVIDIA(0):
    (WW) Apr 06 17:52:58 NVIDIA(0): Unable to validate any modes; falling back to the default mode
    (WW) Apr 06 17:52:58 NVIDIA(0): "nvidia-auto-select".
    (WW) Apr 06 17:52:58 NVIDIA(0):
    (II) Apr 06 17:52:58 NVIDIA(0): Validated modes:
    (II) Apr 06 17:52:58 NVIDIA(0): "nvidia-auto-select"
    (II) Apr 06 17:52:58 NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (WW) Apr 06 17:52:58 NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
    (WW) Apr 06 17:52:58 NVIDIA(0): from CRT-1's EDID.
    (==) Apr 06 17:52:58 NVIDIA(0): DPI set to (75, 75); computed from built-in default
    (==) Apr 06 17:52:58 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Apr 06 17:52:58 NVIDIA(0): Initialized GPU GART.
    (II) Apr 06 17:52:58 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Apr 06 17:52:58 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Apr 06 17:52:58 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Apr 06 17:52:58 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Apr 06 17:52:58 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Apr 06 17:52:58 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Apr 06 17:52:58 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Apr 06 17:52:58 NVIDIA(0): Config Options in the README.
    (II) Apr 06 17:52:58 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Apr 06 17:52:58 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Apr 06 17:52:58 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) 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
    record: RECORD extension enabled at configure time.
    record: This extension is known to be broken, disabling extension now..
    record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 2.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event5"
    (II) Logitech USB Receiver: Found 12 mouse buttons
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Found relative axes
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found absolute axes
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as mouse
    (II) Logitech USB Receiver: Configuring as keyboard
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    (**) Logitech USB Receiver: (accel) acceleration profile 0
    (II) Logitech USB Receiver: initialized for relative axes.
    (WW) Logitech USB Receiver: ignoring absolute axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event1"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Going into nvidia-settings only displays 4:3 resolutions as options.
    I have widened the horiz and vert refresh rates and it gives me a broader spectum of resolutions but they are all still 4:3. i have now reverted back to the default xorg file (the one i have provided) the log is also for the same xorg.conf.
    I have also tried to add lines to the xorg.conf to ignore EDID as mentioned in the xorg wiki page
    Thank you to anyone that takes there time to try and help me
    Last edited by davetrotteruk (2010-04-09 08:50:11)

    I have a LCD with bad EDID and had to use the ignore EDID stuff from the wiki, too.  Then it wouldn't give me all the resolutions I wanted. After increasing the verbosity that nvidia logged in the xorg log, I saw that because it was not pulling resolutions from the EDID, it was falling back to some lists of modes that nvidia had and xorg had, but this was not sufficient for what I wanted. 
    Sorta like how your log says "No valid modes for "1360x768_60_0+0+0"; removing" - you may tell it to try to use that resolution, but it doesn't have the modeline to do it.
    So what I did was to give it the modelines I wanted and I think this will work for you too. Use an online modeline generator for you to get modelines to put into your xorg.conf.  So you need to give xorg a modeline named "1360x768_60_0" for it to use.
    modeline generator:
    http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

  • [solved] xorg proglem - won't start, but no error

    Hi folks!
    I'm new to Arch, my first installation, but I used to use Gentoo in the past. Got a problem with making X to run. I followed the guide from the wiki, but I didn't manage it to work.
    I'm using nVidia drivers from 173xx branch (GF 5900XT). Hal is working properly, I hope - /etc/rc.d/restart successes w\o errors.
    At first, I tried to run X without xorg.conf and it complained about missing 'nv' and 'vesa' (i hope) modules. Then, after running nvidia-configure (/etc/X11/xorg.conf was successfully created) and startx - screen blanks (no nVidia logo shown) and after ~3 seconds it comes back with massage "waiting for X server to shut down". In /var/log/Xorg.0.log there were no lines starting with (EE).
    Then I tried to configure X with "X -configure". After making new config and replacing the older one at /etc/X11/xorg.conf and running X with command startx (as user), it complained about missing type1 and truetype modules ((EE) lines as far as I remember). After installing missing packages/modules:
    http://dpaste.com/60888/
    it still won't start. Screen blanks, no nVidia logo shown, and later comes back with well known screen ( usual text... look over /var/log/Xorg.0.log for more details...). Only message after default text id "waiting for X server to shut down", with no (WW) nor (EE) lines above.
    More useful data comes:
    Xorg.0.log
    http://dpaste.com/60883/
    xorg.conf
    http://dpaste.com/60885/
    tail of dmesg
    http://dpaste.com/60887/
    If you need anything else to see, request!
    Any idea? To me, it looks like nvidia driver bug or some xorg bug (or maybe just a misconfiguration)
    In ~/.xinitrc stays only "exec startfluxbox", but even with empty file, situation is the same.
    Thank you in advance,
    Daniel
    Last edited by daniel1988 (2009-07-14 03:50:06)

    Hello, welcome to Arch!
    You should read about the new feature of Xorg, input hotplugging: http://wiki.archlinux.org/index.php/Beg … otplugging
    A more detailed explanation can be found here: http://wiki.archlinux.org/index.php/Xor … otplugging
    Be sure to copy the fdi file in the correct directory.
    Since I am using also the 173xx branch, here is my xorg.conf, hope it will be useful for you:
    http://dpaste.com/60927/
    EDIT: Not 100% sure but I seem to recall that the nvidia driver has some problems when you don't set the default depth. Add that line
    Last edited by arkham (2009-06-28 20:55:27)

  • [solved] Xorg -configuration crashes (signal 11)

    I've been trying to get Xorg to work all day without success. What I've been doing:
    * Install archlinux from scratch
    * Upgrade with pacman -Syu
    * Install Xorg
    * Install fglrx
    * Run Xorg -configure.
    This is when it crashes with the following output:
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux twarkie 2.6.22-ARCH #1 SMP PREEMPT Tue Sep 25 19:18:19 CEST 2007 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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: Wed Sep 26 22:11:11 2007
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,00e1 card 0000,0000 rev a1 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,00e0 card 10de,0c11 rev a2 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,00e4 card 10de,0c11 rev a1 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,00e7 card 10de,0c11 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,00e7 card 10de,0c11 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:02:2: chip 10de,00e8 card 10de,0c11 rev a2 class 0c,03,20 hdr 80
    (II) PCI: 00:05:0: chip 10de,00df card 10de,0c11 rev a2 class 06,80,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,00e5 card f0de,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:09:0: chip 10de,00ee card 10de,0c11 rev a2 class 01,01,85 hdr 00
    (II) PCI: 00:0a:0: chip 10de,00e3 card 10de,0c11 rev a2 class 01,01,85 hdr 00
    (II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 1002,4152 card 174b,7c29 rev 00 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,4172 card 174b,7c28 rev 00 class 03,80,00 hdr 00
    (II) PCI: 02:0b:0: chip 1412,1724 card 3031,4553 rev 01 class 04,01,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xe7ffffff (0x10000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0202 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc RV350 AR [Radeon 9600] rev 0, Mem @ 0xd8000000/27, 0xe8030000/16, I/O @ 0xb000/8
    (--) PCI: (1:0:1) ATI Technologies Inc RV350 AR [Radeon 9600] (Secondary) rev 0, Mem @ 0xe0000000/27, 0xe8020000/16
    List of video drivers:
    fglrx
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.40.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xea000000 - 0xea000fff (0x1000) MX[b]
    [1] -1 0 0xea004000 - 0xea0040ff (0x100) MX[b]
    [2] -1 0 0xea003000 - 0xea003fff (0x1000) MX[b]
    [3] -1 0 0xea002000 - 0xea002fff (0x1000) MX[b]
    [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [5] -1 0 0xe8030000 - 0xe803ffff (0x10000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000c200 - 0x0000c27f (0x80) IX[b]
    [8] -1 0 0x0000c100 - 0x0000c11f (0x20) IX[b]
    [9] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
    [10] -1 0 0x0000de00 - 0x0000de0f (0x10) IX[b]
    [11] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [12] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [13] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [14] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [15] -1 0 0x0000d900 - 0x0000d97f (0x80) IX[b]
    [16] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [17] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [18] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [19] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [20] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [22] -1 0 0x0000d100 - 0x0000d107 (0x8) IX[b]
    [23] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [24] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0xe8020000 - 0xe802ffff (0x10000) MX[b](B)
    [1] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xea000000 - 0xea000fff (0x1000) MX[b]
    [1] -1 0 0xea004000 - 0xea0040ff (0x100) MX[b]
    [2] -1 0 0xea003000 - 0xea003fff (0x1000) MX[b]
    [3] -1 0 0xea002000 - 0xea002fff (0x1000) MX[b]
    [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [5] -1 0 0xe8030000 - 0xe803ffff (0x10000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000c200 - 0x0000c27f (0x80) IX[b]
    [8] -1 0 0x0000c100 - 0x0000c11f (0x20) IX[b]
    [9] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
    [10] -1 0 0x0000de00 - 0x0000de0f (0x10) IX[b]
    [11] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [12] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [13] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [14] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [15] -1 0 0x0000d900 - 0x0000d97f (0x80) IX[b]
    [16] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [17] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [18] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [19] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [20] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [22] -1 0 0x0000d100 - 0x0000d107 (0x8) IX[b]
    [23] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [24] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0xe8020000 - 0xe802ffff (0x10000) MX[b](B)
    [1] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xea000000 - 0xea000fff (0x1000) MX[b]
    [5] -1 0 0xea004000 - 0xea0040ff (0x100) MX[b]
    [6] -1 0 0xea003000 - 0xea003fff (0x1000) MX[b]
    [7] -1 0 0xea002000 - 0xea002fff (0x1000) MX[b]
    [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [9] -1 0 0xe8030000 - 0xe803ffff (0x10000) MX[b](B)
    [10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1 0 0xe8020000 - 0xe802ffff (0x10000) MX[b](B)
    [12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000c200 - 0x0000c27f (0x80) IX[b]
    [16] -1 0 0x0000c100 - 0x0000c11f (0x20) IX[b]
    [17] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
    [18] -1 0 0x0000de00 - 0x0000de0f (0x10) IX[b]
    [19] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [20] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [21] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [22] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [23] -1 0 0x0000d900 - 0x0000d97f (0x80) IX[b]
    [24] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [25] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [26] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [27] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [28] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [30] -1 0 0x0000d100 - 0x0000d107 (0x8) IX[b]
    [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [34] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.40.4
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.402
    (II) ATI Proprietary Linux Driver Build Date: Jul 31 2007 22:20:14
    Backtrace:
    0: Xorg(xf86SigHandler+0x84) [0x80d0574]
    1: [0xb7fdc420]
    2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x11b) [0xb7a95bfb]
    3: Xorg(DoConfigure+0x20c) [0x80ce37c]
    4: Xorg(InitOutput+0x66a) [0x809fc0a]
    5: Xorg(main+0x27b) [0x806e36b]
    6: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7df5f90]
    7: Xorg(FontFileCompleteXLFD+0xa9) [0x806d8b1]
    Fatal server error:
    Caught signal 11. Server aborting
    If I enable the testing repository and perform a full system upgrade, I can get X to work with the open source drivers for ATI. But I need to get fglrx to work in order to use tv-out. So there seem to be a problem with Xorg itself, not the driver in this case.
    Any ideas?
    Last edited by twarkie (2007-09-26 23:45:54)

    Well, in your previous log, the crash backtrace:
    Backtrace:
    0: Xorg(xf86SigHandler+0x84) [0x80d0574]
    1: [0xb7fdc420]
    2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x11b) [0xb7a95bfb]
    3: Xorg(DoConfigure+0x20c) [0x80ce37c]
    4: Xorg(InitOutput+0x66a) [0x809fc0a]
    5: Xorg(main+0x27b) [0x806e36b]
    6: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7df5f90]
    7: Xorg(FontFileCompleteXLFD+0xa9) [0x806d8b1]
    died inside /usr/lib/xorg/modules/drivers/fglrx_drv.so - so I figured if you removed fglrx, Xorg -configure wouldn't try to use that module, and the crash would go away.   I'm glad I guessed right.
    Could you please add [solved] to your topic title?

  • [Solved] xorg will not start after update

    Hi there,
    I updated Arch and when I restarted my computer lightdm did not start.  I ran systemctl disable lightdm.service and I was able to boot up to a command prompt and login.  I tried to start xorg-server by running startx  (my .xinitrc file has exec mate-session in it) and I got an error.  Here is my xorg log...
    [ 137.060]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 137.104] X Protocol Version 11, Revision 0
    [ 137.118] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 137.133] Current Operating System: Linux watchtower 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 137.133] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=04918701-88f8-4f79-ab8d-0c0177e45fef rw quiet
    [ 137.161] Build Date: 14 March 2015 06:45:50PM
    [ 137.174]
    [ 137.187] Current version of pixman: 0.32.6
    [ 137.213] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 137.213] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 137.265] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 25 20:01:44 2015
    [ 137.278] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 137.278] (==) No Layout section. Using the first Screen section.
    [ 137.278] (==) No screen section available. Using defaults.
    [ 137.278] (**) |-->Screen "Default Screen Section" (0)
    [ 137.278] (**) | |-->Monitor "<default monitor>"
    [ 137.278] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 137.278] (==) Automatically adding devices
    [ 137.278] (==) Automatically enabling devices
    [ 137.278] (==) Automatically adding GPU devices
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 137.278] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 137.278] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 137.278] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 137.278] (II) Loader magic: 0x815d80
    [ 137.278] (II) Module ABI versions:
    [ 137.278] X.Org ANSI C Emulation: 0.4
    [ 137.278] X.Org Video Driver: 19.0
    [ 137.278] X.Org XInput driver : 21.0
    [ 137.278] X.Org Server Extension : 9.0
    [ 137.280] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 137.280] (--) PCI:*(0:1:0:0) 10de:1380:1462:8a9b rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 137.280] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 137.280] (II) LoadModule: "glx"
    [ 137.280] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 137.286] (II) Module glx: vendor="NVIDIA Corporation"
    [ 137.286] compiled for 4.0.2, module version = 1.0.0
    [ 137.286] Module class: X.Org Server Extension
    [ 137.286] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 137.286] (==) Matched nouveau as autoconfigured driver 0
    [ 137.286] (==) Matched nv as autoconfigured driver 1
    [ 137.286] (==) Matched modesetting as autoconfigured driver 2
    [ 137.286] (==) Matched fbdev as autoconfigured driver 3
    [ 137.286] (==) Matched vesa as autoconfigured driver 4
    [ 137.286] (==) Assigned the driver to the xf86ConfigLayout
    [ 137.286] (II) LoadModule: "nouveau"
    [ 137.286] (WW) Warning, couldn't open module nouveau
    [ 137.286] (II) UnloadModule: "nouveau"
    [ 137.286] (II) Unloading nouveau
    [ 137.286] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 137.286] (II) LoadModule: "nv"
    [ 137.287] (WW) Warning, couldn't open module nv
    [ 137.287] (II) UnloadModule: "nv"
    [ 137.287] (II) Unloading nv
    [ 137.287] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 137.287] (II) LoadModule: "modesetting"
    [ 137.287] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 137.287] (II) Module modesetting: vendor="X.Org Foundation"
    [ 137.287] compiled for 1.17.1, module version = 1.17.1
    [ 137.287] Module class: X.Org Video Driver
    [ 137.287] ABI class: X.Org Video Driver, version 19.0
    [ 137.287] (II) LoadModule: "fbdev"
    [ 137.287] (WW) Warning, couldn't open module fbdev
    [ 137.287] (II) UnloadModule: "fbdev"
    [ 137.287] (II) Unloading fbdev
    [ 137.287] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 137.287] (II) LoadModule: "vesa"
    [ 137.287] (WW) Warning, couldn't open module vesa
    [ 137.287] (II) UnloadModule: "vesa"
    [ 137.287] (II) Unloading vesa
    [ 137.287] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 137.287] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 137.287] (++) using VT number 1
    [ 137.287] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 137.287] (EE) open /dev/dri/card0: No such file or directory
    [ 137.287] (WW) Falling back to old probe method for modesetting
    [ 137.287] (EE) open /dev/dri/card0: No such file or directory
    [ 137.287] (EE) Screen 0 deleted because of no matching config section.
    [ 137.287] (II) UnloadModule: "modesetting"
    [ 137.287] (EE) Device(s) detected, but none match those in the config file.
    [ 137.287] (EE)
    Fatal server error:
    [ 137.287] (EE) no screens found(EE)
    [ 137.287] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 137.287] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 137.287] (EE)
    [ 137.367] (EE) Server terminated with error (1). Closing log file.
    It looks like it's trying to start the nouvea driver.  The thing is I'm using the proprietary nvidia driver.  Any help would be appreciated.  Thanks.
    EDIT:
    Okay, making progress...  I ran sudo modprobe nvidia and my driver loaded.  I ran startx and xorg-server started, Hooray!  Then my desktop opened and.....   froze.  Ctl-Alt-F1 did not open another tty, everything was completely frozen.  I had to hit the restart switch.  Any ideas?
    Last edited by necbot (2015-03-27 23:54:13)

    Okay, I'm not really sure what I did to fix the problem, but it seems to have gone away.  I rebooted a few times and had to manually load my nvidia driver using modprobe in order to start xorg-server.  My system would still freeze though, then I installed the nouveau driver and started using that and the freezes stopped.  I reinstalled the nvidia driver and...  everything seems to work fine.  I reenabled lightdm service and my desktop loaded with no errors and there have been no system freezes.     ?????????????   I have no idea why that worked.
    Last edited by necbot (2015-03-27 23:55:17)

  • I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.  I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion.

    I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.
    I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion. I now want to fix the underlying problem.
    I'm not running any weird background processes and in my energy saver settings I've tagged "put the hard disk to sleep when possible:, "allow power button to put computer to sleep" and "automatically reduce brigthness". All pretty standard.
    Is there anyone who can give me some pointers ?

    Today I solved the same problem for my iMac running Snow Leopard. See https://discussions.apple.com/thread/3008791#15947706. The method may help you, too.
    For me it was the DynDNS Updater preventing my iMac from automatically entering sleep mode.
    To my knowledge the cause of this sleep problem can only be a peripheral device or a process. So I suggest to first unplug all peripherals and test whether that's the cause. If not, I suggest to terminate one process after another and to test automatic entering of sleep mode after each. Start with user processes; continue with system process if necessary.
    At least that's the way I found the offending process. Fortunately, I was able to change the configuration of that process to allow again automatic entering of sleep mode.
    Good luck!

  • Can I run a NVIDIA GeForce GTX 970?

    I posted something similar before but can someone tell me if I have the right cooling, motherboard ect. to run a NVIDIA GeForce GTX 970 graphics card. I have a HP Pavilion 500-319na and the product number is G9B00EA#ABU. I know I need a better power supply which is why is I'm upgrading to 500w. Btw the reason I'm asking is because I have no idea about unscrewing my computer and checking the motherboard and all of that so any help would be appreciated. Thanks.

    Hi, You might want to search the forum for "500-319na" as there have been numerous posts with that model.

  • [Solved] Xorg 1.5 screwed up my NVIDIA

    Hi,
    Today I did a pacman -Syu and I got the newest NVIDIA driver installed and the newest Xorg. Everything broke. Well not exactly everything. But my settings are all screwed up. For a start my screen refuses to load at the normal resolution (1680x1050). I got a default 1024x860 (or whatever it is). Also my colour depth is 16. And regardless of any changes I make in NVIDIA settings manager the changes never stick. Also my compiz-fusion is totally screwed up. When it starts up my screen goes completely white. I have to blindly alt+F2 and run kwin to be able to do anything.
    Also my fonts are really small.
    Here is my xorg.conf:
    Section "ServerLayout"
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
    EndSection
    Section "Files"
    #    RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/share/fonts/cyrillic"
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    #    FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/share/fonts/defoma/CID"
        FontPath     "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
            Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
    #    Load  "dri"
        Load  "extmod"
        Load  "glx"
            Load  "bitmap" # bitmap-fonts
    #    Load  "type1"
        Load  "freetype"
    #    Load  "record"
        #   Load  "synaptics"
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
            Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "sv-latin1"
        Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
    EndSection
    Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
    EndSection
    Section "InputDevice"
            Identifier      "USB Mouse"
            Driver          "mouse"
            Option          "Device"                "/dev/input/mice"
        Option        "SendCoreEvents"    "true"
            Option          "Protocol"              "IMPS/2"
            Option          "ZAxisMapping"          "4 5"
            Option          "Buttons"               "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
        Identifier "Monitor0"
            Option "DPMS" "true"
    #    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
        HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
        VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
    #    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
        #  Default modes distilled from
        #      "VESA and Industry Standards and Guide for Computer Display Monitor
        #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
        #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
        # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
        # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
        # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
        # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
        ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
        # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
        ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
        # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
        ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
        # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
        ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
        # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
        ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync
        # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
        ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync
        # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
        ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync
        # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
        ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
        # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
        ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync
        # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
        ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
        # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
        ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
        # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
        ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
        # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
        ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
        # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
        ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
        # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
        ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync
        # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
        ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync
        # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
        ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync
        # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
        ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
        # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
        ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
        # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
        ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
        # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
        ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
        ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
        ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
        ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
        ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
        ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync
        # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
        ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
        # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
        ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync
        # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
        ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
        # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
        ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync
        # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
        ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync
        # Additional modelines
        ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
        ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
        # Extended modelines with GTF timings
        # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
        ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
        # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
        ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
        # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
        ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
        # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
        ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
        # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
        ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
        # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
        ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
        # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
        ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
        # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
        ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
        # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
        ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
        # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
        ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
        # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
        ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
        # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
        ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
        # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
        ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
        # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
        ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
        # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
        ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
        # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
        ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
        # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
        ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
        # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
        ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
        # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
        ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
        # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
        ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
        # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
        ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 32
        SubSection "Display"
            Depth     1
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     4
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     8
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     15
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     16
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     24
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     32
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    #Section "DRI"
    #    Mode 0666
    #EndSection
    Section "ServerFlags"
         Option "AutoAddDevices" "False"
       EndSection
    This is what my Xorg.0.log says:
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux myhost 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 09 November 2008  07:16:27PM
        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: Mon Dec  1 21:55:19 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
        Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
        /usr/share/fonts/misc:unscaled,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d66e0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
        X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) nVidia Corporation GeForce 8800 GT rev 162, Mem @ 0xfa000000/0, 0xe0000000/0, 0xf8000000/0, I/O @ 0x0000ac00/0, BIOS @ 0x????????/131072
    (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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -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) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (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.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (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  177.82  Tue Nov  4 14:03:48 PST 2008
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.5.3, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (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.4.2, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) NVIDIA dlloader X Driver  177.82  Tue Nov  4 13:42:45 PST 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@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.5.3, 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.5.3, 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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    (==) NVIDIA(0): RGB weight 565
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) 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 8800 GT (G92) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 62.92.12.00.05
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
    (--) NVIDIA(0):     Samsung SyncMaster (DFP-1)
    (--) NVIDIA(0): Samsung SyncMaster (DFP-1): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): Samsung SyncMaster (DFP-1): Internal Dual Link TMDS
    (II) NVIDIA(0): Assigned Display Device: DFP-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "1024x768"
    (II) NVIDIA(0):     "800x600"
    (II) NVIDIA(0):     "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (--) NVIDIA(0): DPI set to (55, 65); computed from "UseEdidDpi" X config
    (--) NVIDIA(0):     option
    (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    (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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
    (II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option
    (II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is
    (II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI
    (II) NVIDIA(0):     events.  For 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 "1024x768"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "true"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (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 built-in extension XEVIE
    (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" "sv-latin1"
    (**) Keyboard0: XkbLayout: "sv-latin1"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/psaux"
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (**) PS/2 Mouse: Device: "/dev/psaux"
    (**) PS/2 Mouse: Protocol: "auto"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) PS/2 Mouse: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Option "Emulate3Timeout" "70"
    (**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
    (**) Option "ZAxisMapping" "4 5"
    (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: Buttons: 9
    (**) PS/2 Mouse: Sensitivity: 1
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (PS/2 Mouse)
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select@1680x1050+0+0"
    Any help would be much appreciated!
    BFC
    Last edited by BlueFightingCat (2008-12-02 16:41:01)

    fLuXx wrote:Ok, so i tried, but it didn't work. All works but the fonts - they're messed up pretty bad. I can't even read what I'm typing right now. Here are some screenshots (just so you know - it gets even worse than that):
    http://img254.imageshack.us/my.php?image=fluki1qu4.png
    http://img254.imageshack.us/my.php?image=fluki2ax1.png
    hmmm, I have exactly the same problem and I also use the nvidia-96xx.
    I noticed that I only get the scrambled text for the lines beyond 20 lines...so if I rescale the height of my window to 20 lines I never get scrambled text and and when I change the height of the window larger then 20 lines, only the 20+ lines get scrambled.
    Last edited by Bob Day (2008-12-02 18:05:24)

  • [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] Xorg freeze with nvidia GeForce 210 when resizing terminal

    Hello,
    I am working on Archlinux. My computer freeze when I resize a terminal window.
    To reproduce the problem, I follow the below steps :
         1- launch openbox (with tint2, xcompmgr and nitrogen)
         2- start the "terminal" console emulator (with true transparent background)
         3- launch opera and go to a website which take a while to load (with a lot of data) (I used http://www.lemonde.fr)
         4- while the website is loading, switch to the terminal window and double click on the title bar to maximize it
         5- the box freeze
    I am not able to take the control back. I cannot exit or kill Xorg / Openbox. I cannot switch to a text terminal (ttyx). No key sequence is working.
    Only a hard reset of the box is working.
    I have tried to disable the transparent background of the terminal window without success.
    I have tried to not start xcompmgr without success.
    The problem also occurs with rxvt-unicode instead of terminal.
    It seems the problem happens more often when using console emulator based on vte.
    vte itself has the same issue.
    The only workaround I have found is to disable the harware acceleration with the below parameter in the xorg.conf file:
    Option    "RenderAccel"    "true"
    The problem with this workaround are poor graphical performances.
    Could you please let me know if you have any idea / clue to identify / fix this problem ?
    Thanks and regards
    uname -a
    Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz GenuineIntel GNU/Linux
    versions
    nvidia 270.41.06-1
    nvidia-utils 270.41.06-1
    kernel26 2.6.38.4-1
    openbox 3.4.11.2-2
    xcompmgr 1.1.5-1
    .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    exec ck-launch-session openbox-session
    .config/openbox/autostart.sh
    # This shell script is run before Openbox launches.
    # Environment variables set here are passed to the Openbox session.
    # Set a background color
    BG=""
    if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
    else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
    BG=xsetroot
    fi
    fi
    fi
    test -z $BG || $BG -solid "#303030"
    # D-bus
    if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
    fi
    # Make GTK apps look and behave how they were set up in the gnome config tools
    if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
    /usr/libexec/gnome-settings-daemon &
    elif which gnome-settings-daemon >/dev/null 2>&1; then
    gnome-settings-daemon &
    # Make GTK apps look and behave how they were set up in the XFCE config tools
    elif which xfce-mcs-manager >/dev/null 2>&1; then
    xfce-mcs-manager n &
    fi
    # Preload stuff for KDE apps
    if which start_kdeinit >/dev/null 2>&1; then
    LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
    fi
    # Run XDG autostart things. By default don't run anything desktop-specific
    # See xdg-autostart --help more info
    DESKTOP_ENV="OPENBOX"
    if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
    /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
    fi
    xcompmgr &
    nitrogen --set-zoom-fill /mnt/data/pictures/flower.jpg &
    tint2 &
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "fr"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    Option "RenderAccel" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Xorg.0.log
    [ 485.566]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 485.566] X Protocol Version 11, Revision 0
    [ 485.566] Build Operating System: Linux 2.6.38-ARCH i686
    [ 485.566] Current Operating System: Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686
    [ 485.566] Kernel command line: root=/dev/sda3 ro
    [ 485.566] Build Date: 16 April 2011 12:05:35PM
    [ 485.566]
    [ 485.566] Current version of pixman: 0.20.2
    [ 485.567] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 485.567] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 485.567] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 27 20:00:28 2011
    [ 485.567] (==) Using config file: "/etc/X11/xorg.conf"
    [ 485.568] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 485.568] (==) ServerLayout "X.org Configured"
    [ 485.568] (**) |-->Screen "Screen0" (0)
    [ 485.568] (**) | |-->Monitor "Monitor0"
    [ 485.568] (**) | |-->Device "Card0"
    [ 485.568] (**) |-->Input Device "Mouse0"
    [ 485.568] (**) |-->Input Device "Keyboard0"
    [ 485.568] (==) Automatically adding devices
    [ 485.568] (==) Automatically enabling devices
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 485.568] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 485.568] (**) Extension "Composite" is enabled
    [ 485.568] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 485.568] (WW) Disabling Mouse0
    [ 485.568] (WW) Disabling Keyboard0
    [ 485.568] (II) Loader magic: 0x81f4ee0
    [ 485.568] (II) Module ABI versions:
    [ 485.568] X.Org ANSI C Emulation: 0.4
    [ 485.568] X.Org Video Driver: 10.0
    [ 485.568] X.Org XInput driver : 12.2
    [ 485.568] X.Org Server Extension : 5.0
    [ 485.569] (--) PCI:*(0:1:0:0) 10de:0a65:1043:8334 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
    [ 485.569] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 485.569] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dri" will be loaded by default.
    [ 485.569] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) LoadModule: "extmod"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 485.569] (II) Module extmod: vendor="X.Org Foundation"
    [ 485.569] compiled for 1.10.1, module version = 1.0.0
    [ 485.569] Module class: X.Org Server Extension
    [ 485.569] ABI class: X.Org Server Extension, version 5.0
    [ 485.569] (II) Loading extension MIT-SCREEN-SAVER
    [ 485.569] (II) Loading extension XFree86-VidModeExtension
    [ 485.569] (II) Loading extension XFree86-DGA
    [ 485.569] (II) Loading extension DPMS
    [ 485.569] (II) Loading extension XVideo
    [ 485.569] (II) Loading extension XVideo-MotionCompensation
    [ 485.569] (II) Loading extension X-Resource
    [ 485.569] (II) LoadModule: "glx"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 485.588] (II) Module glx: vendor="NVIDIA Corporation"
    [ 485.588] compiled for 4.0.2, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:11:28 PDT 2011
    [ 485.589] (II) Loading extension GLX
    [ 485.589] (II) LoadModule: "record"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 485.589] (II) Module record: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.13.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension RECORD
    [ 485.589] (II) LoadModule: "dbe"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 485.589] (II) Module dbe: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DOUBLE-BUFFER
    [ 485.589] (II) LoadModule: "dri2"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 485.589] (II) Module dri2: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.2.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DRI2
    [ 485.589] (II) LoadModule: "dri"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 485.589] (II) Module dri: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension XFree86-DRI
    [ 485.589] (II) LoadModule: "nvidia"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.590] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 485.590] compiled for 4.0.2, module version = 1.0.0
    [ 485.590] Module class: X.Org Video Driver
    [ 485.590] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:51 PDT 2011
    [ 485.590] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 485.590] (--) using VT number 7
    [ 485.593] (II) Loading sub module "fb"
    [ 485.593] (II) LoadModule: "fb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (II) Module fb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "wfb"
    [ 485.593] (II) LoadModule: "wfb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Module wfb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "ramdac"
    [ 485.593] (II) LoadModule: "ramdac"
    [ 485.593] (II) Module "ramdac" already built-in
    [ 485.593] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 485.593] (==) NVIDIA(0): RGB weight 888
    [ 485.593] (==) NVIDIA(0): Default visual is TrueColor
    [ 485.593] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 485.593] (**) NVIDIA(0): Option "RenderAccel" "true"
    [ 485.593] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 485.953] (II) NVIDIA(GPU-0): Display (LG Electronics L222W (CRT-0)) does not support NVIDIA
    [ 485.953] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 485.986] (II) NVIDIA(GPU-0): Display (PANASONIC-TV (DFP-1)) does not support NVIDIA 3D
    [ 485.986] (II) NVIDIA(GPU-0): Vision stereo.
    [ 485.987] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:1:0:0 (GPU-0)
    [ 485.987] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 485.987] (--) NVIDIA(0): VideoBIOS: 70.18.39.00.17
    [ 485.987] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 485.987] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 485.987] (--) NVIDIA(0): Connected display device(s) on GeForce 210 at PCI:1:0:0
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0)
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1)
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0): 400.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): 165.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): Internal Single Link TMDS
    [ 486.026] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 486.026] (==) NVIDIA(0): will be used as the requested mode.
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (II) NVIDIA(0): Validated modes:
    [ 486.026] (II) NVIDIA(0): "nvidia-auto-select"
    [ 486.026] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 486.054] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    [ 486.054] (--) NVIDIA(0): option
    [ 486.054] (--) Depth 24 pixmap format is 32 bpp
    [ 486.054] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 486.056] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 486.056] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 486.056] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 486.056] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 486.056] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 486.056] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 486.056] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 486.056] (II) NVIDIA(0): Config Options in the README.
    [ 486.058] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 486.286] (II) Loading extension NV-GLX
    [ 486.314] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 486.314] (==) NVIDIA(0): Backing store disabled
    [ 486.314] (==) NVIDIA(0): Silken mouse enabled
    [ 486.314] (==) NVIDIA(0): DPMS enabled
    [ 486.314] (II) Loading extension NV-CONTROL
    [ 486.315] (II) Loading extension XINERAMA
    [ 486.315] (II) Loading sub module "dri2"
    [ 486.315] (II) LoadModule: "dri2"
    [ 486.315] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 486.315] (II) Module dri2: vendor="X.Org Foundation"
    [ 486.315] compiled for 1.10.1, module version = 1.2.0
    [ 486.315] ABI class: X.Org Server Extension, version 5.0
    [ 486.315] (II) NVIDIA(0): [DRI2] Setup complete
    [ 486.315] (==) RandR enabled
    [ 486.315] (II) Initializing built-in extension Generic Event Extension
    [ 486.315] (II) Initializing built-in extension SHAPE
    [ 486.315] (II) Initializing built-in extension MIT-SHM
    [ 486.315] (II) Initializing built-in extension XInputExtension
    [ 486.315] (II) Initializing built-in extension XTEST
    [ 486.315] (II) Initializing built-in extension BIG-REQUESTS
    [ 486.315] (II) Initializing built-in extension SYNC
    [ 486.315] (II) Initializing built-in extension XKEYBOARD
    [ 486.315] (II) Initializing built-in extension XC-MISC
    [ 486.315] (II) Initializing built-in extension SECURITY
    [ 486.315] (II) Initializing built-in extension XINERAMA
    [ 486.315] (II) Initializing built-in extension XFIXES
    [ 486.315] (II) Initializing built-in extension RENDER
    [ 486.315] (II) Initializing built-in extension RANDR
    [ 486.315] (II) Initializing built-in extension COMPOSITE
    [ 486.315] (II) Initializing built-in extension DAMAGE
    [ 486.317] (II) Initializing extension GLX
    [ 486.364] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 486.364] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.364] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.364] (II) LoadModule: "evdev"
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (II) Module evdev: vendor="X.Org Foundation"
    [ 486.365] compiled for 1.10.0, module version = 2.6.0
    [ 486.365] Module class: X.Org XInput Driver
    [ 486.365] ABI class: X.Org XInput driver, version 12.2
    [ 486.365] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (**) Power Button: always reports core events
    [ 486.365] (**) Power Button: Device: "/dev/input/event1"
    [ 486.376] (--) Power Button: Found keys
    [ 486.376] (II) Power Button: Configuring as keyboard
    [ 486.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 486.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.376] (**) Option "xkb_rules" "evdev"
    [ 486.376] (**) Option "xkb_model" "evdev"
    [ 486.376] (**) Option "xkb_layout" "fr"
    [ 486.397] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 486.397] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.397] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.397] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.397] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.397] (**) Power Button: always reports core events
    [ 486.397] (**) Power Button: Device: "/dev/input/event0"
    [ 486.413] (--) Power Button: Found keys
    [ 486.413] (II) Power Button: Configuring as keyboard
    [ 486.413] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 486.413] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.413] (**) Option "xkb_rules" "evdev"
    [ 486.413] (**) Option "xkb_model" "evdev"
    [ 486.413] (**) Option "xkb_layout" "fr"
    [ 486.415] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event2)
    [ 486.415] (II) No input driver/identifier specified (ignoring)
    [ 486.418] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event3)
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.418] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.418] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.418] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.418] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event3"
    [ 486.430] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.430] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.430] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.0/input/input3/event3"
    [ 486.430] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.430] (**) Option "xkb_rules" "evdev"
    [ 486.430] (**) Option "xkb_model" "evdev"
    [ 486.430] (**) Option "xkb_layout" "fr"
    [ 486.430] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.430] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.430] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.430] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.430] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found relative axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as mouse
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.446] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 486.446] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 486.446] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.1/input/input4/event4"
    [ 486.446] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.446] (**) Option "xkb_rules" "evdev"
    [ 486.446] (**) Option "xkb_model" "evdev"
    [ 486.446] (**) Option "xkb_layout" "fr"
    [ 486.447] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
    [ 486.447] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
    [ 486.447] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 486.447] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 486.447] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.447] (II) No input driver/identifier specified (ignoring)
    [ 486.447] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [ 486.447] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 486.447] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [ 486.447] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.447] (**) Logitech USB Optical Mouse: always reports core events
    [ 486.447] (**) Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [ 486.473] (--) Logitech USB Optical Mouse: Found 12 mouse buttons
    [ 486.473] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
    [ 486.473] (--) Logitech USB Optical Mouse: Found relative axes
    [ 486.473] (--) Logitech USB Optical Mouse: Found x and y relative axes
    [ 486.473] (II) Logitech USB Optical Mouse: Configuring as mouse
    [ 486.473] (II) Logitech USB Optical Mouse: Adding scrollwheel support
    [ 486.473] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 486.473] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-2/9-2:1.0/input/input5/event5"
    [ 486.473] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
    [ 486.473] (II) Logitech USB Optical Mouse: initialized for relative axes.
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [ 486.473] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 486.473] (II) No input driver/identifier specified (ignoring)
    [ 525.530] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors. Falling
    [ 525.530] (WW) NVIDIA(0): back to write-back cached memory.
    dmesg.txt
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
    [ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ff90000 (usable)
    [ 0.000000] BIOS-e820: 000000007ff90000 - 000000007ff9e000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007ff9e000 - 000000007ffe0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P5B-Deluxe, BIOS 1238 09/30/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7ff90 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 disabled
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 01800000
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
    [ 0.000000] RAMDISK: 7fdd0000 - 7ff80000
    [ 0.000000] Allocated new RAMDISK: 3764e000 - 377fd262
    [ 0.000000] Move RAMDISK from 000000007fdd0000 - 000000007ff7f261 to 3764e000 - 377fd261
    [ 0.000000] ACPI: RSDP 000fae70 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7ff90100 0004C (v01 MSTEST OEMXSDT 09000830 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7ff90290 000F4 (v03 MSTEST OEMFACP 09000830 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7ff905c0 0918E (v01 A0483 A0483035 00000035 INTL 20060113)
    [ 0.000000] ACPI: FACS 7ff9e000 00040
    [ 0.000000] ACPI: APIC 7ff90390 0006C (v01 MSTEST OEMAPIC 09000830 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7ff90400 0003C (v01 MSTEST OEMMCFG 09000830 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7ff9e040 0007B (v01 MSTEST AMI_OEM 09000830 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7ff99750 00038 (v01 MSTEST OEMHPET 09000830 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1159MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007ff90
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x0007ff90
    [ 0.000000] On node 0 totalpages: 524062
    [ 0.000000] free_area_init_node: node 0, pgdat c1450b00, node_mem_map f664d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3950 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2320 pages used for memmap
    [ 0.000000] HighMem zone: 294530 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a202 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27392 r0 d21760 u1048576
    [ 0.000000] pcpu-alloc: s27392 r0 d21760 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519966
    [ 0.000000] Kernel command line: root=/dev/sda3 ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 10483200 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007ff90)
    [ 0.000000] Memory: 2061020k/2096704k available (3182k kernel code, 35228k reserved, 1259k data, 424k init, 1187400k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc1457000 - 0xc14c1000 ( 424 kB)
    [ 0.000000] .data : 0xc131bacb - 0xc1456a00 (1259 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc131bacb (3182 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f500c000 soft=f500e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3066.221 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6134.96 BogoMIPS (lpj=10220736)
    [ 0.003418] pid_max: default: 32768 minimum: 301
    [ 0.003486] Security Framework initialized
    [ 0.003528] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006682] Mount-cache hash table entries: 512
    [ 0.006865] Initializing cgroup subsys ns
    [ 0.006906] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.006960] Initializing cgroup subsys cpuacct
    [ 0.007007] Initializing cgroup subsys memory
    [ 0.007052] Initializing cgroup subsys devices
    [ 0.007092] Initializing cgroup subsys freezer
    [ 0.007133] Initializing cgroup subsys net_cls
    [ 0.007172] Initializing cgroup subsys blkio
    [ 0.007238] CPU: Physical Processor ID: 0
    [ 0.007277] CPU: Processor Core ID: 0
    [ 0.007317] mce: CPU supports 6 MCE banks
    [ 0.007361] CPU0: Thermal monitoring enabled (TM2)
    [ 0.007402] using mwait in idle threads.
    [ 0.008216] ACPI: Core revision 20110112
    [ 0.013386] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.046907] CPU0: Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.056745] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.070012] CPU 1 irqstacks, hard=f50d6000 soft=f50d8000
    [ 0.070017] Booting Node 0, Processors #1
    [ 0.006666] Initializing CPU#1
    [ 0.166676] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.169997] Brought up 2 CPUs
    [ 0.170040] Total of 2 processors activated (12270.81 BogoMIPS).
    [ 0.171248] devtmpfs: initialized
    [ 0.171248] NET: Registered protocol family 16
    [ 0.171248] ACPI: bus type pci registered
    [ 0.171248] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.171248] PCI: not using MMCONFIG
    [ 0.171248] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
    [ 0.171248] PCI: Using configuration type 1 for base access
    [ 0.171248] bio: create slab <bio-0> at 0
    [ 0.173388] ACPI: EC: Look up EC in DSDT
    [ 0.174194] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.179022] ACPI: SSDT 7ff9e0c0 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179316] ACPI: Dynamic OEM Table Load:
    [ 0.179408] ACPI: SSDT (null) 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179643] ACPI: SSDT 7ff9e2d0 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.179932] ACPI: Dynamic OEM Table Load:
    [ 0.180025] ACPI: SSDT (null) 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.180248] ACPI: Interpreter enabled
    [ 0.180292] ACPI: (supports S0 S3 S4 S5)
    [ 0.180445] ACPI: Using IOAPIC for interrupt routing
    [ 0.180500] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.180904] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.180958] PCI: Using MMCONFIG for extended config space
    [ 0.185933] ACPI: No dock devices found.
    [ 0.185973] HEST: Table not found.
    [ 0.186014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.186114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.186260] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.186304] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.186346] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.186398] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.186450] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff]
    [ 0.186509] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600
    [ 0.186539] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604
    [ 0.186562] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.186564] pci 0000:00:01.0: PME# disabled
    [ 0.186592] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
    [ 0.186625] pci 0000:00:1a.0: reg 20: [io 0xa880-0xa89f]
    [ 0.186660] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
    [ 0.186692] pci 0000:00:1a.1: reg 20: [io 0xac00-0xac1f]
    [ 0.186724] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
    [ 0.186740] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
    [ 0.186797] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.186801] pci 0000:00:1a.7: PME# disabled
    [ 0.186817] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
    [ 0.186829] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
    [ 0.186873] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.186876] pci 0000:00:1b.0: PME# disabled
    [ 0.186891] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
    [ 0.186935] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.186938] pci 0000:00:1c.0: PME# disabled
    [ 0.186956] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
    [ 0.187000] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.187003] pci 0000:00:1c.4: PME# disabled
    [ 0.187019] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
    [ 0.187063] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.187066] pci 0000:00:1c.5: PME# disabled
    [ 0.187082] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
    [ 0.187114] pci 0000:00:1d.0: reg 20: [io 0xa400-0xa41f]
    [ 0.187137] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
    [ 0.187170] pci 0000:00:1d.1: reg 20: [io 0xa480-0xa49f]
    [ 0.187193] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
    [ 0.187226] pci 0000:00:1d.2: reg 20: [io 0xa800-0xa81f]
    [ 0.187256] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
    [ 0.187272] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
    [ 0.187329] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.187333] pci 0000:00:1d.7: PME# disabled
    [ 0.187346] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.187393] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
    [ 0.187462] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.188664] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106
    [ 0.188677] pci 0000:00:1f.2: reg 10: [io 0xa080-0xa087]
    [ 0.188684] pci 0000:00:1f.2: reg 14: [io 0xa000-0xa003]
    [ 0.188690] pci 0000:00:1f.2: reg 18: [io 0x9c00-0x9c07]
    [ 0.188696] pci 0000:00:1f.2: reg 1c: [io 0x9880-0x9883]
    [ 0.188703] pci 0000:00:1f.2: reg 20: [io 0x9800-0x981f]
    [ 0.188709] pci 0000:00:1f.2: reg 24: [mem 0xf9fff000-0xf9fff7ff]
    [ 0.188733] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.188736] pci 0000:00:1f.2: PME# disabled
    [ 0.188747] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
    [ 0.188756] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    [ 0.188778] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.188824] pci 0000:01:00.0: [10de:0a65] type 0 class 0x000300
    [ 0.188832] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.188841] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.188849] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref]
    [ 0.188856] pci 0000:01:00.0: reg 24: [io 0xbc00-0xbc7f]
    [ 0.188862] pci 0000:01:00.0: reg 30: [mem 0xfbc00000-0xfbc7ffff pref]
    [ 0.188895] pci 0000:01:00.1: [10de:0be3] type 0 class 0x000403
    [ 0.188903] pci 0000:01:00.1: reg 10: [mem 0xfbcfc000-0xfbcfffff]
    [ 0.188969] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.189011] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.189014] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.189017] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.189048] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.189091] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.189094] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.189098] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.189144] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.189223] pci 0000:03:00.0: reg 24: [mem 0xfbefe000-0xfbefffff]
    [ 0.189236] pci 0000:03:00.0: reg 30: [mem 0xfbee0000-0xfbeeffff pref]
    [ 0.189263] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.189268] pci 0000:03:00.0: PME# disabled
    [ 0.189293] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.189315] pci 0000:03:00.1: reg 10: [io 0xdc00-0xdc07]
    [ 0.189327] pci 0000:03:00.1: reg 14: [io 0xd880-0xd883]
    [ 0.189339] pci 0000:03:00.1: reg 18: [io 0xd800-0xd807]
    [ 0.189351] pci 0000:03:00.1: reg 1c: [io 0xd480-0xd483]
    [ 0.189363] pci 0000:03:00.1: reg 20: [io 0xd400-0xd40f]
    [ 0.189426] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.189491] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.189533] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.189536] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.189540] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.189589] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
    [ 0.189609] pci 0000:02:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.189620] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.189658] pci 0000:02:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.189693] pci 0000:02:00.0: supports D1 D2
    [ 0.189694] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.189698] pci 0000:02:00.0: PME# disabled
    [ 0.193338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.193385] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.193390] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.193397] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193434] pci 0000:05:02.0: [1033:0035] type 0 class 0x000c03
    [ 0.193452] pci 0000:05:02.0: reg 10: [mem 0xfbffd000-0xfbffdfff]
    [ 0.193514] pci 0000:05:02.0: supports D1 D2
    [ 0.193516] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193519] pci 0000:05:02.0: PME# disabled
    [ 0.193533] pci 0000:05:02.1: [1033:0035] type 0 class 0x000c03
    [ 0.193546] pci 0000:05:02.1: reg 10: [mem 0xfbffe000-0xfbffefff]
    [ 0.193601] pci 0000:05:02.1: supports D1 D2
    [ 0.193602] pci 0000:05:02.1: PME# supported from D0 D1 D2 D3hot
    [ 0.193605] pci 0000:05:02.1: PME# disabled
    [ 0.193619] pci 0000:05:02.2: [1033:00e0] type 0 class 0x000c03
    [ 0.193633] pci 0000:05:02.2: reg 10: [mem 0xfbfffc00-0xfbfffcff]
    [ 0.193687] pci 0000:05:02.2: supports D1 D2
    [ 0.193689] pci 0000:05:02.2: PME# supported from D0 D1 D2 D3hot
    [ 0.193692] pci 0000:05:02.2: PME# disabled
    [ 0.193711] pci 0000:05:03.0: [104c:8023] type 0 class 0x000c00
    [ 0.193726] pci 0000:05:03.0: reg 10: [mem 0xfbfff000-0xfbfff7ff]
    [ 0.193735] pci 0000:05:03.0: reg 14: [mem 0xfbff8000-0xfbffbfff]
    [ 0.193786] pci 0000:05:03.0: supports D1 D2
    [ 0.193787] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193791] pci 0000:05:03.0: PME# disabled
    [ 0.193806] pci 0000:05:04.0: [11ab:4320] type 0 class 0x000200
    [ 0.193823] pci 0000:05:04.0: reg 10: [mem 0xfbff4000-0xfbff7fff]
    [ 0.193831] pci 0000:05:04.0: reg 14: [io 0xe800-0xe8ff]
    [ 0.193867] pci 0000:05:04.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
    [ 0.193886] pci 0000:05:04.0: supports D1 D2
    [ 0.193888] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.193891] pci 0000:05:04.0: PME# disabled
    [ 0.193926] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    [ 0.193971] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.193974] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.193978] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193980] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.193982] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.193983] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.193985] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.193987] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    [ 0.194003] pci_bus 0000:00: on NUMA node 0
    [ 0.194005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.194127] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.194156] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.194243] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    [ 0.194277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
    [ 0.194313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    [ 0.194355] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.199969] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.200342] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.200724] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.201105] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.201486] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.201868] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.202249] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.202634] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.203051] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.203107] vgaarb: loaded
    [ 0.203206] PCI: Using ACPI for IRQ routing
    [ 0.203247] PCI: pci_cache_line_size set to 64 bytes
    [ 0.203358] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
    [ 0.203360] reserve RAM buffer: 000000007ff90000 - 000000007fffffff
    [ 0.203439] NetLabel: Initializing
    [ 0.203478] NetLabel: domain hash size = 128
    [ 0.203518] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.203565] NetLabel: unlabeled traffic allowed by default
    [ 0.203608] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.203653] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.203797] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.210012] Switching to clocksource hpet
    [ 0.211034] pnp: PnP ACPI init
    [ 0.211084] ACPI: bus type pnp registered
    [ 0.211173] pnp 00:00: [bus 00-ff]
    [ 0.211175] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.211177] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.211179] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.211180] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.211182] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.211184] pnp 00:00: [mem 0x80000000-0xffffffff window]
    [ 0.211222] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.211229] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.211267] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.211311] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.211335] pnp 00:02: [dma 4]
    [ 0.211337] pnp 00:02: [io 0x0000-0x000f]
    [ 0.211338] pnp 00:02: [io 0x0081-0x0083]
    [ 0.211339] pnp 00:02: [io 0x0087]
    [ 0.211341] pnp 00:02: [io 0x0089-0x008b]
    [ 0.211342] pnp 00:02: [io 0x008f]
    [ 0.211343] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.211367] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.211374] pnp 00:03: [io 0x0070-0x0071]
    [ 0.211380] pnp 00:03: [irq 8]
    [ 0.211403] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.211412] pnp 00:04: [io 0x0061]
    [ 0.211435] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.211441] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.211444] pnp 00:05: [irq 13]
    [ 0.211469] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.211669] pnp 00:06: [irq 4]
    [ 0.211671] pnp 00:06: [dma 0 disabled]
    [ 0.211672] pnp 00:06: [io 0x03f8-0x03ff]
    [ 0.211721] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.211835] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211837] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211838] pnp 00:07: [io 0x0290-0x0297]
    [ 0.211879] system 00:07: [io 0x0290-0x0297] has been reserved
    [ 0.211922] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.211997] pnp 00:08: [io 0x0010-0x001f]
    [ 0.211999] pnp 00:08: [io 0x0022-0x003f]
    [ 0.212000] pnp 00:08: [io 0x0044-0x005f]
    [ 0.212002] pnp 00:08: [io 0x0062-0x0063]
    [ 0.212003] pnp 00:08: [io 0x0065-0x006f]
    [ 0.212004] pnp 00:08: [io 0x0072-0x007f]
    [ 0.212006] pnp 00:08: [io 0x0080]
    [ 0.212007] pnp 00:08: [io 0x0084-0x0086]
    [ 0.212008] pnp 00:08: [io 0x0088]
    [ 0.212010] pnp 00:08: [io 0x008c-0x008e]
    [ 0.212011] pnp 00:08: [io 0x0090-0x009f]
    [ 0.212012] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.212014] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.212015] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.212016] pnp 00:08: [io 0x0800-0x087f]
    [ 0.212018] pnp 00:08: [io 0x0400-0x03ff disabled]
    [ 0.212019] pnp 00:08: [io 0x0480-0x04bf]
    [ 0.212021] pnp 00:08: [mem 0xffafe000-0xffb0cbff]
    [ 0.212022] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.212024] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.212025] pnp 00:08: [mem 0xfed20000-0xfed8ffff]
    [ 0.212026] pnp 00:08: [mem 0xfff00000-0xfffffffe]
    [ 0.212028] pnp 00:08: [mem 0xfebfe000-0xfebfec00]
    [ 0.212089] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.212132] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.212174] system 00:08: [io 0x0480-0x04bf] has been reserved
    [ 0.212216] system 00:08: [mem 0xffafe000-0xffb0cbff] could not be reserved
    [ 0.212259] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.212302] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.212345] system 00:08: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.212388] system 00:08: [mem 0xfff00000-0xfffffffe] has been reserved
    [ 0.212430] system 00:08: [mem 0xfebfe000-0xfebfec00] has been reserved
    [ 0.212473] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212521] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.212547] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.212580] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
    [ 0.212581] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
    [ 0.212625] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.212668] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.212712] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212761] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.212801] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.212844] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212967] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.212969] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.212971] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.212972] pnp 00:0c: [mem 0x00100000-0x7fffffff]
    [ 0.212974] pnp 00:0c: [mem 0x00000000-0xffffffff disabled]
    [ 0.213025] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.213068] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.213111] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.213154] system 00:0c: [mem 0x00100000-0x7fffffff] could not be reserved
    [ 0.213198] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.213198] Switched to NOHz mode on CPU #0
    [ 0.213237] Switched to NOHz mode on CPU #1
    [ 0.213286] pnp: PnP ACPI: found 13 devices
    [ 0.213326] ACPI: ACPI bus type pnp unregistered
    [ 0.249481] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x803fffff]
    [ 0.249526] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.249579] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.249632] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.249675] pci 0000:00:1f.3: BAR 0: assigned [mem 0x80800000-0x808000ff]
    [ 0.249720] pci 0000:00:1f.3: BAR 0: set to [mem 0x80800000-0x808000ff] (PCI address [0x80800000-0x808000ff])
    [ 0.249775] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.249816] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.249859] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.249902] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.249956] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.250011] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.250055] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x803fffff]
    [ 0.250099] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250154] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.250195] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.250239] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.250283] pci 0000:00:1c.4: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.250380] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.250424] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.250468] pci 0000:00:1c.5: bridge window [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250523] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    [ 0.250565] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.250609] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.250653] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.250702] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250746] pci 0000:00:01.0: setting latency timer to 64
    [ 0.250750] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.250792] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250836] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.250840] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250884] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.250890] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.250933] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.250938] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.250941] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.250943] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.250944] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250946] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250948] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.250949] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.250951] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfbcfffff]
    [ 0.250953] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.250955] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
    [ 0.250956] pci_bus 0000:04: resource 1 [mem 0x80000000-0x803fffff]
    [ 0.250958] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250960] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.250961] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.250963] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250965] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.250966] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.250968] pci_bus 0000:02: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250970] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.250972] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.250973] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.250975] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.250977] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250978] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250980] pci_bus 0000:05: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.251002] NET: Registered protocol family 2
    [ 0.251085] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.251263] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.251592] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.251779] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.251822] TCP reno registered
    [ 0.251861] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.251907] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.252025] NET: Registered protocol family 1
    [ 0.295104] pci 0000:01:00.0: Boot video device
    [ 0.295141] PCI: CLS 32 bytes, default 64
    [ 0.295174] Unpacking initramfs...
    [ 0.317387] Freeing initrd memory: 1728k freed
    [ 0.318002] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    [ 0.318046] apm: disabled - APM is not SMP safe.
    [ 0.318193] audit: initializing netlink socket (disabled)
    [ 0.318243] type=2000 audit(1303935493.316:1): initialized
    [ 0.318520] highmem bounce pool size: 64 pages
    [ 0.318562] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.320047] VFS: Disk quotas dquot_6.5.2
    [ 0.320145] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.320261] msgmni has been set to 1709
    [ 0.320435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.320488] io scheduler noop registered
    [ 0.320527] io scheduler deadline registered
    [ 0.320574] io scheduler cfq registered (default)
    [ 0.320710] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.320734] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.320771] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.320798] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.320848] pcieport 0000:00:1c.4: setting latency timer to 64
    [ 0.320875] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
    [ 0.320923] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.320950] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.321092] intel_idle: MWAIT substates: 0x22220
    [ 0.321094] intel_idle: does not run on family 6 model 23
    [ 0.321105] ERST: Table is not found!
    [ 0.321155] isapnp: Scanning for PnP cards...
    [ 0.676796] isapnp: No Plug & Play device found
    [ 0.676877] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.697390] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.920667] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.973728] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.976563] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.976631] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.976752] mousedev: PS/2 mouse device common for all mice
    [ 0.976847] rtc_cmos 00:03: RTC can wake from S4
    [ 1.000070] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.000137] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.000200] cpuidle: using governor ladder
    [ 1.000240] cpuidle: using governor menu
    [ 1.000436] TCP cubic registered
    [ 1.000476] NET: Registered protocol family 17
    [ 1.000521] Registering the dns_resolver key type
    [ 1.000569] Using IPI No-Shortcut mode
    [ 1.000679] PM: Hibernation image not present or could not be loaded.
    [ 1.000682] registered taskstats version 1
    [ 1.001054] rtc_cmos 00:03: setting system clock to 2011-04-27 20:18:14 UTC (1303935494)
    [ 1.001128] Initalizing network drop monitor service
    [ 1.001211] Freeing unused kernel memory: 424k freed
    [ 1.005982] <30>udev[38]: starting version 167
    [ 1.107427] SCSI subsystem initialized
    [ 1.127245] libata version 3.00 loaded.
    [ 1.131006] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.131057] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.131134] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.131436] scsi0 : pata_jmicron
    [ 1.131554] scsi1 : pata_jmicron
    [ 1.132024] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    [ 1.132068] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    [ 1.142526] ahci 0000:00:1f.2: version 3.0
    [ 1.142536] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.142608] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.142644] ahci: SSS flag set, parallel bus scan disabled
    [ 1.142711] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 1.142765] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 1.142819] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.174032] scsi2 : ahci
    [ 1.174136] scsi3 : ahci
    [ 1.174235] scsi4 : ahci
    [ 1.174335] scsi5 : ahci
    [ 1.174434] scsi6 : ahci
    [ 1.174532] scsi7 : ahci
    [ 1.174699] ata3: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff100 irq 44
    [ 1.174752] ata4: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff180 irq 44
    [ 1.174804] ata5: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff200 irq 44
    [ 1.174856] ata6: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff280 irq 44
    [ 1.174908] ata7: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff300 irq 44
    [ 1.174960] ata8: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff380 irq 44
    [ 1.175036] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level,

    Hi jasonwryan,
    Your thread helps a lot. I saw a lot of posts but not this one.
    This workaround is fine for me to wait the fix.
    Thanks a lot
    Workaround :
    It seems the problem might be linked to transparent items like background.
    As explained in the above thread :
    According to the bug report the nVidia driver is freaking out and creating too many events, which causes an event buffer in Xorg to overflow.  It works OK with the older Xorg, though.
    So the temporary solution is to downgrade 3 packages.
    Install the tool to downgrade
    > yaourt -Sy downgrade
    Downgrade
    Note the item number can change
    > downgrade xf86-input-evdev
    Hit "s" key
    Choose 2 (xf86-input-evdev-2.6.0-2-i686.pkg.tar.xz)
    > downgrade xorg-server
    Hit "s" key
    Choose 1 (xorg-server-1.9.4.901-1-i686.pkg.tar.xz)
    > downgrade xorg-server-common
    Hit "s" key
    Choose 1 (xorg-server-common-1.9.4.901-1-i686.pkg.tar.xz)
    Be carefull : don't update these 3 packages when updating your system (pacman -Syu) since it is not fixed.
    Last edited by shefla (2011-04-27 22:36:37)

  • [SOLVED] Xorg 1.16 updated and won't start with Nvidia driver

    I tried updating to xorg 1.16 yesterday and after rebooting everything stopped after "[OK] Reached target Network."
    I was able to switch to a different terminal and downgrade to xorg 1.15 to boot again.
    I've seen https://www.archlinux.org/news/xorg-ser … available/ but I'm not sure what it implies I need to change to get it to work. I am running Gnome 3 with GDM.
    I'm fairly new to Arch so any help to get me moving in the right direction would be great.
    Thanks,
    Justin
    Last edited by embmicro (2014-07-30 17:51:31)

    That fixed it! You guys are awesome.
    For other's reference...
    Once booted press Ctrl+Alt+F2 to get another terminal. Log in and type the following to downgrade the xorg packages.
    cd /var/cache/pacman/pkg
    sudo pacman -U xorg-server-1.15.2-1-x86_64.pkg.tar.xz xf86-input-evdev-2.9.0-1-x86_64.pkg.tar.xz
    sudo reboot
    Once it reboots you should have your desktop again. Run nvidia-settings and go to X Server Display Configuration. From there click Save to X Configuration File and save the file as 20-nvidia.conf. Then move the file to /etc/X11/xorg.conf.d/20-nvidia.conf if you saved it somewhere else.
    Upgrade back to xorg 1.16 and reboot.
    Last edited by embmicro (2014-07-30 17:50:56)

  • [Solved] xorg "no screens found" on laptop with nvidia + intel Optimus

    Startx gives fatal server error:(EE) no screens found
    After installing arch on my laptop, I followed the xorg arch wiki to install the Xwindow system.
    I installed  xorg-server, startx
    lspci -k | grep -A -2 -i "VGA" shows two graphic cards (see below). I guess the I am using the NVIDIA.
    I installed nvidia-utils-337.12-1 , nvidia-337.12-1, nvidia-libgl-337.12-1
    After that I ran nvidia-xconfig
    startx gives the above error.
    What can I try next?
    Best,
    Sjoerd
    This are the log files:
    lspci -k | grep -A -2 -i "VGA"
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    Subsystem: ASUSTeK Computer Inc. Device 15a7
    Kernel driver in use: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev a1)
    Subsystem: ASUSTeK Computer Inc. GeForce GT 650M
    Kernel driver in use: nvidia
    lsmod
    Module Size Used by
    isofs 32820 0
    usb_storage 49255 1
    joydev 10367 0
    mousedev 10912 0
    uvcvideo 74492 0
    videobuf2_vmalloc 3368 1 uvcvideo
    videobuf2_memops 2239 1 videobuf2_vmalloc
    btusb 19720 0
    videobuf2_core 28999 1 uvcvideo
    bluetooth 352753 2 btusb
    videodev 122691 2 uvcvideo,videobuf2_core
    media 12611 2 uvcvideo,videodev
    6lowpan_iphc 11556 1 bluetooth
    nvidia 10784100 0
    arc4 2064 2
    asus_nb_wmi 7400 0
    coretemp 6550 0
    asus_wmi 16605 1 asus_nb_wmi
    intel_rapl 12332 0
    sparse_keymap 3242 1 asus_wmi
    hwmon 3153 2 coretemp,asus_wmi
    x86_pkg_temp_thermal 7311 0
    intel_powerclamp 9442 0
    mxm_wmi 1595 0
    kvm_intel 134316 0
    iwldvm 171439 0
    iTCO_wdt 5535 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    kvm 419974 1 kvm_intel
    nls_iso8859_1 4485 2
    led_class 3611 2 iwldvm,asus_wmi
    i915 752620 1
    mac80211 510355 1 iwldvm
    crct10dif_pclmul 4714 0
    nls_cp437 6017 2
    crc32_pclmul 2955 0
    crc32c_intel 14217 0
    ghash_clmulni_intel 4362 0
    aesni_intel 144871 0
    vfat 10631 2
    aes_x86_64 7463 1 aesni_intel
    fat 53688 1 vfat
    lrw 3821 1 aesni_intel
    gf128mul 6018 1 lrw
    glue_helper 4737 1 aesni_intel
    ablk_helper 2100 1 aesni_intel
    cryptd 8537 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    iwlwifi 151777 1 iwldvm
    psmouse 92904 0
    snd_hda_codec_realtek 47141 1
    snd_hda_codec_generic 53860 1 snd_hda_codec_realtek
    microcode 17157 0
    cfg80211 459335 3 iwlwifi,mac80211,iwldvm
    evdev 11784 5
    mac_hid 3273 0
    serio_raw 5009 0
    atl1c 38426 0
    pcspkr 2059 0
    i2c_i801 11364 0
    rfkill 15971 3 cfg80211,bluetooth,asus_wmi
    snd_hda_intel 38728 0
    drm_kms_helper 35720 1 i915
    snd_hda_codec 101816 3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
    button 4765 1 i915
    snd_hwdep 6396 1 snd_hda_codec
    drm 242043 3 i915,drm_kms_helper,nvidia
    snd_pcm 81607 2 snd_hda_codec,snd_hda_intel
    snd_timer 19038 1 snd_pcm
    mei_me 9776 0
    snd 60086 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    intel_gtt 12856 1 i915
    i2c_algo_bit 5480 1 i915
    thermal 8812 0
    soundcore 5551 1 snd
    tpm_tis 9310 0
    i2c_core 25400 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
    video 12057 2 i915,asus_wmi
    mei 65662 1 mei_me
    processor 25217 0
    lpc_ich 13560 0
    wmi 8539 2 mxm_wmi,asus_wmi
    battery 7821 0
    tpm 23363 1 tpm_tis
    shpchp 25706 0
    intel_rst 2372 0
    ac 3366 0
    ext4 505317 2
    crc16 1359 2 ext4,bluetooth
    mbcache 6266 1 ext4
    jbd2 86487 1 ext4
    sd_mod 37170 8
    crc_t10dif 1135 1 sd_mod
    crct10dif_common 1436 2 crct10dif_pclmul,crc_t10dif
    atkbd 16934 0
    libps2 4507 2 atkbd,psmouse
    ahci 24043 4
    libahci 21708 1 ahci
    libata 174012 2 ahci,libahci
    ehci_pci 4152 0
    xhci_hcd 147645 0
    ehci_hcd 64875 1 ehci_pci
    scsi_mod 137184 3 usb_storage,libata,sd_mod
    usbcore 186974 6 btusb,uvcvideo,usb_storage,ehci_hcd,ehci_pci,xhci_hcd
    usb_common 1712 1 usbcore
    i8042 13135 1 libps2
    serio 10785 9 serio_raw,atkbd,i8042,psmouse
    /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.12 (buildmeister@swio-display-x64-rhel04-11) Fri Apr 4 15:17:56 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
    /var/log/Xorg.0.log
    [ 1860.296]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 1860.302] X Protocol Version 11, Revision 0
    [ 1860.304] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 1860.306] Current Operating System: Linux zen 3.14.2-1-ARCH #1 SMP PREEMPT Sun Apr 27 11:28:44 CEST 2014 x86_64
    [ 1860.306] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2
    [ 1860.309] Build Date: 14 April 2014 08:39:09AM
    [ 1860.311]
    [ 1860.313] Current version of pixman: 0.32.4
    [ 1860.316] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1860.316] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1860.324] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 5 12:22:24 2014
    [ 1860.326] (==) Using config file: "/etc/X11/xorg.conf"
    [ 1860.327] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1860.328] (==) ServerLayout "Layout0"
    [ 1860.328] (**) |-->Screen "Screen0" (0)
    [ 1860.328] (**) | |-->Monitor "Monitor0"
    [ 1860.328] (**) | |-->Device "Device0"
    [ 1860.328] (**) |-->Input Device "Keyboard0"
    [ 1860.328] (**) |-->Input Device "Mouse0"
    [ 1860.328] (==) Automatically adding devices
    [ 1860.328] (==) Automatically enabling devices
    [ 1860.328] (==) Automatically adding GPU devices
    [ 1860.328] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1860.328] Entry deleted from font path.
    [ 1860.328] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1860.328] Entry deleted from font path.
    [ 1860.328] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1860.328] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1860.328] Entry deleted from font path.
    [ 1860.328] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1860.328] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1860.328] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1860.328] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 1860.328] (WW) Disabling Keyboard0
    [ 1860.328] (WW) Disabling Mouse0
    [ 1860.328] (II) Loader magic: 0x804c80
    [ 1860.328] (II) Module ABI versions:
    [ 1860.328] X.Org ANSI C Emulation: 0.4
    [ 1860.328] X.Org Video Driver: 15.0
    [ 1860.328] X.Org XInput driver : 20.0
    [ 1860.328] X.Org Server Extension : 8.0
    [ 1860.328] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1860.328] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1860.330] (--) PCI:*(0:0:2:0) 8086:0166:1043:15a7 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 1860.330] (--) PCI: (0:1:0:0) 10de:0fd1:1043:15a7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 1860.330] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1860.332] Initializing built-in extension Generic Event Extension
    [ 1860.333] Initializing built-in extension SHAPE
    [ 1860.335] Initializing built-in extension MIT-SHM
    [ 1860.337] Initializing built-in extension XInputExtension
    [ 1860.338] Initializing built-in extension XTEST
    [ 1860.340] Initializing built-in extension BIG-REQUESTS
    [ 1860.342] Initializing built-in extension SYNC
    [ 1860.343] Initializing built-in extension XKEYBOARD
    [ 1860.345] Initializing built-in extension XC-MISC
    [ 1860.346] Initializing built-in extension SECURITY
    [ 1860.348] Initializing built-in extension XINERAMA
    [ 1860.349] Initializing built-in extension XFIXES
    [ 1860.350] Initializing built-in extension RENDER
    [ 1860.352] Initializing built-in extension RANDR
    [ 1860.353] Initializing built-in extension COMPOSITE
    [ 1860.355] Initializing built-in extension DAMAGE
    [ 1860.356] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1860.357] Initializing built-in extension DOUBLE-BUFFER
    [ 1860.358] Initializing built-in extension RECORD
    [ 1860.360] Initializing built-in extension DPMS
    [ 1860.361] Initializing built-in extension Present
    [ 1860.362] Initializing built-in extension DRI3
    [ 1860.364] Initializing built-in extension X-Resource
    [ 1860.365] Initializing built-in extension XVideo
    [ 1860.366] Initializing built-in extension XVideo-MotionCompensation
    [ 1860.367] Initializing built-in extension XFree86-VidModeExtension
    [ 1860.368] Initializing built-in extension XFree86-DGA
    [ 1860.369] Initializing built-in extension XFree86-DRI
    [ 1860.370] Initializing built-in extension DRI2
    [ 1860.370] (II) LoadModule: "glx"
    [ 1860.371] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1860.382] (II) Module glx: vendor="NVIDIA Corporation"
    [ 1860.382] compiled for 4.0.2, module version = 1.0.0
    [ 1860.382] Module class: X.Org Server Extension
    [ 1860.382] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:34:00 PDT 2014
    [ 1860.383] Loading extension GLX
    [ 1860.383] (II) LoadModule: "nvidia"
    [ 1860.383] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 1860.383] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 1860.383] compiled for 4.0.2, module version = 1.0.0
    [ 1860.383] Module class: X.Org Video Driver
    [ 1860.383] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:13:45 PDT 2014
    [ 1860.383] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 1860.383] (++) using VT number 2
    [ 1860.384] (EE) No devices detected.
    [ 1860.384] (EE)
    Fatal server error:
    [ 1860.384] (EE) no screens found(EE)
    [ 1860.384] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1860.384] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1860.384] (EE)
    Last edited by sjdh (2014-05-05 14:05:34)

    Hi Karol,
    Thank you for the suggestion. I read the wiki Nvidia#No_screens_found_on_a_laptop.2FNVIDIA_Optimus .
    It says "On a laptop, if the NVIDIA driver cannot find any screens, you may have an NVIDIA Optimus setup : an Intel chipset connected to the screen and the video outputs, and a NVIDIA". This seems to be the case for my latop.
    The wiki suggests three options to get around the problem:
    1) NVIDIA drivers now offer Optimus support since 319.12 Beta [[3]] with kernels above and including 3.9.
    2) Another solution is to install the Intel driver to handle the screens
    3) Enter the BIOS and changed the default graphics setting from 'Optimus' to 'Discrete' and the install NVIDIA drivers
    I tried them all:
    1) I had NVIDIA driver version 337 installed, but I don't know how to turn on Optimus support
    3) I check my bios settings, but there is no such option
    2) I removed the nvidia drivers and then installed intel drivers. I removed /etc/x11/xorg.conf
    startx now find screens. I guess there is no 2d or 3d acceleration, but it works
    Thank you
    Sjoerd

  • [SOLVED] Xorg Strangeness- Running startx runs xorg for a split second

    As in the subject, I am trying to run startx on my Arch (x86_64) machine for the first time since installation, however X only runs for a split second before quitting.. I've checked the log, but there aren't any errors that pop up to tell me what's going on.  What I've been doing that I think may affect the answer:
    Installed proprietary nvidia drivers that I downloaded off of nvidia's website (though I removed it by running sudo ./driver.run -uninstall)
    Installed nvidia drivers from the repository (sudo pacman -S nvidia nvidia-utils)
    shut off nouveau drivers (blacklisted nouveau in /etc/modprobe.d)
    Ran nvidia-xconfig to generate new xorg.conf file
    /var/log/Xorg.0.log shows nothing with (EE), so I assume that everything is going smoothly, however still can't get X to work.  Any help would be appreciated.  Google's let me down so far.
    Perhaps some fresh eyes could help me
    (contents of /var/log/Xorg.0.log)
    [ 22.116]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 22.116] X Protocol Version 11, Revision 0
    [ 22.116] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 22.116] Current Operating System: Linux Ponyville 3.3.7-1-ARCH #1 SMP PREEMPT Tue May 22 00:26:26 CEST 2012 x86_64
    [ 22.117] Kernel command line: root=/dev/sda4 ro
    [ 22.117] Build Date: 30 May 2012 07:24:13PM
    [ 22.117]
    [ 22.117] Current version of pixman: 0.26.0
    [ 22.117] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.117] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.119] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 7 08:50:45 2012
    [ 22.148] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.166] (==) ServerLayout "Layout0"
    [ 22.166] (**) |-->Screen "Screen0" (0)
    [ 22.166] (**) | |-->Monitor "Monitor0"
    [ 22.166] (**) | |-->Device "Device0"
    [ 22.166] (**) |-->Input Device "Keyboard0"
    [ 22.166] (**) |-->Input Device "Mouse0"
    [ 22.166] (==) Automatically adding devices
    [ 22.166] (==) Automatically enabling devices
    [ 22.196] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.196] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.196] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.213] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 22.213] Entry deleted from font path.
    [ 22.213] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 22.213] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/
    [ 22.213] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.213] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 22.213] (WW) Disabling Keyboard0
    [ 22.213] (WW) Disabling Mouse0
    [ 22.213] (II) Loader magic: 0x7c58e0
    [ 22.213] (II) Module ABI versions:
    [ 22.213] X.Org ANSI C Emulation: 0.4
    [ 22.213] X.Org Video Driver: 12.0
    [ 22.213] X.Org XInput driver : 16.0
    [ 22.213] X.Org Server Extension : 6.0
    [ 22.214] (--) PCI:*(0:1:0:0) 10de:0dc4:196e:085a rev 161, Mem @ 0xf8000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 22.214] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.214] (II) LoadModule: "extmod"
    [ 22.257] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.264] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.264] compiled for 1.12.2, module version = 1.0.0
    [ 22.264] Module class: X.Org Server Extension
    [ 22.264] ABI class: X.Org Server Extension, version 6.0
    [ 22.265] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.265] (II) Loading extension XFree86-VidModeExtension
    [ 22.265] (II) Loading extension XFree86-DGA
    [ 22.265] (II) Loading extension DPMS
    [ 22.265] (II) Loading extension XVideo
    [ 22.265] (II) Loading extension XVideo-MotionCompensation
    [ 22.265] (II) Loading extension X-Resource
    [ 22.265] (II) LoadModule: "dbe"
    [ 22.265] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.265] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.265] compiled for 1.12.2, module version = 1.0.0
    [ 22.265] Module class: X.Org Server Extension
    [ 22.265] ABI class: X.Org Server Extension, version 6.0
    [ 22.265] (II) Loading extension DOUBLE-BUFFER
    [ 22.265] (II) LoadModule: "glx"
    [ 22.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.799] (II) Module glx: vendor="NVIDIA Corporation"
    [ 22.799] compiled for 4.0.2, module version = 1.0.0
    [ 22.799] Module class: X.Org Server Extension
    [ 22.799] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 22.799] (II) Loading extension GLX
    [ 22.799] (II) LoadModule: "record"
    [ 22.799] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.885] (II) Module record: vendor="X.Org Foundation"
    [ 22.885] compiled for 1.12.2, module version = 1.13.0
    [ 22.885] Module class: X.Org Server Extension
    [ 22.885] ABI class: X.Org Server Extension, version 6.0
    [ 22.885] (II) Loading extension RECORD
    [ 22.885] (II) LoadModule: "dri"
    [ 22.885] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.911] (II) Module dri: vendor="X.Org Foundation"
    [ 22.911] compiled for 1.12.2, module version = 1.0.0
    [ 22.911] ABI class: X.Org Server Extension, version 6.0
    [ 22.911] (II) Loading extension XFree86-DRI
    [ 22.911] (II) LoadModule: "dri2"
    [ 22.911] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.911] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.911] compiled for 1.12.2, module version = 1.2.0
    [ 22.911] ABI class: X.Org Server Extension, version 6.0
    [ 22.911] (II) Loading extension DRI2
    [ 22.911] (II) LoadModule: "nvidia"
    [ 22.912] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 22.993] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 22.993] compiled for 4.0.2, module version = 1.0.0
    [ 22.994] Module class: X.Org Video Driver
    [ 23.021] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
    [ 23.021] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 23.021] (--) using VT number 7
    [ 23.024] (II) Loading sub module "fb"
    [ 23.024] (II) LoadModule: "fb"
    [ 23.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.032] (II) Module fb: vendor="X.Org Foundation"
    [ 23.032] compiled for 1.12.2, module version = 1.0.0
    [ 23.032] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.032] (II) Loading sub module "wfb"
    [ 23.032] (II) LoadModule: "wfb"
    [ 23.032] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 23.038] (II) Module wfb: vendor="X.Org Foundation"
    [ 23.038] compiled for 1.12.2, module version = 1.0.0
    [ 23.038] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.038] (II) Loading sub module "ramdac"
    [ 23.038] (II) LoadModule: "ramdac"
    [ 23.038] (II) Module "ramdac" already built-in
    [ 23.047] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 23.047] (==) NVIDIA(0): RGB weight 888
    [ 23.047] (==) NVIDIA(0): Default visual is TrueColor
    [ 23.047] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 23.047] (**) NVIDIA(0): Enabling 2D acceleration
    [ 23.817] (II) NVIDIA(GPU-0): Display (ViewSonic VA1916wSERIES (CRT-1)) does not support
    [ 23.817] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
    [ 23.831] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0)
    [ 23.831] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 23.831] (--) NVIDIA(0): VideoBIOS: 70.06.13.00.51
    [ 23.831] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 23.831] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 23.833] (--) NVIDIA(0): Connected display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 23.833] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-1)
    [ 23.833] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-1): 400.0 MHz maximum pixel
    [ 23.833] (--) NVIDIA(0): clock
    [ 23.868] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 23.868] (**) NVIDIA(0): device ViewSonic VA1916wSERIES (CRT-1) (Using EDID
    [ 23.868] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 23.874] (II) NVIDIA(0): Assigned Display Device: CRT-1
    [ 23.874] (==) NVIDIA(0):
    [ 23.874] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 23.874] (==) NVIDIA(0): will be used as the requested mode.
    [ 23.874] (==) NVIDIA(0):
    [ 23.874] (II) NVIDIA(0): Validated modes:
    [ 23.874] (II) NVIDIA(0): "nvidia-auto-select"
    [ 23.874] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 23.903] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    [ 23.903] (--) NVIDIA(0): option
    [ 23.903] (--) Depth 24 pixmap format is 32 bpp
    [ 23.903] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 23.903] (II) NVIDIA: access.
    [ 23.906] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 23.906] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 23.906] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 23.906] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 23.906] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 23.906] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 23.906] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 23.906] (II) NVIDIA(0): Config Options in the README.
    [ 23.908] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 23.952] (II) Loading extension NV-GLX
    [ 24.017] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 24.017] (==) NVIDIA(0): Backing store disabled
    [ 24.017] (==) NVIDIA(0): Silken mouse enabled
    [ 24.017] (**) NVIDIA(0): DPMS enabled
    [ 24.017] (II) Loading extension NV-CONTROL
    [ 24.017] (II) Loading extension XINERAMA
    [ 24.017] (II) Loading sub module "dri2"
    [ 24.017] (II) LoadModule: "dri2"
    [ 24.017] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.017] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.017] compiled for 1.12.2, module version = 1.2.0
    [ 24.017] ABI class: X.Org Server Extension, version 6.0
    [ 24.017] (II) NVIDIA(0): [DRI2] Setup complete
    [ 24.017] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 24.017] (==) RandR enabled
    [ 24.017] (II) Initializing built-in extension Generic Event Extension
    [ 24.017] (II) Initializing built-in extension SHAPE
    [ 24.017] (II) Initializing built-in extension MIT-SHM
    [ 24.017] (II) Initializing built-in extension XInputExtension
    [ 24.017] (II) Initializing built-in extension XTEST
    [ 24.017] (II) Initializing built-in extension BIG-REQUESTS
    [ 24.017] (II) Initializing built-in extension SYNC
    [ 24.017] (II) Initializing built-in extension XKEYBOARD
    [ 24.017] (II) Initializing built-in extension XC-MISC
    [ 24.017] (II) Initializing built-in extension SECURITY
    [ 24.017] (II) Initializing built-in extension XINERAMA
    [ 24.017] (II) Initializing built-in extension XFIXES
    [ 24.017] (II) Initializing built-in extension RENDER
    [ 24.017] (II) Initializing built-in extension RANDR
    [ 24.017] (II) Initializing built-in extension COMPOSITE
    [ 24.017] (II) Initializing built-in extension DAMAGE
    [ 24.018] (II) Initializing extension GLX
    [ 24.296] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 24.296] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.296] (II) LoadModule: "evdev"
    [ 24.296] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 24.304] (II) Module evdev: vendor="X.Org Foundation"
    [ 24.304] compiled for 1.12.0, module version = 2.7.0
    [ 24.304] Module class: X.Org XInput Driver
    [ 24.304] ABI class: X.Org XInput driver, version 16.0
    [ 24.304] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.304] (**) Power Button: always reports core events
    [ 24.304] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 24.304] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.304] (--) evdev: Power Button: Found keys
    [ 24.304] (II) evdev: Power Button: Configuring as keyboard
    [ 24.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 24.304] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 24.304] (**) Option "xkb_rules" "evdev"
    [ 24.304] (**) Option "xkb_model" "evdev"
    [ 24.304] (**) Option "xkb_layout" "us"
    [ 24.317] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 24.317] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.317] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.317] (**) Power Button: always reports core events
    [ 24.317] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 24.317] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.317] (--) evdev: Power Button: Found keys
    [ 24.317] (II) evdev: Power Button: Configuring as keyboard
    [ 24.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 24.317] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 24.317] (**) Option "xkb_rules" "evdev"
    [ 24.317] (**) Option "xkb_model" "evdev"
    [ 24.317] (**) Option "xkb_layout" "us"
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event10)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device UVC Camera (046d:09a1) (/dev/input/event5)
    [ 24.319] (**) UVC Camera (046d:09a1): Applying InputClass "evdev keyboard catchall"
    [ 24.319] (II) Using input driver 'evdev' for 'UVC Camera (046d:09a1)'
    [ 24.319] (**) UVC Camera (046d:09a1): always reports core events
    [ 24.319] (**) evdev: UVC Camera (046d:09a1): Device: "/dev/input/event5"
    [ 24.319] (--) evdev: UVC Camera (046d:09a1): Vendor 0x46d Product 0x9a1
    [ 24.319] (--) evdev: UVC Camera (046d:09a1): Found keys
    [ 24.319] (II) evdev: UVC Camera (046d:09a1): Configuring as keyboard
    [ 24.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.3/6-1.3:1.0/input/input5/event5"
    [ 24.319] (II) XINPUT: Adding extended input device "UVC Camera (046d:09a1)" (type: KEYBOARD, id 8)
    [ 24.319] (**) Option "xkb_rules" "evdev"
    [ 24.319] (**) Option "xkb_model" "evdev"
    [ 24.319] (**) Option "xkb_layout" "us"
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 24.320] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 24.320] (**) Logitech USB Receiver: always reports core events
    [ 24.320] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
    [ 24.320] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 24.320] (--) evdev: Logitech USB Receiver: Found keys
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.0/input/input3/event3"
    [ 24.320] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 24.320] (**) Option "xkb_rules" "evdev"
    [ 24.320] (**) Option "xkb_model" "evdev"
    [ 24.320] (**) Option "xkb_layout" "us"
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 24.320] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 24.320] (**) Logitech USB Receiver: always reports core events
    [ 24.320] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event4"
    [ 24.320] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 24.320] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 24.320] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 24.320] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 24.320] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 24.320] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 24.320] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 24.320] (--) evdev: Logitech USB Receiver: Found keys
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 24.320] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 24.320] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 24.320] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.1/input/input4/event4"
    [ 24.320] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
    [ 24.320] (**) Option "xkb_rules" "evdev"
    [ 24.320] (**) Option "xkb_model" "evdev"
    [ 24.320] (**) Option "xkb_layout" "us"
    [ 24.320] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 24.320] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 24.320] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 24.320] (II) No input driver specified, ignoring this device.
    [ 24.320] (II) This device may have been added with another device file.
    [ 24.321] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
    [ 24.321] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 24.321] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 24.321] (**) Eee PC WMI hotkeys: always reports core events
    [ 24.321] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event2"
    [ 24.321] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
    [ 24.321] (--) evdev: Eee PC WMI hotkeys: Found keys
    [ 24.321] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
    [ 24.321] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input2/event2"
    [ 24.321] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
    [ 24.321] (**) Option "xkb_rules" "evdev"
    [ 24.321] (**) Option "xkb_model" "evdev"
    [ 24.321] (**) Option "xkb_layout" "us"
    [ 24.497] (II) evdev: Power Button: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Power Button: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: UVC Camera (046d:09a1): Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Logitech USB Receiver: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Logitech USB Receiver: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Eee PC WMI hotkeys: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.680] Server terminated successfully (0). Closing log file.
    Contents of Xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 295.53 ([email protected]) Sat May 12 00:34:20 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    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
    Last edited by Glupoi652 (2012-06-07 20:51:53)

    windscape wrote:
    wgetfree wrote:It may be a stupid question but do you have all the Xorg dependencies?
    It may even be simpler than that. If this is a new installation, a desktop environment or window manager may not be installed. In that case, the Xorg server has nothing to do. Install a desktop environment or window manager and see if Xorg continues running once it has something to do.
    Listen to this man. What I meant by Xorg dependencies is that people usually install xterm, xclock, etc so they have a very basic WM set up so they can see that Xorg is in fact working. Try setting up a .xinitrc with the following in it:
    exec startxfce4 --with-ck-launch
    Or even try to launch it manually with:
    $ startxfce4

  • [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.

Maybe you are looking for

  • Help with HP Officejet 4500 Wireless Printer

    We have two HP 4500 Wirless Printers. We could print through our wireless network (unsecured)  until we secured it. Now it will not print. We selected the tool icon on the printer.  Next we selected WIRELESS MENU.  Next, SET UP WIZARD.   It started s

  • Ichat will not work

    So here's my problem: When I open iChat it automatically opens up an empty chat. In the bottom right corner it says "Rejoin Chat" even though there's no chat for me to "rejoin". When I try to start a new chat, and I type in a message it sends but it

  • About table info_prog

    Hi, There is the table info_prog in R3 46B,but there is not it in R3 470. is there the other table replace it in r3 470? Do you know? Regards, collysun

  • View all objects of a user in Oracle

    Hi, As I can see in sqlplus all objects that correspond to a user in a schema x. Thanks

  • Does Xserve Raid 3.5 TB supports HD uncompress?

    Does exist any configuration for Xserve Raid 3.5TB 7 drives, that supports HD Uncompress 720p 10 bit video formats? Will I get that only with 14 drives? Can I get that with 8 drives? 4 drives in each controller. Thanks G5   Mac OS X (10.4.6)   Final