Gentoo:startx出现Failed to load module问题

安装完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即可。

时间: 2024-08-06 02:01:35

Gentoo:startx出现Failed to load module问题的相关文章

Gentoo startx出现Failed to load module问题解决

今天又重新安装了下gentoo ,还好 ,算是顺利,无线网卡.显卡等驱动编译 其中在startx的时候遇到了点问题 查看 日志  nano /var/log/Xorg.0.log  发现: [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)

Linux 网易云音乐不能启动问题及解决 Failed to load module "pantheon-filechooser-module"

安装的Elementary os 网易云安装以后启动不了 去命令行启动 查看到报错信息 Gtk-Message: Failed to load module "pantheon-filechooser-module" ~$ env | grep -i gtk QT_STYLE_OVERRIDE=gtk GTK_MODULES=pantheon-filechooser-module:gail:atk-bridge GTK_CSD=1 GTK_IM_MODULE=xim 我查看了我安装的g

Ubuntu18.04系统执行语句时出现错误Failed to load module "canberra-gtk-module"

Ubuntu18.04系统执行gnuradio-companion时,命令行提示错误Failed to load module "canberra-gtk-module",虽然看起来不影响使用,但是总觉得别扭. 解决办法:命令行输入: sudo apt install libcanberra-gtk-module 原文地址:https://www.cnblogs.com/jsdy/p/11428925.html

from scipy import spatial 出现 from .qhull import * ImportError: DLL load failed: The specified module could not be found. 错误

错误描述: 本人机器window8.1 64位,python2.7. Traceback (most recent call last): File "C:/Users/Hamid/Documents/kodeyaro/kodefolani.py", line 41, in <module> from scipy.spatial import Delaunay File "C:\Python27\lib\site-packages\scipy\spatial\__

The &#39;_imaging&#39; module for the PIL could not be imported: DLL load failed: The specified module could not be found

I uninstalled the PIL and installed the Pillow and the problem solved.PIL worked fine for me with the earlier versions of Django but not with Django 1.6 apache上跑Django项目中使用了PIL会报utf8的不能解析的错误 但是跟踪错误后发现 其中引入_imaging的时候报错了.然后去外网上搜原来Django 1.6不能使用PIL,需要卸

Keystone, Start, Failed to Load Bson

If you have installed the Keystone.js, and properly installed mongodb, but when tried to start the keystone thought command node keystone.js, you might get the error { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-

junit测试时,出现java.lang.IllegalStateException: Failed to load ApplicationContext

课程设计要求进行junit测试,我是在已经做好的ssh项目上做的测试,测试类代码如下 package com.zhang.web.services; import static org.junit.Assert.*; import org.junit.After; import org.junit.Before; import org.junit.Test; import javax.annotation.Resource; import org.junit.runner.RunWith; im

java.lang.IllegalStateException: Failed to load property source from location &#39;classpath:/application.yml&#39;原因就是格式没有对齐导致的

导致报错原因就是格式问题,对齐就好了,百度竟然说编码导致的,郁闷 "C:\Program Files\Java\jdk1.8.0_101\bin\java" -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=63341 -Dcom.sun.management.jm

java.lang.IllegalStateException: Failed to load ApplicationContext

1.错误描述 INFO:2015-02-05 22:14:21[main] - Loading XML bean definitions from class path resource [applicationContext.xml] INFO:2015-02-05 22:14:22[main] - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning INFO:2015-02-05