Linux Mint外接顯示器解析度調節

來源:互聯網
上載者:User

Linux Mint外接顯示器解析度調節 外接VGA介面的液晶顯示器解析度為1600x900 但是在Linux Mint下卻無法正常識別。 
 Google了一番,解決了。 Ctrl+Alt+T調出終端,輸入 1xrandr輸出1VGA1 connected 1600x900+1366+0 (normal left inverted right x axis y axis) 0mm x 0mm2   1024x768       60.0 3   800x600        60.3     56.2 4......可見外接顯示器 VGA1 的最佳解析度是1600x900,接著在終端輸入1cvt 1600 900輸出 1# 1600x900 59.95 Hz (CVT 1.44M9) hsync: 55.99 kHz; pclk: 118.25 MHz2Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync接著取1"1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync在終端輸入 1xrandr --newmode "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync最後輸入1xrandr --addmode VGA1 "1600x900_60.00"2xrandr --output VGA1 --mode 1600x900_60.00於是乎就出現了希望得到的解析度  但每次登出或重啟電腦後都要重來,於是直接弄個簡單的指令碼。 1xrandr --newmode "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync2xrandr --addmode VGA1 "1600x900_60.00"3xrandr --output VGA1 --mode 1600x900_60.00儲存為.sh檔案,chmod+x添加可執行許可權(或者直接右鍵屬性設定可執行亦可),每次雙擊運行一次即可(這個不需要root許可權)
 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.