求助:无法进入图形界面了
发表于 : 2007-04-04 22:48
ubuntu6.10 初学者
由于安装后,显卡(盈通rx1950gt标准版)不能正常工作,所以想到在wiki 里查看到这个贴子:
ATI 显卡安装配置指南( http://wiki.ubuntu.org.cn/BinaryDriverHowto/ATI )
但是当运行到:
2.1. Instructions for 6.10 (Edgy)
* Install the driver provided by ati included in the repositories:
sudo apt-get update
sudo apt-get install xorg-driver-fglrxYou might also want to install a control panel for your graphic card. Please note that I do not recommend it, as it seems to be buggy, and generally doesnt work.
sudo apt-get install fglrx-controlMake sure fglrx is not disabled: gksudo gedit /etc/default/linux-restricted-modules-common
Generate a new set of module dependencies so the fglrx driver starts properly.
sudo depmod -aYou now have to configure xorg to use your graphic card. The aticonfig tool, provided with the driver, will do that for you:
sudo aticonfig --initial
sudo aticonfig --overlay-type=XvATI are well known not to be able to provide correct drivers for their hardware so you will have to deactivate the composite extension in /etc/X11/xorg.conf , otherwise you will get a jerky video display: gksudo gedit /etc/X11/xorg.conf and add the following lines at the end of the file:
Section "Extensions"
Option "Composite" "0"
EndSection
// After making all those modifications, your X server might not want to start again. Don't worry, you can still modify xorg.conf using vim sudo vim /etc/X11/xorg.conf. To enter edit mode press i, to escape press escape, to save type :w and to quit type :q . And to start X again, on the command line type startx. //
后,开机无法进入到图形界面了,只能直接进入到终端里,请高手指点一下。
由于安装后,显卡(盈通rx1950gt标准版)不能正常工作,所以想到在wiki 里查看到这个贴子:
ATI 显卡安装配置指南( http://wiki.ubuntu.org.cn/BinaryDriverHowto/ATI )
但是当运行到:
2.1. Instructions for 6.10 (Edgy)
* Install the driver provided by ati included in the repositories:
sudo apt-get update
sudo apt-get install xorg-driver-fglrxYou might also want to install a control panel for your graphic card. Please note that I do not recommend it, as it seems to be buggy, and generally doesnt work.
sudo apt-get install fglrx-controlMake sure fglrx is not disabled: gksudo gedit /etc/default/linux-restricted-modules-common
Generate a new set of module dependencies so the fglrx driver starts properly.
sudo depmod -aYou now have to configure xorg to use your graphic card. The aticonfig tool, provided with the driver, will do that for you:
sudo aticonfig --initial
sudo aticonfig --overlay-type=XvATI are well known not to be able to provide correct drivers for their hardware so you will have to deactivate the composite extension in /etc/X11/xorg.conf , otherwise you will get a jerky video display: gksudo gedit /etc/X11/xorg.conf and add the following lines at the end of the file:
Section "Extensions"
Option "Composite" "0"
EndSection
// After making all those modifications, your X server might not want to start again. Don't worry, you can still modify xorg.conf using vim sudo vim /etc/X11/xorg.conf. To enter edit mode press i, to escape press escape, to save type :w and to quit type :q . And to start X again, on the command line type startx. //
后,开机无法进入到图形界面了,只能直接进入到终端里,请高手指点一下。