安装完xorg-server后,startx启动桌面环境,出现缺少模块错误。查看log:cat /var/log/Xorg.0.log | grep EE
[75.403] (EE) Failed to load module "modesetting" (module does not exist, 0)
[75.403] (EE) Failed to load module "fbdev" (module does not exist, 0)
[75.403] (EE) Failed to load module "vesa" (module does not exist, 0)解决方法:
查看xorg-drivers中INPUT_DEVICES和VIDEO_CARDS变量,在make.conf中加入缺失的标记。emerge -pv xorg-drivers
These are the packages that would be merged, in order:
Calculating dependencies ... done!
[ebuild R ] x11-base/xorg-drivers-1.15 INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -elographics -fpit -hyperpen -joystick -mutouch -penmount -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="intel -apm -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-freedreno) -geode -glint -i128 -i740 -mach64 -mga -modesetting -neomagic -nouveau -nv -nvidia (-omap) (-omapfb) -qxl -r128 -radeon -radeonsi -rendition -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -via -virtualbox -vmware (-voodoo)" 0 kB在VIDEO_CARDS中加入modesetting,fbdev,vesa就可以。
相关文章
- failed to load response data出现的问题
- java.io.IOException: Jenkins Mailer Plugin v1.23 failed to load.(出现Jenkins插件安装报错并且无法成功等问题)
- Hibernate引入数据库依赖包出现 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 问题
- .NET Core SDK在Windows系统安装后出现Failed to load the hostfxr.dll等问题的解决方法
- (转)使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corrupted AST file: 'Unable to load module
- 【已解决】Ubuntu U盘启动出现“Failed to load ldlinux.c32”问题
- iOS 使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corrupted AST file: 'Unable to load module
- Gentoo:startx出现Failed to load module问题