2015-10-25 29 views
-1

我是linux上的全新新手,並且使用DVI連接電視機
http://www.cnet.com/products/samsung-ln-s325d/specs/
問題:屏幕分辨率不好:(
我試過很多東西使用xrandr命令,但最終,新的模式是行不通的(黑屏)Linux Mint 17.2屏幕分辨率

這裏。終端:

[email protected] ~ $ cvt 1366 768 
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz 
Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798  -hsync +vsync 
[email protected] ~ $ xrandr --newmode "1368x768_60.00" 85.25 1368 1440  1576 1784 768 771 781 798 -hsync +vsync 
[email protected] ~ $ xrandr --addmode DVI-1 "1368x768_60.00" 

從那裏,

[email protected] ~ $ xrandr --output DVI-1 --mode 1368x768_60.00 

或系統設置>顯示> 1368x768(16:9)

只是給我一個黑色的屏幕說模式不可用

我已經嘗試了很多其他的決議,但任何自定義的決議做到這一點。

任何人有想法? 謝謝! :)

編輯:

[email protected] ~ $ xrandr 
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 16384 x 16384 
DisplayPort-0 disconnected (normal left inverted right x axis y axis) 
HDMI-0 disconnected (normal left inverted right x axis y axis) 
DVI-0 disconnected (normal left inverted right x axis y axis) 
DVI-1 connected primary 1280x720+0+0 (normal left inverted right x axis y  axis) 160mm x 90mm 
    1280x720  60.0*+ 59.9 
    1920x1080i  60.1  60.0 
    720x480  60.0  59.9 
    640x480  60.0  59.9 
    1368x768_60.00 59.9 
    1024x768_60.00 59.9 

最後2加

回答

-2

明白了。需要upgrate圖形卡驅動程序笑

-2

試試這個:

xrandr --output DVI-1 --mode "1368x768_60.00" 
+2

儘管此代碼可以回答這個問題,提供有關附加的上下文如何** **和** **爲什麼它解決了問題,將改善答案的長期價值。 – Alexander