cat /etc/X11/xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section “Files”
EndSection

Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105”
Option “XkbLayout” “us”
EndSection

Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2”
Option “ZAxisMapping” “4 5”
Option “Emulate3Buttons” “true”
EndSection

Section “InputDevice”
Driver “wacom”
Identifier “stylus”
Option “Device” “/dev/input/wacom”
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection

Section “InputDevice”
Driver “wacom”
Identifier “eraser”
Option “Device” “/dev/input/wacom”
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection

Section “InputDevice”
Driver “wacom”
Identifier “cursor”
Option “Device” “/dev/input/wacom”
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection

Section “Device”
Identifier “nVidia Corporation G70 [GeForce 7600 GS]”
Driver “nvidia”
Busid “PCI:6:0:0”
Option “AddARGBVisuals” “True”
Option “AddARGBGLXVisuals” “True”
Option “NoLogo” “false”
EndSection

Section “Monitor”
Identifier “Philips 170S”
Option “DPMS”
EndSection

Section “Screen”
Identifier “Default Screen”
Device “nVidia Corporation G70 [GeForce 7600 GS]”
Monitor “Philips 170S”
Defaultdepth 24
SubSection “Display”
Modes “1280×1024” “1280×960” “1152×864” “1024×768” “832×624” “800×600” “720×400” “640×480”
EndSubSection
EndSection

Section “ServerLayout”
Identifier “Default Layout”
screen “Default Screen”
Inputdevice “Generic Keyboard”
Inputdevice “Configured Mouse”

# Uncomment if you have a wacom tablet
# InputDevice “stylus” “SendCoreEvents”
# InputDevice “cursor” “SendCoreEvents”
# InputDevice “eraser” “SendCoreEvents”
EndSection
Section “Module”
Load “glx”
Load “extmod”
EndSection

cat /etc/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.
HTTP_PROXY=”210.29.96.35:80″
CFLAGS=”-O2 -march=i686 -pipe”
CXXFLAGS=”${CFLAGS}”
# This should not be changed unless you know exactly what you are doing. You
# should probably be using a different stage, instead.
LINGUAS=”en”
CHOST=”i686-pc-linux-gnu”
SYNC=”rsync://ftp.tsinghua.edu.cn/pub/mirror/gentoo/gentoo-portage”
GENTOO_MIRRORS=”http://ftp3.tsinghua.edu.cn/pub/mirror/gentoo/ http://ftp.sjtu.edu.cn/gentoo”
USE=”pdf xv dvd opengl xv png real nv jpeg win32codecs mp3 nvidia wma hal avahi xvmc alsa midi -debug -test hda-intel X nptl -ipv6 -fortran unicode svg dbus -kde -qt3 -qt4 -arts -eds gnome gtk firefox”
CCACHE_SIZE=”2G”
ALSA_CARDS=”Intel HD Audio”
VIDEO_CARDS=”nvidia”
cat /usr/src/linux/.config |wgetpaste
Your paste can be seen here: http://rafb.net/p/OsiAOx67.html

gentoo 备份之xorg.conf,make.conf,.config

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.