젠투에 xorg를 설치 하였는데 키보드와 마우스가 동작을 안합니다.

genichin의 이미지

제 노트북(Thinkpad T60)에 젠투를 설치하고

xorg를 설치 하고 startx하였는데

키보드와 마우스가 동작을 하지 않습니다.

도대체 무슨 문제 때문일까요??? ㅠ.ㅠ

xorg.conf는 다음과 같습니다.

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
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 "xtrap"
# Load "dri"
# Load "glx"
# Load "dbe"
# Load "extmod"
# Load "GLcore"
# Load "record"
# Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Option "XkbModel" "thinkpad60"
Option "XkbLayout" "dvorak"
Driver "kbd"
EndSection

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

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

#Section "dri"
#Mode 0666
#EndSection