1
我嘗試安裝Fedora 18 MR2 - KDE,爲此需要安裝xorg-server-1.14.5 ...我從http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.5.tar.gz下載。錯誤的配置xorg-server-1.14.5
我配置和安裝... 的./configure --prefix =/USR 使 使安裝 我也安裝inputproto-2.3.1和pixman 0.28.0依賴。
此外,我讓我在/ etc/X11文件夾複製xorg.conf文件...
我的配置是
##
## 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
當我使用COMAND在/ usr/bin中/ startx的... fedora重新啓動,之後我無法用鼠標移動,也無法用鍵盤移動....
出了什麼問題?有人能幫助我嗎?