DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   DisplayLink X Server Crashes (https://displaylink.org/forum/showthread.php?t=61540)

sjhill 03-23-2013 04:14 AM

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


All times are GMT. The time now is 08:45 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.