Problem with 3 monitors Intel HD Graphics and GeForce GTX 560

I would like to attach 3 monitors to my box -- 1 to integrated Intel card and 2 to discreet Nvidia. I've tried different configs but I failed to make monitors connected to different cards to work at the same time. I have system with stock kernel, latest updates and the following configuration:
$ lspci | egrep "VGA|Disp"
00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
$ pacman -Qi xorg-server xf86-video-intel nvidia awesome-git linux | egrep "Name|Version"
Name : xorg-server
Version : 1.17.1-3
Name : xf86-video-intel
Version : 2.99.917-3
Name : nvidia
Version : 346.47-3
Name : awesome-git
Version : 3.5.2.397.gdde5b1b-1
Name : linux
Version : 3.18.6-1
$ lsmod | egrep 'i915|nvidia'
nvidia 8335766 46
i915 946695 2
button 12953 1 i915
i2c_algo_bit 12744 1 i915
video 18043 2 i915,asus_wmi
drm_kms_helper 80985 1 i915
drm 263481 7 i915,drm_kms_helper,nvidia
i2c_core 50152 6
drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia
intel_gtt 17848 2 i915,intel_agp
I've tried different xorg configs. Here is the best one. All 3 monitors are active with it (I could drag cursor over them) but only 2 (which connected to nvidia card) display DE.
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "SAM"
ModelName "Samsung SMS27A850"
HorizSync 30.0 - 90.0
VertRefresh 56.0 - 75.0
Option "DPMS"
DisplaySize 597 336 # In millimeters
EndSection
Section "Monitor"
Identifier "VS"
ModelName "ViewSonic VG1930wm"
Option "DPMS"
Option "RightOf" "SAM"
Option "Rotate" "left"
EndSection
Section "Monitor"
Identifier "BNQ"
ModelName "BenQ FP737s"
Option "DPMS"
Option "LeftOf" "SAM"
Option "Rotate" "left"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 560 Ti"
BusID "01:00:0"
Option "Monitor-DVI-I-1" "SAM"
Option "Monitor-DVI-I-2" "VS"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "none"
VendorName "Intel"
BoardName "Intel Integrated Graphic Controller"
BusID "00:02:0"
Option "Monitor-VGA-0" "BNQ"
EndSection
Section "Screen"
Identifier "SAM-Screen"
Device "nvidia"
Monitor "SAM"
EndSection
Section "Screen"
Identifier "VS-Screen"
Device "nvidia"
Monitor "VS"
EndSection
Section "Screen"
Identifier "BNQ-Screen"
Device "intel"
Monitor "BNQ"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "SAM-Screen"
Screen 1 "VS-Screen" RightOf "SAM-Screen"
Screen 2 "BNQ-Screen" LeftOf "SAM-Screen"
Option "Xinerama" "0"
EndSection
Also, xrandr shows last monitor (VGA-0, it plugged into Intel card) as disconnected
$ xrandr
Screen 0: minimum 8 x 8, current 3460 x 1440, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
2560x1440 59.95*+
1920x1200 59.88
1920x1080 60.00 50.00
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1280x1024 75.02 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00 50.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x576 50.00
720x480 59.94
640x480 75.00 72.81 59.94
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-I-2 connected 900x1440+2560+0 left (normal left inverted right x axis y axis) 410mm x 256mm
1440x900 59.89*+ 74.98
1280x1024 75.02 60.02
1280x960 60.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
640x400 70.10
But it's still posible to start application on last monitor with 'env DISPLAY:=0.1 urxvt'
Here is full Xorg log file and highlights:
[ 4789.920] (EE) intel(1): Cannot position output VGA1 relative to unknown output SAM
[ 4792.053] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
[ 4792.053] (II) intel(G0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
[ 4792.053] (II) intel(G0): [drm] command pid dev master a uid magic
[ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 y y 0 0
[ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 n y 0 0
[ 4792.053] (EE) intel(G0): Failed to claim DRM device.
[ 4792.053] (II) UnloadModule: "intel"
[ 4789.342]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[ 4789.342] X Protocol Version 11, Revision 0
[ 4789.342] Build Operating System: Linux 3.18.6-1-ARCH x86_64
[ 4789.342] Current Operating System: Linux earth 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
[ 4789.342] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=dc49b07c-e67c-4b6f-91f7-7c1adc050e21 rw quiet ipv6.disable=1 init=/usr/lib/systemd/systemd security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd
[ 4789.342] Build Date: 22 February 2015 12:50:32PM
[ 4789.342]
[ 4789.342] Current version of pixman: 0.32.6
[ 4789.342] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4789.342] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4789.342] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 1 14:43:55 2015
[ 4789.342] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 4789.342] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4789.342] (==) ServerLayout "Layout0"
[ 4789.342] (**) |-->Screen "SAM-Screen" (0)
[ 4789.342] (**) | |-->Monitor "SAM"
[ 4789.343] (**) | |-->Device "nvidia"
[ 4789.343] (**) |-->Screen "VS-Screen" (1)
[ 4789.343] (**) | |-->Monitor "VS"
[ 4789.343] (**) | |-->Device "nvidia"
[ 4789.343] (**) |-->Screen "BNQ-Screen" (2)
[ 4789.343] (**) | |-->Monitor "BNQ"
[ 4789.343] (**) | |-->Device "intel"
[ 4789.343] (**) Option "Xinerama" "0"
[ 4789.343] (==) Automatically adding devices
[ 4789.343] (==) Automatically enabling devices
[ 4789.343] (==) Automatically adding GPU devices
[ 4789.343] (==) 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/
[ 4789.343] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4789.343] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4789.343] (II) Loader magic: 0x815d80
[ 4789.343] (II) Module ABI versions:
[ 4789.343] X.Org ANSI C Emulation: 0.4
[ 4789.343] X.Org Video Driver: 19.0
[ 4789.343] X.Org XInput driver : 21.0
[ 4789.343] X.Org Server Extension : 9.0
[ 4789.344] (EE) systemd-logind: failed to get session: PID 10086 does not belong to any known session
[ 4789.345] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 4789.345] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4789.347] (--) PCI: (0:0:2:0) 8086:0102:1043:84ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 4789.347] (--) PCI:*(0:1:0:0) 10de:1200:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 4789.347] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4789.347] (II) LoadModule: "glx"
[ 4789.347] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4789.359] (II) Module glx: vendor="NVIDIA Corporation"
[ 4789.359] compiled for 4.0.2, module version = 1.0.0
[ 4789.359] Module class: X.Org Server Extension
[ 4789.359] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
[ 4789.359] (II) LoadModule: "nvidia"
[ 4789.359] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 4789.360] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 4789.360] compiled for 4.0.2, module version = 1.0.0
[ 4789.360] Module class: X.Org Video Driver
[ 4789.360] (II) LoadModule: "intel"
[ 4789.360] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 4789.360] (II) Module intel: vendor="X.Org Foundation"
[ 4789.360] compiled for 1.17.1, module version = 2.99.917
[ 4789.360] Module class: X.Org Video Driver
[ 4789.360] ABI class: X.Org Video Driver, version 19.0
[ 4789.360] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
[ 4789.360] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 4789.360] (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
[ 4789.360] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 4789.360] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 4789.360] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 4789.360] (++) using VT number 7
[ 4789.471] (II) Loading sub module "fb"
[ 4789.471] (II) LoadModule: "fb"
[ 4789.471] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 4789.471] (II) Module fb: vendor="X.Org Foundation"
[ 4789.471] compiled for 1.17.1, module version = 1.0.0
[ 4789.471] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4789.472] (II) Loading sub module "wfb"
[ 4789.472] (II) LoadModule: "wfb"
[ 4789.472] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 4789.472] (II) Module wfb: vendor="X.Org Foundation"
[ 4789.472] compiled for 1.17.1, module version = 1.0.0
[ 4789.472] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4789.472] (II) Loading sub module "ramdac"
[ 4789.472] (II) LoadModule: "ramdac"
[ 4789.472] (II) Module "ramdac" already built-in
[ 4789.473] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[ 4789.474] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[ 4789.474] (II) NVIDIA(0): Creating default Display subsection in Screen section
"SAM-Screen" for depth/fbbpp 24/32
[ 4789.474] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 4789.474] (==) NVIDIA(0): RGB weight 888
[ 4789.474] (==) NVIDIA(0): Default visual is TrueColor
[ 4789.474] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4789.474] (**) NVIDIA(0): Enabling 2D acceleration
[ 4789.841] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 4789.842] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
[ 4789.842] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 4789.842] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
[ 4789.842] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 4789.875] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
[ 4789.875] (--) NVIDIA(0): CRT-0
[ 4789.875] (--) NVIDIA(0): CRT-1
[ 4789.875] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0) (boot, connected)
[ 4789.875] (--) NVIDIA(0): DFP-1
[ 4789.875] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2) (connected)
[ 4789.875] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 4789.875] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 4789.875] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0): Internal TMDS
[ 4789.875] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
[ 4789.875] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 4789.875] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 4789.875] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2): Internal TMDS
[ 4789.875] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
[ 4789.875] (**) NVIDIA(0): Option "Rotate" "left"
[ 4789.875] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4789.875] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
[ 4789.875] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4789.875] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4789.875] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 4789.875] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4789.875] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4789.875] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 4789.876] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4789.876] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 4789.876] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4789.876] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4789.876] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 4789.876] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4789.876] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 4789.876] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4789.876] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4789.876] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 4789.877] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4789.877] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
[ 4789.877] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4789.878] (==) NVIDIA(0):
[ 4789.878] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 4789.878] (==) NVIDIA(0): will be used as the requested mode.
[ 4789.878] (==) NVIDIA(0):
[ 4789.878] (II) NVIDIA(0): Validated MetaModes:
[ 4789.878] (II) NVIDIA(0):
[ 4789.878] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select{Rotation=90}"
[ 4789.878] (II) NVIDIA(0): Virtual screen size determined to be 3460 x 1440
[ 4789.905] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
[ 4789.905] (--) NVIDIA(0): option
[ 4789.906] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
[ 4789.906] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
[ 4789.906] (II) intel(1): Creating default Display subsection in Screen section
"BNQ-Screen" for depth/fbbpp 24/32
[ 4789.906] (==) intel(1): Depth 24, (--) framebuffer bpp 32
[ 4789.906] (==) intel(1): RGB weight 888
[ 4789.906] (==) intel(1): Default visual is TrueColor
[ 4789.906] (**) intel(1): Option "AccelMethod" "none"
[ 4789.906] (II) intel(1): Output VGA1 using monitor section BNQ
[ 4789.906] (**) intel(1): Option "LeftOf" "SAM"
[ 4789.906] (**) intel(1): Option "Rotate" "left"
[ 4789.906] (II) intel(1): Enabled output VGA1
[ 4789.906] (II) intel(1): Output HDMI1 has no monitor section
[ 4789.906] (II) intel(1): Enabled output HDMI1
[ 4789.906] (II) intel(1): Output DP1 has no monitor section
[ 4789.906] (II) intel(1): Enabled output DP1
[ 4789.906] (II) intel(1): Output HDMI2 has no monitor section
[ 4789.906] (II) intel(1): Enabled output HDMI2
[ 4789.906] (II) intel(1): Output HDMI3 has no monitor section
[ 4789.906] (II) intel(1): Enabled output HDMI3
[ 4789.906] (II) intel(1): Output DP2 has no monitor section
[ 4789.906] (II) intel(1): Enabled output DP2
[ 4789.906] (II) intel(1): Output DP3 has no monitor section
[ 4789.906] (II) intel(1): Enabled output DP3
[ 4789.906] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
[ 4789.906] (II) intel(1): Output VIRTUAL1 has no monitor section
[ 4789.906] (II) intel(1): Enabled output VIRTUAL1
[ 4789.906] (II) intel(1): EDID for output DP1
[ 4789.906] (II) intel(1): EDID for output DP2
[ 4789.906] (II) intel(1): EDID for output DP3
[ 4789.906] (II) intel(1): EDID for output HDMI1
[ 4789.906] (II) intel(1): EDID for output HDMI2
[ 4789.907] (II) intel(1): EDID for output HDMI3
[ 4789.920] (II) intel(1): EDID for output VGA1
[ 4789.920] (II) intel(1): Manufacturer: BNQ Model: 7659 Serial#: 28
[ 4789.920] (II) intel(1): Year: 2003 Week: 39
[ 4789.920] (II) intel(1): EDID Version: 1.3
[ 4789.920] (II) intel(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 4789.920] (II) intel(1): Sync: Separate Composite
[ 4789.920] (II) intel(1): Max Image Size [cm]: horiz.: 34 vert.: 27
[ 4789.920] (II) intel(1): Gamma: 2.20
[ 4789.920] (II) intel(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 4789.920] (II) intel(1): First detailed timing is preferred mode
[ 4789.920] (II) intel(1): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.611
[ 4789.920] (II) intel(1): blueX: 0.140 blueY: 0.069 whiteX: 0.310 whiteY: 0.330
[ 4789.920] (II) intel(1): Supported established timings:
[ 4789.920] (II) intel(1): 720x400@70Hz
[ 4789.920] (II) intel(1): 640x480@60Hz
[ 4789.920] (II) intel(1): 640x480@67Hz
[ 4789.920] (II) intel(1): 640x480@72Hz
[ 4789.920] (II) intel(1): 640x480@75Hz
[ 4789.920] (II) intel(1): 800x600@56Hz
[ 4789.920] (II) intel(1): 800x600@60Hz
[ 4789.920] (II) intel(1): 800x600@72Hz
[ 4789.920] (II) intel(1): 800x600@75Hz
[ 4789.920] (II) intel(1): 832x624@75Hz
[ 4789.920] (II) intel(1): 1024x768@60Hz
[ 4789.920] (II) intel(1): 1024x768@70Hz
[ 4789.920] (II) intel(1): 1024x768@75Hz
[ 4789.920] (II) intel(1): 1280x1024@75Hz
[ 4789.920] (II) intel(1): 1152x864@75Hz
[ 4789.920] (II) intel(1): Manufacturer's mask: 0
[ 4789.920] (II) intel(1): Supported standard timings:
[ 4789.920] (II) intel(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 4789.920] (II) intel(1): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
[ 4789.920] (II) intel(1): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 4789.920] (II) intel(1): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
[ 4789.920] (II) intel(1): Supported detailed timing:
[ 4789.920] (II) intel(1): clock: 108.0 MHz Image Size: 338 x 270 mm
[ 4789.920] (II) intel(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 4789.920] (II) intel(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 4789.920] (II) intel(1): Supported detailed timing:
[ 4789.920] (II) intel(1): clock: 25.2 MHz Image Size: 304 x 228 mm
[ 4789.920] (II) intel(1): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
[ 4789.920] (II) intel(1): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
[ 4789.920] (II) intel(1): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 145 MHz
[ 4789.920] (II) intel(1): Monitor name: BenQ FP737s
[ 4789.920] (II) intel(1): EDID (in hex):
[ 4789.920] (II) intel(1): 00ffffffffffff0009d159761c000000
[ 4789.920] (II) intel(1): 270d01036c221b78eac6f6a3574a9c23
[ 4789.920] (II) intel(1): 114f54bfef80714f81908180818c0101
[ 4789.920] (II) intel(1): 010101010101302a009851002a403070
[ 4789.920] (II) intel(1): 1300520e1100001ed50980a0205e6310
[ 4789.920] (II) intel(1): 1060520830e41000001a000000fd0038
[ 4789.920] (II) intel(1): 4b1f510e000a202020202020000000fc
[ 4789.920] (II) intel(1): 0042656e51204650373337730a200072
[ 4789.920] (II) intel(1): Printing probed modes for output VGA1
[ 4789.920] (II) intel(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 4789.920] (II) intel(1): Modeline "1280x1024"x76.0 141.81 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz)
[ 4789.920] (II) intel(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 4789.920] (II) intel(1): Modeline "1280x1024"x72.0 132.84 1280 1368 1504 1728 1024 1025 1028 1067 -hsync +vsync (76.9 kHz)
[ 4789.920] (II) intel(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 4789.920] (II) intel(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 4789.920] (II) intel(1): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 4789.920] (II) intel(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 4789.920] (II) intel(1): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 4789.920] (II) intel(1): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 4789.920] (II) intel(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 4789.920] (II) intel(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 4789.920] (II) intel(1): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 4789.920] (II) intel(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 4789.920] (II) intel(1): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 4789.920] (II) intel(1): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 4789.920] (II) intel(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 4789.920] (II) intel(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 4789.920] (II) intel(1): Modeline "640x350"x70.1 25.17 640 656 752 800 350 387 389 449 +hsync -vsync (31.5 kHz e)
[ 4789.920] (II) intel(1): EDID for output VIRTUAL1
[ 4789.920] (II) intel(1): Output DP1 disconnected
[ 4789.920] (II) intel(1): Output DP2 disconnected
[ 4789.920] (II) intel(1): Output DP3 disconnected
[ 4789.920] (II) intel(1): Output HDMI1 disconnected
[ 4789.920] (II) intel(1): Output HDMI2 disconnected
[ 4789.920] (II) intel(1): Output HDMI3 disconnected
[ 4789.920] (II) intel(1): Output VGA1 connected
[ 4789.920] (II) intel(1): Output VIRTUAL1 disconnected
[ 4789.920] (II) intel(1): Using user preference for initial modes
[ 4789.920] (II) intel(1): Output VGA1 using initial mode 1280x1024
[ 4789.920] (EE) intel(1): Cannot position output VGA1 relative to unknown output SAM
[ 4789.920] (II) intel(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 4789.920] (==) intel(1): TearFree disabled
[ 4789.920] (==) intel(1): DPI set to (96, 96)
[ 4789.920] (II) Loading sub module "dri2"
[ 4789.920] (II) LoadModule: "dri2"
[ 4789.920] (II) Module "dri2" already built-in
[ 4789.920] (II) Loading sub module "present"
[ 4789.920] (II) LoadModule: "present"
[ 4789.920] (II) Module "present" already built-in
[ 4792.053] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
[ 4792.053] (II) intel(G0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
[ 4792.053] (II) intel(G0): [drm] command pid dev master a uid magic
[ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 y y 0 0
[ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 n y 0 0
[ 4792.053] (EE) intel(G0): Failed to claim DRM device.
[ 4792.053] (II) UnloadModule: "intel"
[ 4792.053] (--) Depth 24 pixmap format is 32 bpp
[ 4792.053] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 4792.053] (II) NVIDIA: access.
[ 4792.057] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 4792.057] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 4792.057] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 4792.057] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 4792.057] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 4792.057] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 4792.057] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 4792.057] (II) NVIDIA(0): Config Options in the README.
[ 4792.091] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select{Rotation=90}"
[ 4792.264] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 4792.264] (==) NVIDIA(0): Backing store enabled
[ 4792.264] (==) NVIDIA(0): Silken mouse enabled
[ 4792.264] (**) NVIDIA(0): DPMS enabled
[ 4792.264] (II) Loading sub module "dri2"
[ 4792.264] (II) LoadModule: "dri2"
[ 4792.264] (II) Module "dri2" already built-in
[ 4792.264] (II) NVIDIA(0): [DRI2] Setup complete
[ 4792.264] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 4792.264] (--) RandR disabled
[ 4792.264] (II) intel(1): SNA initialized with disabled backend
[ 4792.264] (==) intel(1): Backing store enabled
[ 4792.264] (==) intel(1): Silken mouse enabled
[ 4792.264] (II) intel(1): HW Cursor enabled
[ 4792.264] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 4792.264] (**) intel(1): DPMS enabled
[ 4792.264] (==) intel(1): display hotplug detection enabled
[ 4792.264] (II) intel(1): Textured video not supported on this hardware
[ 4792.264] (WW) intel(1): loading DRI2 whilst the GPU is wedged.
[ 4792.264] (II) intel(1): [DRI2] Setup complete
[ 4792.264] (II) intel(1): [DRI2] DRI driver: i965
[ 4792.264] (II) intel(1): [DRI2] VDPAU driver: i965
[ 4792.264] (II) intel(1): direct rendering: DRI2 enabled
[ 4792.265] (II) intel(1): hardware support for Present enabled
[ 4792.265] (WW) intel(1): Option "Monitor-VGA-0" is not used
[ 4792.265] (WW) intel(1): Option "LeftOf" is not used
[ 4792.265] (WW) intel(1): Option "Rotate" is not used
[ 4792.265] (--) RandR disabled
[ 4792.268] (II) Initializing extension GLX
[ 4792.268] (II) Indirect GLX disabled.(II) intel(1): switch to mode [email protected] on VGA1 using pipe 0, position (0, 0), rotation left, reflection none
[ 4792.332] (II) intel(1): Setting screen physical size to 270 x 338
[ 4792.386] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 4792.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 4792.386] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4792.386] (**) Power Button: Applying InputClass "system-keyboard"
[ 4792.386] (II) LoadModule: "libinput"
[ 4792.386] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 4792.387] (II) Module libinput: vendor="X.Org Foundation"
[ 4792.387] compiled for 1.17.1, module version = 0.7.0
[ 4792.387] Module class: X.Org XInput Driver
[ 4792.387] ABI class: X.Org XInput driver, version 21.0
[ 4792.387] (II) Using input driver 'libinput' for 'Power Button'
[ 4792.387] (**) Power Button: always reports core events
[ 4792.387] (**) Option "Device" "/dev/input/event2"
[ 4792.387] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 4792.387] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[ 4792.399] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 4792.399] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 4792.399] (**) Option "xkb_model" "pc104"
[ 4792.399] (**) Option "xkb_layout" "us,ru"
[ 4792.399] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
[ 4792.432] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 4792.432] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[ 4792.432] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 4792.432] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 4792.432] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4792.432] (**) Power Button: Applying InputClass "system-keyboard"
[ 4792.432] (II) Using input driver 'libinput' for 'Power Button'
[ 4792.432] (**) Power Button: always reports core events
[ 4792.432] (**) Option "Device" "/dev/input/event1"
[ 4792.433] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 4792.433] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 4792.489] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 4792.489] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 4792.489] (**) Option "xkb_model" "pc104"
[ 4792.489] (**) Option "xkb_layout" "us,ru"
[ 4792.489] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
[ 4792.490] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 4792.490] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event0)
[ 4792.490] (II) No input driver specified, ignoring this device.
[ 4792.490] (II) This device may have been added with another device file.
[ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 4792.490] (II) No input driver specified, ignoring this device.
[ 4792.490] (II) This device may have been added with another device file.
[ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 4792.490] (II) No input driver specified, ignoring this device.
[ 4792.490] (II) This device may have been added with another device file.
[ 4792.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[ 4792.491] (II) No input driver specified, ignoring this device.
[ 4792.491] (II) This device may have been added with another device file.
[ 4792.491] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event3)
[ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev keyboard catchall"
[ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
[ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
[ 4792.491] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
[ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
[ 4792.491] (**) Option "Device" "/dev/input/event3"
[ 4792.491] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is tagged by udev as: Keyboard
[ 4792.491] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is a keyboard
[ 4792.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:045E:07B2.0004/input/input24/event3"
[ 4792.554] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 8)
[ 4792.554] (**) Option "xkb_model" "pc104"
[ 4792.554] (**) Option "xkb_layout" "us,ru"
[ 4792.554] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
[ 4792.554] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is tagged by udev as: Keyboard
[ 4792.554] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is a keyboard
[ 4792.555] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event4)
[ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev pointer catchall"
[ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput pointer catchall"
[ 4792.555] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
[ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
[ 4792.555] (**) Option "Device" "/dev/input/event4"
[ 4792.555] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is tagged by udev as: Mouse
[ 4792.555] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is a pointer caps
[ 4792.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:045E:07B2.0005/input/input25/event4"
[ 4792.610] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: MOUSE, id 9)
[ 4792.610] (**) Option "AccelerationScheme" "none"
[ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) selected scheme none/0
[ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) acceleration factor: 2.000
[ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) acceleration threshold: 4
[ 4792.610] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is tagged by udev as: Mouse
[ 4792.610] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is a pointer caps
[ 4792.610] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/mouse0)
[ 4792.610] (II) No input driver specified, ignoring this device.
[ 4792.610] (II) This device may have been added with another device file.
[ 4792.611] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event5)
[ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev keyboard catchall"
[ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "joystick catchall"
[ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
[ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
[ 4792.611] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
[ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
[ 4792.611] (**) Option "Device" "/dev/input/event5"
[ 4792.611] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is tagged by udev as: Keyboard Joystick
[ 4792.611] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is a keyboard
[ 4792.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:045E:07B2.0006/input/input26/event5"
[ 4792.676] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 10)
[ 4792.676] (**) Option "xkb_model" "pc104"
[ 4792.676] (**) Option "xkb_layout" "us,ru"
[ 4792.676] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
[ 4792.676] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is tagged by udev as: Keyboard Joystick
[ 4792.676] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is a keyboard
[ 4792.677] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/js0)
[ 4792.677] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
[ 4792.677] (II) No input driver specified, ignoring this device.
[ 4792.677] (II) This device may have been added with another device file.
[ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[ 4792.677] (II) No input driver specified, ignoring this device.
[ 4792.677] (II) This device may have been added with another device file.
[ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 4792.677] (II) No input driver specified, ignoring this device.
[ 4792.677] (II) This device may have been added with another device file.
[ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 4792.677] (II) No input driver specified, ignoring this device.
[ 4792.677] (II) This device may have been added with another device file.
[ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 4792.678] (II) No input driver specified, ignoring this device.
[ 4792.678] (II) This device may have been added with another device file.
[ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 4792.678] (II) No input driver specified, ignoring this device.
[ 4792.678] (II) This device may have been added with another device file.
[ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[ 4792.678] (II) No input driver specified, ignoring this device.
[ 4792.678] (II) This device may have been added with another device file.
[ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[ 4792.678] (II) No input driver specified, ignoring this device.
[ 4792.678] (II) This device may have been added with another device file.
[ 4792.678] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[ 4792.678] (II) No input driver specified, ignoring this device.
[ 4792.678] (II) This device may have been added with another device file.
[ 4792.679] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[ 4792.679] (II) No input driver specified, ignoring this device.
[ 4792.679] (II) This device may have been added with another device file.
[ 4792.679] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[ 4792.679] (II) No input driver specified, ignoring this device.
[ 4792.679] (II) This device may have been added with another device file.
[ 4792.679] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event16)
[ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[ 4792.679] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 4792.679] (**) Eee PC WMI hotkeys: always reports core events
[ 4792.679] (**) Option "Device" "/dev/input/event16"
[ 4792.679] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
[ 4792.679] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is a keyboard
[ 4792.712] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input19/event16"
[ 4792.712] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[ 4792.712] (**) Option "xkb_model" "pc104"
[ 4792.713] (**) Option "xkb_layout" "us,ru"
[ 4792.713] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
[ 4792.713] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
[ 4792.713] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is a keyboard
[ 4793.050] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4793.050] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
[ 4793.050] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4793.081] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4793.081] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
[ 4793.081] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.081] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.081] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.081] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 4793.129] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4793.129] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
[ 4793.129] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4793.160] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4793.160] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
[ 4793.160] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.160] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.160] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.160] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 4793.229] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4793.229] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
[ 4793.229] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4793.259] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4793.259] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
[ 4793.259] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.259] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.259] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4793.259] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 4849.763] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4849.763] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
[ 4849.763] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4849.794] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4849.794] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
[ 4849.794] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4849.794] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4849.794] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 4849.794] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4849.794] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4849.794] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 4849.795] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4849.795] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 4849.795] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4849.795] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4849.795] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 4849.795] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4849.795] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 4849.795] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4849.795] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4849.795] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
I also tried other configs, but neither of them made me happy:
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "SAM"
ModelName "Samsung SMS27A850"
HorizSync 30.0 - 90.0
VertRefresh 56.0 - 75.0
Option "DPMS"
DisplaySize 597 336 # In millimeters
EndSection
Section "Monitor"
Identifier "VS"
ModelName "ViewSonic VG1930wm"
Option "DPMS"
Option "RightOf" "SAM"
Option "Rotate" "left"
EndSection
Section "Monitor"
Identifier "BNQ"
ModelName "BenQ FP737s"
Option "DPMS"
Option "LeftOf" "SAM"
Option "Rotate" "left"
EndSection
Section "Device"
Identifier "nvidia-sam"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 560 Ti"
BusID "01:00:0"
Option "Monitor-DVI-I-1" "SAM"
Screen 0
EndSection
Section "Device"
Identifier "nvidia-vs"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 560 Ti"
BusID "01:00:0"
Option "Monitor-DVI-I-2" "VS"
Screen 1
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
VendorName "Intel"
BoardName "Intel Integrated Graphic Controller"
BusID "00:02:0"
Option "Monitor-VGA-0" "BNQ"
Screen 2
EndSection
Section "Screen"
Identifier "SAM-Screen"
Device "nvidia-sam"
Monitor "SAM"
#DefaultDepth 24
# Option "Stereo" "0"
# Option "SLI" "Off"
# Option "MultiGPU" "Off"
# Option "BaseMosaic" "off"
#Option "AllowEmptyInitialConfiguration"
# SubSection "Display"
# Depth 24
# EndSubSection
EndSection
Section "Screen"
Identifier "VS-Screen"
Device "nvidia-vs"
Monitor "VS"
#DefaultDepth 24
# Option "Stereo" "0"
# Option "SLI" "Off"
# Option "MultiGPU" "Off"
# Option "BaseMosaic" "off"
#Option "AllowEmptyInitialConfiguration"
# SubSection "Display"
# Depth 24
# EndSubSection
EndSection
Section "Screen"
Identifier "BNQ-Screen"
Device "intel"
Monitor "BNQ"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "SAM-Screen"
Screen 1 "VS-Screen" RightOf "SAM-Screen"
Screen 2 "BNQ-Screen" LeftOf "SAM-Screen"
Option "Xinerama" "0"
EndSection
[ 4488.527]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[ 4488.527] X Protocol Version 11, Revision 0
[ 4488.527] Build Operating System: Linux 3.18.6-1-ARCH x86_64
[ 4488.527] Current Operating System: Linux earth 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
[ 4488.527] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=dc49b07c-e67c-4b6f-91f7-7c1adc050e21 rw quiet ipv6.disable=1 init=/usr/lib/systemd/systemd security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd
[ 4488.527] Build Date: 22 February 2015 12:50:32PM
[ 4488.527]
[ 4488.527] Current version of pixman: 0.32.6
[ 4488.527] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4488.527] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4488.527] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 1 14:38:54 2015
[ 4488.527] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 4488.527] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4488.528] (==) ServerLayout "Layout0"
[ 4488.528] (**) |-->Screen "SAM-Screen" (0)
[ 4488.528] (**) | |-->Monitor "SAM"
[ 4488.528] (**) | |-->Device "nvidia-sam"
[ 4488.528] (**) |-->Screen "VS-Screen" (1)
[ 4488.528] (**) | |-->Monitor "VS"
[ 4488.528] (**) | |-->Device "nvidia-vs"
[ 4488.528] (**) |-->Screen "BNQ-Screen" (2)
[ 4488.528] (**) | |-->Monitor "BNQ"
[ 4488.528] (**) | |-->Device "intel"
[ 4488.528] (**) Option "Xinerama" "0"
[ 4488.528] (==) Automatically adding devices
[ 4488.528] (==) Automatically enabling devices
[ 4488.528] (==) Automatically adding GPU devices
[ 4488.528] (==) 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/
[ 4488.528] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4488.528] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4488.528] (II) Loader magic: 0x815d80
[ 4488.528] (II) Module ABI versions:
[ 4488.528] X.Org ANSI C Emulation: 0.4
[ 4488.528] X.Org Video Driver: 19.0
[ 4488.528] X.Org XInput driver : 21.0
[ 4488.528] X.Org Server Extension : 9.0
[ 4488.529] (EE) systemd-logind: failed to get session: PID 32224 does not belong to any known session
[ 4488.530] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 4488.530] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4488.531] (--) PCI: (0:0:2:0) 8086:0102:1043:84ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 4488.531] (--) PCI:*(0:1:0:0) 10de:1200:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 4488.531] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4488.531] (II) LoadModule: "glx"
[ 4488.531] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4488.542] (II) Module glx: vendor="NVIDIA Corporation"
[ 4488.542] compiled for 4.0.2, module version = 1.0.0
[ 4488.542] Module class: X.Org Server Extension
[ 4488.542] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
[ 4488.542] (II) LoadModule: "nvidia"
[ 4488.542] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 4488.543] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 4488.543] compiled for 4.0.2, module version = 1.0.0
[ 4488.543] Module class: X.Org Video Driver
[ 4488.543] (II) LoadModule: "modesetting"
[ 4488.543] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 4488.543] (II) Module modesetting: vendor="X.Org Foundation"
[ 4488.543] compiled for 1.17.1, module version = 1.17.1
[ 4488.543] Module class: X.Org Video Driver
[ 4488.543] ABI class: X.Org Video Driver, version 19.0
[ 4488.543] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
[ 4488.543] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 4488.543] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 4488.543] (++) using VT number 7
[ 4488.645] (II) Loading sub module "fb"
[ 4488.645] (II) LoadModule: "fb"
[ 4488.645] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 4488.645] (II) Module fb: vendor="X.Org Foundation"
[ 4488.646] compiled for 1.17.1, module version = 1.0.0
[ 4488.646] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4488.646] (II) Loading sub module "wfb"
[ 4488.646] (II) LoadModule: "wfb"
[ 4488.646] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 4488.646] (II) Module wfb: vendor="X.Org Foundation"
[ 4488.646] compiled for 1.17.1, module version = 1.0.0
[ 4488.646] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4488.646] (II) Loading sub module "ramdac"
[ 4488.646] (II) LoadModule: "ramdac"
[ 4488.646] (II) Module "ramdac" already built-in
[ 4488.647] (II) modeset(2): using drv /dev/dri/card0
[ 4488.647] (II) modeset(G0): using drv /dev/dri/card0
[ 4488.647] (EE) Screen 2 deleted because of no matching config section.
[ 4488.647] (II) UnloadModule: "modesetting"
[ 4488.647] (II) NVIDIA(0): Creating default Display subsection in Screen section
"SAM-Screen" for depth/fbbpp 24/32
[ 4488.647] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 4488.647] (==) NVIDIA(0): RGB weight 888
[ 4488.647] (==) NVIDIA(0): Default visual is TrueColor
[ 4488.647] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4488.648] (II) NVIDIA(1): Creating default Display subsection in Screen section
"VS-Screen" for depth/fbbpp 24/32
[ 4488.648] (**) NVIDIA(0): Enabling 2D acceleration
[ 4489.049] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 4489.050] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
[ 4489.050] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 4489.050] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
[ 4489.050] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 4489.082] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
[ 4489.082] (--) NVIDIA(0): CRT-0
[ 4489.082] (--) NVIDIA(0): CRT-1
[ 4489.082] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0) (boot, connected)
[ 4489.082] (--) NVIDIA(0): DFP-1
[ 4489.082] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2) (connected)
[ 4489.082] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 4489.082] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 4489.082] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0): Internal TMDS
[ 4489.082] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
[ 4489.082] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 4489.082] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 4489.082] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2): Internal TMDS
[ 4489.082] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
[ 4489.083] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4489.083] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
[ 4489.083] (**) NVIDIA(0): has been enabled on all display devices.)
[ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4489.083] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4489.083] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
[ 4489.083] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
[ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 4489.084] (==) NVIDIA(0):
[ 4489.084] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 4489.084] (==) NVIDIA(0): will be used as the requested mode.
[ 4489.084] (==) NVIDIA(0):
[ 4489.084] (II) NVIDIA(0): Validated MetaModes:
[ 4489.084] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 4489.084] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[ 4489.113] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
[ 4489.113] (--) NVIDIA(0): option
[ 4489.114] (==) NVIDIA(1): Depth 24, (==) framebuffer bpp 32
[ 4489.114] (==) NVIDIA(1): RGB weight 888
[ 4489.114] (==) NVIDIA(1): Default visual is TrueColor
[ 4489.114] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 4489.114] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
[ 4489.114] (--) NVIDIA(1): Memory: 1048576 kBytes
[ 4489.114] (--) NVIDIA(1): VideoBIOS: 70.24.21.00.00
[ 4489.114] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 4489.146] (--) NVIDIA(1): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
[ 4489.146] (--) NVIDIA(1): CRT-0
[ 4489.146] (--) NVIDIA(1): CRT-1
[ 4489.146] (--) NVIDIA(1): Samsung SMS27A850 (DFP-0) (boot, connected)
[ 4489.146] (--) NVIDIA(1): DFP-1
[ 4489.146] (--) NVIDIA(1): ViewSonic VG1930wm (DFP-2) (connected)
[ 4489.146] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 4489.146] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 4489.146] (--) NVIDIA(1): Samsung SMS27A850 (DFP-0): Internal TMDS
[ 4489.146] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
[ 4489.146] (--) NVIDIA(1): DFP-1: Internal TMDS
[ 4489.146] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 4489.146] (--) NVIDIA(1): ViewSonic VG1930wm (DFP-2): Internal TMDS
[ 4489.146] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
[ 4489.146] (**) NVIDIA(1): Option "Rotate" "left"
[ 4489.146] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4489.146] (**) NVIDIA(1): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
[ 4489.146] (**) NVIDIA(1): has been enabled on all display devices.)
[ 4489.147] (==) NVIDIA(1):
[ 4489.147] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[ 4489.147] (==) NVIDIA(1): will be used as the requested mode.
[ 4489.147] (==) NVIDIA(1):
[ 4489.147] (II) NVIDIA(1): Validated MetaModes:
[ 4489.147] (II) NVIDIA(1): "DFP-2:nvidia-auto-select{Rotation=90}"
[ 4489.147] (II) NVIDIA(1): Virtual screen size determined to be 900 x 1440
[ 4489.150] (--) NVIDIA(1): DPI set to (55, 140); computed from "UseEdidDpi" X config
[ 4489.150] (--) NVIDIA(1): option
[ 4489.150] (EE)
[ 4489.150] (EE) Backtrace:
[ 4489.151] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
[ 4489.151] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7f64dd88653f]
[ 4489.151] (EE) 2: /usr/lib/xorg-server/Xorg (xf86nameCompare+0x19) [0x4a9159]
[ 4489.151] (EE) 3: /usr/lib/xorg-server/Xorg (xf86findOption+0x2c) [0x4a2c6c]
[ 4489.151] (EE) 4: /usr/lib/xorg-server/Xorg (xf86SetDepthBpp+0x430) [0x4828d0]
[ 4489.151] (EE) 5: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x25e1) [0x7f64d695aab1]
[ 4489.151] (EE) 6: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b63c]
[ 4489.151] (EE) 7: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x22a) [0x43c9da]
[ 4489.152] (EE) 8: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f64dd873800]
[ 4489.152] (EE) 9: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
[ 4489.152] (EE) 10: ? (?+0x29) [0x29]
[ 4489.152] (EE)
[ 4489.152] (EE) Segmentation fault at address 0x231
[ 4489.152] (EE)
Fatal server error:
[ 4489.152] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 4489.152] (EE)
[ 4489.152] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 4489.152] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 4489.152] (EE)
[ 4489.295] (EE) Server terminated with error (1). Closing log file.
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "SAM"
ModelName "Samsung SMS27A850"
HorizSync 30.0 - 90.0
VertRefresh 56.0 - 75.0
Option "DPMS"
DisplaySize 597 336 # In millimeters
EndSection
Section "Monitor"
Identifier "VS"
ModelName "ViewSonic VG1930wm"
Option "DPMS"
Option "RightOf" "SAM"
Option "Rotate" "left"
EndSection
Section "Monitor"
Identifier "BNQ"
ModelName "BenQ FP737s"
Option "DPMS"
Option "LeftOf" "SAM"
Option "Rotate" "left"
EndSection
Section "Device"
Identifier "nvidia-sam"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 560 Ti"
BusID "01:00:0"
Option "Monitor-DVI-I-1" "SAM"
Screen 0
EndSection
Section "Device"
Identifier "nvidia-vs"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 560 Ti"
BusID "01:00:0"
Option "Monitor-DVI-I-2" "VS"
Screen 1
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "none"
VendorName "Intel"
BoardName "Intel Integrated Graphic Controller"
BusID "00:02:0"
Option "Monitor-VGA-0" "BNQ"
Screen 2
EndSection
Section "Screen"
Identifier "SAM-Screen"
Device "nvidia-sam"
Monitor "SAM"
#DefaultDepth 24
# Option "Stereo" "0"
# Option "SLI" "Off"
# Option "MultiGPU" "Off"
# Option "BaseMosaic" "off"
#Option "AllowEmptyInitialConfiguration"
# SubSection "Display"
# Depth 24
# EndSubSection
EndSection
Section "Screen"
Identifier "VS-Screen"
Device "nvidia-vs"
Monitor "VS"
#DefaultDepth 24
# Option "Stereo" "0"
# Option "SLI" "Off"
# Option "MultiGPU" "Off"
# Option "BaseMosaic" "off"
#Option "AllowEmptyInitialConfiguration"
# SubSection "Display"
# Depth 24
# EndSubSection
EndSection
Section "Screen"
Identifier "BNQ-Screen"
Device "intel"
Monitor "BNQ"
EndSection
Section

Hi:
There is a specific order you need to install the graphics drivers for the notebooks with the nvidia/intel graphics.
1. Install the Intel chipset installation utility and reboot.  If the one on your notebook's support page doesn't work, use this one.
https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=20775&lang=eng&ProdId=816
2. Install the Intel HD graphics driver and reboot.  If the one on your notebook's suport page doesn't work, try this one.
https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=24348
3. Install the nVidia HD graphics driver and reboot.  If the one on your notebook's support page doesn't work, try this one.
http://www.nvidia.com/download/driverResults.aspx/​81879/en-us

Similar Messages

  • Problems with g580's brightness bar and Geforce 630m drivers.

    Hi,
    There is two problems with my Lenovo g580.
    The first - i can't install new drivers for my nVidia geforce gt 630m from official nvidia site. When i try to install it (301.42 last stable version), there is the message that install manager didn't find compatible hardware.
    The second - when i press fn+up/down keys, my brightness bar doesn't change. Only static picture, but brightness changes.
    Thank you.

    Did you try installing them from the lenovo site or the drivers in d drive? Do you have the stock drivers installed ? Is device manager sensing the graphic hardware? Do you have OEM install if windows? For the brightness problem ,it is ok for the windows brightness indicator to remain unchanged as lenovo energy management oversee it.
    Ishaan Ideapad Y560(i3 330m), Hp Elitebook 8460p!(i5-2520M) Hp Pavilion n208tx(i5-4200u)
    If you think a post helped you, then you can give Kudos to the post by pressing the Star on the left of the post. If you think a post solved your problem, then mark it as a solution so that others having the same problem can refer to it.

  • Premiere pro CS6 and GeForce GTX 560 compatibility

    Good morning, I would like to ask a question about the compatibility of my GPU (GeForce GTX560 2GB DDR5 Zotac) with the acceleration engine of Premiere Pro. When I create a project, in the settings project section, at general, at the "Rendering" voice, is indicated "Only Software Mercury Playback Engine" and I cannot choose anything from this menu. So I would like to understand if my GPU is compatible with the Playback Engine or not. Sorry for my basic english, I'm italian and the Adobe site has linked me this forum for the questions about Premiere CS6 software. I would buy a book about Premiere Pro CS6, but it will be useless if my gpu is not compatible with the engine acceleration.
    If it's important to know for the reply, I have 16 gb RAM and an intel i7-3820 (sandy bridge) processor. The motherboard is a Sabertooth X79 S2011.
    Thank you so much for the reply, bye

    Welcome to the forum!
    Delete or move the "cuda_supported_cards.txt" file out of the Adobe Premiere Pro CS6 folder.  When you restart Premiere Pro, your GTX560 will use accelerated GPU playback.
    Jeff

  • Can't get GeForce GTX 560 Ti card CUDA to work with new Premiere Pro CC 2014 version

    In the past I've been able to get CUDA on my GeForce GTX 560 Ti card to work with Mercury Playback engine by adding "GeForce GTX 560 Ti" to the cuda_supported_cards.txt file. But with the new CC 2014 version of Premiere, that file isn't in the Premiere Pro directory anymore. Is there a way to get my GTX 560 Ti to be listed as a CUDA-supported card with CC 2014?

    Okay, I figured it out.  I installed the latest graphics driver and then opened the NVIDIA control panel.  In there I selected "Manage 3D settings" and went to the "program settings" tab.  I selected Adobe Premiere (adobe premiere pro.exe) from the list and under the "CUDA - GPUs" feature, I changed it to "Use these GPUs" and selected my GTX 560 Ti (which was the only one listed).
    After doing that, I opened Premiere Pro CC 2014 and selected "Project Settings - General" and was then able to choose "Mercury Playback Engine GPU Acceleration" under Renderer (which had previously been unavailable).
    Hopefully this will help someone else if they encounter the same problem.

  • Right, MacBook Pro 17" early 2011(Built March) and my new OCZ sata III 6G not working, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III.

    My MacBook Pro 17" early 2011(built March) and my new OCZ sata III 6G are not working together, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III and in my MacBook Pro it does not work. 
    Now MacBook Pro 17" early 2011 built May onward do not have this problem it was fixed in the Intel's 6 Series Chipset. (So there is a problem). Cam I have my MacBook Pro fixed please.

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Problem with i915 Intel driver panic..

    Hello,
    I just recently reinstalled Arch on my laptop.  I have a problem with my laptop. When I went to install the Nvidia Optimus stuff and configure my Xorg.conf I was met with problems with the Intel Driver timing out.  When I boot up I get the normal post screen, then grub, I then go to see the GDM login and instead of getting it I just get a black screen.  When I remove the /etc/X11/xorg.conf.d/10-monitor.conf I can boot into Gnome Shell, else I have to switch run levels and login that way.  I have every package up-to-date.  And I haven't seen an /var/log/Xorg.0.log either else I would have posted it.  One other thing is I have added my user account to the Bumblebee account.  One other thing is when I move my web browser around my video flickers..  Any help I can receive with this would be greatly appreciated.
    uname -a
    Linux tux 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64 GNU/Linux
    pacman -q xf86-video-intel:
    xf86-video-intel 2.99.916-3
    pacman -Q xorg-server
    xorg-server 1.16.1-1
    pacman -Q primus
    primus 20131226-1
    pacman -Q mesa
    mesa 10.3.1-1
    pacman -Q lib32-primus
    lib32-primus 20131226-1
    pacman -Q bbswitch
    bbswitch 0.8-18
    pacman -Q gdm
    gdm 3.14.1-1
    pacman -q systemd
    systemd 216-3
    dmesg | grep i915
    [ 1.982842] i915 0000:00:02.0: irq 36 for MSI/MSI-X
    [ 2.099424] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 2.127859] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.127862] i915 0000:00:02.0: registered panic notifier
    [ 2.147795] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    /etc/X11/xorg.conf.d/20-intel.conf
    Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "AccelMethod" "sna"
    Option "TearFree" "true"
    Option "monitor-LVDS" "Monitor0"
    BusID "PCI:0:2:0"
    EndSection
    /etc/X11/xorg.conf.d/10-keyboard.conf
    Section "InputClass"
    Identifier "Keyboard0"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbVariant" ",qwerty"
    EndSection
    /etc/X11/xorg.conf.d/50-synaptic.conf
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Intel"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    sudo lspci -v
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 36
    Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 7000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    Kernel modules: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 7
    Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 6000 [disabled] [size=128]
    Expansion ROM at d1000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel modules: nouveau, nvidia
    xrandr -q
    [adramalech@tux log]$ xrandr
    Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
    LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
    1366x768 60.05*+
    1024x768 60.00
    800x600 60.32 56.25
    640x480 59.94
    VGA1 disconnected (normal left inverted right x axis y axis)
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)
    cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=sysrq kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 380307af800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    U: Uniq=
    H: Handlers=event1
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    U: Uniq=
    H: Handlers=kbd event2
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input4
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0001 Vendor=10ec Product=0665 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input6
    U: Uniq=
    H: Handlers=kbd event4
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    U: Uniq=
    H: Handlers=event5
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    U: Uniq=
    H: Handlers=event6
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    U: Uniq=
    H: Handlers=event7
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Dell WMI hotkeys"
    P: Phys=wmi/input0
    S: Sysfs=/devices/virtual/input/input10
    U: Uniq=
    H: Handlers=kbd rfkill event8
    B: PROP=0
    B: EV=13
    B: KEY=1500b00000000 200300000 0 0
    B: MSC=10
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
    U: Uniq=
    H: Handlers=kbd event10
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0003 Vendor=0c45 Product=6430 Version=1208
    N: Name="Laptop_Integrated_Webcam_2M"
    P: Phys=usb-0000:00:1d.0-1.4/button
    S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    U: Uniq=
    H: Handlers=kbd event11
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input5
    U: Uniq=
    H: Handlers=event12 mouse0
    B: PROP=9
    B: EV=b
    B: KEY=6420 30000 0 0 0 0
    B: ABS=260800011000003
    glxinfo | grep OpenGL
    OpenGL vendor string: Intel Open Source Technology Center
    OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
    OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.3.1
    OpenGL core profile shading language version string: 1.40
    OpenGL core profile context flags: (none)
    OpenGL core profile extensions:
    OpenGL version string: 3.0 Mesa 10.3.1
    OpenGL shading language version string: 1.30
    OpenGL context flags: (none)
    OpenGL extensions:
    OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.1
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
    OpenGL ES profile extensions:
    sudo glxgears -info
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    GL_RENDERER = Mesa DRI Intel(R) Sandybridge Mobile
    GL_VERSION = 3.0 Mesa 10.3.1
    GL_VENDOR = Intel Open Source Technology Center
    GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_timer_query GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_compressed_texture_pixel_storage GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_conditional_render_inverted
    VisualID 32, 0x20

    Hi
    I assume you have installed the graphic card driver from the Intel website and you use NOT a Toshiba graphic driver which was designed especially for the notebook usage.
    Well, Toshiba recommend using the Toshiba drivers. In this case you should try to use the recommended graphic driver which you can download from the Toshiba driver page.

  • I have a problem with Imac mid 2010 graphics card (ATI Radeon 5670 512MB)

    I have a problem with Imac mid 2010 graphics card (ATI Radeon 5670 512MB). When I play video formats like xvid, mkv, avi iMac freezes and emits horrible sound,in service said the problem is not overheating. Not a problem with memory or hard disk because I placed second correct parts.The same problem is with OSX 10.6.8 and 10.8.4 and other players.Apple hardware test found no problem and tech tool pro found no fault.
    After five days of testing in the service they can not  found fault and it was decided to change the graphics card.
    New graphics have been tested for two days but it is not reproduced divx ... but their test software which did not find any fault on the old graphics...
    Do I have the right to complain if repair does not fix the problem because I use non apple softwere and video formats.

    You could look at the System Profile for the info it presents for the card.  But why wouldn't you think it's not up to date if you have the latest install (according to your sig above)?
    What program are you trying to run?  Is there anything in the system log? 
    I think it's the program that's having the problem and not anything with your video software.

  • Problem with installing Photoshop elements 9 and adobe support advisor

    Hi, I've received a graphic tablet with 2 programs: the first has been downloaded and works perfectly while the second, PSE9, has been giving me problems for at least a week!
    I downloaded it and now I have a winzip file full of strange things (one of this is set up exe which tells me that I have to install adobe support advisor) and two files which said 3DF.tmp and PSEP9(1).zip.download and if I try to click them they tell me that I have to find on the Net the program to open them because I can't. And I don't know which program is required.
    I tried a lot of times to download the adobe support advisor, I have enough space on my disc and my farewall is deactivated, but when the program begins I saw this annoyant message
    cpsid_82829s5 Missing installation file bootstrapper error occured
    with this code for a support from adobe 00-67325-032018052012
    I unistalled it and retried, but nothing.
    Please, I just want to use my tablet with the programs which are comprised in the package, why it's so difficult to download this damn photoshop elements 9????????????
    Thank you

    In the error message it doesn't tell me
    "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again,"
    neither "Installer failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem."
    and I have enough space and I have Windows xp then I should be able to install it. I tried to unistall and install again the support advisor but nothing. I'm desperate.
    Messaggio originale----
    Da: [email protected]
    Data: 18/05/2012 22.20
    A: "Questionlady"<[email protected]>
    Ogg: Problem with installing Photoshop elements 9 and adobe support advisor
    Re: Problem with installing Photoshop elements 9 and adobe support advisor created by Jeff A Wright in Trial Download &amp; Install FAQ - View the full discussion
    Did you try the steps listed in http://helpx.adobe.com/creative-suite/kb/troubleshoot-error-messages-b ootstrapper-cs5.html which was identified by the Adobe Support Advisor?  If so can you please list each step and the result of those steps.  This will allow us to best advise you on your next steps.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4420419#4420419
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4420419#4420419. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Trial Download &amp; Install FAQ by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problem with QT 7.1.5 and Sorensen codec?

    Has anyone noticed a compatibility problem with Sorensen video 3 codec and Quicktime 7.1.5? This problem did not seem to exist in prior versions (hence have been asking how to reinstall previous version but seems impossible). Some of the earlier postings discuss software that may be designed with Sorensen codec... these may be the ones not functioning properly now (video no longer works). Does this sounds plausible?
    Mac Mac OS X (10.4.8)
    Mac Mac OS X (10.4.8)
    Mac   Mac OS X (10.4.8)  

    That may be true, Jack, but Edmund said that the movie played in QuickTime Player. So his problem is most likely not a bug in QuickTime, though I can't say for certain.
    And as I said above, I have no problem playing Sorenson-encoded content on my Intel-based Mac with QuickTime 7.1.5, so more details about your content and setup (including any third-party codecs you may have installed) so that people can determine what the difference might be between the content that plays and the content that does not, or what's different in the systems, would be helpful, I'm sure.

  • I'm using mac with the newest operating system (snow leopard 10.6.7). since I've updated to Firefox 4 It doesn't display Hebrew fonts- I didn't have any problems with it before the upgrade and in safari I don't have this problem.

    Hello, I'm using Mac with the newest operating system (snow leopard 10.6.7). since I've updated to Firefox 4 It doesn't display Hebrew fonts… I didn't have any problems with it before the upgrade and in safari I have no problem with it. please help me- I don't like to use safari a my browser...

    elly903 wrote:
    Before commenting - I CANNOT install Mavericks because it'll mess up the versions of Filemaker Pro and Quicken that I use regularly...
    Quicken 2007 for Intel (Snow Leopard, Lion, Mt. Lion and Mavericks) for $15:
    http://quicken.intuit.com/personal-finance-software/quicken-2007-osx-lion.jsp
    It will input your Quicken PPC data file directly if it was Quicken 2005 through 2007.  If older you need Quicken 2006 or 2007 PPC first to convert your data file; and this update must be done BEFORE you upgrade to Mavericks:
    http://quicken.intuit.com/support/help/patching/quicken-2006-manual-updates--mac -/GEN82200.html
    Filemaker Pro PPC (in this case 7) running in Snow Leopard Server installed into Parallels for use in Lion, Mt. Lion and Mavericks:
                                  [click on image to enlarge]
    Snow Leopard Server: 1.800.MYAPPLE (1.800.692.7753) - Apple Part Number: MC588Z/A (telephone orders only)
    This solution allows you to run your Photoshop Elements in Mavericks concurrently with Filemaker Pro PPC.  Mavericks is a free download.

  • Problem with Xsan 2.1.1 and Mac Os server 10.5.6

    Hi,
    We have a big problem with xsan 2.1.1 and Mac Os server 10.5.6.
    - We have one server, is a Open Directory Master, and also is a metadata controller of xsan2. The Volumes of xsan2 are shares via afp, and the clients (moreless 50) connect with server via afp.
    - We have some problems, one of them is:
    odm fsm [341]: XSAN FSS 'VolDocs [0] ' : Invalid inode lookup: 0x7f80000000007e0 markers 0x0/0x0 nextiel 0x0
    This message is always in the log. We stop the volume, and start cvfsck -wv, but dont have anything, how fix it??
    - Another problem is with AFP service, suddenly the service stop, and the error is :
    mds [58] (error) Server: Mach error queueing checkin to peer manager: (ipc /send) invalid port right.
    -What of the meaning of (ipc/send) invalid port right??.
    And the last error is:
    -com.appelAppleFileServer [347] MDSChannelPeerRequest: (ipc/rcv) timed out.
    Need Help please!.

    My configuration:
    - Master Directory:
    Hardware Configuration:
    Model: Xserve
    Processor: 2x2,8 Ghz Quad-Core Intel Xeon
    Memory 8 Gb
    Disk: 70,04 Tb
    Software:
    Kernel Version: 9.6.0
    System Version: Mac OS X Server 10.5.6
    Xsan 2.1.1
    Services: AFP, DNS, Open Directory RADIUS
    Status: connected Users: 37
    This server is the open directory Master and metadata controller of xsan2, but we have another server that is open directory replica and metadata controller of xsan2. The fisrt server have too many errors with afp, the service stop and the server is dead, and you must restart via terminal with the command sudo reboot. I dont know what happen, do you help me please?

  • HT201210 I m having problems with both my iphone 3gs and 4 when my cellular data is on and my battery is fully charge but out of suddenn it will shut off can i know how can i troubleshoot this issue thanks

    I m having problems with both my iphone 3gs and 4 when my cellular data is on and my battery is fully charge but out of suddenn it will shut off can i know how can i troubleshoot this issue thanks

    simply try doing a back up and restore
    when going thru the activation screen, select SET UP AS NEW and then test your device. if it is not shutting down then it could be 1 or more apps tht have been downloaded wch could be affecting the device
    you will then need to follow the process of eleimnation, meaning add 2 apps and then monitor your phone, if nothing happes then add another couple of them and then check
    good luck !!

  • ThinkStation E30, built-in Intel HD Graphics and 2560x1440 display

    I'm setting up a ThinkStation E30 w/ Intel HD Graphics and connecting it to an EIZO CG276 display.
    The EIZO display supports 2560x1440 but I'm only able to get 1920x1200 from the built-in graphics (Win7 64bit).
    Since the display only shipped with a DVI cable and a DisplayPort-to-mini-DisplayPort cable, I was provided a DisplayPort to DVI adapter by our IT dept.
    Is the DP-to-DVI adpater limiting my resolution?
    Is the built-in Intel HD Graphics capable of delivering 2560x1440?
    If the built-in graphics isn't up to the job, my next question will be compatible graphics cards that deliver...
    * 30bit color (10bits/channel).
    * 2560x1440
    * At least 2 x DisplayPort ports.
    Thanks,
    Terry

    The MacBook Air is also power a much lower-resloution panel for its own display, so more of the GPU power can go towards an external display. The 15" Retina MacBook Pro is powering four times as many pixels as an Air.

  • Problem with my laptop colour changing and some time moniter screen black out

     i have a problem with my laptop screen some time its working ok but some time its going to changing and blinking colours and screen shows black out and not respend for 10 minutes or more.i want a solution for this.

    Hi @hpsah
    Welcome to the HP Support Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I see that you are having a problem with your laptop screen changing and blinking through colours. I will be happy to help find a solution for this but you didn't give me information to work with. For future posts I suggest checking out Want Good Answers? Ask Good Questions. I will need to know what operating system you are using? What is the product number of the notebook? Does this issue happen if you connect an external monitor?
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    Cannot see what files ? Music (synced music should appear in the iPod app), films/TV shows (Videos app), documents ... ?

Maybe you are looking for

  • How do I transfer pictures, music, etc to another account on the same Macbook?

    I needed to create another user on my MacBook, but am not sure how to transfer my pictures, music, etc from my other account to this one. Any ideas? Thanks!

  • Keynote iOS, Apple VGA adapter and Beamer, hardware or software Issue?

    hiho, iPad 2, newest iOS, Keynote, newest version original apple vga adapter Effect: After connecting to a projector I get a projector picture for approx 3-5 seconds. After this time the projector loses the signal from the iPad2. disconnecting and re

  • Clean install of Mountain Lion plus bootcamp?

    Clean install of Mountain Lion plus bootcamp? Genius Bar guy suggested getting rid of fusion on my 2008 machine, doing a clean install, and using Bootcamp for windows. Best way to proceed?

  • Create Outgoing Payment

    Hi, Here's a newby question I guess. I'm able to create an Incoming Payment by the use of SAPbobsCOM.Payments Payment = (SAPbobsCOM.Payments)oCompany.GetBusinessObject(BoObjectTypes.oIncomingPayments); but I didn't find any object to use for an Outgo

  • How can I disable all multimedia features in firefox?

    When visiting certain websites there are sometimes annoying popup windows in the background with video and sometimes also audio. I would like to disable these features in Firefox, having audio blasting out of my loudspeakers at max loudness all of a