LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 621|回复: 2

gentoo kdebase一些问题[已解决]

[复制链接]
发表于 2011-5-30 22:15:10 | 显示全部楼层 |阅读模式
KWin 窗口管理器
桌面特效因速度过慢而已经中止。
如果这只是一个临时问题,您可以使用"Alt+Shift+F12"

这个问题怎么解决?每次启动都这样。

从server1.8 不用hal后 ,日子紧就没怎么折腾了,现在
现在进入kde特慢输入密码后会黑屏好一会让后出现上面的字体。
已经安装nvidia GF8400  驱动nvidia-drivers

生成xorg-conf也没什么效果。

还有顺便问一下kdebase下那个喇叭一样的软件名称是什么汗颜,以前都是安装kde完整版的,但是现在觉得编译太多就安装kdebase.

全部软件更新到最新了。。。
 楼主| 发表于 2011-5-31 00:01:20 | 显示全部楼层
# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "glx"
        Load  "dri2"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "CI:1:0:0"
       Option     "NoLogo" "true"
        VideoRam   262144
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monito"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes           "1280x800"
        EndSubSection
EndSection

其实我觉得系统启动好像根本没有读/etc/X11/xorg.conf

glxinfo | grep direct
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  138 (NV-GLX)
  Minor opcode of failed request:  4 ()
  Resource id in failed request:  0x2e00003
  Serial number of failed request:  31
  Current serial number in output stream:  31
。。。。。怎么解决。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-5-31 00:11:25 | 显示全部楼层
已解决
也许是加入
VideoRam 262144
DefaultDepth 24
Modes "1280x800"
解决的,
也许是因为之前用不同版本gcc分别编译的nvidia-driver  xorg-server导致问题  然后从新编译就解决了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表