[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)

Similar Messages

  • Xorg failing to start, loaded nvidia, etc

    Having issues trying to get X to start instead of a black screen when using "startx".
    I've installed the nvidia driver and first tried it using no xorg config, but nothing.
    Driver I'm using: nvidia
    Graphics Card in laptop: GTX660M
    Here's the log and other files.
    http://bpaste.net/show/125206/
    I haven't made a user yet by the way, and this file just showed up when trying to start X in the home directory for the root user
    http://bpaste.net/show/125209/
    Last edited by Zetsumei (2013-08-22 17:41:38)

    There's no need to "start from zero" whatever that means. Just create a user and then debug X. You can use a temporary user if you like and create your own user later, deleting the temporary account etc. from the system. This is not at all necessary but if you want your own account to be pristine, by all means do it that way. X isn't expected to run normally for root. That's not to say people don't get it to work but apart from being a nightmare security-wise, it also runs against the grain of what the software wants to do. I appreciate the security issue isn't relevant in your case as you've no intention of running as root normally but the other issue is. Troubleshooting is harder the more you diverge from the default or standard approach. So troubleshoot X with an unprivileged account, even if you have to create a temporary user to do so.

  • [Bumblebee]Failed to initialize the NVIDIA GPU at PCI:1:0:0.

    Hi!
    I've instaled Arch about a month ago and now wanted to check my nvidia card using Bumblebee, but have some errors…
    [wicu@arch:~]$ optirun -vv minecraft
    [ 4859.259278] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 4859.404191] [DEBUG]optirun version 3.0.1 starting...
    [ 4859.404220] [DEBUG]Active configuration:
    [ 4859.404226] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 4859.404242] [DEBUG] X display: :8
    [ 4859.404254] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
    [ 4859.404265] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 4859.404276] [DEBUG] VGL Compression: proxy
    [ 4859.536971] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 4859.537027] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 4859.537053] [DEBUG]Socket closed.
    [ 4859.537086] [ERROR]Aborting because fallback start is disabled.
    [ 4859.537094] [DEBUG]Killing all remaining processes.
    [wicu@arch:~]$ sudo journalctl // here is only part when I tried use bumblebee
    Nov 26 17:48:43 arch kernel: NVRM: failed to copy vbios to system memory.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238670] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238729] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238765] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238819] [ERROR][XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238826] [ERROR][XORG] (EE) NVIDIA(0): check your system's kernel log for additional error
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238830] [ERROR][XORG] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238835] [ERROR][XORG] (EE) NVIDIA(0): README for additional information.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238841] [ERROR][XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238847] [ERROR][XORG] (EE) NVIDIA(0): Failing initialization of X screen 0
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238853] [ERROR][XORG] (EE) Screen(s) found, but none have a usable configuration.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238858] [ERROR][XORG] (EE)
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238863] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238868] [ERROR][XORG] (EE)
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238873] [ERROR]X did not start properly
    Nov 26 17:48:43 arch kernel: NVRM: RmInitAdapter failed! (0x30:0xffffffff:739)
    Nov 26 17:48:43 arch kernel: NVRM: rm_init_adapter(0) failed
    // xorg log
    [ 4859.510]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 4859.511] X Protocol Version 11, Revision 0
    [ 4859.511] Build Operating System: Linux 3.6.3-1-ARCH x86_64
    [ 4859.511] Current Operating System: Linux arch 3.6.7-1-ARCH #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012 x86_64
    [ 4859.511] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=70a6cff9-bcf7-42eb-9ba1-73953e023617 ro quiet
    [ 4859.511] Build Date: 08 November 2012 07:09:29PM
    [ 4859.511]
    [ 4859.511] Current version of pixman: 0.28.0
    [ 4859.511] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4859.511] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4859.511] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 26 18:00:43 2012
    [ 4859.511] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 4859.511] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4859.511] (==) ServerLayout "Layout0"
    [ 4859.512] (==) No screen section available. Using defaults.
    [ 4859.512] (**) |-->Screen "Default Screen Section" (0)
    [ 4859.512] (**) | |-->Monitor "<default monitor>"
    [ 4859.512] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 4859.512] (**) | |-->Device "Device1"
    [ 4859.512] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4859.512] (**) Option "AutoAddDevices" "false"
    [ 4859.512] (**) Not automatically adding devices
    [ 4859.512] (==) Automatically enabling devices
    [ 4859.512] (==) Automatically adding GPU devices
    [ 4859.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4859.512] Entry deleted from font path.
    [ 4859.512] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4859.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4859.512] Entry deleted from font path.
    [ 4859.512] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4859.512] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 4859.512] (++) ModulePath set to "/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules"
    [ 4859.512] (==) |-->Input Device "<default pointer>"
    [ 4859.512] (==) |-->Input Device "<default keyboard>"
    [ 4859.512] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 4859.512] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 4859.512] (II) Loader magic: 0x7fcc40
    [ 4859.512] (II) Module ABI versions:
    [ 4859.512] X.Org ANSI C Emulation: 0.4
    [ 4859.513] X.Org Video Driver: 13.1
    [ 4859.513] X.Org XInput driver : 18.0
    [ 4859.513] X.Org Server Extension : 7.0
    [ 4859.513] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4859.513] setversion 1.4 failed
    [ 4859.516] (--) PCI:*(0:1:0:0) 10de:0de9:17aa:3901 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
    [ 4859.516] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4859.516] Initializing built-in extension Generic Event Extension
    [ 4859.516] Initializing built-in extension SHAPE
    [ 4859.516] Initializing built-in extension MIT-SHM
    [ 4859.516] Initializing built-in extension XInputExtension
    [ 4859.516] Initializing built-in extension XTEST
    [ 4859.516] Initializing built-in extension BIG-REQUESTS
    [ 4859.516] Initializing built-in extension SYNC
    [ 4859.516] Initializing built-in extension XKEYBOARD
    [ 4859.516] Initializing built-in extension XC-MISC
    [ 4859.516] Initializing built-in extension SECURITY
    [ 4859.516] Initializing built-in extension XINERAMA
    [ 4859.516] Initializing built-in extension XFIXES
    [ 4859.516] Initializing built-in extension RENDER
    [ 4859.516] Initializing built-in extension RANDR
    [ 4859.516] Initializing built-in extension COMPOSITE
    [ 4859.516] Initializing built-in extension DAMAGE
    [ 4859.516] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4859.516] Initializing built-in extension DOUBLE-BUFFER
    [ 4859.516] Initializing built-in extension RECORD
    [ 4859.516] Initializing built-in extension DPMS
    [ 4859.516] Initializing built-in extension X-Resource
    [ 4859.516] Initializing built-in extension XVideo
    [ 4859.516] Initializing built-in extension XVideo-MotionCompensation
    [ 4859.516] Initializing built-in extension XFree86-VidModeExtension
    [ 4859.516] Initializing built-in extension XFree86-DGA
    [ 4859.516] Initializing built-in extension XFree86-DRI
    [ 4859.516] Initializing built-in extension DRI2
    [ 4859.516] (II) LoadModule: "glx"
    [ 4859.516] (II) Loading /usr/lib/nvidia-bumblebee/xorg/modules/extensions/libglx.so
    [ 4859.526] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4859.526] compiled for 4.0.2, module version = 1.0.0
    [ 4859.526] Module class: X.Org Server Extension
    [ 4859.526] (II) NVIDIA GLX Module 310.19 Thu Nov 8 01:12:43 PST 2012
    [ 4859.526] Loading extension GLX
    [ 4859.526] (II) LoadModule: "nvidia"
    [ 4859.526] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4859.526] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4859.526] compiled for 4.0.2, module version = 1.0.0
    [ 4859.526] Module class: X.Org Video Driver
    [ 4859.526] (II) LoadModule: "mouse"
    [ 4859.527] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 4859.527] (II) Module mouse: vendor="X.Org Foundation"
    [ 4859.527] compiled for 1.13.0, module version = 1.8.1
    [ 4859.527] Module class: X.Org XInput Driver
    [ 4859.527] ABI class: X.Org XInput driver, version 18.0
    [ 4859.527] (II) LoadModule: "kbd"
    [ 4859.527] (WW) Warning, couldn't open module kbd
    [ 4859.527] (II) UnloadModule: "kbd"
    [ 4859.527] (II) Unloading kbd
    [ 4859.527] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 4859.527] (II) NVIDIA dlloader X Driver 310.19 Thu Nov 8 00:53:33 PST 2012
    [ 4859.527] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4859.527] (--) using VT number 7
    [ 4859.527] (II) Loading sub module "wfb"
    [ 4859.527] (II) LoadModule: "wfb"
    [ 4859.527] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4859.527] (II) Module wfb: vendor="X.Org Foundation"
    [ 4859.527] compiled for 1.13.0, module version = 1.0.0
    [ 4859.527] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4859.527] (II) Loading sub module "ramdac"
    [ 4859.527] (II) LoadModule: "ramdac"
    [ 4859.527] (II) Module "ramdac" already built-in
    [ 4859.527] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4859.527] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4859.527] (==) NVIDIA(0): RGB weight 888
    [ 4859.527] (==) NVIDIA(0): Default visual is TrueColor
    [ 4859.527] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4859.527] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 4859.528] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 4859.528] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP"
    [ 4859.528] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4859.528] (**) NVIDIA(0): ConnectedMonitor string: "DFP"
    [ 4859.528] (**) NVIDIA(0): Ignoring EDIDs
    [ 4859.534] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 4859.534] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 4859.534] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 4859.534] (EE) NVIDIA(0): README for additional information.
    [ 4859.534] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 4859.534] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 4859.534] (II) UnloadModule: "nvidia"
    [ 4859.534] (II) UnloadSubModule: "wfb"
    [ 4859.534] (EE) Screen(s) found, but none have a usable configuration.
    [ 4859.534]
    Fatal server error:
    [ 4859.534] no screens found
    [ 4859.534] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 4859.534] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 4859.534] (EE)
    [ 4859.534] Server terminated with error (1). Closing log file.
    [wicu@arch:~]$ lspci | grep VGA
    3:00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    14:01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630M] (rev a1)
    [wicu@arch:~]$ primusrun minecraft
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    asdf
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    27 achievements
    208 recipes
    Setting user: Druedain, -4246576297828159265
    primus: fatal: failure contacting bumblebee daemon
    [18:05:39 - wicu@arch:~]$ primusrun minecraft
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    asdf
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    27 achievements
    208 recipes
    Setting user: Druedain, -7896572405277476304
    primus: fatal: failure contacting bumblebee daemon
    [wicu@arch:~]$ systemctl | grep bumblebee
    35:bumblebeed.service

    [wicu@arch:~]$ dmesg | grep nvidia
    782:[ 6.776816] nvidia: module license 'NVIDIA' taints kernel.
    784:[ 6.784411] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
    [wicu@arch:~]$ cat /etc/bumblebee/bumblebee.conf
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    Module=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    [wicu@arch:~]$ cat /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "ConnectedMonitor" "DFP"
    EndSection

  • [Closed]Bumblebee - Failed to initialize the NVIDIA GPU

    Hi,
    I'am having trouble with bumblebee. When i ran
    optirun glxgears -info
    I get the following error,
    [ 66.574]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 66.574] X Protocol Version 11, Revision 0
    [ 66.574] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 66.574] Current Operating System: Linux archlinux 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 66.574] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2136b55a-3c0b-4a13-a536-86d195e15fa8 ro
    [ 66.574] Build Date: 01 July 2013 10:48:42AM
    [ 66.574]
    [ 66.574] Current version of pixman: 0.30.0
    [ 66.574] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 66.574] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 66.574] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Jul 30 19:25:29 2013
    [ 66.589] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 66.589] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 66.607] (==) ServerLayout "Layout0"
    [ 66.607] (==) No screen section available. Using defaults.
    [ 66.607] (**) |-->Screen "Default Screen Section" (0)
    [ 66.607] (**) | |-->Monitor "<default monitor>"
    [ 66.607] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 66.607] (**) | |-->Device "DiscreteNvidia"
    [ 66.607] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 66.607] (**) Option "AutoAddDevices" "false"
    [ 66.607] (**) Option "AutoAddGPU" "false"
    [ 66.607] (**) Not automatically adding devices
    [ 66.607] (==) Automatically enabling devices
    [ 66.607] (**) Not automatically adding GPU devices
    [ 66.607] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 66.607] Entry deleted from font path.
    [ 66.607] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 66.607] Entry deleted from font path.
    [ 66.607] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 66.607] Entry deleted from font path.
    [ 66.607] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 66.607] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 66.607] Entry deleted from font path.
    [ 66.607] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 66.607] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 66.607] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 66.607] (==) |-->Input Device "<default pointer>"
    [ 66.607] (==) |-->Input Device "<default keyboard>"
    [ 66.607] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 66.607] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 66.607] (II) Loader magic: 0x7fdc20
    [ 66.607] (II) Module ABI versions:
    [ 66.607] X.Org ANSI C Emulation: 0.4
    [ 66.607] X.Org Video Driver: 14.1
    [ 66.607] X.Org XInput driver : 19.1
    [ 66.607] X.Org Server Extension : 7.0
    [ 66.607] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 66.608] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 66.608] setversion 1.4 failed
    [ 66.609] (--) PCI:*(0:1:0:0) 10de:0fd4:1462:10d7 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 66.609] Initializing built-in extension Generic Event Extension
    [ 66.609] Initializing built-in extension SHAPE
    [ 66.609] Initializing built-in extension MIT-SHM
    [ 66.609] Initializing built-in extension XInputExtension
    [ 66.609] Initializing built-in extension XTEST
    [ 66.609] Initializing built-in extension BIG-REQUESTS
    [ 66.609] Initializing built-in extension SYNC
    [ 66.609] Initializing built-in extension XKEYBOARD
    [ 66.609] Initializing built-in extension XC-MISC
    [ 66.609] Initializing built-in extension SECURITY
    [ 66.609] Initializing built-in extension XINERAMA
    [ 66.609] Initializing built-in extension XFIXES
    [ 66.609] Initializing built-in extension RENDER
    [ 66.609] Initializing built-in extension RANDR
    [ 66.609] Initializing built-in extension COMPOSITE
    [ 66.609] Initializing built-in extension DAMAGE
    [ 66.609] Initializing built-in extension MIT-SCREEN-SAVER
    [ 66.609] Initializing built-in extension DOUBLE-BUFFER
    [ 66.609] Initializing built-in extension RECORD
    [ 66.609] Initializing built-in extension DPMS
    [ 66.609] Initializing built-in extension X-Resource
    [ 66.609] Initializing built-in extension XVideo
    [ 66.609] Initializing built-in extension XVideo-MotionCompensation
    [ 66.609] Initializing built-in extension XFree86-VidModeExtension
    [ 66.609] Initializing built-in extension XFree86-DGA
    [ 66.609] Initializing built-in extension XFree86-DRI
    [ 66.609] Initializing built-in extension DRI2
    [ 66.609] (II) LoadModule: "glx"
    [ 66.622] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 67.248] (II) Module glx: vendor="NVIDIA Corporation"
    [ 67.248] compiled for 4.0.2, module version = 1.0.0
    [ 67.248] Module class: X.Org Server Extension
    [ 67.248] (II) NVIDIA GLX Module 319.32 Wed Jun 19 14:55:38 PDT 2013
    [ 67.257] Loading extension GLX
    [ 67.257] (II) LoadModule: "nvidia"
    [ 67.258] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 67.346] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 67.346] compiled for 4.0.2, module version = 1.0.0
    [ 67.346] Module class: X.Org Video Driver
    [ 67.354] (II) LoadModule: "mouse"
    [ 67.354] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 67.357] (II) Module mouse: vendor="X.Org Foundation"
    [ 67.357] compiled for 1.14.0, module version = 1.9.0
    [ 67.357] Module class: X.Org XInput Driver
    [ 67.357] ABI class: X.Org XInput driver, version 19.1
    [ 67.357] (II) LoadModule: "kbd"
    [ 67.358] (WW) Warning, couldn't open module kbd
    [ 67.358] (II) UnloadModule: "kbd"
    [ 67.358] (II) Unloading kbd
    [ 67.358] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 67.358] (II) NVIDIA dlloader X Driver 319.32 Wed Jun 19 14:34:12 PDT 2013
    [ 67.358] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 67.359] (--) using VT number 7
    [ 67.367] (II) Loading sub module "fb"
    [ 67.367] (II) LoadModule: "fb"
    [ 67.367] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 67.367] (II) Module fb: vendor="X.Org Foundation"
    [ 67.368] compiled for 1.14.2, module version = 1.0.0
    [ 67.368] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.368] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 67.368] (II) Loading sub module "wfb"
    [ 67.368] (II) LoadModule: "wfb"
    [ 67.368] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 67.376] (II) Module wfb: vendor="X.Org Foundation"
    [ 67.376] compiled for 1.14.2, module version = 1.0.0
    [ 67.377] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.377] (II) Loading sub module "shadow"
    [ 67.377] (II) LoadModule: "shadow"
    [ 67.377] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 67.377] (II) Module shadow: vendor="X.Org Foundation"
    [ 67.377] compiled for 1.14.2, module version = 1.1.0
    [ 67.377] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.377] (II) Loading sub module "ramdac"
    [ 67.377] (II) LoadModule: "ramdac"
    [ 67.377] (II) Module "ramdac" already built-in
    [ 67.378] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 67.378] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 67.378] (==) NVIDIA(0): RGB weight 888
    [ 67.378] (==) NVIDIA(0): Default visual is TrueColor
    [ 67.378] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 67.378] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 67.378] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 67.379] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 67.379] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 67.379] (**) NVIDIA(0): Enabling 2D acceleration
    [ 67.379] (**) NVIDIA(0): Ignoring EDIDs
    [ 67.379] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 67.379] (**) NVIDIA(0): mode
    [ 72.511] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 72.511] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 72.511] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 72.511] (EE) NVIDIA(0): README for additional information.
    [ 72.511] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 72.511] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 72.512] (II) UnloadModule: "nvidia"
    [ 72.512] (II) UnloadSubModule: "shadow"
    [ 72.512] (II) UnloadSubModule: "wfb"
    [ 72.512] (II) UnloadSubModule: "fb"
    [ 72.512] (EE) Screen(s) found, but none have a usable configuration.
    [ 72.512] (EE)
    Fatal server error:
    [ 72.512] (EE) no screens found(EE)
    [ 72.512] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 72.512] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 72.512] (EE)
    [ 72.512] (EE) Server terminated with error (1). Closing log file.
    This is /etc/bumblebee/bumblebee.conf file;
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    In addition
    dmesg | grep nvidia
    does not return anything and
    modprobe nvidia
    returns
    modprobe: ERROR: could not insert 'nvidia': No such device
    There is no /etc/X11/xorg.conf file.
    Last edited by Selo (2013-07-30 19:41:25)

    Hello, I also I have that problem.
    $primusrun glxgears
    primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
    $grep -Fn '(EE' /var/log/Xorg.8.log
    15: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    105:[ 875.659] (EE) Failed to load module "mouse" (module does not exist, 0)
    110:[ 875.659] (EE) Failed to load module "kbd" (module does not exist, 0)
    153:[ 880.312] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    154:[ 880.312] (EE) NVIDIA(0): check your system's kernel log for additional error
    155:[ 880.312] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    156:[ 880.312] (EE) NVIDIA(0): README for additional information.
    157:[ 880.312] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    158:[ 880.312] (EE) NVIDIA(0): Failing initialization of X screen 0
    163:[ 880.312] (EE) Screen(s) found, but none have a usable configuration.
    164:[ 880.312] (EE)
    166:[ 880.312] (EE) no screens found(EE)
    167:[ 880.312] (EE)
    171:[ 880.312] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    172:[ 880.313] (EE)
    173:[ 880.313] (EE) Server terminated with error (1). Closing log file.

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

  • [SOLVED] Xorg doesn't start after upgrade to 1.17.1

    Archlinux i686
    Intel Core 2 Duo 6600
    01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GT/GTO] (rev a1)
    After following upgrades:
    [2015-02-26 03:27] [PACMAN] Running 'pacman -S mesa mesa-demos mesa-libgl'
    [2015-02-26 03:27] [ALPM] transaction started
    [2015-02-26 03:28] [ALPM] upgraded mesa (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-libgl (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-demos (8.2.0-3 -> 8.2.0-4)
    [2015-02-26 03:28] [ALPM] transaction completed
    [2015-02-26 03:28] [PACMAN] Running 'pacman -S xorg-server xorg-server-common'
    [2015-02-26 03:29] [ALPM] transaction started
    [2015-02-26 03:29] [ALPM] removed xf86-video-vesa (2.3.2-5)
    [2015-02-26 03:29] [ALPM] removed xf86-video-nouveau (1.0.11-2)
    [2015-02-26 03:29] [ALPM] removed xf86-video-modesetting (0.9.0-2)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server-common (1.16.3-2 -> 1.17.1-3)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server (1.16.3-2 -> 1.17.1-3)
    Xorg doesn't start after reboot and I found following kernel message:
    kernel: [drm:drm_mmap_locked] *ERROR* Could not find map
    and /var/log/Xorg.0.log looks like this:
    [ 5.591]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5.591] X Protocol Version 11, Revision 0
    [ 5.591] Build Operating System: Linux 3.18.6-1-ARCH i686
    [ 5.591] Current Operating System: Linux emeria7 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 5.591] Kernel command line: root=/dev/disk/by-label/archroot rw
    [ 5.591] Build Date: 22 February 2015 12:52:47PM
    [ 5.591]
    [ 5.592] Current version of pixman: 0.32.6
    [ 5.592] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5.592] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5.592] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 14:58:35 2015
    [ 5.597] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 5.597] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5.598] (==) ServerLayout "ServerLayout0"
    [ 5.598] (==) No screen section available. Using defaults.
    [ 5.598] (**) |-->Screen "Default Screen Section" (0)
    [ 5.598] (**) | |-->Monitor "<default monitor>"
    [ 5.599] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 5.599] (**) | |-->Device "Device0"
    [ 5.599] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 5.599] (**) Option "BlankTime" "0"
    [ 5.599] (**) Option "StandbyTime" "0"
    [ 5.599] (**) Option "SuspendTime" "0"
    [ 5.599] (**) Option "OffTime" "0"
    [ 5.599] (==) Automatically adding devices
    [ 5.599] (==) Automatically enabling devices
    [ 5.599] (==) Automatically adding GPU devices
    [ 5.608] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 5.608] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5.608] (**) Extension "Composite" is disabled
    [ 5.608] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5.608] (II) Loader magic: 0x829e700
    [ 5.608] (II) Module ABI versions:
    [ 5.608] X.Org ANSI C Emulation: 0.4
    [ 5.608] X.Org Video Driver: 19.0
    [ 5.608] X.Org XInput driver : 21.0
    [ 5.608] X.Org Server Extension : 9.0
    [ 5.611] (EE) systemd-logind: failed to get session: PID 995 does not belong to any known session
    [ 5.611] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.612] (--) PCI:*(0:1:0:0) 10de:0291:107d:2a62 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
    [ 5.612] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5.613] (II) LoadModule: "glx"
    [ 5.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.632] (II) Module glx: vendor="X.Org Foundation"
    [ 5.632] compiled for 1.17.1, module version = 1.0.0
    [ 5.632] ABI class: X.Org Server Extension, version 9.0
    [ 5.632] (==) AIGLX enabled
    [ 5.632] (==) Matched nouveau as autoconfigured driver 0
    [ 5.632] (==) Matched nv as autoconfigured driver 1
    [ 5.632] (==) Matched nouveau as autoconfigured driver 2
    [ 5.632] (==) Matched nv as autoconfigured driver 3
    [ 5.632] (==) Matched modesetting as autoconfigured driver 4
    [ 5.632] (==) Matched fbdev as autoconfigured driver 5
    [ 5.632] (==) Matched vesa as autoconfigured driver 6
    [ 5.632] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.632] (II) LoadModule: "nouveau"
    [ 5.632] (WW) Warning, couldn't open module nouveau
    [ 5.632] (II) UnloadModule: "nouveau"
    [ 5.632] (II) Unloading nouveau
    [ 5.632] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "nv"
    [ 5.633] (WW) Warning, couldn't open module nv
    [ 5.633] (II) UnloadModule: "nv"
    [ 5.633] (II) Unloading nv
    [ 5.633] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "modesetting"
    [ 5.633] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.634] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.634] compiled for 1.17.1, module version = 1.17.1
    [ 5.634] Module class: X.Org Video Driver
    [ 5.634] ABI class: X.Org Video Driver, version 19.0
    [ 5.634] (II) LoadModule: "fbdev"
    [ 5.634] (WW) Warning, couldn't open module fbdev
    [ 5.634] (II) UnloadModule: "fbdev"
    [ 5.634] (II) Unloading fbdev
    [ 5.634] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 5.634] (II) LoadModule: "vesa"
    [ 5.634] (WW) Warning, couldn't open module vesa
    [ 5.634] (II) UnloadModule: "vesa"
    [ 5.634] (II) Unloading vesa
    [ 5.634] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 5.634] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.634] (++) using VT number 7
    [ 5.635] (II) modeset(0): using drv /dev/dri/card0
    [ 5.635] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.636] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [ 5.636] (==) modeset(0): RGB weight 888
    [ 5.636] (==) modeset(0): Default visual is TrueColor
    [ 5.636] (II) Loading sub module "glamoregl"
    [ 5.636] (II) LoadModule: "glamoregl"
    [ 5.636] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5.647] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5.647] compiled for 1.17.1, module version = 1.0.0
    [ 5.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5.647] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5.772] (II) glamor: EGL version 1.4 (DRI2):
    [ 5.786] (II) modeset(0): glamor initialized
    [ 5.786] (II) Loading sub module "dri2"
    [ 5.786] (II) LoadModule: "dri2"
    [ 5.786] (II) Module "dri2" already built-in
    [ 5.843] (II) modeset(0): Output DVI-0 has no monitor section
    [ 5.896] (II) modeset(0): Output DVI-1 has no monitor section
    [ 5.950] (II) modeset(0): Output TV-0 has no monitor section
    [ 6.006] (II) modeset(0): EDID for output DVI-0
    [ 6.006] (II) modeset(0): Manufacturer: SAM Model: 76f Serial#: 1110590261
    [ 6.006] (II) modeset(0): Year: 2011 Week: 8
    [ 6.006] (II) modeset(0): EDID Version: 1.3
    [ 6.006] (II) modeset(0): Digital Display Input
    [ 6.006] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 6.006] (II) modeset(0): Gamma: 2.20
    [ 6.006] (II) modeset(0): DPMS capabilities: Off
    [ 6.006] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 6.006] (II) modeset(0): First detailed timing is preferred mode
    [ 6.006] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 6.006] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 6.006] (II) modeset(0): Supported established timings:
    [ 6.006] (II) modeset(0): 720x400@70Hz
    [ 6.006] (II) modeset(0): 640x480@60Hz
    [ 6.006] (II) modeset(0): 640x480@67Hz
    [ 6.006] (II) modeset(0): 640x480@72Hz
    [ 6.006] (II) modeset(0): 640x480@75Hz
    [ 6.006] (II) modeset(0): 800x600@56Hz
    [ 6.006] (II) modeset(0): 800x600@60Hz
    [ 6.006] (II) modeset(0): 800x600@72Hz
    [ 6.006] (II) modeset(0): 800x600@75Hz
    [ 6.006] (II) modeset(0): 832x624@75Hz
    [ 6.006] (II) modeset(0): 1024x768@60Hz
    [ 6.006] (II) modeset(0): 1024x768@70Hz
    [ 6.006] (II) modeset(0): 1024x768@75Hz
    [ 6.006] (II) modeset(0): 1280x1024@75Hz
    [ 6.006] (II) modeset(0): 1152x864@75Hz
    [ 6.006] (II) modeset(0): Manufacturer's mask: 0
    [ 6.006] (II) modeset(0): Supported standard timings:
    [ 6.006] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 6.006] (II) modeset(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 6.006] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 6.006] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 6.006] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 6.006] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 6.007] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 6.007] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
    [ 6.007] (II) modeset(0): Monitor name: SMBX2331
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 6.007] (II) modeset(0): Number of EDID sections to follow: 1
    [ 6.007] (II) modeset(0): EDID (in hex):
    [ 6.007] (II) modeset(0): 00ffffffffffff004c2d6f0735433242
    [ 6.007] (II) modeset(0): 0815010380331d782aee91a3544c9926
    [ 6.007] (II) modeset(0): 0f5054bfef80714f8100814081809500
    [ 6.007] (II) modeset(0): 950fa940b300023a801871382d40582c
    [ 6.007] (II) modeset(0): 4500fd1e1100001e011d007251d01e20
    [ 6.007] (II) modeset(0): 6e285500fd1e1100001e000000fd0032
    [ 6.007] (II) modeset(0): 4b1f5111000a202020202020000000fc
    [ 6.007] (II) modeset(0): 00534d4258323333310a2020202001ee
    [ 6.007] (II) modeset(0): 02031cf14890041f0514131203230907
    [ 6.007] (II) modeset(0): 078301000066030c00100080011d80d0
    [ 6.007] (II) modeset(0): 721c1620102c2580fd1e1100009e011d
    [ 6.007] (II) modeset(0): 8018711c1620582c2500fd1e1100009e
    [ 6.007] (II) modeset(0): 011d00bc52d01e20b8285540fd1e1100
    [ 6.007] (II) modeset(0): 001e8c0ad090204031200c405500fd1e
    [ 6.007] (II) modeset(0): 110000188c0ad08a20e02d10103e9600
    [ 6.007] (II) modeset(0): fd1e110000180000000000000000004c
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Printing probed modes for output DVI-0
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.008] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 6.063] (II) modeset(0): EDID for output DVI-1
    [ 6.116] (II) modeset(0): EDID for output TV-0
    [ 6.116] (II) modeset(0): Output DVI-0 connected
    [ 6.116] (II) modeset(0): Output DVI-1 disconnected
    [ 6.116] (II) modeset(0): Output TV-0 disconnected
    [ 6.116] (II) modeset(0): Using exact sizes for initial modes
    [ 6.116] (II) modeset(0): Output DVI-0 using initial mode 1920x1080
    [ 6.116] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.116] (==) modeset(0): DPI set to (96, 96)
    [ 6.116] (II) Loading sub module "fb"
    [ 6.116] (II) LoadModule: "fb"
    [ 6.117] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.118] (II) Module fb: vendor="X.Org Foundation"
    [ 6.118] compiled for 1.17.1, module version = 1.0.0
    [ 6.118] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.118] (==) Depth 24 pixmap format is 32 bpp
    [ 6.462] (==) modeset(0): Backing store disabled
    [ 6.462] (==) modeset(0): Silken mouse enabled
    [ 6.464] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.535] (==) modeset(0): DPMS enabled
    [ 6.535] (WW) modeset(0): Option "EXANoComposite" is not used
    [ 6.535] (II) modeset(0): [DRI2] Setup complete
    [ 6.535] (II) modeset(0): [DRI2] DRI driver: nouveau
    [ 6.535] (II) modeset(0): [DRI2] VDPAU driver: nouveau
    [ 6.535] (--) RandR disabled
    [ 6.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.551] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 6.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 6.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.552] (II) AIGLX: Loaded and initialized nouveau
    [ 6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.559] (II) modeset(0): Setting screen physical size to 507 x 285
    [ 6.741] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 6.741] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.741] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.741] (II) LoadModule: "evdev"
    [ 6.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.744] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.744] compiled for 1.16.2, module version = 2.9.1
    [ 6.744] Module class: X.Org XInput Driver
    [ 6.744] ABI class: X.Org XInput driver, version 21.0
    [ 6.744] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.744] (**) Power Button: always reports core events
    [ 6.744] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 6.744] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.744] (--) evdev: Power Button: Found keys
    [ 6.744] (II) evdev: Power Button: Configuring as keyboard
    [ 6.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 6.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 6.744] (**) Option "xkb_rules" "evdev"
    [ 6.744] (**) Option "xkb_model" "pc104"
    [ 6.744] (**) Option "xkb_layout" "us"
    [ 6.744] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.780] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.780] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.780] (**) Power Button: always reports core events
    [ 6.780] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.780] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.780] (--) evdev: Power Button: Found keys
    [ 6.780] (II) evdev: Power Button: Configuring as keyboard
    [ 6.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 6.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 6.780] (**) Option "xkb_rules" "evdev"
    [ 6.780] (**) Option "xkb_model" "pc104"
    [ 6.780] (**) Option "xkb_layout" "us"
    [ 6.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.781] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
    [ 6.781] (II) No input driver specified, ignoring this device.
    [ 6.781] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event7)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event8)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.784] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 6.784] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/0003:046D:C050.0001/input/input1/event1"
    [ 6.784] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 6.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 6.785] (II) No input driver specified, ignoring this device.
    [ 6.785] (II) This device may have been added with another device file.
    [ 6.785] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 6.785] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.785] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.785] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.785] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 6.785] (**) Option "xkb_rules" "evdev"
    [ 6.785] (**) Option "xkb_model" "pc104"
    [ 6.785] (**) Option "xkb_layout" "us"
    [ 6.785] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.803] (EE)
    [ 6.803] (EE) Backtrace:
    [ 6.803] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x132) [0x81df9e2]
    [ 6.804] (EE) 1: ? (?+0x132) [0xb7787cc5]
    [ 6.804] (EE) 2: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x4cd7) [0xb6e2a1c7]
    [ 6.806] (EE) 3: /usr/lib/xorg-server/Xorg (xf86_show_cursors+0x688) [0x80f9008]
    [ 6.806] (EE) 4: /usr/lib/xorg-server/Xorg (xf86DestroyCursorInfoRec+0xcf8) [0x8103fc8]
    [ 6.806] (EE) 5: /usr/lib/xorg-server/Xorg (RamDacHandleColormaps+0x67b) [0x810218b]
    [ 6.807] (EE) 6: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x25d) [0x81c648d]
    [ 6.808] (EE) 7: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x4c1) [0x81c6b31]
    [ 6.808] (EE) 8: /usr/lib/xorg-server/Xorg (CompositeRegisterImplicitRedirectionException+0x4199) [0x8114399]
    [ 6.809] (EE) 9: /usr/lib/xorg-server/Xorg (PanoramiXRenderReset+0x72a) [0x815915a]
    [ 6.810] (EE) 10: /usr/lib/xorg-server/Xorg (ConfineToShape+0x9f1) [0x80843b1]
    [ 6.810] (EE) 11: /usr/lib/xorg-server/Xorg (WindowHasNewCursor+0x3b) [0x8084f2b]
    [ 6.810] (EE) 12: /usr/lib/xorg-server/Xorg (ChangeWindowAttributes+0xb7c) [0x80aa9ec]
    [ 6.811] (EE) 13: /usr/lib/xorg-server/Xorg (ProcBadRequest+0x209) [0x8074a49]
    [ 6.811] (EE) 14: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x3a6) [0x807abf6]
    [ 6.811] (EE) 15: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x42f) [0x807edaf]
    [ 6.811] (EE) 16: /usr/lib/xorg-server/Xorg (miPolyFillRect+0x27f) [0x8068ddf]
    [ 6.814] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb72d864e]
    [ 6.814] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x21) [0x8068bd9]
    [ 6.814] (EE)
    [ 6.814] (EE) Segmentation fault at address 0x0
    [ 6.814] (EE)
    Fatal server error:
    [ 6.814] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 6.814] (EE)
    [ 6.814] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 6.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 6.814] (EE)
    [ 6.815] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 6.817] (EE) Server terminated with error (1). Closing log file.
    Note the segfault in modesetting_drv.so!
    Any help?
    I tried to reinstall dependencies of xorg-server and mesa. And then I even went through with the whole system update which I postponed for a few weeks because of the KDE changes. Sadly even the whole system update didn't help.
    Is it possible that any old config files can cause this?
    EDIT:
    I tried kernel parameter "nouveau.modeset=0" but it didn't help.
    Last edited by cro (2015-02-26 16:33:19)

    Ok, I guess I solved it by reinstalling xf86-video-nouveau.
    Funny business! Why did the upgrade to xorg-server 1.17.1 force me to remove it when it is still needed??
    And why does that lead to mysterious error messages and segfault??
    I discovered it accidentally when I stumbled upon the fact that the package was still installed on my newer x86-64 Arch installation despite being on xorg-server 1.17.1.

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

  • [SOLVED] Xorg will not start

    Installed Arch Linux, replaced the nouveau driver with the nvidia-304xx drivers. After issuing startx, Gnome does not load. I get a brief flash of the nvidia logo, and then nothing. My results:
    [root@localhost ~]# cat /var/log/Xorg.0.log
    [ 810.015]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 810.138] X Protocol Version 11, Revision 0
    [ 810.181] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 810.275] Current Operating System: Linux localhost 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    [ 810.276] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9cedf7cf-9389-45b8-95a3-e30e4ae286ca rw quiet
    [ 810.434] Build Date: 14 April 2015 10:34:18AM
    [ 810.486]
    [ 810.538] Current version of pixman: 0.32.6
    [ 810.650] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 810.650] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 810.892] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 16 13:27:29 2015
    [ 810.957] (==) Using config file: "/etc/X11/xorg.conf"
    [ 811.025] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 811.025] (==) ServerLayout "Layout0"
    [ 811.026] (**) |-->Screen "Screen0" (0)
    [ 811.026] (**) | |-->Monitor "Monitor0"
    [ 811.026] (**) | |-->Device "Device0"
    [ 811.026] (**) |-->Input Device "Keyboard0"
    [ 811.026] (**) |-->Input Device "Mouse0"
    [ 811.026] (==) Automatically adding devices
    [ 811.026] (==) Automatically enabling devices
    [ 811.026] (==) Automatically adding GPU devices
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 811.026] Entry deleted from font path.
    [ 811.026] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 811.026] Entry deleted from font path.
    [ 811.026] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 811.027] Entry deleted from font path.
    [ 811.027] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 811.027] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 811.027] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 811.027] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 811.027] (WW) Disabling Keyboard0
    [ 811.027] (WW) Disabling Mouse0
    [ 811.027] (II) Loader magic: 0x815d80
    [ 811.027] (II) Module ABI versions:
    [ 811.027] X.Org ANSI C Emulation: 0.4
    [ 811.027] X.Org Video Driver: 19.0
    [ 811.027] X.Org XInput driver : 21.0
    [ 811.027] X.Org Server Extension : 9.0
    [ 811.032] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 811.033] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 811.034] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 811.037] (--) PCI:*(0:3:0:0) 10de:0a64:174b:3100 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
    [ 811.037] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 811.037] (II) LoadModule: "glx"
    [ 811.038] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 811.060] (II) Module glx: vendor="NVIDIA Corporation"
    [ 811.060] compiled for 4.0.2, module version = 1.0.0
    [ 811.060] Module class: X.Org Server Extension
    [ 811.060] (II) NVIDIA GLX Module 304.125 Mon Dec 1 20:22:48 PST 2014
    [ 811.060] (II) LoadModule: "nvidia"
    [ 811.061] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 811.062] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 811.062] compiled for 4.0.2, module version = 1.0.0
    [ 811.062] Module class: X.Org Video Driver
    [ 811.063] (II) NVIDIA dlloader X Driver 304.125 Mon Dec 1 20:00:30 PST 2014
    [ 811.063] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 811.063] (++) using VT number 1
    [ 811.063] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 811.063] (II) Loading sub module "fb"
    [ 811.063] (II) LoadModule: "fb"
    [ 811.063] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 811.064] (II) Module fb: vendor="X.Org Foundation"
    [ 811.065] compiled for 1.17.1, module version = 1.0.0
    [ 811.065] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 811.065] (II) Loading sub module "wfb"
    [ 811.065] (II) LoadModule: "wfb"
    [ 811.065] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 811.066] (II) Module wfb: vendor="X.Org Foundation"
    [ 811.066] compiled for 1.17.1, module version = 1.0.0
    [ 811.066] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 811.066] (II) Loading sub module "ramdac"
    [ 811.066] (II) LoadModule: "ramdac"
    [ 811.066] (II) Module "ramdac" already built-in
    [ 811.067] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 811.067] (==) NVIDIA(0): RGB weight 888
    [ 811.067] (==) NVIDIA(0): Default visual is TrueColor
    [ 811.067] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 811.067] (**) NVIDIA(0): Enabling 2D acceleration
    [ 811.622] (II) NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:3:0:0 (GPU-0)
    [ 811.622] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 811.622] (--) NVIDIA(0): VideoBIOS: 70.18.45.00.00
    [ 811.623] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 811.623] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 811.624] (--) NVIDIA(0): Valid display device(s) on ION at PCI:3:0:0
    [ 811.624] (--) NVIDIA(0): CRT-0
    [ 811.624] (--) NVIDIA(0): DFP-0
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1) (connected)
    [ 811.625] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1): 165.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1): Internal Single Link TMDS
    [ 811.625] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 811.625] (**) NVIDIA(0): device SAMSUNG (DFP-1) (Using EDID frequencies has been
    [ 811.625] (**) NVIDIA(0): enabled on all display devices.)
    [ 811.643] (==) NVIDIA(0):
    [ 811.643] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 811.643] (==) NVIDIA(0): will be used as the requested mode.
    [ 811.643] (==) NVIDIA(0):
    [ 811.643] (II) NVIDIA(0): Validated MetaModes:
    [ 811.643] (II) NVIDIA(0): "DFP-1:nvidia-auto-select"
    [ 811.643] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 811.675] (--) NVIDIA(0): DPI set to (47, 48); computed from "UseEdidDpi" X config
    [ 811.675] (--) NVIDIA(0): option
    [ 811.675] (--) Depth 24 pixmap format is 32 bpp
    [ 811.675] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 811.685] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 811.685] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 811.685] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 811.685] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 811.685] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 811.685] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 811.685] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 811.685] (II) NVIDIA(0): Config Options in the README.
    [ 811.687] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
    [ 811.828] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 811.828] (==) NVIDIA(0): Backing store enabled
    [ 811.828] (==) NVIDIA(0): Silken mouse enabled
    [ 811.829] (**) NVIDIA(0): DPMS enabled
    [ 811.830] (II) Loading sub module "dri2"
    [ 811.830] (II) LoadModule: "dri2"
    [ 811.830] (II) Module "dri2" already built-in
    [ 811.830] (II) NVIDIA(0): [DRI2] Setup complete
    [ 811.830] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 811.830] (--) RandR disabled
    [ 811.851] (II) Initializing extension GLX
    [ 811.851] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 811.986] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 811.986] (II) LoadModule: "evdev"
    [ 811.987] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 811.988] (II) Module evdev: vendor="X.Org Foundation"
    [ 811.988] compiled for 1.17.1, module version = 2.9.2
    [ 811.988] Module class: X.Org XInput Driver
    [ 811.988] ABI class: X.Org XInput driver, version 21.0
    [ 811.989] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
    [ 811.989] (II) Using input driver 'evdev' for 'Power Button'
    [ 811.990] (**) Power Button: always reports core events
    [ 811.990] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 811.990] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 811.990] (--) evdev: Power Button: Found keys
    [ 811.990] (II) evdev: Power Button: Configuring as keyboard
    [ 811.990] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 811.990] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 811.990] (**) Option "xkb_rules" "evdev"
    [ 811.990] (**) Option "xkb_model" "pc104"
    [ 811.990] (**) Option "xkb_layout" "us"
    [ 812.074] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 812.075] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 812.076] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
    [ 812.076] (II) Using input driver 'evdev' for 'Power Button'
    [ 812.076] (**) Power Button: always reports core events
    [ 812.076] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 812.076] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 812.076] (--) evdev: Power Button: Found keys
    [ 812.076] (II) evdev: Power Button: Configuring as keyboard
    [ 812.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
    [ 812.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 812.077] (**) Option "xkb_rules" "evdev"
    [ 812.077] (**) Option "xkb_model" "pc104"
    [ 812.077] (**) Option "xkb_layout" "us"
    [ 812.078] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
    [ 812.078] (II) No input driver specified, ignoring this device.
    [ 812.078] (II) This device may have been added with another device file.
    [ 812.079] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event9)
    [ 812.079] (II) No input driver specified, ignoring this device.
    [ 812.079] (II) This device may have been added with another device file.
    [ 812.080] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
    [ 812.080] (II) No input driver specified, ignoring this device.
    [ 812.080] (II) This device may have been added with another device file.
    [ 812.081] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
    [ 812.081] (II) No input driver specified, ignoring this device.
    [ 812.081] (II) This device may have been added with another device file.
    [ 812.082] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
    [ 812.082] (II) No input driver specified, ignoring this device.
    [ 812.082] (II) This device may have been added with another device file.
    [ 812.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
    [ 812.083] (II) No input driver specified, ignoring this device.
    [ 812.083] (II) This device may have been added with another device file.
    [ 812.084] (II) config/udev: Adding input device Logitech K400 (/dev/input/event3)
    [ 812.084] (**) Logitech K400: Applying InputClass "evdev pointer catchall"
    [ 812.084] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
    [ 812.086] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
    [ 812.086] (II) Using input driver 'evdev' for 'Logitech K400'
    [ 812.086] (**) Logitech K400: always reports core events
    [ 812.086] (**) evdev: Logitech K400: Device: "/dev/input/event3"
    [ 812.086] (--) evdev: Logitech K400: Vendor 0x46d Product 0x400e
    [ 812.086] (--) evdev: Logitech K400: Found 20 mouse buttons
    [ 812.086] (--) evdev: Logitech K400: Found scroll wheel(s)
    [ 812.086] (--) evdev: Logitech K400: Found relative axes
    [ 812.086] (--) evdev: Logitech K400: Found x and y relative axes
    [ 812.086] (--) evdev: Logitech K400: Found absolute axes
    [ 812.086] (II) evdev: Logitech K400: Forcing absolute x/y axes to exist.
    [ 812.086] (--) evdev: Logitech K400: Found keys
    [ 812.086] (II) evdev: Logitech K400: Configuring as mouse
    [ 812.086] (II) evdev: Logitech K400: Configuring as keyboard
    [ 812.086] (II) evdev: Logitech K400: Adding scrollwheel support
    [ 812.087] (**) evdev: Logitech K400: YAxisMapping: buttons 4 and 5
    [ 812.087] (**) evdev: Logitech K400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 812.087] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.2/0003:046D:C52B.0003/0003:046D:400E.0004/input/input6/event3"
    [ 812.087] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 8)
    [ 812.087] (**) Option "xkb_rules" "evdev"
    [ 812.087] (**) Option "xkb_model" "pc104"
    [ 812.087] (**) Option "xkb_layout" "us"
    [ 812.088] (II) evdev: Logitech K400: initialized for relative axes.
    [ 812.088] (WW) evdev: Logitech K400: ignoring absolute axes.
    [ 812.088] (**) Logitech K400: (accel) keeping acceleration scheme 1
    [ 812.088] (**) Logitech K400: (accel) acceleration profile 0
    [ 812.088] (**) Logitech K400: (accel) acceleration factor: 2.000
    [ 812.089] (**) Logitech K400: (accel) acceleration threshold: 4
    [ 812.090] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse0)
    [ 812.090] (II) No input driver specified, ignoring this device.
    [ 812.090] (II) This device may have been added with another device file.
    [ 812.091] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 812.091] (II) No input driver specified, ignoring this device.
    [ 812.091] (II) This device may have been added with another device file.
    [ 812.113] (II) evdev: Logitech K400: Close
    [ 812.114] (II) UnloadModule: "evdev"
    [ 812.114] (II) systemd-logind: releasing fd for 13:67
    [ 812.199] (II) evdev: Power Button: Close
    [ 812.200] (II) UnloadModule: "evdev"
    [ 812.200] (II) systemd-logind: releasing fd for 13:64
    [ 812.226] (II) evdev: Power Button: Close
    [ 812.226] (II) UnloadModule: "evdev"
    [ 812.226] (II) systemd-logind: releasing fd for 13:65
    [ 812.801] (II) Server terminated successfully (0). Closing log file.
    I am trying to get this to work as root, and then i will use a normal user.
    Last edited by w1zard (2015-04-16 16:40:20)

    Thank you for all the pointers!
    Here are my results:
    [root@localhost ~]# cat .xinitrc
    exec startlxde
    [root@localhost ~]# vi .xinitrc
    [root@localhost ~]# cat .xinitrc
    exec gnome-session
    [root@localhost ~]#
    I had installed LXDE earlier, couldn't configure the font DPI, so i tried GNOME, but forgot to change .xinitrc
    Thank you !

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

  • Xorg failed to start :: Please help

    Hi there, I have been trying to start X for more than 3 days and I can't seem to find a solution to this. Sorry for my english and please can someone give me some tips on this. Here's my setup:
    [root@ViruSzZ ~]# lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]
    I installed Intel's and Ati's video drivers. I also tried using the ati's git version but none of them worked. Here's the /var/log/Xorg.0.log without using xorg.conf [ http://pastebin.com/wb4pqz69 ] and here's the ones using xorg.conf [ http://pastebin.com/wPULBM0z ] and the logfile [ http://pastebin.com/U4MN2ByM ].
    I setup the above xorg.conf because when I try to generate it I get the following:
    root@ViruSzZ ~]# Xorg -configure
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.35-ARCH i686
    Current Operating System: Linux ViruSzZ 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010 i686
    Kernel command line: root=/dev/sda3 ro vga=773 radeon.modeset=0 i915.modeset=0
    Build Date: 01 November 2010 10:35:30PM
    Current version of pixman: 0.20.0
    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: Wed Jan 5 17:23:39 2011
    List of video drivers:
    intel
    ati
    radeon
    vesa
    dlopen: /usr/lib/xorg/modules/drivers/vesa_drv.so: file too short
    (EE) Failed to load /usr/lib/xorg/modules/drivers/vesa_drv.so
    (EE) Failed to load module "vesa" (loader failed, 7)
    (++) Using config file: "/root/xorg.conf.new"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (II) [KMS] No DRICreatePCIBusID symbol, no kernel modesetting.
    Number of created screens does not match number of detected devices.
    Configuration failed.
    I never faced this kind of issue before. I have arch running on my desktop on GeForce 8600GT and on my other laptop with Intel chipset. Please if someone can help me with this so I can get Arch running on my brand new notebook.
    Thanks and Respect
    P.S."Please tell me if something else is necessary to provide"

    Finally, I booted into DE (gnome in this moment). I needed to add the following inside my rc.local
    modprobe radeon
    echo "OFF" > /sys/kernel/debug/vgaswitcheroo/switch
    After that gnome started successfully but the screen remained black (no brightness at all). I fixed the brightness with the following command:
    echo 5 > /sys/class/backlight/acpi_video0/brightness
    can someone explain why is this strange behavior ? I can manage to get all this steps automated and switch between the cards via vga_switcheroo, the only pain I have was the X server.
    I am really really appreciated to this community. If there are some other tips on this please let me know.

  • [SOLVED] X failed to start, then cannot login in tty

    Recently I changed the X's monitor setting at /etc/X11/xorg.conf.d/10-monitor.conf. Seems that there is a wrong setting, and the X failed to start. So when booting, it says: INIT: Id 'x' respawning too fast: disabled for 5 minutes. So I changed to tty2 (alt-F2) and input my usual username and password, but checkpassword always says that my password is wrong.
    So which username and password should I use? Or how to login to my computer?
    The login manager is SLiM, DE is openbox + tint2, tty is fgetty (not agetty).
    Last edited by chrlin (2012-02-10 02:00:06)

    chrlin wrote:
    But I'm still quite disappointed that the system offers no fallback from this kind of error. Any way to get around?
    I guess the system should automatically goes to runlevel 3 (or other runlevel) in case runlevel 5 goes error or something. But it doesn't (Or I'm wrong?).
    Well, in case you couldn't even as root, I had supposed you'd boot with your Arch live cd anyway, chroot properly into your system then, and edit /etc/inittab to runlevel 3. You'd probably be able to login afterwards and do startx from console, see what happens and check the log for errors.
    When booting form cd you can cat it e.g. in /mnt/var/log/Xorg.0.log after mounting btw. -- Maybe there's an alternative way to edit the command line at boot as well, haven't looked for that yet. If there is, you might put that option into the bootloader's config of Arch's fallback kernel installation, so you could choose at startup.
    At least to my knowledge once you configured your system to boot graphically (say, runlevel 5), there's no "fallback mode" into rl3. But what you can also do is to make your display manager able to alternatively get you into console (if possible; I know that's the case for cdm).
    However, if you think your problem is now fixed, you should edit the header of your first post and add [SOLVED].

  • [solved]Network fails to start sometimes

    Hello!
    I'm having a problem with my network. Sometimes it fails to start. Usually, a reboot solves this. Here is the error log:
    [root@claudia log]# cat errors.log
    Aug 6 03:16:28 claudia dhcpcd[3194]: dhcpStart: interface eth0 is not Ethernet or 802.2 Token Ring
    rc.conf:
    # NETWORKING
    HOSTNAME="claudia"
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    hosts:
    [root@claudia log]# cat /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip> <hostname> <hostname>
    127.0.0.1 localhost.localdomain localhost claudia
    # End of file
    What should I do to solve this?
    Thanks and regards,
    Gustavo

    I'd say it's because since the ethernet over firewire module is loaded too,   it's counted as a network device too - and which one gets to be eth0 depends if the NIC or ethernet over firewire module is loaded first. There are many solutions to this:
    1) If you don't need ethernet over firewire, keep it from being loaded by putting the module name (eth1394 I think) in MOD_BLACKLIST in /etc/rc.conf, like this:
    MOD_BLACKLIST=(eth1394)
    2) You can make both eth0 and eth1 (and perhaps other NICs too) start up together (I do this with my 2 NICs). To do that, make the rc.conf network section something like this:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth1="dhcp"
    INTERFACES=(lo eth0 eth1)
    Then you should put a @ in front of "network" ( @network ) in the DAEMONS array unless you like waiting for a NIC that won't start

  • [SOLVED]startx fails to start new xsession

    Hi,
    I am having a very odd problem.  Everytime I try to start a new xsession with startx, it fails.  It is odd, because I can run one xsession (typing this inside xfce).  However, trying to manually start an xsession always fails.  It is a relatively vanilla install of Xorg. 
    Whenever I try to run startx, X starts, then immediately closes.  No errors or warning (at least that I can see).  I check the Xorg logs, and no errors either.
    I am not even sure how to proceed troubleshooting this problem (due to the lack of errors).  Any advice would greatly be appreciated.  Thank you.
    Other Info:
    Xorg 1.8 & ATI Mobility card with opensource drivers.
    [ 961.694]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at [url]http://bugs.freedesktop.org[/url]/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See [url]http://wiki.x.org/wiki/GitPage[/url] for git access instructions.
    [ 961.694]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 961.694] X Protocol Version 11, Revision 0
    [ 961.694] Build Operating System: Linux 2.6.34-ARCH i686
    [ 961.694] Current Operating System: Linux ######### 2.6.34-ARCH #1 SMP PREEMPT Tue Aug 10 21:38:22 CEST 2010 i686
    [ 961.695] Kernel command line: root=/dev/disk/by-uuid/0b72e643-d7ad-4c33-a0b1-42eb6c45e70c resume=/dev/disk/by-uuid/810b86f7-6222-4696-b9e5-0b5f68a8cb13 ro
    [ 961.695] Build Date: 21 June 2010 11:54:27AM
    [ 961.695]
    [ 961.695] Current version of pixman: 0.18.2
    [ 961.695] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 961.695] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 961.695] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 12 10:55:25 2010
    [ 961.696] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 961.696] (==) No Layout section. Using the first Screen section.
    [ 961.696] (==) No screen section available. Using defaults.
    [ 961.696] (**) |-->Screen "Default Screen Section" (0)
    [ 961.703] (**) | |-->Monitor "<default monitor>"
    [ 961.703] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 961.703] (==) Automatically adding devices
    [ 961.704] (==) Automatically enabling devices
    [ 961.704] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 961.704] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 961.704] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 961.704] (II) Loader magic: 0x81e9d00
    [ 961.704] (II) Module ABI versions:
    [ 961.704] X.Org ANSI C Emulation: 0.4
    [ 961.704] X.Org Video Driver: 7.0
    [ 961.704] X.Org XInput driver : 9.0
    [ 961.704] X.Org Server Extension : 3.0
    [ 961.779] (--) PCI:*(0:1:0:0) 1002:4c57:1014:0509 ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/134217728, 0xd0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
    [ 961.791] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 961.791] (II) LoadModule: "extmod"
    [ 961.791] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 961.792] (II) Module extmod: vendor="X.Org Foundation"
    [ 961.792] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.792] Module class: X.Org Server Extension
    [ 961.792] ABI class: X.Org Server Extension, version 3.0
    [ 961.792] (II) Loading extension MIT-SCREEN-SAVER
    [ 961.792] (II) Loading extension XFree86-VidModeExtension
    [ 961.792] (II) Loading extension XFree86-DGA
    [ 961.792] (II) Loading extension DPMS
    [ 961.792] (II) Loading extension XVideo
    [ 961.792] (II) Loading extension XVideo-MotionCompensation
    [ 961.792] (II) Loading extension X-Resource
    [ 961.792] (II) LoadModule: "dbe"
    [ 961.793] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 961.793] (II) Module dbe: vendor="X.Org Foundation"
    [ 961.800] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.800] Module class: X.Org Server Extension
    [ 961.800] ABI class: X.Org Server Extension, version 3.0
    [ 961.800] (II) Loading extension DOUBLE-BUFFER
    [ 961.800] (II) LoadModule: "glx"
    [ 961.800] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 961.800] (II) Module glx: vendor="X.Org Foundation"
    [ 961.801] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.801] ABI class: X.Org Server Extension, version 3.0
    [ 961.801] (==) AIGLX enabled
    [ 961.801] (II) Loading extension GLX
    [ 961.801] (II) LoadModule: "record"
    [ 961.801] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 961.801] (II) Module record: vendor="X.Org Foundation"
    [ 961.801] compiled for 1.8.1.902, module version = 1.13.0
    [ 961.801] Module class: X.Org Server Extension
    [ 961.801] ABI class: X.Org Server Extension, version 3.0
    [ 961.801] (II) Loading extension RECORD
    [ 961.801] (II) LoadModule: "dri"
    [ 961.802] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 961.802] (II) Module dri: vendor="X.Org Foundation"
    [ 961.802] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.802] ABI class: X.Org Server Extension, version 3.0
    [ 961.802] (II) Loading extension XFree86-DRI
    [ 961.802] (II) LoadModule: "dri2"
    [ 961.803] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 961.813] (II) Module dri2: vendor="X.Org Foundation"
    [ 961.813] compiled for 1.8.1.902, module version = 1.2.0
    [ 961.813] ABI class: X.Org Server Extension, version 3.0
    [ 961.813] (II) Loading extension DRI2
    [ 961.813] (==) Matched ati as autoconfigured driver 0
    [ 961.813] (==) Matched vesa as autoconfigured driver 1
    [ 961.813] (==) Matched fbdev as autoconfigured driver 2
    [ 961.813] (==) Assigned the driver to the xf86ConfigLayout
    [ 961.813] (II) LoadModule: "ati"
    [ 961.814] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 961.814] (II) Module ati: vendor="X.Org Foundation"
    [ 961.814] compiled for 1.8.1.902, module version = 6.13.1
    [ 961.814] Module class: X.Org Video Driver
    [ 961.814] ABI class: X.Org Video Driver, version 7.0
    [ 961.814] (II) LoadModule: "radeon"
    [ 961.815] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 961.815] (II) Module radeon: vendor="X.Org Foundation"
    [ 961.815] compiled for 1.8.1.902, module version = 6.13.1
    [ 961.815] Module class: X.Org Video Driver
    [ 961.815] ABI class: X.Org Video Driver, version 7.0
    [ 961.815] (II) LoadModule: "vesa"
    [ 961.816] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 961.823] (II) Module vesa: vendor="X.Org Foundation"
    [ 961.823] compiled for 1.8.0, module version = 2.3.0
    [ 961.823] Module class: X.Org Video Driver
    [ 961.823] ABI class: X.Org Video Driver, version 7.0
    [ 961.823] (II) LoadModule: "fbdev"
    [ 961.824] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 961.824] (II) Module fbdev: vendor="X.Org Foundation"
    [ 961.824] compiled for 1.8.0, module version = 0.4.2
    [ 961.824] ABI class: X.Org Video Driver, version 7.0
    [ 961.824] (II) RADEON: Driver for ATI Radeon chipsets:
    [ 961.845] (II) VESA: driver for VESA chipsets: vesa
    [ 961.845] (II) FBDEV: driver for framebuffer: fbdev
    [ 961.845] (++) using VT number 7
    [ 961.874] (II) Primary Device is: PCI 01@00:00:0
    [ 961.874] (II) [KMS] Kernel modesetting enabled.
    [ 961.874] (WW) Falling back to old probe method for vesa
    [ 961.874] (WW) Falling back to old probe method for fbdev
    [ 961.875] (II) Loading sub module "fbdevhw"
    [ 961.875] (II) LoadModule: "fbdevhw"
    [ 961.875] (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
    [ 961.875] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 961.875] compiled for 1.8.1.902, module version = 0.0.2
    [ 961.875] ABI class: X.Org Video Driver, version 7.0
    [ 961.875] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 961.875] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 961.875] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 961.875] (==) RADEON(0): Default visual is TrueColor
    [ 961.876] (==) RADEON(0): RGB weight 888
    [ 961.876] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 961.876] (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    [ 961.876] (II) RADEON(0): AGP card detected
    [ 961.876] (II) RADEON(0): KMS Color Tiling: disabled
    [ 961.876] drmOpenDevice: node name is /dev/dri/card0
    [ 961.876] drmOpenDevice: open result is 9, (OK)
    [ 961.876] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 961.876] drmOpenDevice: node name is /dev/dri/card0
    [ 961.876] drmOpenDevice: open result is 9, (OK)
    [ 961.876] drmOpenByBusid: drmOpenMinor returns 9
    [ 961.876] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 961.892] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 961.901] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 961.901] (II) RADEON(0): Output LVDS has no monitor section
    [ 961.913] (II) RADEON(0): Output S-video has no monitor section
    [ 961.923] (II) RADEON(0): EDID for output VGA-0
    [ 961.927] (II) RADEON(0): EDID for output DVI-0
    [ 961.927] (II) RADEON(0): EDID for output LVDS
    [ 961.927] (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
    [ 961.927] (II) RADEON(0): Not using default mode "320x175" (doublescan mode not supported)
    [ 961.927] (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
    [ 961.927] (II) RADEON(0): Not using default mode "320x200" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "360x200" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768i" (interlace mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384i" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "576x432" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1280x960" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1792x1344" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1856x1392" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1920x1440" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "832x624" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "416x312" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "1400x1050" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "1920x1440" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "2048x1536" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "2048x1536" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Printing probed modes for output LVDS
    [ 961.930] (II) RADEON(0): Modeline "1400x1050"x60.5 108.00 1400 34208 34320 1680 1050 1049 1052 1062 (64.3 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x854"x59.9 89.25 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.1 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 961.940] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 961.940] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 961.940] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 961.940] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 961.940] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 961.940] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 961.955] (II) RADEON(0): EDID for output S-video
    [ 961.956] (II) RADEON(0): Output VGA-0 disconnected
    [ 961.956] (II) RADEON(0): Output DVI-0 disconnected
    [ 961.956] (II) RADEON(0): Output LVDS connected
    [ 961.956] (II) RADEON(0): Output S-video disconnected
    [ 961.956] (II) RADEON(0): Using exact sizes for initial modes
    [ 961.956] (II) RADEON(0): Output LVDS using initial mode 1400x1050
    [ 961.956] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 961.956] (II) RADEON(0): mem size init: gart size :3dff000 vram size: s:1000000 visible:e57000
    [ 961.956] (II) RADEON(0): EXA: Driver will not allow EXA pixmaps in VRAM
    [ 961.956] (==) RADEON(0): DPI set to (96, 96)
    [ 961.956] (II) Loading sub module "fb"
    [ 961.956] (II) LoadModule: "fb"
    [ 961.970] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 961.971] (II) Module fb: vendor="X.Org Foundation"
    [ 961.971] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.971] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 961.971] (II) Loading sub module "ramdac"
    [ 961.971] (II) LoadModule: "ramdac"
    [ 961.971] (II) Module "ramdac" already built-in
    [ 961.971] (II) Loading sub module "exa"
    [ 961.971] (II) LoadModule: "exa"
    [ 961.972] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 961.972] (II) Module exa: vendor="X.Org Foundation"
    [ 961.972] compiled for 1.8.1.902, module version = 2.5.0
    [ 961.972] ABI class: X.Org Video Driver, version 7.0
    [ 961.972] (II) UnloadModule: "vesa"
    [ 961.972] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 961.972] (II) UnloadModule: "fbdev"
    [ 961.972] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 961.972] (II) UnloadModule: "fbdevhw"
    [ 961.972] (II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
    [ 961.972] (--) Depth 24 pixmap format is 32 bpp
    [ 961.973] (WW) RADEON(0): You need a newer kernel for sync extension
    [ 961.973] (II) RADEON(0): [DRI2] Setup complete
    [ 961.973] (II) RADEON(0): [DRI2] DRI driver: radeon
    [ 961.983] (II) RADEON(0): Front buffer size: 5808K
    [ 961.983] (II) RADEON(0): VRAM usage limit set to 7988K
    [ 961.984] (==) RADEON(0): Backing store disabled
    [ 961.984] (II) RADEON(0): Direct rendering enabled
    [ 961.984] (II) RADEON(0): Render acceleration enabled for R100 type cards.
    [ 961.984] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 961.984] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 961.984] (II) EXA(0): Driver registered support for the following operations:
    [ 961.984] (II) Solid
    [ 961.984] (II) Copy
    [ 961.984] (II) Composite (RENDER acceleration)
    [ 961.984] (II) UploadToScreen
    [ 961.984] (II) DownloadFromScreen
    [ 961.984] (II) RADEON(0): Acceleration enabled
    [ 961.984] (==) RADEON(0): DPMS enabled
    [ 961.984] (==) RADEON(0): Silken mouse enabled
    [ 961.984] (II) RADEON(0): Set up textured video
    [ 961.984] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 961.985] (--) RandR disabled
    [ 961.985] (II) Initializing built-in extension Generic Event Extension
    [ 961.985] (II) Initializing built-in extension SHAPE
    [ 961.985] (II) Initializing built-in extension MIT-SHM
    [ 961.985] (II) Initializing built-in extension XInputExtension
    [ 961.985] (II) Initializing built-in extension XTEST
    [ 961.985] (II) Initializing built-in extension BIG-REQUESTS
    [ 961.985] (II) Initializing built-in extension SYNC
    [ 961.985] (II) Initializing built-in extension XKEYBOARD
    [ 961.985] (II) Initializing built-in extension XC-MISC
    [ 961.985] (II) Initializing built-in extension SECURITY
    [ 961.985] (II) Initializing built-in extension XINERAMA
    [ 961.985] (II) Initializing built-in extension XFIXES
    [ 961.986] (II) Initializing built-in extension RENDER
    [ 961.986] (II) Initializing built-in extension RANDR
    [ 961.986] (II) Initializing built-in extension COMPOSITE
    [ 961.986] (II) Initializing built-in extension DAMAGE
    [ 962.118] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 962.118] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 962.118] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 962.118] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 962.119] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    [ 962.119] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 962.135] (II) RADEON(0): Setting screen physical size to 370 x 277
    [ 962.745] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 962.745] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 962.745] (II) LoadModule: "evdev"
    [ 962.746] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 962.750] (II) Module evdev: vendor="X.Org Foundation"
    [ 962.750] compiled for 1.8.0, module version = 2.4.0
    [ 962.750] Module class: X.Org XInput Driver
    [ 962.750] ABI class: X.Org XInput driver, version 9.0
    [ 962.750] (**) Power Button: always reports core events
    [ 962.750] (**) Power Button: Device: "/dev/input/event4"
    [ 962.750] (II) Power Button: Found keys
    [ 962.750] (II) Power Button: Configuring as keyboard
    [ 962.750] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 962.750] (**) Option "xkb_rules" "evdev"
    [ 962.750] (**) Option "xkb_model" "evdev"
    [ 962.750] (**) Option "xkb_layout" "us"
    [ 962.929] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 962.929] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 962.929] (**) Video Bus: always reports core events
    [ 962.929] (**) Video Bus: Device: "/dev/input/event6"
    [ 962.929] (II) Video Bus: Found keys
    [ 962.929] (II) Video Bus: Configuring as keyboard
    [ 962.933] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 962.933] (**) Option "xkb_rules" "evdev"
    [ 962.933] (**) Option "xkb_model" "evdev"
    [ 962.933] (**) Option "xkb_layout" "us"
    [ 962.935] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 962.935] (II) No input driver/identifier specified (ignoring)
    [ 962.936] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 962.936] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 962.939] (**) Sleep Button: always reports core events
    [ 962.940] (**) Sleep Button: Device: "/dev/input/event3"
    [ 962.940] (II) Sleep Button: Found keys
    [ 962.940] (II) Sleep Button: Configuring as keyboard
    [ 962.940] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 962.940] (**) Option "xkb_rules" "evdev"
    [ 962.940] (**) Option "xkb_model" "evdev"
    [ 962.940] (**) Option "xkb_layout" "us"
    [ 962.968] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 962.968] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 962.968] (**) AT Translated Set 2 keyboard: always reports core events
    [ 962.968] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 962.969] (II) AT Translated Set 2 keyboard: Found keys
    [ 962.969] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 962.969] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 962.969] (**) Option "xkb_rules" "evdev"
    [ 962.969] (**) Option "xkb_model" "evdev"
    [ 962.969] (**) Option "xkb_layout" "us"
    [ 962.973] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event5)
    [ 962.973] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 962.974] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 962.974] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event5"
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Found relative axes
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 962.974] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 962.974] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 962.974] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 962.974] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 962.975] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
    [ 962.975] (II) No input driver/identifier specified (ignoring)
    [ 962.976] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 962.976] (II) No input driver/identifier specified (ignoring)
    [ 962.980] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
    [ 962.980] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 962.981] (**) ThinkPad Extra Buttons: always reports core events
    [ 962.981] (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
    [ 962.981] (II) ThinkPad Extra Buttons: Found keys
    [ 962.981] (II) ThinkPad Extra Buttons: Configuring as keyboard
    [ 962.981] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
    [ 962.981] (**) Option "xkb_rules" "evdev"
    [ 962.981] (**) Option "xkb_model" "evdev"
    [ 962.981] (**) Option "xkb_layout" "us"
    Last edited by ayr0 (2010-08-17 18:07:00)

    For clarity, are you trying to start more than one xsession?
    As far as I know, you need to do that through either GDM or KDM.  I don't think XDM or SLiM have the ability -- but I could be wrong.
    I don't know the proper incantation for GDM (It is in the Wikis).
    For KDM, from within an operating X session, issue the command kdmctl reserve
    That should start a new login screen on the next VT not already in use by a tty.  Most systems are set up such that you can switch between sessions.  To get to the first XSession  enter Alt-F7, go the the second by entering Alt-F8, and so on.  I know this to work under KDM and Xxce4.
    Edit: I was posting at the same time as hokasch.  I could be wrong about having to use a login manager.  I'll have to check that out when I get home.
    Last edited by ewaller (2010-08-12 16:39:29)

  • [SOLVED] SSHD fails to start

    Hi to everyone.
    his is my 1st post and the second day I have bee playng with arch linux. I installed everythig up to gnome and everything worked just fine. Nevertheless I'm a newbie and I didn't manage to have sshd working. I followed the wiki but it simply fails to start (either at boottime or from commandline)
    The error message is:
    :: Starting Secure Shell Deamon         [FAIL]
    What can I do ?
    Thanks in advance for any help
    Paolo
    Italy
    Last edited by kayard (2007-09-30 16:27:50)

    I'm not sure why but it works ... and Yes the reason why I was getting "FAILED" when trying to start sshd is because it was already working on port 22.
    I didn't realized this earlier because I couldn't connect from another computer and I thought that was the reason while, in fact, was something else ...
    (for the sake of knowledge during setup my ethernet card was eth1 and after setup the kernel set it up as eth0 but boot-time scripts didn't complain therefore the sistem booted flawlessy with a eth1 apparently working. Changing in rc.conf from eth1 to eth0 solved the problem)
    By the way thanks for the guide and the nmap tip which will cam handy in the future.
    Paolo

  • [PARTIALLY SOLVED] HAL fails to start

    ** UPDATE: PARTIALLY SOLVED - SEE BOTTOM OF THE FIRST POST
    HAL fails to start. I'm not exactly sure why this is, but I believe it has something to do with my attempts to get automounting working under gnome.
    [zen@intellitech ~]$ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    [zen@intellitech ~]$ vim /etc/rc.conf
    MODULES=(acpi-cpufreq cpufreq_ondemand e1000 iwl4965 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore thinkpad_acpi uinput vboxdrv)
    DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
    [zen@intellitech ~]$ pacman -Q | grep hal
    hal 0.5.11-1
    hal-info 0.20080508-1
    [zen@intellitech ~]$ /usr/sbin/hald --daemon=no --verbose=yes
    03:13:37.451 [i] hald.c:669: hal 0.5.11
    03:13:37.451 [i] hald.c:734: Will not daemonize
    03:13:37.451 [i] hald_dbus.c:5381: local server is listening at unix:abstract=/var/run/hald/dbus-pdtZvbqaVq,guid=312b47921cba4c5cdbee099a48ec87d1
    03:13:37.452 [E] ck-tracker.c:367: Error doing GetSeats on ConsoleKit: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
    03:13:37.452 [E] ck-tracker.c:792: Could not get seats and sessions
    03:13:37.452 [W] hald_dbus.c:5806: Could not initialize seats and sessions from ConsoleKit
    Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
    03:13:37.453 [i] hald_runner.c:301: Runner has pid 3675
    03:13:37.453 [i] hald_runner.c:182: runner connection is 0x15bdec0
    03:13:37.456 [W] osspec.c:373: Unable to open /proc/mdstat: No such file or directory
    03:13:37.457 [D] util_helper.c:124: drop_privileges: could not set group id
    [zen@intellitech ~]$ vim /etc/group
    root::0:root
    bin::1:root,bin,daemon
    daemon::2:root,bin,daemon
    sys::3:root,bin
    adm::4:root,daemon
    tty::5:root,zen
    disk::6:root,zen
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,zen
    ftp::11:
    mail::12:
    log::19:root
    smmsp::25:
    games::50:
    network:x:90:zen
    video:x:91:zen
    audio::92:root,zen
    optical::93:root,zen
    floppy:x:94:root,zen
    storage:x:95:root,zen
    power:x:98:root,zen
    nobody::99:
    users::100:zen
    locate:x:21:
    uucp:x:14:
    http:x:33:
    scanner:x:96:
    dbus:x:81:root,zen
    hal:x:82:root,zen
    avahi:x:84:root,zen
    camera:x:97:
    gdm:x:101:
    vboxusers:x:108:zen
    samba:x:109:zen,root
    * Yes, I know it is bad practice to have a normal user listed under the disk group. It is necessary, however, in order to have raw disk access for virtual box.
    [zen@intellitech ~]$ sudo /etc/rc.d/dbus stop
    :: Stopping D-BUS system messagebus [DONE]
    [zen@intellitech ~]$ sudo /etc/rc.d/hal start
    :: Starting D-BUS system messagebus [DONE]
    :: Starting Hardware Abstraction Layer [FAIL]
    It's odd, because D-BUS will start but hal will not... Anybody have any suggestions?
    * UPDATE (10/08/08): Did a full system upgrade and removed dbus from daemons array in rc.conf. UDEV EVENTS Processing speed seems to be back to normal.
    ** SOLUTION UPDATE: After removing custom ntfs-3g fdi policies from /etc/hal/fdi/policy/, hal seems to load without any problems. This seems to be a bug, since my policies were working at one point, and I believe a hal update caused the problem. I'll see if I can track down the exact hal version that it breaks on, and submit a respective bug report for it.
    ** OFF-TOPIC UPDATE: Using hwdetect --modules to get a modules list, and using these modules in rc.conf with MOD_AUTOLOAD turned off (and also in mkinitcpio.conf and running mkinitcpio -g <path>), seems to have dramatically increased my "Load udev events" processing time. After doing this, my udev speed went from almost 4000ms to literally < 500ms.
    Last edited by intellitech (2008-10-08 14:58:53)

    koch wrote:
    intellitech wrote:DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
    you have dbus starting before hal but hal starts debus by default so please try this...
    DAEMONS=(...@acpid @hal @alsa...)
    and delete debus from that line.
    Removed dbus from the daemons array and hal still won't start. Also, I noticed that the "Loading udev events" portion of the boot process seems to take a lot longer than it used to. Last boot, it took about 19130ms, whereas it used to take < 3000ms. Could these be related?
    Also, I ran a full system upgrade, both udev and hal were upgraded.
    [zen@intellitech ~]$ pacman -Q | grep hal
    hal 0.5.11-4
    hal-info 0.20080508-1
    [zen@intellitech ~]$ pacman -Q | grep udev
    klibc-udev 128-1
    udev 128-5

Maybe you are looking for

  • Need help on SAP BW regarding IS-Retail Aspects

    Dear Gurus I am urgently need of SAP BW implementation documents based on SAP IS-Retail. pls help me, it's really urgent Thanks and Regards [email protected]

  • I am no longer getting error messages in iTunes on the computer

    I am getting an iTunes Sync error on my phone. It says to see iTunes for more information. In the past I would get a box with more info. The latest update there is nothing in iTunes. What gives?

  • Cannot test the Interface mapping for abapmapping

    Dear all, i am trying to go to the test tab in the interface mapping foe testing a abap mapping. but it is giving me this error " unable to test . you cannot test the program in the test environment " is this some authorisation issue

  • Playlist shuffle view changed with update

    Hi all, I recently upgraded to version 8.0.2.20 and installed Genius. Since then, I have noticed that my shuffled playlists are displaying differently. Previously when I shuffled my tracks the songs would appear in shuffled order. Now iTunes just ski

  • MySQL ODBC Connection

    Hi all, Can anyone please let me know how to make ODBC Connection with MySql in JSP. Steps wise explanation will be highly appreciated. thanks for any help in advance, savdeep.