View Single Post
Old 03-23-2013, 04:14 AM   #1
sjhill
Junior Member
 
Join Date: Mar 2013
Posts: 1
Default DisplayLink X Server Crashes

I am trying to debug a X server crash associated with the xorg driver located at this git repository. The snippet from my xorg.conf file is:

Code:
Section "Device"
        Identifier  "DisplayLink"
#       Driver      "fbdev"
        Driver      "displaylink"
        Option      "fbdev" "/dev/fb1"
EndSection
And the X log output can be found here. 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
sjhill is offline   Reply With Quote