GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come far funzionare il monitor USB Lilliput?

Ok, ho appena ricevuto un monitor USB Lilliput 7″:


(fonte:thinkgeek.com)

Sfortunatamente, ho dei problemi a farlo funzionare in Ubuntu.

È un dispositivo DisplayLink, quindi dovrebbe funzionare in Ubuntu.

Ecco l'output di lsusb :


Bus 002 Dispositivo 007:ID 17e9:02a9 Newnham Research

Ho modificato il mio xorg.conf file per ospitare il dispositivo.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  ([email protected])  Fri Apr  9 11:51:21 UTC 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([email protected])  Fri Mar 12 02:12:40 PST 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "DisplayLinkScreen" 0 0
    Screen      1  "Screen0" RightOf "DisplayLinkScreen"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LPL"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "BenQ T705"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400M GS"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400M GS"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

#################################################

Section "Files"
ModulePath      "/usr/lib/xorg/modules"
ModulePath      "/usr/local/lib/xorg/modules"
ModulePath      "/usr/local/lib/xorg/modules/drivers"
EndSection

############### DisplayLink Stuff ###############
Section "Device"
    Identifier      "DisplayLinkDevice"
    driver          "displaylink"
    Option  "fbdev" "/dev/fb1"
EndSection

Section "Monitor"
    Identifier      "DisplayLinkMonitor"
EndSection

Section "Screen"
    Identifier      "DisplayLinkScreen"
    Device          "DisplayLinkDevice"
    Monitor         "DisplayLinkMonitor"
    DefaultDepth    16
    SubSection "Display"
        Depth   16
        Modes   "800×480"
    EndSubSection
EndSection

Tutto quello che ottengo è uno schermo verde.

Qualsiasi suggerimenti o consigli sarebbero apprezzati!

Aggiornamento: Ho scoperto che X11 aveva problemi a trovare il displaylink_drv.so modulo, quindi l'ho risolto. Quindi il mio XServer si è bloccato completamente. (Errore di segmentazione, credo.)

Ora sono davvero confuso.

Risposta accettata:

In realtà sta funzionando... e tutto ciò che ho fatto è stato ripristinare xorg.conf.backup . Strano. Vabbè.


Ubuntu
  1. Come ottenere la chiave USB per il montaggio automatico?

  2. Come far funzionare l'overlay di Mumble?

  3. Come ottenere l'autorizzazione per modificare nell'USB?

  4. Come ottenere la luminosità lavorando su un Lenovo Ideapad Yoga?

  5. Come ottenere 4k a 60 Hz a 4:2:0 lavorando in Ubuntu 16.04?

Come installare Ubuntu da USB

Come installare Ubuntu

Come ottenere un modem Iball 3.5g funzionante su Ubuntu?

Come far funzionare un'edizione An Hp Envy 15 (2012)?

Come ottenere una connessione Mtp funzionante per Galaxy S2 in 12.04??

Come far funzionare l'audio HDMI su uno Zotac Mag Hd-nd01-u?