分页: 1 / 1

求助:无法进入图形界面了

发表于 : 2007-04-04 22:48
merlee75
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. //

后,开机无法进入到图形界面了,只能直接进入到终端里,请高手指点一下。

发表于 : 2007-04-05 1:48
applnk
试试下面的命令

代码: 全选

sudo dpkg--reconfigure xserver-xorg

发表于 : 2007-04-05 20:20
merlee75
不行呀,说没有这个文件呢
我试着重装了一遍(当然这是windows 养成的笨办法),结果还是进不了。
而且安装也进不了图形界面了,现在还是只能进入终端。
而且如果没有ubuntu,bios还找不到操作系统,把双系统下的xp也找不到了。
有没有方法把ubuntu卸载干净,我可以重新安装一下呀,毕竟我是外行,得从头学起。
请大家帮忙呀。

发表于 : 2007-04-05 21:08
merlee75
输入:start
显示:not found

输入:sudo dpkg -reconfigure xserver-xorg
显示:
xserver-xorg
dpkg --inf(=dpkg-deb--info)
dpkg --contents(=dpkg-deb--contents)
/usr/sbin/dpkg-reconfigure:xserver-xorg.

输入:sudo cp/etc/X11/Xorg.conf
显示:
cp:missing destination file oper and after '/etc/X11/Xorg.conf'
try 'cp--help'for more information.

输入:backupp/etc/X11/Xorg.conf
显示:backupp command not found

发表于 : 2007-04-05 23:09
btwo0
建议楼主仔细地看一下提示:
1)" And to start X again, on the command line type startx "
So the command could be "startx", not "start"

2) "sudo dpkg--reconfigure xserver-xorg"
So the option for "dpkg" command is "--", please note that it has two minus symbol.

3) cp:missing destination file oper and after '/etc/X11/Xorg.conf'
try 'cp--help'for more information.
So you just type the source file '/etc/X11/xorg.conf', you should type the name for destination file. And if you use command 'cp --help', you could find the direct answer

4) backupp command not found
The prompt is so clear, there is no backupp command.

根据提示来看,楼主的安装是对的,只不过楼主没有做完配置

发表于 : 2007-04-06 22:44
merlee75
重新操作都试验过了,还是不成。
有没有办法检测到哪里出了问题呢