|

楼主 |
发表于 2009-11-14 11:29:14
|
显示全部楼层
亞利艾爾,昨晚搞到4点多,终于安装成功GNOME,可是一进入GUI鼠标与键盘就被锁着了,按任何一个键都没有反映,怎么搞呢。一星期都没好好工作了,下星期要开始工作了,盼高手们指教,谢谢。
系统环境:TP X200 + Gentoo AMD64 2.6.30
xorg.conf
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 "dri"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
EndSection
Section "InputDevice"
Identifier "TrackPoint"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Internal LCD"
DisplaySize 338.7 211.7 # 1280x800 @ 96 DPI
Option "DPMS"
EndSection
Section "Monitor"
Identifier "External LCD"
Option "Disable" "True"
Option "DPMS"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "intel"
VendorName "Intel Corporation"
BoardName "4500MHD"
Option "monitor-VGA" "External LCD"
Option "monitor-LVDS" "Internal LCD"
Option "AccelMethod" "UXA" # "UXA" | "EXA" | "XAA"
Option "DRI" "true"
Option "DRI2" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "VideoCard"
Monitor "Internal LCD"
Defaultdepth 24
SubSection "Display"
Modes "1280x800"
Virtual 3200 1200
EndSubSection
EndSection
Section "ServerLayout"
Identifier "XServerLayout"
Screen 0 "Screen0" 0 0
InputDevice "TrackPoint" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "10"
EndSection
Section "DRI"
Mode 0666
EndSection
make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="$CFLAGS"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
MAKEOPTS="-j3"
USE="-* X a52 aac acl acpi alsa bash-completion bzip2 cairo cracklib cups curl
dri dri2 dvd encode expat fontconfig ftp gdbm gif gnutls gps gtk iconv joystick
jpeg mad mikmod mmx mp3 nls nptl ogg openal opengl oss pam pcre png quicktime
readline sdl smp sndfile spell sse sse2 ssl ssse3 startup-notification svg tcpd
theora truetype unicode v4l2 vim-syntax vorbis x264 xml xulrunner xv xvid zlib
python threads -qt3 -qt4 -arts -kde X dbus gtk gnome hal avahi"
ALSA_PCM_PLUGINS="*"
VIDEO_CARDS="intel vesa"
INPUT_DEVICES="keyboard mouse joystick"
LINGUAS="ru en"
PORTDIR_OVERLAY="/usr/local/portage"
source /usr/portage/local/layman/make.conf |
|