我开始“从此 USB 运行 ubuntu”,它加载并显示 Ubuntu 点屏幕,但当它完成时,屏幕没有显示欢迎屏幕或其他任何内容,我需要用电源按钮强制关机
答案1
这是 S3 Savage MX-MV 的完整解决方案
出现显示问题时: Ctrl++ Alt(F1或F2,或F3等)。在您的会话期间,您的屏幕将变成控制台。使用您的用户名和密码登录:
它首先生成xorg.conf.new
Xubuntu 12.04 中不存在的:
sudo X-configure
复制到/etc/X11
:
sudo cp /home/$USER/xorg.conf.new /etc/X11/xorg.conf
安装 wim 编辑器:
sudo apt-get install vim
然后,xorg.conf
使用 vim 编辑文件:
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