You are not logged in.
Yesterday I upgraded xorg-server and dependencies and when I booted the system today I xorg wouldn't start through my init scripts. It was not a complete surprise as I had read the warnings.
The surprise came when I started xorg manually and had no keyboard, but I also couldn't fix my init scripts!
Googling led me here which was a temporary fix, but trying to apply it to my scripts didn't work.
My current setup is kind of funky: I have an nvidia card and an intel onboard. I have 2 sets of monitor/mouse/keyboard and 2 xorg's running.
The result is 2 simultaneous users on one PC. I do have some requirements:
TTY1 to TTY4 starts with login prompt.
TTY5 with xorg on nvidia card autologin on user1.
TTY6 with xorg on intel card autologin on user2.
I have previously asked for help and the best solution that I could come up with was these two systemd services:
[Unit]
Description=X session
[Service]
User=raimundo
WorkingDirectory=/home/user1
Type=simple
TTYPath=/dev/tty5
TTYVTDisallocate=yes
PAMName=login
ExecStart=/usr/bin/xinit
Restart=always
Environment="LD_LIBRARY_PATH=/usr/lib/nvidia:/usr/lib32/nvidia" "PATH=/usr/local/bin:/usr/bin:/home/user1/scripts" "ANDROID_NDK_ROOT=/home/user1/android/ndk/"
[Install]
WantedBy=multi-user.target[Unit]
Description=X session
Requires=dbus.socket
[Service]
User=user2
WorkingDirectory=/home/user2
Type=simple
#TTYPath=/dev/tty5
PAMName=login
ExecStart=/usr/bin/xinit -- :1 -noreset -novtswitch -sharevts -config xorg.conf.intel
Restart=always
[Install]
WantedBy=multi-user.targetI should confess I don't fully understand these service files (PAMName, TTYPath being different, some xinit options) but they worked!
First I tried to fix the user1 service: using /usr/bin/xinit -- vt1, /usr/bin/xinit -- vt5, commenting TTYPath line, commenting both TTYPath and TTYVTDisallocate, but none of it worked to autostart the service on boot.
Then I tried to chmod 04755 /usr/bin/Xorg.bin. Nothing. I even created the /etc/X11/Xwrapper.conf and tried both require and not require root, and also didn't work.
The worst part is I couldn't start the second Xorg at all, not even manually! It did keep running, but displayed nothing, and interfered with the first display output (all black now!).
For now I downgraded to Xorg 1.15, but this also isn't the solution I'm looking for.
Can anyone help me with my setup?
Last edited by Raimundo (2014-08-02 13:24:18)
Offline
It might be better to concentrate on one video card and one user for now. What does your Xorg.cfg and the related /etc/X11/xorg.d/ files look like? Are they also customised (I'm assuming they are considering your set up)? Errors somewhere ... like Xorg.0.log?
Is this being done on an Android device? I ask because of this in the systemd file: "ANDROID_NDK_ROOT=/home/user1/android/ndk/"
And the Nvidia unit file has a long ENV variable but the Intel one (I think) doesn't? Why?
And, partly out of curiosity, what is the goal being reached for to get this funkiness working again?
Last edited by MoonSwan (2014-08-02 17:25:44)
Offline
It might be better to concentrate on one video card and one user for now. What does your Xorg.cfg and the related /etc/X11/xorg.d/ files look like? Are they also customised (I'm assuming they are considering your set up)? Errors somewhere ... like Xorg.0.log?
Ah, sorry, you're right! I forgot to add them. I don't have the logs anymore, I'll post them in a few minutes, but here is Xorg.conf of user1
Section "Files"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "DontZap" "true"
EndSection
Section "ServerLayout"
Identifier "nvidiaintel"
Screen 0 "Screen0" 0 0
InputDevice "KeyboardPS2" "CoreKeyboard"
InputDevice "MousePS2" "CorePointer"
Option "Xinerama" "0"
Option "AutoAddDevices" "off"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "DVI: nvidia-auto-select"
Option "NoLogo"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "metamodes" "HDMI: nvidia-auto-select"
Option "NoLogo"
SubSection "Display"
Modes "1680x1050"
EndSubSection
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
Screen 0
Option "NvAGP" "1"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
Screen 1
Option "NvAGP" "1"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Panasonic-TV"
HorizSync 15.0 - 68.0
VertRefresh 23.0 - 61.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: unknown, VertRefresh source: unknown
Identifier "Monitor1"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSectionAnd all files in xorg.conf.d cat'ed
#
# 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
Section "InputDevice"
Identifier "MousePS2"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "MouseGIGABYTE"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/by-id/usb-PixArt_USB_Optical_Mouse-event-mouse"
Option "Emulate3Buttons" "no"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "MouseLogitech"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse"
Option "Emulate3Buttons" "no"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "KeyboardPS2"
Driver "evdev"
Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
Option "XkbLayout" "pt"
#Option "AutoRepeat" "160 50" #Option got removed
EndSection
Section "InputDevice"
Identifier "KeyboardGIGABYTE"
Driver "evdev"
Option "Device" "/dev/input/by-id/usb-0b38_0010-event-kbd"
Option "XkbLayout" "pt"
EndSection
Section "InputDevice"
Identifier "KeyboardGIGABYTEMultimedia"
Driver "evdev"
Option "Device" "/dev/input/by-id/usb-0b38_0010-event-if01"
Option "XkbLayout" "pt"
EndSection
# 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"
EndSectionIs this being done on an Android device? I ask because of this in the systemd file: "ANDROID_NDK_ROOT=/home/user1/android/ndk/"
And the Nvidia unit file has a long ENV variable but the Intel one (I think) doesn't? Why?
And, partly out of curiosity, what is the goal being reached for to get this funkiness working again?
No, this is not being done on android. That ENV var is to tell where my ndk (native development kit) is. It's to compile to android only.
Yes, the intel doesn't have a long one. These are ENVs per user essentially. This was the only way I found to work with the awfull systemd's user scripts, since they have to be available to apps started by my WM. The LD_LIBRARY_PATH one is there so that opengl loads the nvidia libraries first. I use the bumblebee package to have both the intel and nvidia gl libs, but I use both cards simultaneously, which is not exactly the purpose of bumblebee.
The goal is pure and simply for me to be able to update xorg. Otherwise I'll be forever stuck on 1.15 probably. And this also might mean that this isn't the best way to do things, so if I can improve it (it makes sense since now that this way is broken) that's all the better. If you were asking why I have this system, then that's to have 2 simultaneous users on one PC.
EDIT: Here are the log files:
Xorg.0.log of 1.16
[ 53.637]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[ 53.637] X Protocol Version 11, Revision 0
[ 53.638] Build Operating System: Linux 3.15.5-2-ARCH x86_64
[ 53.638] Current Operating System: Linux yamtech 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
[ 53.639] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d76d3b46-2cf6-4c78-9367-6407cfd1255f rw quiet resume=/dev/sda1 resume_offset=1005568 plymouth.enable=0 init=/usr/lib/systemd/systemd
[ 53.640] Build Date: 31 July 2014 11:53:19AM
[ 53.640]
[ 53.640] Current version of pixman: 0.32.6
[ 53.641] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 53.641] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 53.643] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 2 22:45:11 2014
[ 53.644] (==) Using config file: "/etc/X11/xorg.conf"
[ 53.644] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 53.645] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 53.658] (==) ServerLayout "nvidiaintel"
[ 53.658] (**) |-->Screen "Screen0" (0)
[ 53.658] (**) | |-->Monitor "Monitor0"
[ 53.658] (**) | |-->Device "Device0"
[ 53.658] (**) |-->Input Device "KeyboardPS2"
[ 53.658] (**) |-->Input Device "MousePS2"
[ 53.658] (**) Option "DontZap" "true"
[ 53.658] (**) Option "BlankTime" "0"
[ 53.658] (**) Option "StandbyTime" "0"
[ 53.658] (**) Option "SuspendTime" "0"
[ 53.658] (**) Option "OffTime" "0"
[ 53.658] (**) Option "Xinerama" "0"
[ 53.658] (**) Option "AutoAddDevices" "off"
[ 53.658] (**) Not automatically adding devices
[ 53.658] (==) Automatically enabling devices
[ 53.658] (==) Automatically adding GPU devices
[ 53.658] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 53.658] Entry deleted from font path.
[ 53.668] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 53.668] Entry deleted from font path.
[ 53.668] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 53.668] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 53.668] Entry deleted from font path.
[ 53.668] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 53.668] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 53.668] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 53.668] (II) Loader magic: 0x818d80
[ 53.668] (II) Module ABI versions:
[ 53.668] X.Org ANSI C Emulation: 0.4
[ 53.668] X.Org Video Driver: 18.0
[ 53.668] X.Org XInput driver : 21.0
[ 53.668] X.Org Server Extension : 8.0
[ 53.669] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[ 53.669] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 53.669] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 53.670] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 53.670] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
[ 53.671] (--) PCI: (0:0:2:0) 8086:0402:1462:7850 rev 6, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 53.671] (--) PCI:*(0:1:0:0) 10de:1244:3842:1557 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 53.671] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 53.671] (II) LoadModule: "glx"
[ 53.679] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
[ 54.140] (II) Module glx: vendor="NVIDIA Corporation"
[ 54.140] compiled for 4.0.2, module version = 1.0.0
[ 54.140] Module class: X.Org Server Extension
[ 54.145] (II) NVIDIA GLX Module 340.24 Wed Jul 2 15:04:31 PDT 2014
[ 54.147] (II) LoadModule: "nvidia"
[ 54.147] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 54.147] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 54.147] compiled for 4.0.2, module version = 1.0.0
[ 54.148] Module class: X.Org Video Driver
[ 54.148] (II) LoadModule: "evdev"
[ 54.148] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 54.163] (II) Module evdev: vendor="X.Org Foundation"
[ 54.163] compiled for 1.16.0, module version = 2.9.0
[ 54.163] Module class: X.Org XInput Driver
[ 54.163] ABI class: X.Org XInput driver, version 21.0
[ 54.163] (II) NVIDIA dlloader X Driver 340.24 Wed Jul 2 14:42:23 PDT 2014
[ 54.163] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 54.163] (++) using VT number 1
[ 54.163] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 54.163] (II) Loading sub module "fb"
[ 54.163] (II) LoadModule: "fb"
[ 54.163] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 54.168] (II) Module fb: vendor="X.Org Foundation"
[ 54.168] compiled for 1.16.0, module version = 1.0.0
[ 54.168] ABI class: X.Org ANSI C Emulation, version 0.4
[ 54.168] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 54.168] (II) Loading sub module "wfb"
[ 54.168] (II) LoadModule: "wfb"
[ 54.168] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 54.175] (II) Module wfb: vendor="X.Org Foundation"
[ 54.175] compiled for 1.16.0, module version = 1.0.0
[ 54.175] ABI class: X.Org ANSI C Emulation, version 0.4
[ 54.175] (II) Loading sub module "ramdac"
[ 54.175] (II) LoadModule: "ramdac"
[ 54.175] (II) Module "ramdac" already built-in
[ 54.187] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
[ 54.187] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 54.187] (==) NVIDIA(0): RGB weight 888
[ 54.187] (==) NVIDIA(0): Default visual is TrueColor
[ 54.187] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 54.187] (**) NVIDIA(0): Option "NoLogo"
[ 54.187] (**) NVIDIA(0): Option "MetaModes" "DVI: nvidia-auto-select"
[ 54.187] (**) NVIDIA(0): Enabling 2D acceleration
[ 54.411] (II) NVIDIA(0): Display (Panasonic-TV (DFP-0)) does not support NVIDIA 3D
[ 54.411] (II) NVIDIA(0): Vision stereo.
[ 54.411] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 54.412] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 550 Ti (GF116) at PCI:1:0:0 (GPU-0)
[ 54.412] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 54.412] (--) NVIDIA(0): VideoBIOS: 70.26.3a.00.52
[ 54.412] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 54.413] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 550 Ti at PCI:1:0:0
[ 54.413] (--) NVIDIA(0): CRT-0
[ 54.413] (--) NVIDIA(0): CRT-1
[ 54.413] (--) NVIDIA(0): Panasonic-TV (DFP-0) (boot, connected)
[ 54.413] (--) NVIDIA(0): DFP-1
[ 54.413] (--) NVIDIA(0): DFP-2
[ 54.413] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 54.413] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 54.413] (--) NVIDIA(0): Panasonic-TV (DFP-0): Internal TMDS
[ 54.413] (--) NVIDIA(GPU-0): Panasonic-TV (DFP-0): 225.0 MHz maximum pixel clock
[ 54.413] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 54.413] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 54.413] (--) NVIDIA(0): DFP-2: Internal TMDS
[ 54.413] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 54.413] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 54.413] (**) NVIDIA(0): device Panasonic-TV (DFP-0) (Using EDID frequencies has
[ 54.413] (**) NVIDIA(0): been enabled on all display devices.)
[ 54.414] (WW) NVIDIA(0): No valid modes for "DVI:nvidia-auto-select"; removing.
[ 54.414] (WW) NVIDIA(0):
[ 54.414] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 54.414] (WW) NVIDIA(0): "nvidia-auto-select".
[ 54.414] (WW) NVIDIA(0):
[ 54.414] (II) NVIDIA(0): Validated MetaModes:
[ 54.414] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 54.414] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 54.441] (WW) NVIDIA(0): Panasonic-TV (DFP-0)'s EDID does not contain a maximum image
[ 54.441] (WW) NVIDIA(0): size; cannot compute DPI from Panasonic-TV (DFP-0)'s
[ 54.441] (WW) NVIDIA(0): EDID.
[ 54.441] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 54.441] (--) Depth 24 pixmap format is 32 bpp
[ 54.441] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 54.441] (II) NVIDIA: access.
[ 54.442] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 54.443] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 54.443] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 54.443] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 54.443] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 54.443] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 54.443] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 54.443] (II) NVIDIA(0): Config Options in the README.
[ 54.444] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 54.529] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 54.529] (==) NVIDIA(0): Backing store enabled
[ 54.529] (==) NVIDIA(0): Silken mouse enabled
[ 54.530] (**) NVIDIA(0): DPMS enabled
[ 54.530] (WW) NVIDIA(0): Option "NvAGP" is not used
[ 54.530] (II) Loading sub module "dri2"
[ 54.530] (II) LoadModule: "dri2"
[ 54.530] (II) Module "dri2" already built-in
[ 54.530] (II) NVIDIA(0): [DRI2] Setup complete
[ 54.530] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 54.530] (--) RandR disabled
[ 54.533] (II) Initializing extension GLX
[ 54.600] (II) systemd-logind: got fd for /dev/input/by-path/platform-i8042-serio-0-event-kbd 13:64 fd 29 paused 0
[ 54.600] (II) Using input driver 'evdev' for 'KeyboardPS2'
[ 54.600] (**) Option "CoreKeyboard"
[ 54.600] (**) KeyboardPS2: always reports core events
[ 54.600] (**) evdev: KeyboardPS2: Device: "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
[ 54.600] (--) evdev: KeyboardPS2: Vendor 0x1 Product 0x1
[ 54.600] (--) evdev: KeyboardPS2: Found keys
[ 54.600] (II) evdev: KeyboardPS2: Configuring as keyboard
[ 54.600] (II) XINPUT: Adding extended input device "KeyboardPS2" (type: KEYBOARD, id 6)
[ 54.600] (**) Option "xkb_rules" "evdev"
[ 54.600] (**) Option "xkb_model" "pc104"
[ 54.600] (**) Option "xkb_layout" "pt"
[ 54.611] (II) Using input driver 'evdev' for 'MousePS2'
[ 54.611] (**) Option "CorePointer"
[ 54.611] (**) MousePS2: always reports core events
[ 54.611] (**) evdev: MousePS2: Device: "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
[ 54.611] (--) evdev: MousePS2: Vendor 0x2 Product 0x5
[ 54.611] (--) evdev: MousePS2: Found 3 mouse buttons
[ 54.611] (--) evdev: MousePS2: Found scroll wheel(s)
[ 54.611] (--) evdev: MousePS2: Found relative axes
[ 54.611] (--) evdev: MousePS2: Found x and y relative axes
[ 54.611] (II) evdev: MousePS2: Configuring as mouse
[ 54.611] (II) evdev: MousePS2: Adding scrollwheel support
[ 54.611] (**) evdev: MousePS2: YAxisMapping: buttons 4 and 5
[ 54.611] (**) evdev: MousePS2: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 54.611] (II) XINPUT: Adding extended input device "MousePS2" (type: MOUSE, id 7)
[ 54.612] (II) evdev: MousePS2: initialized for relative axes.
[ 54.612] (**) MousePS2: (accel) keeping acceleration scheme 1
[ 54.612] (**) MousePS2: (accel) acceleration profile 0
[ 54.612] (**) MousePS2: (accel) acceleration factor: 2.000
[ 54.612] (**) MousePS2: (accel) acceleration threshold: 4
[ 54.612] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 54.612] (II) AutoAddDevices is off - not adding device.
[ 54.612] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 54.612] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event6)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event7)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.613] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event17)
[ 54.613] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event18)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device Xonar DSX Headphone (/dev/input/event20)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.614] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 54.614] (II) AutoAddDevices is off - not adding device.
[ 54.615] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event21)
[ 54.615] (II) AutoAddDevices is off - not adding device.
[ 54.615] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse1)
[ 54.615] (II) AutoAddDevices is off - not adding device.
[ 54.615] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 54.615] (II) AutoAddDevices is off - not adding device.
[ 67.290] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[ 67.290] (II) AutoAddDevices is off - not adding device.
[ 67.290] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 67.290] (II) AutoAddDevices is off - not adding device.
[ 129.009] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[ 129.009] (II) AutoAddDevices is off - not adding device.
[ 129.010] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 129.010] (II) AutoAddDevices is off - not adding device.Xorg.0.log of 1.15
[ 10.371]
X.Org X Server 1.15.2
Release Date: 2014-06-27
[ 10.371] X Protocol Version 11, Revision 0
[ 10.371] Build Operating System: Linux 3.15.1-1-ARCH x86_64
[ 10.371] Current Operating System: Linux yamtech 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
[ 10.371] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d76d3b46-2cf6-4c78-9367-6407cfd1255f rw quiet resume=/dev/sda1 resume_offset=1005568 plymouth.enable=0 init=/usr/lib/systemd/systemd
[ 10.371] Build Date: 27 June 2014 07:32:26PM
[ 10.371]
[ 10.371] Current version of pixman: 0.32.6
[ 10.371] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 10.371] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.371] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 2 22:53:05 2014
[ 10.478] (==) Using config file: "/etc/X11/xorg.conf"
[ 10.478] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10.478] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.574] (==) ServerLayout "nvidiaintel"
[ 10.574] (**) |-->Screen "Screen0" (0)
[ 10.574] (**) | |-->Monitor "Monitor0"
[ 10.574] (**) | |-->Device "Device0"
[ 10.574] (**) |-->Input Device "KeyboardPS2"
[ 10.574] (**) |-->Input Device "MousePS2"
[ 10.574] (**) Option "DontZap" "true"
[ 10.574] (**) Option "BlankTime" "0"
[ 10.574] (**) Option "StandbyTime" "0"
[ 10.574] (**) Option "SuspendTime" "0"
[ 10.574] (**) Option "OffTime" "0"
[ 10.574] (**) Option "Xinerama" "0"
[ 10.574] (**) Option "AutoAddDevices" "off"
[ 10.574] (**) Not automatically adding devices
[ 10.574] (==) Automatically enabling devices
[ 10.574] (==) Automatically adding GPU devices
[ 10.663] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 10.663] Entry deleted from font path.
[ 10.671] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 10.671] Entry deleted from font path.
[ 10.671] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 10.671] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10.671] Entry deleted from font path.
[ 10.671] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10.671] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 10.671] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 10.671] (II) Loader magic: 0x811cc0
[ 10.671] (II) Module ABI versions:
[ 10.671] X.Org ANSI C Emulation: 0.4
[ 10.671] X.Org Video Driver: 15.0
[ 10.671] X.Org XInput driver : 20.0
[ 10.671] X.Org Server Extension : 8.0
[ 10.672] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.672] setversion 1.4 failed: Permission denied
[ 10.672] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10.672] setversion 1.4 failed: Permission denied
[ 10.680] (--) PCI: (0:0:2:0) 8086:0402:1462:7850 rev 6, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 10.680] (--) PCI:*(0:1:0:0) 10de:1244:3842:1557 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10.680] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10.680] Initializing built-in extension Generic Event Extension
[ 10.680] Initializing built-in extension SHAPE
[ 10.680] Initializing built-in extension MIT-SHM
[ 10.680] Initializing built-in extension XInputExtension
[ 10.680] Initializing built-in extension XTEST
[ 10.680] Initializing built-in extension BIG-REQUESTS
[ 10.680] Initializing built-in extension SYNC
[ 10.680] Initializing built-in extension XKEYBOARD
[ 10.680] Initializing built-in extension XC-MISC
[ 10.680] Initializing built-in extension SECURITY
[ 10.680] Initializing built-in extension XINERAMA
[ 10.680] Initializing built-in extension XFIXES
[ 10.680] Initializing built-in extension RENDER
[ 10.680] Initializing built-in extension RANDR
[ 10.680] Initializing built-in extension COMPOSITE
[ 10.680] Initializing built-in extension DAMAGE
[ 10.680] Initializing built-in extension MIT-SCREEN-SAVER
[ 10.680] Initializing built-in extension DOUBLE-BUFFER
[ 10.680] Initializing built-in extension RECORD
[ 10.680] Initializing built-in extension DPMS
[ 10.680] Initializing built-in extension Present
[ 10.680] Initializing built-in extension DRI3
[ 10.680] Initializing built-in extension X-Resource
[ 10.680] Initializing built-in extension XVideo
[ 10.680] Initializing built-in extension XVideo-MotionCompensation
[ 10.680] Initializing built-in extension XFree86-VidModeExtension
[ 10.680] Initializing built-in extension XFree86-DGA
[ 10.680] Initializing built-in extension XFree86-DRI
[ 10.680] Initializing built-in extension DRI2
[ 10.680] (II) "glx" will be loaded by default.
[ 10.680] (II) LoadModule: "dri2"
[ 10.681] (II) Module "dri2" already built-in
[ 10.681] (II) LoadModule: "glamoregl"
[ 10.741] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 11.544] (II) Module glamoregl: vendor="X.Org Foundation"
[ 11.544] compiled for 1.15.0, module version = 0.6.0
[ 11.544] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.544] (II) LoadModule: "glx"
[ 11.544] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
[ 12.599] (II) Module glx: vendor="NVIDIA Corporation"
[ 12.599] compiled for 4.0.2, module version = 1.0.0
[ 12.599] Module class: X.Org Server Extension
[ 12.604] (II) NVIDIA GLX Module 340.24 Wed Jul 2 15:04:31 PDT 2014
[ 12.606] Loading extension GLX
[ 12.606] (II) LoadModule: "nvidia"
[ 12.606] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 12.961] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 12.961] compiled for 4.0.2, module version = 1.0.0
[ 12.961] Module class: X.Org Video Driver
[ 12.998] (II) LoadModule: "evdev"
[ 12.998] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 12.998] (II) Module evdev: vendor="X.Org Foundation"
[ 12.998] compiled for 1.15.1, module version = 2.9.0
[ 12.998] Module class: X.Org XInput Driver
[ 12.998] ABI class: X.Org XInput driver, version 20.0
[ 12.998] (II) NVIDIA dlloader X Driver 340.24 Wed Jul 2 14:42:23 PDT 2014
[ 12.998] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 12.999] (--) using VT number 5
[ 13.176] (II) Loading sub module "fb"
[ 13.176] (II) LoadModule: "fb"
[ 13.176] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.238] (II) Module fb: vendor="X.Org Foundation"
[ 13.238] compiled for 1.15.2, module version = 1.0.0
[ 13.238] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.238] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 13.238] (II) Loading sub module "wfb"
[ 13.238] (II) LoadModule: "wfb"
[ 13.238] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13.252] (II) Module wfb: vendor="X.Org Foundation"
[ 13.252] compiled for 1.15.2, module version = 1.0.0
[ 13.252] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.252] (II) Loading sub module "ramdac"
[ 13.252] (II) LoadModule: "ramdac"
[ 13.252] (II) Module "ramdac" already built-in
[ 13.253] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
[ 13.253] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 13.253] (==) NVIDIA(0): RGB weight 888
[ 13.253] (==) NVIDIA(0): Default visual is TrueColor
[ 13.253] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13.253] (**) NVIDIA(0): Option "NoLogo"
[ 13.253] (**) NVIDIA(0): Option "MetaModes" "DVI: nvidia-auto-select"
[ 13.253] (**) NVIDIA(0): Enabling 2D acceleration
[ 13.675] (II) NVIDIA(0): Display (Panasonic-TV (DFP-0)) does not support NVIDIA 3D
[ 13.675] (II) NVIDIA(0): Vision stereo.
[ 13.675] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 13.694] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 550 Ti (GF116) at PCI:1:0:0 (GPU-0)
[ 13.694] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 13.694] (--) NVIDIA(0): VideoBIOS: 70.26.3a.00.52
[ 13.694] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 13.695] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 550 Ti at PCI:1:0:0
[ 13.695] (--) NVIDIA(0): CRT-0
[ 13.695] (--) NVIDIA(0): CRT-1
[ 13.695] (--) NVIDIA(0): Panasonic-TV (DFP-0) (boot, connected)
[ 13.695] (--) NVIDIA(0): DFP-1
[ 13.695] (--) NVIDIA(0): DFP-2
[ 13.695] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 13.695] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 13.695] (--) NVIDIA(0): Panasonic-TV (DFP-0): Internal TMDS
[ 13.695] (--) NVIDIA(GPU-0): Panasonic-TV (DFP-0): 225.0 MHz maximum pixel clock
[ 13.695] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 13.695] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13.695] (--) NVIDIA(0): DFP-2: Internal TMDS
[ 13.695] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 13.695] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 13.695] (**) NVIDIA(0): device Panasonic-TV (DFP-0) (Using EDID frequencies has
[ 13.695] (**) NVIDIA(0): been enabled on all display devices.)
[ 13.696] (WW) NVIDIA(0): No valid modes for "DVI:nvidia-auto-select"; removing.
[ 13.696] (WW) NVIDIA(0):
[ 13.696] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 13.696] (WW) NVIDIA(0): "nvidia-auto-select".
[ 13.696] (WW) NVIDIA(0):
[ 13.696] (II) NVIDIA(0): Validated MetaModes:
[ 13.696] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 13.696] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 13.740] (WW) NVIDIA(0): Panasonic-TV (DFP-0)'s EDID does not contain a maximum image
[ 13.740] (WW) NVIDIA(0): size; cannot compute DPI from Panasonic-TV (DFP-0)'s
[ 13.740] (WW) NVIDIA(0): EDID.
[ 13.740] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 13.740] (--) Depth 24 pixmap format is 32 bpp
[ 13.740] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 13.740] (II) NVIDIA: access.
[ 13.862] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 13.862] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 13.862] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 13.862] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 13.862] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 13.862] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 13.862] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 13.862] (II) NVIDIA(0): Config Options in the README.
[ 13.863] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 13.891] Loading extension NV-GLX
[ 13.948] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 13.948] (==) NVIDIA(0): Backing store enabled
[ 13.948] (==) NVIDIA(0): Silken mouse enabled
[ 13.948] (**) NVIDIA(0): DPMS enabled
[ 13.948] Loading extension NV-CONTROL
[ 13.948] Loading extension XINERAMA
[ 13.948] (WW) NVIDIA(0): Option "NvAGP" is not used
[ 13.948] (II) Loading sub module "dri2"
[ 13.948] (II) LoadModule: "dri2"
[ 13.948] (II) Module "dri2" already built-in
[ 13.948] (II) NVIDIA(0): [DRI2] Setup complete
[ 13.948] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 13.948] (--) RandR disabled
[ 13.951] (II) Initializing extension GLX
[ 14.070] (II) Using input driver 'evdev' for 'KeyboardPS2'
[ 14.070] (**) Option "CoreKeyboard"
[ 14.070] (**) KeyboardPS2: always reports core events
[ 14.070] (**) evdev: KeyboardPS2: Device: "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
[ 14.070] (--) evdev: KeyboardPS2: Vendor 0x1 Product 0x1
[ 14.070] (--) evdev: KeyboardPS2: Found keys
[ 14.070] (II) evdev: KeyboardPS2: Configuring as keyboard
[ 14.070] (II) XINPUT: Adding extended input device "KeyboardPS2" (type: KEYBOARD, id 6)
[ 14.070] (**) Option "xkb_rules" "evdev"
[ 14.070] (**) Option "xkb_model" "pc104"
[ 14.070] (**) Option "xkb_layout" "pt"
[ 14.082] (II) Using input driver 'evdev' for 'MousePS2'
[ 14.082] (**) Option "CorePointer"
[ 14.082] (**) MousePS2: always reports core events
[ 14.082] (**) evdev: MousePS2: Device: "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
[ 14.082] (--) evdev: MousePS2: Vendor 0x2 Product 0x5
[ 14.082] (--) evdev: MousePS2: Found 3 mouse buttons
[ 14.082] (--) evdev: MousePS2: Found scroll wheel(s)
[ 14.082] (--) evdev: MousePS2: Found relative axes
[ 14.082] (--) evdev: MousePS2: Found x and y relative axes
[ 14.082] (II) evdev: MousePS2: Configuring as mouse
[ 14.082] (II) evdev: MousePS2: Adding scrollwheel support
[ 14.082] (**) evdev: MousePS2: YAxisMapping: buttons 4 and 5
[ 14.082] (**) evdev: MousePS2: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 14.082] (II) XINPUT: Adding extended input device "MousePS2" (type: MOUSE, id 7)
[ 14.082] (II) evdev: MousePS2: initialized for relative axes.
[ 14.082] (**) MousePS2: (accel) keeping acceleration scheme 1
[ 14.082] (**) MousePS2: (accel) acceleration profile 0
[ 14.082] (**) MousePS2: (accel) acceleration factor: 2.000
[ 14.082] (**) MousePS2: (accel) acceleration threshold: 4
[ 14.082] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 14.082] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 14.083] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 14.083] setversion 1.4 failed: Permission denied
[ 14.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 14.083] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 14.083] setversion 1.4 failed: Permission denied
[ 14.083] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event9)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event7)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.083] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event8)
[ 14.083] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event1)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event2)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event3)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.084] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[ 14.084] (II) AutoAddDevices is off - not adding device.
[ 14.085] (II) config/udev: Adding input device Xonar DSX Headphone (/dev/input/event16)
[ 14.085] (II) AutoAddDevices is off - not adding device.
[ 14.085] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 14.085] (II) AutoAddDevices is off - not adding device.
[ 14.085] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event21)
[ 14.085] (II) AutoAddDevices is off - not adding device.
[ 14.085] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse1)
[ 14.085] (II) AutoAddDevices is off - not adding device.
[ 14.085] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[ 14.085] (II) AutoAddDevices is off - not adding device.Xorg.1.log of 1.16
[ 290.084]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[ 290.084] X Protocol Version 11, Revision 0
[ 290.085] Build Operating System: Linux 3.15.5-2-ARCH x86_64
[ 290.085] Current Operating System: Linux yamtech 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
[ 290.085] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d76d3b46-2cf6-4c78-9367-6407cfd1255f rw quiet resume=/dev/sda1 resume_offset=1005568 plymouth.enable=0 init=/usr/lib/systemd/systemd
[ 290.087] Build Date: 31 July 2014 11:53:19AM
[ 290.087]
[ 290.087] Current version of pixman: 0.32.6
[ 290.143] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 290.143] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 290.257] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Aug 2 22:49:08 2014
[ 290.286] (++) Using config file: "/etc/X11/xorg.conf.intel"
[ 290.315] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 290.345] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 290.345] (==) ServerLayout "intel"
[ 290.345] (**) |-->Screen "intelScreen0" (0)
[ 290.345] (**) | |-->Monitor "Monitor0"
[ 290.345] (**) | |-->Device "intel0"
[ 290.345] (**) |-->Input Device "KeyboardGIGABYTE"
[ 290.345] (**) |-->Input Device "KeyboardGIGABYTEMultimedia"
[ 290.345] (**) |-->Input Device "MouseGIGABYTE"
[ 290.345] (**) Option "BlankTime" "0"
[ 290.345] (**) Option "StandbyTime" "0"
[ 290.345] (**) Option "SuspendTime" "0"
[ 290.345] (**) Option "OffTime" "0"
[ 290.345] (**) Option "Xinerama" "0"
[ 290.345] (**) Option "AutoAddDevices" "off"
[ 290.345] (**) Not automatically adding devices
[ 290.345] (==) Automatically enabling devices
[ 290.345] (==) Automatically adding GPU devices
[ 290.345] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 290.345] Entry deleted from font path.
[ 290.345] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 290.345] Entry deleted from font path.
[ 290.345] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 290.345] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 290.345] Entry deleted from font path.
[ 290.345] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 290.345] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 290.345] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 290.345] (II) Loader magic: 0x818d80
[ 290.345] (II) Module ABI versions:
[ 290.345] X.Org ANSI C Emulation: 0.4
[ 290.345] X.Org Video Driver: 18.0
[ 290.345] X.Org XInput driver : 21.0
[ 290.345] X.Org Server Extension : 8.0
[ 290.416] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c28
[ 290.416] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 290.416] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 290.416] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 290.417] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 290.417] (--) PCI: (0:0:2:0) 8086:0402:1462:7850 rev 6, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 290.418] (--) PCI:*(0:1:0:0) 10de:1244:3842:1557 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 290.418] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 290.418] (II) LoadModule: "glx"
[ 290.425] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 290.441] (II) Module glx: vendor="X.Org Foundation"
[ 290.441] compiled for 1.16.0, module version = 1.0.0
[ 290.441] ABI class: X.Org Server Extension, version 8.0
[ 290.441] (==) AIGLX enabled
[ 290.441] (II) LoadModule: "intel"
[ 290.441] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 290.464] (II) Module intel: vendor="X.Org Foundation"
[ 290.464] compiled for 1.16.0, module version = 2.99.914
[ 290.464] Module class: X.Org Video Driver
[ 290.464] ABI class: X.Org Video Driver, version 18.0
[ 290.464] (II) LoadModule: "evdev"
[ 290.464] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 290.464] (II) Module evdev: vendor="X.Org Foundation"
[ 290.464] compiled for 1.16.0, module version = 2.9.0
[ 290.464] Module class: X.Org XInput Driver
[ 290.464] ABI class: X.Org XInput driver, version 21.0
[ 290.464] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 290.465] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 290.465] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 290.465] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 290.465] (++) using VT number 2
[ 290.465] (--) controlling tty is VT number 2, auto-enabling KeepTty
[ 290.465] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[ 290.466] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 290.466] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[ 290.466] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 290.466] (==) intel(0): RGB weight 888
[ 290.466] (==) intel(0): Default visual is TrueColor
[ 290.466] (**) intel(0): Option "AccelMethod" "sna"
[ 290.467] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 290.467] (II) intel(0): Output HDMI1 has no monitor section
[ 290.467] (II) intel(0): Output HDMI2 has no monitor section
[ 290.467] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 290.467] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 290.467] (==) intel(0): TearFree disabled
[ 290.467] (==) intel(0): DPI set to (96, 96)
[ 290.467] (II) Loading sub module "dri2"
[ 290.467] (II) LoadModule: "dri2"
[ 290.467] (II) Module "dri2" already built-in
[ 290.467] (II) Loading sub module "present"
[ 290.467] (II) LoadModule: "present"
[ 290.467] (II) Module "present" already built-in
[ 290.467] (==) Depth 24 pixmap format is 32 bpp
[ 290.468] (II) intel(0): SNA initialized with Haswell (gen7.5, gt1) backend
[ 290.468] (==) intel(0): Backing store enabled
[ 290.468] (==) intel(0): Silken mouse enabled
[ 290.468] (II) intel(0): HW Cursor enabled
[ 290.468] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 290.468] (**) intel(0): DPMS enabled
[ 290.468] (II) intel(0): [DRI2] Setup complete
[ 290.468] (II) intel(0): [DRI2] DRI driver: i965
[ 290.468] (II) intel(0): [DRI2] VDPAU driver: i965
[ 290.468] (II) intel(0): direct rendering: DRI2 enabled
[ 290.468] (II) intel(0): hardware support for Present enabled
[ 290.468] (==) intel(0): display hotplug detection enabled
[ 290.468] (--) RandR disabled
[ 290.480] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 290.480] (II) AIGLX: enabled GLX_ARB_create_context
[ 290.480] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 290.480] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 290.480] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 290.480] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 290.480] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 290.480] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 290.480] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 290.480] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 290.480] (II) AIGLX: Loaded and initialized i965
[ 290.480] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 290.508] (II) systemd-logind: got fd for /dev/input/by-id/usb-0b38_0010-event-kbd 13:81 fd 18 paused 0
[ 290.508] (II) Using input driver 'evdev' for 'KeyboardGIGABYTE'
[ 290.508] (**) Option "CoreKeyboard"
[ 290.508] (**) KeyboardGIGABYTE: always reports core events
[ 290.508] (**) evdev: KeyboardGIGABYTE: Device: "/dev/input/by-id/usb-0b38_0010-event-kbd"
[ 290.508] (--) evdev: KeyboardGIGABYTE: Vendor 0xb38 Product 0x10
[ 290.508] (--) evdev: KeyboardGIGABYTE: Found keys
[ 290.508] (II) evdev: KeyboardGIGABYTE: Configuring as keyboard
[ 290.508] (II) XINPUT: Adding extended input device "KeyboardGIGABYTE" (type: KEYBOARD, id 6)
[ 290.508] (**) Option "xkb_rules" "evdev"
[ 290.508] (**) Option "xkb_model" "pc104"
[ 290.508] (**) Option "xkb_layout" "pt"
[ 290.520] (II) systemd-logind: got fd for /dev/input/by-id/usb-0b38_0010-event-if01 13:82 fd 19 paused 0
[ 290.520] (II) Using input driver 'evdev' for 'KeyboardGIGABYTEMultimedia'
[ 290.520] (**) KeyboardGIGABYTEMultimedia: always reports core events
[ 290.520] (**) evdev: KeyboardGIGABYTEMultimedia: Device: "/dev/input/by-id/usb-0b38_0010-event-if01"
[ 290.520] (--) evdev: KeyboardGIGABYTEMultimedia: Vendor 0xb38 Product 0x10
[ 290.520] (--) evdev: KeyboardGIGABYTEMultimedia: Found 1 mouse buttons
[ 290.520] (--) evdev: KeyboardGIGABYTEMultimedia: Found scroll wheel(s)
[ 290.520] (--) evdev: KeyboardGIGABYTEMultimedia: Found relative axes
[ 290.520] (II) evdev: KeyboardGIGABYTEMultimedia: Forcing relative x/y axes to exist.
[ 290.520] (--) evdev: KeyboardGIGABYTEMultimedia: Found absolute axes
[ 290.520] (II) evdev: KeyboardGIGABYTEMultimedia: Forcing absolute x/y axes to exist.
[ 290.520] (--) evdev: KeyboardGIGABYTEMultimedia: Found keys
[ 290.520] (II) evdev: KeyboardGIGABYTEMultimedia: Configuring as mouse
[ 290.520] (II) evdev: KeyboardGIGABYTEMultimedia: Configuring as keyboard
[ 290.520] (II) evdev: KeyboardGIGABYTEMultimedia: Adding scrollwheel support
[ 290.520] (**) evdev: KeyboardGIGABYTEMultimedia: YAxisMapping: buttons 4 and 5
[ 290.520] (**) evdev: KeyboardGIGABYTEMultimedia: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 290.520] (II) XINPUT: Adding extended input device "KeyboardGIGABYTEMultimedia" (type: KEYBOARD, id 7)
[ 290.520] (**) Option "xkb_rules" "evdev"
[ 290.520] (**) Option "xkb_model" "pc104"
[ 290.520] (**) Option "xkb_layout" "pt"
[ 290.520] (II) evdev: KeyboardGIGABYTEMultimedia: initialized for relative axes.
[ 290.520] (WW) evdev: KeyboardGIGABYTEMultimedia: ignoring absolute axes.
[ 290.520] (**) KeyboardGIGABYTEMultimedia: (accel) keeping acceleration scheme 1
[ 290.520] (**) KeyboardGIGABYTEMultimedia: (accel) acceleration profile 0
[ 290.520] (**) KeyboardGIGABYTEMultimedia: (accel) acceleration factor: 2.000
[ 290.520] (**) KeyboardGIGABYTEMultimedia: (accel) acceleration threshold: 4
[ 290.521] (II) Using input driver 'evdev' for 'MouseGIGABYTE'
[ 290.521] (**) Option "CorePointer"
[ 290.521] (**) MouseGIGABYTE: always reports core events
[ 290.521] (**) evdev: MouseGIGABYTE: Device: "/dev/input/by-id/usb-PixArt_USB_Optical_Mouse-event-mouse"
[ 290.521] (--) evdev: MouseGIGABYTE: Vendor 0x93a Product 0x2510
[ 290.521] (--) evdev: MouseGIGABYTE: Found 3 mouse buttons
[ 290.521] (--) evdev: MouseGIGABYTE: Found scroll wheel(s)
[ 290.521] (--) evdev: MouseGIGABYTE: Found relative axes
[ 290.521] (--) evdev: MouseGIGABYTE: Found x and y relative axes
[ 290.521] (II) evdev: MouseGIGABYTE: Configuring as mouse
[ 290.521] (II) evdev: MouseGIGABYTE: Adding scrollwheel support
[ 290.521] (**) Option "Emulate3Buttons" "no"
[ 290.521] (**) evdev: MouseGIGABYTE: YAxisMapping: buttons 4 and 5
[ 290.521] (**) evdev: MouseGIGABYTE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 290.521] (II) XINPUT: Adding extended input device "MouseGIGABYTE" (type: MOUSE, id 8)
[ 290.521] (II) evdev: MouseGIGABYTE: initialized for relative axes.
[ 290.521] (**) MouseGIGABYTE: (accel) keeping acceleration scheme 1
[ 290.521] (**) MouseGIGABYTE: (accel) acceleration profile 0
[ 290.521] (**) MouseGIGABYTE: (accel) acceleration factor: 2.000
[ 290.521] (**) MouseGIGABYTE: (accel) acceleration threshold: 4
[ 290.521] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 290.521] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event6)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event7)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.522] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event17)
[ 290.522] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event18)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.523] (II) config/udev: Adding input device Xonar DSX Headphone (/dev/input/event20)
[ 290.523] (II) AutoAddDevices is off - not adding device.
[ 290.524] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 290.524] (II) AutoAddDevices is off - not adding device.
[ 290.524] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event21)
[ 290.524] (II) AutoAddDevices is off - not adding device.
[ 290.524] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse1)
[ 290.524] (II) AutoAddDevices is off - not adding device.
[ 290.524] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 290.524] (II) AutoAddDevices is off - not adding device.
[ 290.799] (II) intel(0): resizing framebuffer to 1680x1050
[ 290.800] (II) intel(0): switch to mode 1680x1050@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 304.330] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 304.364] (II) systemd-logind: got pause for 226:0
[ 304.364] (II) systemd-logind: got pause for 226:1
[ 304.364] (II) systemd-logind: got pause for 13:81
[ 304.364] (II) systemd-logind: got pause for 13:82
[ 328.208] (II) systemd-logind: got resume for 226:0
[ 328.208] (II) systemd-logind: got resume for 226:1
[ 328.208] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 328.208] (II) intel(0): switch to mode 1680x1050@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 328.256] (II) systemd-logind: got resume for 13:81
[ 328.259] (II) systemd-logind: got resume for 13:82
[ 344.649] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 344.674] (II) systemd-logind: got pause for 226:0
[ 344.674] (II) systemd-logind: got pause for 226:1
[ 344.674] (II) systemd-logind: got pause for 13:81
[ 344.674] (II) systemd-logind: got pause for 13:82
[ 356.820] (II) systemd-logind: got resume for 226:0
[ 356.820] (II) systemd-logind: got resume for 226:1
[ 356.820] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 356.820] (II) intel(0): switch to mode 1680x1050@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 356.866] (II) systemd-logind: got resume for 13:81
[ 356.866] (II) systemd-logind: got resume for 13:82
[ 366.017] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event19)
[ 366.017] (II) AutoAddDevices is off - not adding device.
[ 366.017] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 366.017] (II) AutoAddDevices is off - not adding device.
[ 380.881] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 380.914] (II) systemd-logind: got pause for 226:0
[ 380.914] (II) systemd-logind: got pause for 226:1
[ 380.914] (II) systemd-logind: got pause for 13:81
[ 380.914] (II) systemd-logind: got pause for 13:82
[ 385.911] (II) systemd-logind: got resume for 226:0
[ 385.911] (II) systemd-logind: got resume for 226:1
[ 385.911] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 385.911] (II) intel(0): switch to mode 1680x1050@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 385.958] (II) systemd-logind: got resume for 13:81
[ 385.958] (II) systemd-logind: got resume for 13:82
[ 407.297] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 407.331] (II) systemd-logind: got pause for 226:0
[ 407.331] (II) systemd-logind: got pause for 226:1
[ 407.331] (II) systemd-logind: got pause for 13:81
[ 407.331] (II) systemd-logind: got pause for 13:82Xorg.1.log of 1.15
[ 10.371]
X.Org X Server 1.15.2
Release Date: 2014-06-27
[ 10.371] X Protocol Version 11, Revision 0
[ 10.371] Build Operating System: Linux 3.15.1-1-ARCH x86_64
[ 10.371] Current Operating System: Linux yamtech 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
[ 10.371] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d76d3b46-2cf6-4c78-9367-6407cfd1255f rw quiet resume=/dev/sda1 resume_offset=1005568 plymouth.enable=0 init=/usr/lib/systemd/systemd
[ 10.371] Build Date: 27 June 2014 07:32:26PM
[ 10.371]
[ 10.371] Current version of pixman: 0.32.6
[ 10.371] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 10.371] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.371] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Aug 2 22:53:05 2014
[ 10.478] (++) Using config file: "/etc/X11/xorg.conf.intel"
[ 10.478] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10.478] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.565] (==) ServerLayout "intel"
[ 10.565] (**) |-->Screen "intelScreen0" (0)
[ 10.565] (**) | |-->Monitor "Monitor0"
[ 10.565] (**) | |-->Device "intel0"
[ 10.565] (**) |-->Input Device "KeyboardGIGABYTE"
[ 10.565] (**) |-->Input Device "KeyboardGIGABYTEMultimedia"
[ 10.565] (**) |-->Input Device "MouseGIGABYTE"
[ 10.565] (**) Option "BlankTime" "0"
[ 10.565] (**) Option "StandbyTime" "0"
[ 10.565] (**) Option "SuspendTime" "0"
[ 10.565] (**) Option "OffTime" "0"
[ 10.565] (**) Option "Xinerama" "0"
[ 10.565] (**) Option "AutoAddDevices" "off"
[ 10.565] (**) Not automatically adding devices
[ 10.565] (==) Automatically enabling devices
[ 10.565] (==) Automatically adding GPU devices
[ 10.663] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 10.663] Entry deleted from font path.
[ 10.671] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 10.671] Entry deleted from font path.
[ 10.671] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 10.671] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10.671] Entry deleted from font path.
[ 10.671] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10.671] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 10.671] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 10.671] (II) Loader magic: 0x811cc0
[ 10.671] (II) Module ABI versions:
[ 10.671] X.Org ANSI C Emulation: 0.4
[ 10.671] X.Org Video Driver: 15.0
[ 10.671] X.Org XInput driver : 20.0
[ 10.671] X.Org Server Extension : 8.0
[ 10.672] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.672] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10.673] (--) PCI: (0:0:2:0) 8086:0402:1462:7850 rev 6, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 10.673] (--) PCI:*(0:1:0:0) 10de:1244:3842:1557 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10.673] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10.673] Initializing built-in extension Generic Event Extension
[ 10.673] Initializing built-in extension SHAPE
[ 10.673] Initializing built-in extension MIT-SHM
[ 10.673] Initializing built-in extension XInputExtension
[ 10.673] Initializing built-in extension XTEST
[ 10.673] Initializing built-in extension BIG-REQUESTS
[ 10.673] Initializing built-in extension SYNC
[ 10.673] Initializing built-in extension XKEYBOARD
[ 10.673] Initializing built-in extension XC-MISC
[ 10.673] Initializing built-in extension SECURITY
[ 10.673] Initializing built-in extension XINERAMA
[ 10.673] Initializing built-in extension XFIXES
[ 10.673] Initializing built-in extension RENDER
[ 10.673] Initializing built-in extension RANDR
[ 10.673] Initializing built-in extension COMPOSITE
[ 10.673] Initializing built-in extension DAMAGE
[ 10.673] Initializing built-in extension MIT-SCREEN-SAVER
[ 10.673] Initializing built-in extension DOUBLE-BUFFER
[ 10.673] Initializing built-in extension RECORD
[ 10.673] Initializing built-in extension DPMS
[ 10.673] Initializing built-in extension Present
[ 10.673] Initializing built-in extension DRI3
[ 10.673] Initializing built-in extension X-Resource
[ 10.673] Initializing built-in extension XVideo
[ 10.673] Initializing built-in extension XVideo-MotionCompensation
[ 10.673] Initializing built-in extension XFree86-VidModeExtension
[ 10.673] Initializing built-in extension XFree86-DGA
[ 10.673] Initializing built-in extension XFree86-DRI
[ 10.673] Initializing built-in extension DRI2
[ 10.673] (II) "glx" will be loaded by default.
[ 10.673] (II) LoadModule: "dri2"
[ 10.673] (II) Module "dri2" already built-in
[ 10.673] (II) LoadModule: "glamoregl"
[ 10.675] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 11.544] (II) Module glamoregl: vendor="X.Org Foundation"
[ 11.544] compiled for 1.15.0, module version = 0.6.0
[ 11.544] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.544] (II) LoadModule: "glx"
[ 11.618] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11.635] (II) Module glx: vendor="X.Org Foundation"
[ 11.635] compiled for 1.15.2, module version = 1.0.0
[ 11.635] ABI class: X.Org Server Extension, version 8.0
[ 11.635] (==) AIGLX enabled
[ 11.636] Loading extension GLX
[ 11.636] (II) LoadModule: "intel"
[ 11.636] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 11.675] (II) Module intel: vendor="X.Org Foundation"
[ 11.675] compiled for 1.15.2, module version = 2.99.912
[ 11.675] Module class: X.Org Video Driver
[ 11.675] ABI class: X.Org Video Driver, version 15.0
[ 11.675] (II) LoadModule: "evdev"
[ 11.675] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.712] (II) Module evdev: vendor="X.Org Foundation"
[ 11.712] compiled for 1.15.1, module version = 2.9.0
[ 11.712] Module class: X.Org XInput Driver
[ 11.712] ABI class: X.Org XInput driver, version 20.0
[ 11.712] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 11.712] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[ 11.712] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[ 11.712] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[ 11.712] (--) using VT number 1
[ 11.729] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[ 11.731] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 11.731] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[ 11.731] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 11.731] (==) intel(0): RGB weight 888
[ 11.731] (==) intel(0): Default visual is TrueColor
[ 11.731] (**) intel(0): Option "AccelMethod" "sna"
[ 11.731] (**) intel(0): Framebuffer tiled
[ 11.731] (**) intel(0): Pixmaps tiled
[ 11.731] (**) intel(0): Forcing per-crtc-pixmaps? no
[ 11.731] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 11.731] (II) intel(0): Output HDMI1 has no monitor section
[ 11.731] (II) intel(0): Output HDMI2 has no monitor section
[ 11.731] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 11.731] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 11.731] (--) intel(0): Output HDMI1 using initial mode 1680x1050 on pipe 0
[ 11.731] (**) intel(0): TearFree disabled
[ 11.731] (==) intel(0): DPI set to (96, 96)
[ 11.731] (II) Loading sub module "dri3"
[ 11.731] (II) LoadModule: "dri3"
[ 11.731] (WW) Warning, couldn't open module dri3
[ 11.731] (II) UnloadModule: "dri3"
[ 11.731] (II) Unloading dri3
[ 11.731] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
[ 11.731] (II) Loading sub module "dri2"
[ 11.731] (II) LoadModule: "dri2"
[ 11.731] (II) Module "dri2" already built-in
[ 11.731] (II) Loading sub module "present"
[ 11.731] (II) LoadModule: "present"
[ 11.731] (WW) Warning, couldn't open module present
[ 11.731] (II) UnloadModule: "present"
[ 11.731] (II) Unloading present
[ 11.731] (EE) intel: Failed to load module "present" (module does not exist, 0)
[ 11.731] (==) Depth 24 pixmap format is 32 bpp
[ 11.733] (II) intel(0): SNA initialized with Haswell (gen7.5, gt1) backend
[ 11.733] (==) intel(0): Backing store enabled
[ 11.733] (==) intel(0): Silken mouse enabled
[ 11.733] (II) intel(0): HW Cursor enabled
[ 11.733] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 11.733] (**) intel(0): DPMS enabled
[ 11.733] (II) intel(0): [DRI2] Setup complete
[ 11.733] (II) intel(0): [DRI2] DRI driver: i965
[ 11.733] (II) intel(0): [DRI2] VDPAU driver: i965
[ 11.733] (II) intel(0): direct rendering: DRI2 enabled
[ 11.733] (==) intel(0): hotplug detection: "enabled"
[ 11.733] (--) RandR disabled
[ 12.001] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 12.001] (II) AIGLX: enabled GLX_ARB_create_context
[ 12.001] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 12.001] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 12.001] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 12.001] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 12.001] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 12.001] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 12.001] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 12.001] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 12.001] (II) AIGLX: Loaded and initialized i965
[ 12.001] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 12.004] (II) intel(0): switch to mode 1680x1050@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 12.010] (II) intel(0): Setting screen physical size to 444 x 277
[ 12.463] (II) Using input driver 'evdev' for 'KeyboardGIGABYTE'
[ 12.463] (**) Option "CoreKeyboard"
[ 12.463] (**) KeyboardGIGABYTE: always reports core events
[ 12.463] (**) evdev: KeyboardGIGABYTE: Device: "/dev/input/by-id/usb-0b38_0010-event-kbd"
[ 12.463] (--) evdev: KeyboardGIGABYTE: Vendor 0xb38 Product 0x10
[ 12.463] (--) evdev: KeyboardGIGABYTE: Found keys
[ 12.463] (II) evdev: KeyboardGIGABYTE: Configuring as keyboard
[ 12.463] (II) XINPUT: Adding extended input device "KeyboardGIGABYTE" (type: KEYBOARD, id 6)
[ 12.463] (**) Option "xkb_rules" "evdev"
[ 12.463] (**) Option "xkb_model" "pc104"
[ 12.463] (**) Option "xkb_layout" "pt"
[ 12.489] (II) Using input driver 'evdev' for 'KeyboardGIGABYTEMultimedia'
[ 12.489] (**) KeyboardGIGABYTEMultimedia: always reports core events
[ 12.489] (**) evdev: KeyboardGIGABYTEMultimedia: Device: "/dev/input/by-id/usb-0b38_0010-event-if01"
[ 12.489] (--) evdev: KeyboardGIGABYTEMultimedia: Vendor 0xb38 Product 0x10
[ 12.489] (--) evdev: KeyboardGIGABYTEMultimedia: Found 1 mouse buttons
[ 12.489] (--) evdev: KeyboardGIGABYTEMultimedia: Found scroll wheel(s)
[ 12.489] (--) evdev: KeyboardGIGABYTEMultimedia: Found relative axes
[ 12.489] (II) evdev: KeyboardGIGABYTEMultimedia: Forcing relative x/y axes to exist.
[ 12.489] (--) evdev: KeyboardGIGABYTEMultimedia: Found absolute axes
[ 12.489] (II) evdev: KeyboardGIGABYTEMultimedia: Forcing absolute x/y axes to exist.
[ 12.489] (--) evdev: KeyboardGIGABYTEMultimedia: Found keys
[ 12.489] (II) evdev: KeyboardGIGABYTEMultimedia: Configuring as mouse
[ 12.489] (II) evdev: KeyboardGIGABYTEMultimedia: Configuring as keyboard
[ 12.489] (II) evdev: KeyboardGIGABYTEMultimedia: Adding scrollwheel support
[ 12.489] (**) evdev: KeyboardGIGABYTEMultimedia: YAxisMapping: buttons 4 and 5
[ 12.489] (**) evdev: KeyboardGIGABYTEMultimedia: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12.489] (II) XINPUT: Adding extended input device "KeyboardGIGABYTEMultimedia" (type: KEYBOARD, id 7)
[ 12.489] (**) Option "xkb_rules" "evdev"
[ 12.489] (**) Option "xkb_model" "pc104"
[ 12.489] (**) Option "xkb_layout" "pt"
[ 12.490] (II) evdev: KeyboardGIGABYTEMultimedia: initialized for relative axes.
[ 12.490] (WW) evdev: KeyboardGIGABYTEMultimedia: ignoring absolute axes.
[ 12.490] (**) KeyboardGIGABYTEMultimedia: (accel) keeping acceleration scheme 1
[ 12.490] (**) KeyboardGIGABYTEMultimedia: (accel) acceleration profile 0
[ 12.490] (**) KeyboardGIGABYTEMultimedia: (accel) acceleration factor: 2.000
[ 12.490] (**) KeyboardGIGABYTEMultimedia: (accel) acceleration threshold: 4
[ 12.490] (II) Using input driver 'evdev' for 'MouseGIGABYTE'
[ 12.490] (**) Option "CorePointer"
[ 12.490] (**) MouseGIGABYTE: always reports core events
[ 12.490] (**) evdev: MouseGIGABYTE: Device: "/dev/input/by-id/usb-PixArt_USB_Optical_Mouse-event-mouse"
[ 12.490] (--) evdev: MouseGIGABYTE: Vendor 0x93a Product 0x2510
[ 12.490] (--) evdev: MouseGIGABYTE: Found 3 mouse buttons
[ 12.490] (--) evdev: MouseGIGABYTE: Found scroll wheel(s)
[ 12.490] (--) evdev: MouseGIGABYTE: Found relative axes
[ 12.490] (--) evdev: MouseGIGABYTE: Found x and y relative axes
[ 12.490] (II) evdev: MouseGIGABYTE: Configuring as mouse
[ 12.490] (II) evdev: MouseGIGABYTE: Adding scrollwheel support
[ 12.490] (**) Option "Emulate3Buttons" "no"
[ 12.490] (**) evdev: MouseGIGABYTE: YAxisMapping: buttons 4 and 5
[ 12.490] (**) evdev: MouseGIGABYTE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12.490] (II) XINPUT: Adding extended input device "MouseGIGABYTE" (type: MOUSE, id 8)
[ 12.490] (II) evdev: MouseGIGABYTE: initialized for relative axes.
[ 12.490] (**) MouseGIGABYTE: (accel) keeping acceleration scheme 1
[ 12.490] (**) MouseGIGABYTE: (accel) acceleration profile 0
[ 12.490] (**) MouseGIGABYTE: (accel) acceleration factor: 2.000
[ 12.490] (**) MouseGIGABYTE: (accel) acceleration threshold: 4
[ 12.491] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 12.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.491] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 12.491] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event9)
[ 12.491] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event7)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event8)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event1)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event2)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event3)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.492] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 12.492] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device Xonar DSX Headphone (/dev/input/event16)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event21)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse1)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 12.493] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[ 12.493] (II) AutoAddDevices is off - not adding device.
[ 14.668] (II) intel(0): EDID vendor "SAM", prod id 766
[ 14.668] (II) intel(0): Using hsync ranges from config file
[ 14.668] (II) intel(0): Using vrefresh ranges from config file
[ 14.668] (II) intel(0): Printing DDC gathered Modelines:
[ 14.668] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[ 14.668] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.668] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 14.668] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 14.668] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 14.668] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 14.668] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.668] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.668] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 14.668] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 14.668] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 14.668] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.668] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 14.668] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 14.668] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 14.668] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 14.668] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 14.668] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.668] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)I didn't notice any errors, and I should say that this time I was able to run user2's (display :1) xorg just fine. Maybe I made a mistake last time. So I think that I just have to fix the boot issues.
PS: I just remembered why I have different flags for xinit: they have to run on the same tty and -sharevts to be able to have both xserver's displaying simultaneously (or something like that).
Offtopic: Is there a better way to post all of this? Is there an attachment possibility? Or is this way fine?
Thank you for your time!
Last edited by Raimundo (2014-08-02 23:30:25)
Offline