解決ubuntu13.10的分辨率問題

來自:http://blog.csdn.net/lxnkobe/article/details/18078127?reloadlinux

常常會遇到剛安裝的系統沒有本身須要的分辨率模式,通常不是驅動的問題,多是由於顯示器某些信息不標準,看了很多設置方法,有的說修改/etc/x11/xorg.conf ,這裏說一種不準要修改文件的方法。ubuntu

1.cvt  1360 768 60  this

# 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
spa

具體分辨率能夠本身設置.net

2.xrandr --newmode "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsyncorm

紅色部分和第一步中的同樣,這時候使用xrandr 查看產生一個未鏈接的VIRTUAL1blog

xrandr
圖片

VIRTUAL1 disconnected
  1368x768_60.00 (0x297)   85.2MHz
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock   47.8KHz
        v: height  768 start  771 end  781 total  798           clock   59.9Hz
get

而後:sudo xrandr --addmode VIRTUAL2 1368x768_60.00  
it

添加了一個本身的模式,以下圖,紅色的是系統默認的顯示模式(名字是VGA1  輸入xrandr 能夠看到 ),其餘的是添加的顯示模式



  可是發現一個問題,選擇圖片中本身添加的模式,裏面有剛設置的分辨率,可是應用以後,發現分辨率沒有明顯的變化

而後把這個分辨率模式添加到系統默認的VGA1中:

 sudo xrandr --addmode VGA1 1368x768_60.00

這時候VGA1中也有了此分辨率,選擇後,發現分辨率變成本身想要的模式了。

安裝xfce 4.X  

 

連接:http://linuxg.net/how-to-install-xfce-4-12-on-ubuntu-13-10-ubuntu-13-04-ubuntu-12-10-and-ubuntu-12-04/

In order to successfully install XFCE 4.12 on the latest Ubuntu systems available, we have to add both the PPAs for XFCE 4.10 and XFCE 4.12 to avoid depencency issues, update the local repository index and install the xfce4 package. Like this:

$ sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
$ sudo add-apt-repository ppa:xubuntu-dev/xfce-4.12
$ sudo apt-get update
$ sudo apt-get install xfce4

 

If you already have a previous version of XFCE installed, add the two ppas and perform a system upgrade:

$ sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
$ sudo add-apt-repository ppa:xubuntu-dev/xfce-4.12
$ sudo apt-get update
$ sudo apt-get dist-upgrade

相關文章
相關標籤/搜索