You are not logged in.

#1 2013-03-09 16:55:38

GeoffTK
Member
Registered: 2013-03-09
Posts: 1

Issue setting up DisplayLink Monitor

I have follow damn near ever guide I can find, tried to follow instructions I have read from other posts on this forum, but am just having no luck.

Currently, plugging in the monitor gives me a green screen.
I have udfbl installed and running in the kernel:

$ lsmod | grep udlfb
udlfb                  17308  0 
syscopyarea             3447  1 udlfb
sysfillrect             3747  1 udlfb
sysimgblt               2232  1 udlfb
fb_sys_fops             1371  1 udlfb
usbcore               174164  4 udlfb,uvcvideo,ehci_hcd,usbhid

I have xf86-video-fbdev installed:

$ sudo pacman -S xf86-video-fbdev
warning: xf86-video-fbdev-0.4.3-2 is up to date 

So I am not sure what the issue is, I am assuming it is in my xorg config.
Below is my /etc/X11/xorg.conf.d/10-monitor.conf

Section "ServerLayout"
    Identifier     "DualSreen"
    Screen       0 "DisplayLinkScreen" 0 0
    Screen       1 "Laptop" LeftOf "DisplayLinkScreen" #Screen1 at the right of Screen0
    Option         "Xinerama" "on" #To move windows between screens
EndSection

Section "Monitor"
    Identifier     "LaptopMonitor"
    Option         "Enable" "true"
EndSection

Section "Device"
    Identifier     "LaptopDevice"
    Driver         "nvidia"
    Option         "/dev/fb0"
EndSection

Section "Screen"
    Identifier     "Laptop"
    Device         "LaptopDevice"
    Monitor        "LaptopMonitor"
    DefaultDepth    16
EndSection

Section "Monitor"
    Identifier     "DisplayLinkMonitor"
    Option         "Enable" "true"
EndSection

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

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

Any help is much appreciated!
Thanks

Offline

Board footer

Powered by FluxBB