Linux ATI HD3750驱动器配置挂起
时间:2020-01-09 10:41:14 来源:igfitidea点击:
问题描述:Dell服务器执行startx并出现某种错误或黑屏时, 显卡是ATI HD3750
如何解决此问题?
解决方法:
没有可用的专有或开源Linux ATI HD3750驱动程序。
所有您能做的就是将其设置为vesa并将其用于基本的GUI显示。
引导到单用户模式并打开以下文件:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak.dec.02 vi /etc/X11/xorg.conf
确保设备部分设置如下:
Section "Device"
Identifier "Device0"
Driver "vesa"
VendorName "ATI HD3750 vesa"
EndSection
或者
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
保存并关闭文件。
重新启动桌面或直接输入startx:
$ startx

