无法运行ubuntu 12.04问题似乎是video驱动程序,卡是通过s3 pro savage 4

我开始“从这个USB运行ubuntu”它加载并显示Ubuntu点屏幕,但是当这个完成屏幕没有显示欢迎屏幕或任何其他我需要强制关闭电源按钮

这是S3 Savage MX-MV的完整解决方案

在显示问题时: Ctrl + Alt + F1 (或F2 ,或F3等)。 在您的会话期间,您的屏幕将成为控制台。 使用您的用户名和密码登录:

它首先生成Xubuntu 12.04中不存在的xorg.conf.new

 sudo X-configure 

复制到/etc/X11

 sudo cp /home/$USER/xorg.conf.new /etc/X11/xorg.conf 

安装wim编辑器:

 sudo apt-get install vim 

然后,使用vim编辑xorg.conf文件:

 sudo vim /etc/X11/xorg.conf 

要插入文本,请在完成后按i ,然后按Esc 。 要删除整行, dd (即d键两次)。 要退出而不保存交换, q 。 保存更改: wq

纠正以下内容:

 Section "Device" [...] Identifier "Card0" # Comment out or delete the following line # Driver "modesetting" # Add the following line Driver "vesa" EndSection 

重启BOOT: Ctrl + Alt + Del