|
进kde没问题,但是鼠标键盘都没有相应。如果不用kde,那个xclock的指针会转动,说明没死机。就是鼠标键盘还是没有动静。xcorg.conf是原来nforce主板的,现在是790GX主板,集成显卡。
显示器没有换,原来的显卡是X800 AGP。Xorg.0.log也提示找不到键盘鼠标
==========================================
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# Load "type1"
Load "freetype"
Load "v4l"
Load "xtt"
# Load "fglrx"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
Load "drm"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/local/share/fonts"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option " rotocol" "IMPS/2" # IntelliMouse PS/2
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "My Monitor"
Modeline "1904x1080_60.00" 171.72 1904 2024 2232 2560 1080 1081 1084 1118 -HSync +Vsync
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
Option "VideoOverlay" "on"
#VideoRam 262144
# Insert Clocks lines here if appropriate
EndSection
.
Section "Screen"
Identifier "Screen 1"
Device "** ATI Radeon (generic) [radeon]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1900x1080"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection |
|