How to reinstall the default graphics drivers in terminal and without internet

Khu*_*hue 4 ati graphics fglrx drivers

I accidently remove the graphics driver (I did something like apt-get remove --purge fglrx* and other things, I don't really remember) and now my computer boot to a console login page.

Now without GUI I cannot connect to wireless internet and so cannot install anything.

Can I revert to the initial graphics driver (and configuration)? Maybe with an installation CD? I have Ubuntu 13.10.

I tried sudo-apt-get install --reinstall fglrx, it did install, but when I tried fglrxinfo, it gives

Error: unable to open display (null)
Run Code Online (Sandbox Code Playgroud)

mms*_*ick 7

初始图形驱动程序是默认包含的开源 xorg 驱动程序。启动到恢复模式,然后选择降到 root shell。执行mount -o remount,rw /然后确保你完全移除的fglrx与apt-get purge fglrx -yrm /etc/X11/xorg.conf然后重新启动。

如果您想了解如何从命令行而不是 GUI 访问 wifi,请参考以下网站:http : //www.ghacks.net/2009/04/14/connect-to-a-wireless-network -通过命令行/