AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 22774
In Process
Kendor
Kendor
Asked: 2011-01-23 08:01:25 +0800 CST2011-01-23 08:01:25 +0800 CST 2011-01-23 08:01:25 +0800 CST

正在寻找可以确定工作的 USB VGA 适配器?

  • 772

我似乎无法得到一个直接的答案。我想在我的笔记本电脑 + 外接显示器设置上添加第三个显示器。虽然我当前的设置(Thinkpad X201)有一个开放的 VGA 端口(我正在使用笔记本电脑的显示器 + 带有外接显示器的显示器端口),但我似乎无法原生驱动 3 个显示器。

我想探索我的替代方案是什么让另一个显示器进入组合。我发现了很多对 displaylink 的引用,但没有任何东西绝对证实有效。

10.10
  • 1 1 个回答
  • 3298 Views

1 个回答

  • Voted
  1. RobotHumans
    2011-01-23T19:46:48+08:002011-01-23T19:46:48+08:00

    一位用户在编译一些软件包后报告它在 Ubuntu 9.04 上工作:http://mulchman.org/blog/?tag= displaylink

    编辑: apt-cache search displaylink 返回 xserver-xorg-video-displaylink - DisplayLink 设备的 X 驱动程序......如果它不起作用,它将不会被包含在内。它可能不支持所有分辨率,但我认为它不仅仅是满足它的工作。

    编辑:我会尝试将此部分粘贴到您的 xorg 配置中:

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

    Section "Monitor"
    Identifier "DisplayLinkMonitor"
    EndSection

    Section "Screen"
    Identifier "DisplayLinkScreen"
    Device "DisplayLinkDevice"
    Monitor "DisplayLinkMonitor"
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    EndSection

    即使使用 Windows 驱动程序,并非所有芯片组都支持所有分辨率。

    另一点值得注意的是,在某些配置中,已注意到 DVI 加密狗无法正常工作

    好吧,也许我找到了: http: //lists.freedesktop.org/archives/libdlo/2010-November/000807.html


    The most interesting thing is that I found out why I can use the
    displaylink driver together with nvidia but not the fbdev driver.

    This is just an explicit check (xf86Bus.c, xf86PostProbe()) whether both
    framebuffer and pci devices have been claimed, if so the server refuses
    to start.
    The displaylink driver just clears the corresponding fbSlotClaimed flag,
    no more magic required. But, there is another (similar) check in
    xf86ClaimFbSlot() (xf86fbBus.c) that, when claiming a frambuffer slot,
    makes sure no PCI slot has been allocated, I guess thats the reason why
    the displaylink driven device must be registered first (as primary screen).

    在另一个线程上,绿屏问题归因于使用 DirectFB

    在这里讨论:http: //web.archiveorange.com/archive/v/BNQl8iH957oQe619QVek
    他们表示它有效,如果缓慢的话。但是有问题的盒子是一个266MHz的怪物所以......

    • 1

相关问题

  • GTK 改进何时会在 Maverick 上落地?

  • 目前是否有计划在“Maverick Meerkat”10.10 中用 Banshee 替换 Rhythmbox?

  • 什么是 btrfs?它有哪些高级功能?

  • 为什么在 Ubuntu 10.10 中 F-Spot 被 Shotwell 取代?

  • Haskell 平台会在 10.10 中可用吗?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    我需要什么命令来解压缩/提取 .tar.gz 文件?

    • 8 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Marko Smith

    如何使用命令行将用户添加为新的 sudoer?

    • 7 个回答
  • Marko Smith

    更改文件夹权限和所有权

    • 9 个回答
  • Martin Hope
    EmmyS 我需要什么命令来解压缩/提取 .tar.gz 文件? 2011-02-09 14:50:41 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve