Ubuntu-Studio 14.04.3 LTS“Trusty Tahr”安装在 Acer Aspire V5 笔记本电脑上,无法通过 HDMI 显示任何内容

Ubuntu-Studio 14.04.3 LTS“Trusty Tahr”安装在 Acer Aspire V5 笔记本电脑上,无法通过 HDMI 显示任何内容
jah@jah-Aspire-V5-571G:~$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
   1366x768       60.1*+
   1360x768       59.8     60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected (normal left inverted right x axis y axis)
   1920x1080i     50.0 +   60.1     60.0  
   1280x720       60.0     50.0     59.9  
   720x576        50.0  
   720x576i       50.1  
   720x480        60.0     59.9  
   720x480i       60.1     60.1  
   640x480        60.0     59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VGA-1-2 connected
   1024x768       60.0  
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
  1024x768 (0x43)   65.0MHz
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  800x600 (0x44)   40.0MHz
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0x45)   36.0MHz
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz

当我插入它时它可以检测到 HDMI,但我的电视屏幕(索尼 Bravia)上什么也没有显示。

我怀疑可能没有任何解决方案,因为 Ubuntu 似乎在 NIVIDA 驱动程序和 Sony Bravias 方面存在很多问题。

答案1

假设您有 Nvidia Geforce GT 750M 卡,请运行以下命令并重新启动。如果您没有此卡,请不要运行这些命令,给我留言并提供合适的卡。

sudo apt-get update
sudo apt-get install nvidia-361

重启。

这将安装您的 nvidia 卡的专有驱动程序。

如果您不确定,请在仪表板中搜索“其他驱动程序”,然后选择经过测试的显卡“专有”驱动程序。我相信它是 nvidia-361,然后重新启动。这将安装显卡的专有驱动程序。事实证明,专有驱动程序的性能要好得多。

相关内容