Anmelden Benutzerseite Diskussion Versionen/Autoren Go to the site toolbox

Benutzer:Zulasch

Aus Onlinebrain

Inhaltsverzeichnis

Übersicht

Hostname: SnakeBite
Gentoo Version: 2007.0 x86_64

Hier einige Infos über meine Hauptrechner.

Hardware

  • Intel Core2Duo (Conroe) E6600 @ 2x 2400 MHz
  • ASUS P5B+
  • 2048MB Corsair Dominator DDR-800 CL4-4-4-12
  • ATI Saphire 1900GT PCIe
  • 160GB SATA-II HDD (Linux)
  • 80GB SATA-II HDD (Windows)
  • Creative Labs SoundBlaster X-Fi für Windows (leider noch keine Treiber für Linux)
  • Onboard Intel HD Audio für Linux
  • IDE DVD-RW Lite-On

Systemkonfiguration

lilo.conf

Datei: nano -w /etc/lilo.conf

boot=/dev/sda
prompt
timeout=100
default=gentoo
disk=/dev/sda
bios=0x81
disk=/dev/sdb
bios=0x80

image=/boot/vmlinuz
label=gentoo
read-only
root=/dev/sda3

image=/boot/vmlinuz
label=gentoo.rescue
read-only
root=/dev/sda3
append="init=/bin/bb"

other=/dev/sdb
label=Win_XP


fstab

Datei: nano -w /etc/fstab

# <fs>                  <mountpoint>    <type>          <opts>                                         <dump/pass>

/dev/sda1               /boot           ext2            noauto,noatime                                     1 2
/dev/sda3               /               ext3            noatime                                            0 1
/dev/sda2               none            swap            sw                                                 0 0
/dev/cdrom              /mnt/cdrom      auto            noauto,user,ro                                     0 0

shm                     /dev/shm        tmpfs           nodev,nosuid,noexec                                0 0

# Windows Partitionen
/dev/sdd1               /mnt/music      ntfs            umask=0000,rw                                      0 0

# SMB Mounts
//SERVERNAME/FREIGABE   /mnt/MOUNTPOINT smbfs           username=USER,password=PASS,uid=1000,umask=000     0 0



make.conf

Datei: nano -w /etc/make.conf

# make.conf für ein Intel Core2Duo (Conroe) System auf 64Bit.

CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j3"

#ACCEPT_KEYWORDS="amd64 ~amd64"

LINGUAS="de"
LANGUAGE="49"

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="fglrx"
ALSA_CARDS="hda-intel"

USE="acpi mmx sse sse2 opengl -gtk -gnome qt3 qt4 kde dvd alsa cdr"

GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ "

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/xeffects/trunk /usr/local/portage/xeffects/"


xorg.conf

Datei: nano -w /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen         "Screen 1" 0 0
        Screen         "aticonfig-Screen[1]" RightOf "Screen 1"
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

       #Load  "type1"
        Load  "dbe"
        SubSection "extmod"
           Option  "omit xfree86-dga"
        EndSubSection
        Load  "freetype"
       #Load  "xtt"
        Load  "glx"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"   # Auto detect
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "eizo"
        HorizSync    31.5 - 64.3
        VertRefresh  50.0 - 70.0
EndSection

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

Section "Device"
        Identifier  "Standard VGA"
        Driver      "vga"
        VendorName  "Unknown"
        BoardName   "Unknown"
EndSection

Section "Device"

       #VideoRam    262144
        Identifier  "1900GT"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

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

Section "Screen"
        Identifier  "Screen 1"
        Device      "1900GT"
        Monitor     "eizo"
        DefaultDepth     24
        SubSection "Display"
                Viewport  0 0
                Depth     16
                Modes     "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Modes     "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode         0666
EndSection

#Section "Extensions"
#    Option "Composite" "Enable"
#EndSection


package.*

package.keywords

Datei: nano -w /etc/portage/package.keywords
x11-wm/beryl
x11-wm/beryl-core
x11-plugins/beryl-plugins
x11-plugins/beryl-dbus
x11-misc/beryl-manager
x11-misc/beryl-settings
x11-misc/beryl-settings-bindings
x11-apps/xlsclients
x11-proto/damageproto

#Window Decorators
x11-wm/emerald
x11-themes/emerald-themes
x11-wm/heliodor
x11-wm/aquamarine
dev-util/git
media-libs/glitz
media-libs/mesa
x11-apps/mesa-progs
sys-apps/man
x11-libs/cairo
dev-python/pycairo
x11-libs/qt
x11-misc/util-macros
x11-proto/glproto
x11-apps/xvinfo
x11-apps/xlsclients
x11-libs/libwnck
x11-misc/xwinwrap
virtual/xft
gnome-base/gconf
gnome-base/libgnomeui
x11-libs/gtk+
dev-libs/glib
x11-libs/libdrm

#XGL Package
x11-base/xgl

package.use

Datei: nano -w /etc/portage/package.use

media-libs/xine-lib X dts win32codecs mad
net-print/cups jpeg ldap png ppds tiff
net-fs/samba ldan swat winbind
x11-libs/cairo glitz svg pdf X
x11-wm/beryl emerald kde
dev-util/subversion -nowebdav
media-gfx/gimp mmx python sse jpeg png tiff
media-sound/amarok kde opengl python mp4 real

Site Toolbox:

Persönliche Werkzeuge
Diese Seite wurde zuletzt am 21. Oktober 2007 um 21:34 Uhr geändert. - Diese Seite wurde bisher 94-mal abgerufen. - Impressum - Über Onlinebrain