You are not logged in.

#1 2013-03-29 10:31:02

schrotti
Member
Registered: 2013-03-29
Posts: 4

ASUS U35J and DisplayLink

Hello everyone!
First of all a happy eastern to you all.

I have a DisplayLink adapter from i-tec.
First I installed the Intel and Nvidia drivers as written in this wiki.
This works fine with two monitors and the nvidia optimus stuff. But i'd like to work with three screens.

Now to the DisplayLink part. For this i found the following:

https://bbs.archlinux.org/viewtopic.php?id=134152
https://wiki.archlinux.org/index.php/DisplayLink
https://aur.archlinux.org/packages.php?ID=53656

So i installed the mentioned packages/drivers. UDLFB wasn't neccessary because the DisplayLink is being recognised without problems and the attached monitor displays a green screen.

With the help of the above links, the following xorg.conf has been written:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
	Screen	1	"Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
	Option		"Xinerama" "On"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

################## Laptop Screen #########################
Section "Monitor"
	Identifier	"Monitor0"
	Option		"Enable" "true"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"fbdev"
	Option		"fbdev" "/dev/fb0"
	BusID		"USB"
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Device0"
	Monitor		"Monitor0"
	DefaultDepth	16	
EndSection

Section "Device"
	Identifier	"nvidiagpu1"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

################## DisplayLink ###########################
Section "Device"
	Identifier	"DisplayLinkDevice"
	Driver		"fbdev"
	BusID		"USB"
	Option		"fbdev"	"/dev/fb1"
EndSection

Section "Monitor"
	Identifier	"DisplayLinkMonitor"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"DisplayLinkDevice"
	Monitor		"DisplayLinkMonitor"
	DefaultDepth	16	
EndSection

Both screenswork with this xorg.conf but the laptop screen doesn't like the DefaultDepth 16
(Pics of Monitor attached via DisplayLink and Laptop screen). If i try DefaultDepth 24 as mentioned in the DisplayLink wiki (bold faced at the bottom) the XServer won't start. This seems to be a problem with the fbdev driver.

[     7.476] (II) Loading sub module "fb"
[     7.476] (II) LoadModule: "fb"
[     7.477] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.477] (II) Module fb: vendor="X.Org Foundation"
[     7.477] 	compiled for 1.14.0, module version = 1.0.0
[     7.477] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.477] (**) FBDEV(1): using shadow framebuffer
[     7.477] (II) Loading sub module "shadow"
[     7.477] (II) LoadModule: "shadow"
[     7.477] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     7.477] (II) Module shadow: vendor="X.Org Foundation"
[     7.477] 	compiled for 1.14.0, module version = 1.1.0
[     7.477] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.477] (==) Depth 24 pixmap format is 32 bpp
[     7.477] (EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode
[     7.477] (EE) FBDEV(0): mode initialization failed
[     7.477] 
Fatal server error:
[     7.477] AddScreen/ScreenInit failed for driver 0
[     7.477] 
[     7.477] (EE) 

Furthermore the wiki mentions to uninstall the xf86-video-fbdev package because the AUR package xf86-video-fbdev-for-displaylink is a patched version of xf86-video-fbdev.
Ok so i uninstalled the xf86-video-fbdev package and installed the patched one.
But by doing so the XServer complains about not finding the module fbdev.

Is there anyway to use this setup with the a DefaultDepth of 24? Or am I missing something by the installation of the xf86-video-fbdev-for-displaylink package?
I also tried to use the intel driver for Screen1 but then only the Laptop screen is being used by the XServer.

Thanks alot!

Kind regard and a happy eastern,
schrotti

Last edited by schrotti (2013-03-29 10:45:00)

Offline

#2 2013-04-16 22:08:17

wassy
Member
Registered: 2013-04-16
Posts: 6

Re: ASUS U35J and DisplayLink

I to would love to know the answer. I have searched high and low, tried multiple, uipon multiple different ways. The best I got was that it would load my card drivers then unload the displaylink, or visa versa. Then I tried the same driver xf86-video-fbdev-for-displaylink from aur and it cannot find fbdev. So I'm at a loss what to do. sad

Offline

#3 2013-04-16 22:23:45

wassy
Member
Registered: 2013-04-16
Posts: 6

Re: ASUS U35J and DisplayLink

consiquently I did find this, still uncertain why it doesnt find the driver

[root@arch drivers]# ls -laF
total 36
drwxr-xr-x 2 root root  4096 Apr 16 11:11 ./
drwxr-xr-x 3 root root  4096 Apr 15 13:06 ../
-rwxr-xr-x 1 root root   932 Apr 16 11:10 fbdev_drv.la*
-rwxr-xr-x 1 root root 23632 Apr 16 11:10 fbdev_drv.so*
[root@arch drivers]# pwd
/usr/local/lib/xorg/modules/drivers

Offline

#4 2013-04-16 22:49:03

wassy
Member
Registered: 2013-04-16
Posts: 6

Re: ASUS U35J and DisplayLink

okay so to fix the fbdev not found issue I discovered the pathing is incorrect. the .so files sould be located in /usr/lib/xorg/modules/drivers. Notice the previouse was in /usr/local/. However I get some new errors. Exciting I dont know.

[   168.777] (II) Loading sub module "fbdevhw"
[   168.777] (II) LoadModule: "fbdevhw"
[   168.777] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   168.777] (II) Module fbdevhw: vendor="X.Org Foundation"
[   168.777]    compiled for 1.14.0, module version = 0.0.2
[   168.777]    ABI class: X.Org Video Driver, version 14.1
[   168.777] (**) FBDEV(0): claimed PCI slot 0@0:2:0
[   168.777] (II) FBDEV(0): using /dev/fb1
[   168.777] (II) FBDEV(0): Creating default Display subsection in Screen section
        "Screen0" for depth/fbbpp 24/32
[   168.777] (**) FBDEV(0): Depth 24, (--) framebuffer bpp 32
[   168.777] (==) FBDEV(0): RGB weight 888
[   168.777] (==) FBDEV(0): Default visual is TrueColor
[   168.777] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[   168.777] (II) FBDEV(0): hardware: udlfb (video memory: 4052kB)
[   168.777] (**) FBDEV(0): Option "fbdev" "/dev/fb1"
[   168.777] (II) FBDEV(0): checking modes against framebuffer device...
[   168.777] (II) FBDEV(0): checking modes against monitor...
[   168.777] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[   168.777] (**) FBDEV(0):  Built-in mode "current": 138.5 MHz, 66.6 kHz, 59.9 Hz
[   168.777] (II) FBDEV(0): Modeline "current"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync +vsync -csync (66.6 kHz b)
[   168.777] (==) FBDEV(0): DPI set to (96, 96)
[   168.777] (II) Loading sub module "fb"
[   168.777] (II) LoadModule: "fb"
[   168.777] (II) Loading /usr/lib/xorg/modules/libfb.so
[   168.777] (II) Module fb: vendor="X.Org Foundation"
[   168.777]    compiled for 1.14.0, module version = 1.0.0
[   168.777]    ABI class: X.Org ANSI C Emulation, version 0.4
[   168.777] (**) FBDEV(0): using shadow framebuffer
[   168.777] (II) Loading sub module "shadow"
[   168.777] (II) LoadModule: "shadow"
[   168.777] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   168.778] (II) Module shadow: vendor="X.Org Foundation"
[   168.778]    compiled for 1.14.0, module version = 1.1.0
[   168.778]    ABI class: X.Org ANSI C Emulation, version 0.4
[   168.778] (II) UnloadModule: "intel"
[   168.778] (II) Unloading intel
[   168.778] (==) Depth 24 pixmap format is 32 bpp
[   168.778] (EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode
[   168.778] (EE) FBDEV(0): mode initialization failed
[   168.778] 
Fatal server error:
[   168.778] AddScreen/ScreenInit failed for driver 0
[   168.778] 
[   168.778] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[   168.778] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   168.778] (EE) 
[   168.783] Server terminated with error (1). Closing log file.

Offline

#5 2013-04-16 23:02:12

wassy
Member
Registered: 2013-04-16
Posts: 6

Re: ASUS U35J and DisplayLink

okay it appears the actual issue lies in bitdepth, dah!!! if you use 24 I get that error, however if I use 16 I get the displaylink. However my regular screens are blank and show I presume last image a curser not even blinking. Notice it again unloads the intel driver sad

[    14.539] 
X.Org X Server 1.14.0
Release Date: 2013-03-05
[    14.540] X Protocol Version 11, Revision 0
[    14.540] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[    14.540] Current Operating System: Linux arch.agioit.com 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
[    14.540] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6ac9907-e07a-4c63-b4be-6660e0c85139 ro quiet
[    14.540] Build Date: 09 March 2013  11:43:05AM
[    14.540]  
[    14.540] Current version of pixman: 0.28.2
[    14.540] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.540] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.540] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 16 12:56:35 2013
[    14.705] (==) Using config file: "/etc/X11/xorg.conf"
[    14.705] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    14.705] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.862] (==) ServerLayout "Layout0"
[    14.862] (**) |-->Screen "Screen0" (0)
[    14.862] (**) |   |-->Monitor "DisplayLinkMonitor"
[    14.862] (**) |   |-->Device "DisplayLinkDevice"
[    14.862] (**) |-->Screen "Screen1" (1)
[    14.862] (**) |   |-->Monitor "Monitor0"
[    14.862] (**) |   |-->Device "Card0"
[    14.862] (**) |-->Screen "Screen2" (2)
[    14.862] (**) |   |-->Monitor "Monitor1"
[    14.862] (**) |   |-->Device "Card1"
[    14.862] (**) |-->Input Device "Keyboard0"
[    14.862] (**) |-->Input Device "Mouse0"
[    14.862] (**) Option "Xinerama" "On"
[    14.862] (==) Automatically adding devices
[    14.862] (==) Automatically enabling devices
[    14.862] (==) Automatically adding GPU devices
[    14.863] (**) Xinerama: enabled
[    15.083] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    15.084] 	Entry deleted from font path.
[    15.084] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    15.084] 	Entry deleted from font path.
[    15.122] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    15.122] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.122] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    15.122] (WW) Disabling Keyboard0
[    15.122] (WW) Disabling Mouse0
[    15.122] (II) Loader magic: 0x7fdc20
[    15.122] (II) Module ABI versions:
[    15.122] 	X.Org ANSI C Emulation: 0.4
[    15.122] 	X.Org Video Driver: 14.1
[    15.122] 	X.Org XInput driver : 19.1
[    15.122] 	X.Org Server Extension : 7.0
[    15.122] (II) config/udev: Adding drm device (/dev/dri/card0)
[    15.124] (--) PCI:*(0:0:2:0) 8086:0126:106b:00e6 rev 9, Mem @ 0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00002000/64
[    15.137] Initializing built-in extension Generic Event Extension
[    15.137] Initializing built-in extension SHAPE
[    15.137] Initializing built-in extension MIT-SHM
[    15.137] Initializing built-in extension XInputExtension
[    15.137] Initializing built-in extension XTEST
[    15.137] Initializing built-in extension BIG-REQUESTS
[    15.137] Initializing built-in extension SYNC
[    15.137] Initializing built-in extension XKEYBOARD
[    15.137] Initializing built-in extension XC-MISC
[    15.137] Initializing built-in extension SECURITY
[    15.137] Initializing built-in extension XINERAMA
[    15.137] Initializing built-in extension XFIXES
[    15.137] Initializing built-in extension RENDER
[    15.137] Initializing built-in extension RANDR
[    15.137] Initializing built-in extension COMPOSITE
[    15.137] Initializing built-in extension DAMAGE
[    15.137] Initializing built-in extension MIT-SCREEN-SAVER
[    15.137] Initializing built-in extension DOUBLE-BUFFER
[    15.137] Initializing built-in extension RECORD
[    15.137] Initializing built-in extension DPMS
[    15.137] Initializing built-in extension X-Resource
[    15.137] Initializing built-in extension XVideo
[    15.138] Initializing built-in extension XVideo-MotionCompensation
[    15.138] Initializing built-in extension XFree86-VidModeExtension
[    15.138] Initializing built-in extension XFree86-DGA
[    15.138] Initializing built-in extension XFree86-DRI
[    15.138] Initializing built-in extension DRI2
[    15.138] (II) "glx" will be loaded by default.
[    15.138] (II) LoadModule: "dri2"
[    15.138] (II) Module "dri2" already built-in
[    15.138] (II) LoadModule: "glamoregl"
[    15.144] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.389] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.389] 	compiled for 1.14.0, module version = 0.5.0
[    15.389] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.389] (II) LoadModule: "glx"
[    15.426] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.436] (II) Module glx: vendor="X.Org Foundation"
[    15.436] 	compiled for 1.14.0, module version = 1.0.0
[    15.436] 	ABI class: X.Org Server Extension, version 7.0
[    15.436] (==) AIGLX enabled
[    15.437] Loading extension GLX
[    15.437] (II) LoadModule: "fbdev"
[    15.437] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    15.444] (II) Module fbdev: vendor="X.Org Foundation"
[    15.445] 	compiled for 1.14.0, module version = 0.4.3
[    15.445] 	Module class: X.Org Video Driver
[    15.445] 	ABI class: X.Org Video Driver, version 14.1
[    15.445] (II) LoadModule: "intel"
[    15.445] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    15.481] (II) Module intel: vendor="X.Org Foundation"
[    15.481] 	compiled for 1.14.0, module version = 2.21.6
[    15.481] 	Module class: X.Org Video Driver
[    15.481] 	ABI class: X.Org Video Driver, version 14.1
[    15.481] (II) FBDEV: driver for framebuffer: fbdev
[    15.481] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[    15.482] (++) using VT number 7

[    15.494] (II) Loading sub module "fbdevhw"
[    15.494] (II) LoadModule: "fbdevhw"
[    15.494] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    15.510] (II) Module fbdevhw: vendor="X.Org Foundation"
[    15.510] 	compiled for 1.14.0, module version = 0.0.2
[    15.510] 	ABI class: X.Org Video Driver, version 14.1
[    15.510] (**) FBDEV(0): claimed PCI slot 0@0:2:0
[    15.510] (II) FBDEV(0): using /dev/fb1
[    15.511] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 16/16
[    15.511] (**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
[    15.511] (==) FBDEV(0): RGB weight 565
[    15.511] (==) FBDEV(0): Default visual is TrueColor
[    15.511] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.511] (II) FBDEV(0): hardware: udlfb (video memory: 4052kB)
[    15.511] (**) FBDEV(0): Option "fbdev" "/dev/fb1"
[    15.511] (II) FBDEV(0): checking modes against framebuffer device...
[    15.511] (II) FBDEV(0): checking modes against monitor...
[    15.511] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[    15.511] (**) FBDEV(0):  Built-in mode "current": 138.5 MHz, 66.6 kHz, 59.9 Hz
[    15.511] (II) FBDEV(0): Modeline "current"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync +vsync -csync (66.6 kHz b)
[    15.511] (==) FBDEV(0): DPI set to (96, 96)
[    15.511] (II) Loading sub module "fb"
[    15.511] (II) LoadModule: "fb"
[    15.511] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.513] (II) Module fb: vendor="X.Org Foundation"
[    15.513] 	compiled for 1.14.0, module version = 1.0.0
[    15.513] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.513] (**) FBDEV(0): using shadow framebuffer
[    15.513] (II) Loading sub module "shadow"
[    15.513] (II) LoadModule: "shadow"
[    15.513] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    15.520] (II) Module shadow: vendor="X.Org Foundation"
[    15.520] 	compiled for 1.14.0, module version = 1.1.0
[    15.520] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.520] (II) UnloadModule: "intel"
[    15.520] (II) Unloading intel
[    15.546] (==) FBDEV(0): Backing store disabled
[    15.546] (==) FBDEV(0): DPMS enabled
[    15.546] (==) RandR enabled
[    15.554] (II) AIGLX: Screen 0 is not DRI2 capable
[    15.554] (II) AIGLX: Screen 0 is not DRI capable
[    16.124] (II) AIGLX: Loaded and initialized swrast
[    16.124] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    16.464] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[    16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.464] (II) LoadModule: "evdev"
[    16.465] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.487] (II) Module evdev: vendor="X.Org Foundation"
[    16.487] 	compiled for 1.14.0, module version = 2.8.0
[    16.487] 	Module class: X.Org XInput Driver
[    16.487] 	ABI class: X.Org XInput driver, version 19.1
[    16.487] (II) Using input driver 'evdev' for 'Power Button'
[    16.487] (**) Power Button: always reports core events
[    16.487] (**) evdev: Power Button: Device: "/dev/input/event8"
[    16.487] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.488] (--) evdev: Power Button: Found keys
[    16.488] (II) evdev: Power Button: Configuring as keyboard
[    16.488] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event8"
[    16.488] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.488] (**) Option "xkb_rules" "evdev"
[    16.488] (**) Option "xkb_model" "evdev"
[    16.488] (**) Option "xkb_layout" "us"
[    16.518] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    16.518] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    16.518] (II) Using input driver 'evdev' for 'Video Bus'
[    16.518] (**) Video Bus: always reports core events
[    16.518] (**) evdev: Video Bus: Device: "/dev/input/event9"
[    16.518] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    16.518] (--) evdev: Video Bus: Found keys
[    16.518] (II) evdev: Video Bus: Configuring as keyboard
[    16.518] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[    16.518] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.518] (**) Option "xkb_rules" "evdev"
[    16.518] (**) Option "xkb_model" "evdev"
[    16.518] (**) Option "xkb_layout" "us"
[    16.519] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    16.519] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.519] (II) Using input driver 'evdev' for 'Power Button'
[    16.519] (**) Power Button: always reports core events
[    16.519] (**) evdev: Power Button: Device: "/dev/input/event6"
[    16.519] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.519] (--) evdev: Power Button: Found keys
[    16.519] (II) evdev: Power Button: Configuring as keyboard
[    16.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event6"
[    16.519] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.519] (**) Option "xkb_rules" "evdev"
[    16.519] (**) Option "xkb_model" "evdev"
[    16.519] (**) Option "xkb_layout" "us"
[    16.521] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
[    16.521] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    16.521] (II) Using input driver 'evdev' for 'Sleep Button'
[    16.521] (**) Sleep Button: always reports core events
[    16.521] (**) evdev: Sleep Button: Device: "/dev/input/event7"
[    16.521] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    16.521] (--) evdev: Sleep Button: Found keys
[    16.521] (II) evdev: Sleep Button: Configuring as keyboard
[    16.521] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event7"
[    16.521] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.521] (**) Option "xkb_rules" "evdev"
[    16.521] (**) Option "xkb_model" "evdev"
[    16.521] (**) Option "xkb_layout" "us"
[    16.522] (II) config/udev: Adding drm device (/dev/dri/card0)
[    16.523] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event0)
[    16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[    16.523] (II) Using input driver 'evdev' for 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)'
[    16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
[    16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event0"
[    16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Vendor 0x45e Product 0x39
[    16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
[    16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
[    16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
[    16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
[    16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
[    16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support
[    16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
[    16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0/event0"
[    16.523] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
[    16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
[    16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
[    16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
[    16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[    16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[    16.524] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[    16.524] (II) No input driver specified, ignoring this device.
[    16.524] (II) This device may have been added with another device file.
[    16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event3)
[    16.525] (II) No input driver specified, ignoring this device.
[    16.525] (II) This device may have been added with another device file.
[    16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event4)
[    16.526] (II) No input driver specified, ignoring this device.
[    16.526] (II) This device may have been added with another device file.
[    16.526] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    16.526] (II) No input driver specified, ignoring this device.
[    16.526] (II) This device may have been added with another device file.
[    16.526] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event11)
[    16.526] (II) No input driver specified, ignoring this device.
[    16.526] (II) This device may have been added with another device file.
[    16.527] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[    16.527] (II) No input driver specified, ignoring this device.
[    16.527] (II) This device may have been added with another device file.
[    16.527] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    16.527] (II) No input driver specified, ignoring this device.
[    16.527] (II) This device may have been added with another device file.
[    16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event1)
[    16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    16.527] (**) Microsoft Wired Keyboard 600: always reports core events
[    16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event1"
[    16.527] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    16.527] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    16.527] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    16.527] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/input/input1/event1"
[    16.527] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 11)
[    16.527] (**) Option "xkb_rules" "evdev"
[    16.527] (**) Option "xkb_model" "evdev"
[    16.527] (**) Option "xkb_layout" "us"
[    16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event2)
[    16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    16.527] (**) Microsoft Wired Keyboard 600: always reports core events
[    16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event2"
[    16.527] (II) evdev: Microsoft Wired Keyboard 600: Using mtdev for this device
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
[    16.528] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    16.528] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
[    16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
[    16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    16.528] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
[    16.528] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[    16.528] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.528] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.1/input/input2/event2"
[    16.528] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 12)
[    16.528] (**) Option "xkb_rules" "evdev"
[    16.528] (**) Option "xkb_model" "evdev"
[    16.528] (**) Option "xkb_layout" "us"
[    16.528] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
[    16.528] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
[    16.528] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[    16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[    16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[    16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[    16.528] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
[    16.528] (II) No input driver specified, ignoring this device.
[    16.528] (II) This device may have been added with another device file.
[    16.528] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    16.528] (II) No input driver specified, ignoring this device.
[    16.528] (II) This device may have been added with another device file.

Offline

#6 2013-05-11 20:38:05

schrotti
Member
Registered: 2013-03-29
Posts: 4

Re: ASUS U35J and DisplayLink

wassy thanks alot for all your effort. But i could'nt find a solution either.
Maybe someday ^^.

Offline

Board footer

Powered by FluxBB