James, Karl,
thanks for your replies.
James McQuillan schrieb am 13.02.2015 14:53:
> My first guess would be the graphics drivers that have been automatically
> chosen for those thin clients.
>
> If it's using the generic driver instead of the specific driver that's best
> for each chipset, you'll see graphic performance like you describe.
>
> Perhaps you can get a shell running on the clients and look at the
> /var/log/Xorg.0.log file. That'll show you
> which driver was chosen.
I think you are right that it's some generic problem as it spreads across
several distinct hardware.
I have access to the /var/log/Xorg.7.log on the clients (via ssh). X uses the
specific drivers (OpenChrome for VIA-Chips, Intel, etc.).
But looking into the logs I found messages like this:
[ 347.509] (II) LoadModule: "glx"
[ 347.509] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 347.553] (II) Module glx: vendor="NVIDIA Corporation"
[ 347.553] (II) NVIDIA GLX Module 340.65 Tue Dec 2 09:02:32 PST 2014
[ 347.553] Loading extension GLX
[ 347.712] (EE) Failed to initialize GLX extension (Compatible NVIDIA X
driver not found)
This happened on an Intel board.
I never dived deeply into this graphics stuff (and never wanted to) and
therefore have to learn some basics like:
- OpenGL is a hardware- and platformindependant Interface for 3D-Graphics.
- GLX ist the layer between OpenGL and X-Windows
- DRI provides hardware acceleration for OpenGL.
On Debian, there are currently 3 GLX providers: mesa, nvidia, and fglrx. Only
mesa and nvidia have been installed in the image. I added the fglrx (for AMD
boards) and changed the glx-diversions from nvidia (hence the above error
message) to mesa with
update-alternatives --config glx
At least on an Intel-based client (openthinclient, I didn't yet test others),
the Xorg.7.log file now show this:
(LTSP)***@otc5:/~# grep -i glx /var/log/Xorg.7.log
[ 2187.600] (II) LoadModule: "glx"
[ 2187.601] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2187.602] (II) Module glx: vendor="X.Org Foundation"
[ 2187.602] (==) AIGLX enabled
[ 2187.602] Loading extension GLX
[ 2188.837] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 2188.837] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 2188.837] (II) AIGLX: enabled GLX_ARB_create_context
[ 2188.837] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 2188.837] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 2188.837] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 2188.837] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 2188.837] (II) AIGLX: Loaded and initialized i915
[ 2188.837] (II) GLX: Initialized DRI2 GL provider for screen 0
Seems to look better, but the windows behave as sluggish as before.
Karl Duc - Vormingplus regio Brugge schrieb am 13.02.2015 16:41:
> could it be a QT-problem?
> check https://en.opensuse.org/SDB:KIWI-LTSP_troubleshooting, at the bottom of the
> page:
> "In case of slow KDE applications on the thinclients (Qt apps like Dolphin,
> Kate, etc...), you have to modify the rendering of the Qt graphics system.
> One way to do this is create a file /etc/profile.local with following in it
>
> export QT_GRAPHICSSYSTEM=native
>
> Restart the thinclient and enjoy a fast ride"
> this solved a similar speed-problem for us, a year ago, using opensuse and kde
When I tried to implement your hint, I found that I've already done it in Nov.
2014. Seems you already wrote it last year on the list. :^)
But this also means, it doesn't help that much.
Again I'm running out of ideas.
Thanks for you help
Helmut
I'll add some system information and the Xorg.7.log:
==============================================================================
(LTSP)***@otc5:/~# lspci |grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
==============================================================================
(LTSP)***@otc5:/~# lsof |grep glx
atievents 3276 root mem REG 0,17 99748 1097 /usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0
Xorg 11196 root mem REG 0,17 474292 1356 /usr/lib/xorg/modules/extensions/libglx.so
==============================================================================
(LTSP)***@otc5:/~# lsof |grep dri
Xorg 11196 root mem CHR 226,0 8755 /dev/dri/card0
Xorg 11196 root mem REG 0,17 3841816 1379 /usr/lib/i386-linux-gnu/dri/i915_dri.so
Xorg 11196 root mem REG 0,17 1340920 1335 /usr/lib/xorg/modules/drivers/intel_drv.so
Xorg 11196 root 13u CHR 226,0 0t0 8755 /dev/dri/card0
==============================================================================
(LTSP)***@otc5:/~# cat /var/log/Xorg.7.log
[ 2187.589]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[ 2187.589] X Protocol Version 11, Revision 0
[ 2187.589] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[ 2187.589] Current Operating System: Linux otc5 3.16.0-0.bpo.4-686-pae #1 SMP Debian 3.16.7-ckt2-1~bpo70+1 (2014-12-08) i686
[ 2187.589] Kernel command line: ro initrd=initrd.img init=/sbin/init-ltsp root=/dev/nbd0 ksdevice=bootif BOOT_IMAGE=vmlinuz BOOTIF=01-00-e0-c5-45-2b-75
[ 2187.590] Build Date: 08 October 2013 09:42:53PM
[ 2187.590] xorg-server 2:1.14.3-4 (Julien Cristau <***@debian.org>)
[ 2187.590] Current version of pixman: 0.30.2
[ 2187.590] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2187.590] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2187.590] (==) Log file: "/var/log/Xorg.7.log", Time: Mon Feb 16 11:47:01 2015
[ 2187.591] (++) Using config file: "/var/run/ltsp-xorg.conf"
[ 2187.591] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2187.592] (==) No Layout section. Using the first Screen section.
[ 2187.592] (**) |-->Screen "Screen0" (0)
[ 2187.592] (**) | |-->Monitor "<default monitor>"
[ 2187.593] (==) No monitor specified for screen "Screen0".
Using a default monitor configuration.
[ 2187.593] (==) Automatically adding devices
[ 2187.593] (==) Automatically enabling devices
[ 2187.593] (==) Automatically adding GPU devices
[ 2187.593] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 2187.594] Entry deleted from font path.
[ 2187.594] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 2187.594] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2187.594] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2187.594] (II) Loader magic: 0xb77956a0
[ 2187.594] (II) Module ABI versions:
[ 2187.594] X.Org ANSI C Emulation: 0.4
[ 2187.594] X.Org Video Driver: 14.1
[ 2187.594] X.Org XInput driver : 19.1
[ 2187.594] X.Org Server Extension : 7.0
[ 2187.595] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2187.598] (--) PCI:*(0:0:2:0) 8086:27ae:8086:27ae rev 3, Mem @ 0xfde80000/524288, 0xd0000000/268435456, 0xfdf80000/262144, I/O @ 0x0000ff00/8
[ 2187.599] (--) PCI: (0:0:2:1) 8086:27a6:8086:27ae rev 3, Mem @ 0xfdf00000/524288
[ 2187.599] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2187.599] Initializing built-in extension Generic Event Extension
[ 2187.599] Initializing built-in extension SHAPE
[ 2187.599] Initializing built-in extension MIT-SHM
[ 2187.599] Initializing built-in extension XInputExtension
[ 2187.599] Initializing built-in extension XTEST
[ 2187.599] Initializing built-in extension BIG-REQUESTS
[ 2187.599] Initializing built-in extension SYNC
[ 2187.599] Initializing built-in extension XKEYBOARD
[ 2187.599] Initializing built-in extension XC-MISC
[ 2187.599] Initializing built-in extension SECURITY
[ 2187.599] Initializing built-in extension XINERAMA
[ 2187.599] Initializing built-in extension XFIXES
[ 2187.599] Initializing built-in extension RENDER
[ 2187.599] Initializing built-in extension RANDR
[ 2187.599] Initializing built-in extension COMPOSITE
[ 2187.599] Initializing built-in extension DAMAGE
[ 2187.599] Initializing built-in extension MIT-SCREEN-SAVER
[ 2187.599] Initializing built-in extension DOUBLE-BUFFER
[ 2187.599] Initializing built-in extension RECORD
[ 2187.599] Initializing built-in extension DPMS
[ 2187.599] Initializing built-in extension X-Resource
[ 2187.599] Initializing built-in extension XVideo
[ 2187.599] Initializing built-in extension XVideo-MotionCompensation
[ 2187.599] Initializing built-in extension SELinux
[ 2187.600] Initializing built-in extension XFree86-VidModeExtension
[ 2187.600] Initializing built-in extension XFree86-DGA
[ 2187.600] Initializing built-in extension XFree86-DRI
[ 2187.600] Initializing built-in extension DRI2
[ 2187.600] (II) LoadModule: "glx"
[ 2187.601] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2187.602] (II) Module glx: vendor="X.Org Foundation"
[ 2187.602] compiled for 1.14.3, module version = 1.0.0
[ 2187.602] ABI class: X.Org Server Extension, version 7.0
[ 2187.602] (==) AIGLX enabled
[ 2187.602] Loading extension GLX
[ 2187.602] (==) Matched intel as autoconfigured driver 0
[ 2187.602] (==) Matched intel as autoconfigured driver 1
[ 2187.602] (==) Matched vesa as autoconfigured driver 2
[ 2187.602] (==) Matched modesetting as autoconfigured driver 3
[ 2187.602] (==) Matched fbdev as autoconfigured driver 4
[ 2187.602] (==) Assigned the driver to the xf86ConfigLayout
[ 2187.602] (II) LoadModule: "intel"
[ 2187.602] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 2187.603] (II) Module intel: vendor="X.Org Foundation"
[ 2187.603] compiled for 1.14.3, module version = 2.21.15
[ 2187.603] Module class: X.Org Video Driver
[ 2187.603] ABI class: X.Org Video Driver, version 14.1
[ 2187.603] (II) LoadModule: "vesa"
[ 2187.604] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 2187.604] (II) Module vesa: vendor="X.Org Foundation"
[ 2187.604] compiled for 1.14.3, module version = 2.3.3
[ 2187.604] Module class: X.Org Video Driver
[ 2187.604] ABI class: X.Org Video Driver, version 14.1
[ 2187.604] (II) LoadModule: "modesetting"
[ 2187.605] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2187.605] (II) Module modesetting: vendor="X.Org Foundation"
[ 2187.605] compiled for 1.14.3, module version = 0.8.0
[ 2187.605] Module class: X.Org Video Driver
[ 2187.605] ABI class: X.Org Video Driver, version 14.1
[ 2187.605] (II) LoadModule: "fbdev"
[ 2187.606] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 2187.606] (II) Module fbdev: vendor="X.Org Foundation"
[ 2187.606] compiled for 1.14.3, module version = 0.4.4
[ 2187.606] Module class: X.Org Video Driver
[ 2187.606] ABI class: X.Org Video Driver, version 14.1
[ 2187.606] (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, HD Graphics,
HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[ 2187.607] (II) VESA: driver for VESA chipsets: vesa
[ 2187.607] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2187.607] (II) FBDEV: driver for framebuffer: fbdev
[ 2187.607] (++) using VT number 7
[ 2187.608] (WW) Falling back to old probe method for vesa
[ 2187.608] (WW) Falling back to old probe method for modesetting
[ 2187.608] (WW) Falling back to old probe method for fbdev
[ 2187.608] (II) Loading sub module "fbdevhw"
[ 2187.608] (II) LoadModule: "fbdevhw"
[ 2187.609] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 2187.609] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 2187.609] compiled for 1.14.3, module version = 0.0.2
[ 2187.610] ABI class: X.Org Video Driver, version 14.1
[ 2187.610] (++) intel(0): Depth 16, (--) framebuffer bpp 16
[ 2187.610] (==) intel(0): RGB weight 565
[ 2187.610] (==) intel(0): Default visual is TrueColor
[ 2187.610] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[ 2187.610] (**) intel(0): Relaxed fencing disabled
[ 2187.610] (**) intel(0): Wait on SwapBuffers? enabled
[ 2187.610] (**) intel(0): Triple buffering? enabled
[ 2187.610] (**) intel(0): Framebuffer tiled
[ 2187.610] (**) intel(0): Pixmaps tiled
[ 2187.610] (**) intel(0): 3D buffers tiled
[ 2187.611] (**) intel(0): SwapBuffers wait enabled
[ 2187.611] (==) intel(0): video overlay key set to 0x83e
[ 2187.648] (II) intel(0): Output VGA1 has no monitor section
[ 2187.724] (II) intel(0): Output DVI1 has no monitor section
[ 2188.118] (II) intel(0): Output TV1 has no monitor section
[ 2188.156] (II) intel(0): EDID for output VGA1
[ 2188.235] (II) intel(0): EDID for output DVI1
[ 2188.235] (II) intel(0): Manufacturer: DEL Model: 405e Serial#: 808858700
[ 2188.235] (II) intel(0): Year: 2010 Week: 26
[ 2188.235] (II) intel(0): EDID Version: 1.3
[ 2188.235] (II) intel(0): Digital Display Input
[ 2188.235] (II) intel(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 2188.235] (II) intel(0): Gamma: 2.20
[ 2188.235] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 2188.235] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 2188.235] (II) intel(0): Default color space is primary color space
[ 2188.235] (II) intel(0): First detailed timing is preferred mode
[ 2188.236] (II) intel(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 2188.236] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 2188.236] (II) intel(0): Supported established timings:
[ 2188.236] (II) intel(0): ***@70Hz
[ 2188.236] (II) intel(0): ***@60Hz
[ 2188.236] (II) intel(0): ***@75Hz
[ 2188.236] (II) intel(0): ***@60Hz
[ 2188.236] (II) intel(0): ***@75Hz
[ 2188.236] (II) intel(0): ***@60Hz
[ 2188.236] (II) intel(0): ***@75Hz
[ 2188.236] (II) intel(0): ***@75Hz
[ 2188.236] (II) intel(0): Manufacturer's mask: 0
[ 2188.236] (II) intel(0): Supported standard timings:
[ 2188.236] (II) intel(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 2188.236] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 2188.236] (II) intel(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 2188.236] (II) intel(0): Supported detailed timing:
[ 2188.236] (II) intel(0): clock: 148.5 MHz Image Size: 475 x 267 mm
[ 2188.236] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2188.236] (II) intel(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 2188.236] (II) intel(0): Serial No: D1TPK06U064L
[ 2188.236] (II) intel(0): Monitor name: DELL U2211H
[ 2188.236] (II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 2188.236] (II) intel(0): EDID (in hex):
[ 2188.236] (II) intel(0): 00ffffffffffff0010ac5e404c343630
[ 2188.236] (II) intel(0): 1a14010380301b78eeee95a3544c9926
[ 2188.236] (II) intel(0): 0f5054a54b00714f8180d1c001010101
[ 2188.236] (II) intel(0): 010101010101023a801871382d40582c
[ 2188.236] (II) intel(0): 4500db0b1100001e000000ff00443154
[ 2188.237] (II) intel(0): 504b3036553036344c0a000000fc0044
[ 2188.237] (II) intel(0): 454c4c205532323131480a20000000fd
[ 2188.237] (II) intel(0): 00384c1e5311000a2020202020200072
[ 2188.237] (II) intel(0): Printing probed modes for output DVI1
[ 2188.237] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 2188.237] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 2188.237] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2188.237] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 2188.237] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 2188.237] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2188.237] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 2188.237] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2188.237] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 2188.237] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2188.237] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2188.634] (II) intel(0): EDID for output TV1
[ 2188.634] (II) intel(0): Output VGA1 disconnected
[ 2188.634] (II) intel(0): Output DVI1 connected
[ 2188.634] (II) intel(0): Output TV1 disconnected
[ 2188.634] (II) intel(0): Using exact sizes for initial modes
[ 2188.634] (II) intel(0): Output DVI1 using initial mode 1920x1080
[ 2188.634] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 2188.634] (II) intel(0): Kernel page flipping support detected, enabling
[ 2188.634] (==) intel(0): DPI set to (96, 96)
[ 2188.634] (II) Loading sub module "fb"
[ 2188.634] (II) LoadModule: "fb"
[ 2188.635] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2188.636] (II) Module fb: vendor="X.Org Foundation"
[ 2188.636] compiled for 1.14.3, module version = 1.0.0
[ 2188.636] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2188.636] (II) Loading sub module "dri2"
[ 2188.636] (II) LoadModule: "dri2"
[ 2188.636] (II) Module "dri2" already built-in
[ 2188.636] (II) UnloadModule: "vesa"
[ 2188.636] (II) Unloading vesa
[ 2188.636] (II) UnloadModule: "modesetting"
[ 2188.636] (II) Unloading modesetting
[ 2188.636] (II) UnloadModule: "fbdev"
[ 2188.636] (II) Unloading fbdev
[ 2188.636] (II) UnloadSubModule: "fbdevhw"
[ 2188.636] (II) Unloading fbdevhw
[ 2188.637] (II) intel(0): [DRI2] Setup complete
[ 2188.637] (II) intel(0): [DRI2] DRI driver: i915
[ 2188.637] (II) intel(0): Allocated new frame buffer 1920x1080 stride 4096, tiled
[ 2188.637] (II) UXA(0): Driver registered support for the following operations:
[ 2188.637] (II) solid
[ 2188.637] (II) copy
[ 2188.637] (II) composite (RENDER acceleration)
[ 2188.637] (II) put_image
[ 2188.637] (II) get_image
[ 2188.637] (==) intel(0): Backing store disabled
[ 2188.637] (==) intel(0): Silken mouse enabled
[ 2188.637] (II) intel(0): Initializing HW Cursor
[ 2188.637] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 2188.638] (==) intel(0): DPMS enabled
[ 2188.638] (==) intel(0): Intel XvMC decoder disabled
[ 2188.638] (II) intel(0): Set up textured video
[ 2188.638] (II) intel(0): Set up overlay video
[ 2188.638] (II) intel(0): direct rendering: DRI2 Enabled
[ 2188.638] (==) intel(0): hotplug detection: "enabled"
[ 2188.802] (--) RandR disabled
[ 2188.826] (II) SELinux: Disabled on system
[ 2188.837] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 2188.837] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 2188.837] (II) AIGLX: enabled GLX_ARB_create_context
[ 2188.837] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 2188.837] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 2188.837] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 2188.837] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 2188.837] (II) AIGLX: Loaded and initialized i915
[ 2188.837] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 2188.839] (II) intel(0): Setting screen physical size to 507 x 285
[ 2188.985] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 2188.985] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 2188.986] (II) LoadModule: "evdev"
[ 2188.986] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 2188.987] (II) Module evdev: vendor="X.Org Foundation"
[ 2188.987] compiled for 1.14.3, module version = 2.8.2
[ 2188.987] Module class: X.Org XInput Driver
[ 2188.987] ABI class: X.Org XInput driver, version 19.1
[ 2188.987] (II) Using input driver 'evdev' for 'Power Button'
[ 2188.987] (**) Power Button: always reports core events
[ 2188.987] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 2188.987] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 2188.987] (--) evdev: Power Button: Found keys
[ 2188.987] (II) evdev: Power Button: Configuring as keyboard
[ 2188.987] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[ 2188.987] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 2188.987] (**) Option "xkb_rules" "evdev"
[ 2188.987] (**) Option "xkb_model" "pc105"
[ 2188.988] (**) Option "xkb_layout" "de"
[ 2188.988] (**) Option "xkb_variant" "nodeadkeys"
[ 2189.052] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 2189.052] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 2189.052] (II) Using input driver 'evdev' for 'Power Button'
[ 2189.052] (**) Power Button: always reports core events
[ 2189.052] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 2189.052] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 2189.052] (--) evdev: Power Button: Found keys
[ 2189.052] (II) evdev: Power Button: Configuring as keyboard
[ 2189.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[ 2189.052] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 2189.052] (**) Option "xkb_rules" "evdev"
[ 2189.052] (**) Option "xkb_model" "pc105"
[ 2189.052] (**) Option "xkb_layout" "de"
[ 2189.052] (**) Option "xkb_variant" "nodeadkeys"
[ 2189.053] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 2189.055] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event9)
[ 2189.055] (II) No input driver specified, ignoring this device.
[ 2189.055] (II) This device may have been added with another device file.
[ 2189.055] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event10)
[ 2189.055] (II) No input driver specified, ignoring this device.
[ 2189.055] (II) This device may have been added with another device file.
[ 2189.056] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event11)
[ 2189.056] (II) No input driver specified, ignoring this device.
[ 2189.056] (II) This device may have been added with another device file.
[ 2189.057] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
[ 2189.057] (II) No input driver specified, ignoring this device.
[ 2189.057] (II) This device may have been added with another device file.
[ 2189.058] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[ 2189.058] (II) No input driver specified, ignoring this device.
[ 2189.058] (II) This device may have been added with another device file.
[ 2189.059] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[ 2189.059] (II) No input driver specified, ignoring this device.
[ 2189.059] (II) This device may have been added with another device file.
[ 2189.060] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
[ 2189.060] (II) No input driver specified, ignoring this device.
[ 2189.060] (II) This device may have been added with another device file.
[ 2189.061] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event8)
[ 2189.061] (II) No input driver specified, ignoring this device.
[ 2189.061] (II) This device may have been added with another device file.
[ 2189.062] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event0)
[ 2189.062] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 2189.062] (II) Using input driver 'evdev' for 'CHICONY HP Basic USB Keyboard'
[ 2189.062] (**) CHICONY HP Basic USB Keyboard: always reports core events
[ 2189.062] (**) evdev: CHICONY HP Basic USB Keyboard: Device: "/dev/input/event0"
[ 2189.062] (--) evdev: CHICONY HP Basic USB Keyboard: Vendor 0x3f0 Product 0x24
[ 2189.062] (--) evdev: CHICONY HP Basic USB Keyboard: Found keys
[ 2189.062] (II) evdev: CHICONY HP Basic USB Keyboard: Configuring as keyboard
[ 2189.062] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/0003:03F0:0024.0001/input/input1/event0"
[ 2189.062] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[ 2189.062] (**) Option "xkb_rules" "evdev"
[ 2189.062] (**) Option "xkb_model" "pc105"
[ 2189.062] (**) Option "xkb_layout" "de"
[ 2189.062] (**) Option "xkb_variant" "nodeadkeys"
[ 2189.064] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[ 2189.064] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 2189.064] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 2189.064] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 2189.064] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
[ 2189.064] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc03d
[ 2189.065] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
[ 2189.065] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 2189.065] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 2189.065] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 2189.065] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 2189.065] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 2189.065] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 2189.065] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 2189.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/0003:046D:C03D.0002/input/input2/event1"
[ 2189.065] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[ 2189.065] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 2189.065] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 2189.066] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 2189.066] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 2189.066] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 2189.066] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 2189.067] (II) No input driver specified, ignoring this device.
[ 2189.067] (II) This device may have been added with another device file.
[ 2189.067] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 2189.067] (II) No input driver specified, ignoring this device.
[ 2189.067] (II) This device may have been added with another device file.
[ 2189.069] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event13)
[ 2189.069] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 2189.069] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 2189.069] (**) ACPI Virtual Keyboard Device: always reports core events
[ 2189.069] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event13"
[ 2189.069] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 2189.069] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[ 2189.069] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 2189.070] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event13"
[ 2189.070] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 10)
[ 2189.070] (**) Option "xkb_rules" "evdev"
[ 2189.070] (**) Option "xkb_model" "pc105"
[ 2189.070] (**) Option "xkb_layout" "de"
[ 2189.070] (**) Option "xkb_variant" "nodeadkeys"
[ 2189.306] (II) intel(0): EDID vendor "DEL", prod id 16478
[ 2189.307] (II) intel(0): Using EDID range info for horizontal sync
[ 2189.307] (II) intel(0): Using EDID range info for vertical refresh
[ 2189.307] (II) intel(0): Printing DDC gathered Modelines:
[ 2189.307] (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 2189.307] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2189.307] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 2189.307] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2189.307] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2189.307] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 2189.307] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 2189.307] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2189.307] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 2189.307] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 2189.307] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2189.307] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 2189.826] (II) intel(0): EDID vendor "DEL", prod id 16478
[ 2189.827] (II) intel(0): Using hsync ranges from config file
[ 2189.827] (II) intel(0): Using vrefresh ranges from config file
[ 2189.827] (II) intel(0): Printing DDC gathered Modelines:
[ 2189.827] (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 2189.827] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2189.827] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 2189.827] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2189.827] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2189.827] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 2189.827] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 2189.827] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2189.827] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 2189.827] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 2189.827] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2189.827] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 2225.292] (II) intel(0): EDID vendor "DEL", prod id 16478
[ 2225.293] (II) intel(0): Using hsync ranges from config file
[ 2225.293] (II) intel(0): Using vrefresh ranges from config file
[ 2225.293] (II) intel(0): Printing DDC gathered Modelines:
[ 2225.293] (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 2225.293] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2225.293] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 2225.293] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2225.293] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2225.293] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 2225.293] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 2225.293] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2225.293] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 2225.293] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 2225.293] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2225.293] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
==============================================================================
--
-------------------------------------------------------------------------
Helmut Lichtenberg <***@fli.bund.de> Tel.: 05034/871-128
Institut für Nutztiergenetik (FLI) 31535 Neustadt Germany
-------------------------------------------------------------------------
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net