Dell XPS15 L502x Mini Display Port 在 Ubuntu 13.04 上无法使用

Dell XPS15 L502x Mini Display Port 在 Ubuntu 13.04 上无法使用

之前我在这台笔记本电脑上运行的是 Ubuntu 12.10,迷你显示端口可以正常工作。现在我使用的是 Ubuntu 13.04,迷你显示端口不再工作。如果我使用 vga 到迷你显示端口适配器连接外接显示器(就像我在 ubuntu 12.10 上所做的那样),什么都没有发生。甚至没有闪烁。我安装了 bumblebee。

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev ff)

xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 32767 x 32767
LVDS1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080      60.0*+   59.9  
   1680x1050      60.0     59.9  
   1600x1024      60.2  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       59.8     60.0  
   1152x864       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

我可以尝试什么来让它工作?据我所知,迷你显示端口连接到英特尔显卡。

答案1

找到了解决方案:

xrandr --addmode DP1 1920x1080
xrandr --output DP1 --mode 1920x1080 --right-of LVDS1

奇迹般有效

答案2

今天我成功地安装了 3 个屏幕(2 个显示器 + 笔记本电脑屏幕 0,只需删除包装bumblebee并安装新版本的 Nvidia 驱动程序352.63

sudo apt-get install nvidia-352

一件重要的事情:

重启后,转到显示面板并排列所有显示器,使笔记本电脑位于左端(也许它也位于右端),无论如何,如果笔记本电脑屏幕位于中间,则配置失败,显示在第三个屏幕上重复而不是扩展。

我的配置:

Dell L502x 的一个显示器通过 DVI 连接器连接到 miniDisplay 端口,另一个显示器连接到 HDMI 端口。

相关内容