【问题标题】:Wrong configuration xorg-server-1.14.5错误配置 xorg-server-1.14.5
【发布时间】:2016-10-04 11:08:59
【问题描述】:

我尝试安装 Fedora 18 MR2 - KDE ,为此我需要安装 xorg-server-1.14.5 ...我从 http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.5.tar.gz 下载。

我配置和安装... ./configure --prefix=/usr 制作 进行安装 我还安装了依赖项 inputproto-2.3.1 和 pixman 0.28.0 。

我还制作了 xorg.conf 文件,并将其复制到 /etc/X11 文件夹中...

我的配置是

##
## X Config options generated from CED
## x11 conf skeleton
## DriverVer=
##
Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Monitor Vendor"
    ModelName   "Monitor Model"
    Option  "Rotate"    "normal"
EndSection
Section "Screen"
    Identifier    "Screen0"
    Device        "IntelEMGD-0"
    Monitor       "Monitor0"
    DefaultDepth  24
    SubSection    "Display"
        Depth         32
    EndSubSection
EndSection
# Primary (First/only) display
Section "Device"
    Identifier "IntelEMGD-0"
    Driver     "emgd"
    VendorName "Intel(R) DEG"
    BoardName  "Embedded Graphics"
    BusID      "0:2:0"
    Screen      0
    Option     "PcfVersion"            "1792"
    Option     "ConfigId"              "1"
EndSection
Section "InputDevice"
       Identifier "system-keyboard"
#   MatchIsKeyboard "on"   
        Driver "kbd"
    Option "XkbLayout" "hr"    
    Option "XkbModel" "pc105"
EndSection
Section "InputDevice" 
         Identifier "Mouse0"
         Driver "mouse"
EndSection
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen 0       "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "system-keyboard" "CoreKeyboard"
  # InputDevice    "DevInputMice" "SendCoreEvents"
EndSection

当我使用命令 /usr/bin/startx ... fedora restart 之后,我不能用鼠标移动,也不能用键盘移动......

怎么了?有人可以帮助我吗?

【问题讨论】:

    标签: fedora xorg


    【解决方案1】:

    为什么不使用fedora package manager 安装xorg? 请提供日志文件Xorg.0.log(可能是路径/var/log/Xorg.0.log

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-02-13
      • 1970-01-01
      • 2017-08-06
      • 2015-06-13
      • 2017-04-24
      • 2013-10-08
      相关资源
      最近更新 更多