On 17/11/13 09:21, Oliver Neukum wrote:
On Sun, 2013-11-17 at 01:06 -0500, Alejandro Bonilla wrote:
Hi,
Anyone out there using DisplayLink? - is it "tested" in Factory? A bit complicated to answer generically
a - the kernel has support for the older generation of chips b - there is a udev bug (I've submitted a fix - don't know whether it's in) c - X now has a driver but you need to install the modesetting X driver manually d - configuration has to be done by hand via xrandr
HTH Oliver
The kernel .config needs the line below set to =y or =m CONFIG_FB_UDL=m # lsmod|grep udlfb udlfb 15273 2 # cat /etc/X11/xorg.conf Section "Device" Identifier "Configured Video Device" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection ################################################# Section "ServerLayout" Identifier "Server Layout" Screen 0 "DisplayLinkScreen" 0 0 Screen 1 "Default Screen" LeftOf "DisplayLinkScreen" Option "Xinerama" "off" EndSection ################################################# Section "Files" ModulePath "/usr/lib/xorg/modules" ModulePath "/usr/lib/xorg/modules/drivers" EndSection ############### DisplayLink Stuff ############### Section "Device" Identifier "DisplayLinkDevice" driver "fbdev" Option "fbdev" "/dev/fb0" EndSection Section "Monitor" Identifier "DisplayLinkMonitor" EndSection Section "Screen" Identifier "DisplayLinkScreen" Device "DisplayLinkDevice" Monitor "DisplayLinkMonitor" SubSection "Display" Depth 16 Modes "800x480" EndSubSection EndSection Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org