PDA

View Full Version : DisplayLink X Server Crashes


sjhill
03-23-2013, 05:14 AM
I am trying to debug a X server crash associated with the xorg driver located at this git (http://git.plugable.com/webdav/xf-video-udlfb/) repository. The snippet from my xorg.conf file is:

Section "Device"
Identifier "DisplayLink"
# Driver "fbdev"
Driver "displaylink"
Option "fbdev" "/dev/fb1"
EndSection


And the X log output can be found here (http://pastebin.com/pXutJfmP). I have added debug statements in the source and as you can see in the log the segfault always occurs in the 'xf86OutputCreate' call. I have tried using the "fbdev" framebuffer mode also, but X unloads the module when my ATI is the primary display. I have tried the DisplayLink as both a primary and secondary display. Still no luck. Anyone have some ideas? I have posted this verbatim to both the forum here and the 'libdlo' mailing list. Thank you in advance.

-Steve