我注意到这可能是 DisplayLink 的又一次抗议——但我想我还是试一试吧。所以通常的故事 - 我有一个 DisplayLink 适配器 Kensington USB3.0 视频适配器,但看起来永远不会工作。
当我插入它时它会重新组织。
#uname -r
3.13.0-35-generic
# dmesg
[52049.856134] usb 2-2: new high-speed USB device number 8 using ehci-pci
[52049.989282] usb 2-2: New USB device found, idVendor=17e9, idProduct=430f
[52049.989290] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[52049.989295] usb 2-2: Product: Kensington USB3.0 Video Adapter
[52049.989299] usb 2-2: Manufacturer: DisplayLink
[52049.989304] usb 2-2: SerialNumber: 10024214
[52059.384628] usbcore: registered new interface driver udlfb
[52402.886345] usbcore: deregistering interface driver udlfb
[52418.187053] usbcore: registered …Run Code Online (Sandbox Code Playgroud) 如果我运行,
lspci | grep VGA我会得到下面的输出,它告诉我我的计算机上存在以下 VGA 卡。
01:00.0 VGA 兼容控制器:nVidia Corporation GT216 [GeForce GT 220] (rev a2) 08:02.0 VGA 兼容控制器:ATI Technologies Inc ES1000 (rev 02)
ES1000 是我的机器附带的板载卡。有谁知道如何在我的机器上禁用这个 VGA。
这个请求的原因是因为如果我运行xrandr我得到如下所示的输出:
xrandr:无法获得伽马的大小输出默认屏幕0:最低320×240,电流1024×768,最大为1024 x 768默认连接1024×768 + 0 + 00毫米X0毫米1024×768 50.0 * 800 * 600 51.0 52.0 53.0
680x384 54.0 55.0
640×480 56.0
512x384 57.0
400x300 58.0
320x240 59.0
这意味着我无法将 nVidia 配置为接受较小的分辨率。
谢谢你。