Ich habe gestern die Grafikkarte in meinem Mediacenter gewechselt, weil die alte ( Radeon 9250 ) nur einen recht kleinen passiv Kühler hatte, welcher nach meinem “silent tuning” der restlichen Komponenten ganz schön warm wurde.

Glücklicherweise hatte ich hier noch meine alte Geforce FX 5500 liegen, ebenfalls mit einem passiv Kühler, aber mit weitaus größerer Kühlfläche. ( Siehe Bilder )

ati1nvidia1

Nach dem Wechsel hatte ich einige Probleme den TV-Out der Nvidia Karte zum Laufen zu bekommen ( bei der Ati Karte lief er direkt nach der Installation der fglrx Treiber ).

Bin mit den Werten sehr zufrieden, wenn man bedenkt das der Rechner mehr oder weniger lautlos ist.

Zuerst also die neuen Kernmodule gebaut etc. Dann die X-Config minimal geändert, eigentlich sollte ja alles gleich sein. Klappt nicht.

Nunja nach einer Stunde rumgefrickel klappt nun alles, weiter unten gibts meine aktuelle xorg.conf.

Die Aktuelle Hardware Konfiguration:

  • Pentium 4 3.0 GhZ
  • 2*512 MB DDR2 Ram
  • 200 GB SATA Platte
  • 250 GB USB2 Platte
  • Nvidia Geforce FX 5500 ( 256 MB, dvi, vga, tvout )
  • diverse langsamdrehende lüfter ;)

Sensors gibt nun folgendes aus:

  • fan1: 1268 RPM (min = -1 RPM, div = 8) ALARM
  • CPU Fan: 1406 RPM (min = -1 RPM, div = 8) ALARM
  • M/B Temp: +32?C (high = +13?C, hyst = +0?C) sensor = thermistor ALARM
  • CPU Temp: +40.5?C (high = +120?C, hyst = +115?C) sensor = diode
  • temp3: +35.0?C (high = +120?C, hyst = +115?C) sensor = thermistor

Xorg.conf:

mediacenter:~# cat /etc/X11/xorg.conf

Section “Files”
FontPath “/usr/share/fonts/X11/misc”
FontPath “/usr/X11R6/lib/X11/fonts/misc”
FontPath “/usr/share/fonts/X11/cyrillic”
FontPath “/usr/X11R6/lib/X11/fonts/cyrillic”
FontPath “/usr/share/fonts/X11/100dpi/:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi/:unscaled”
FontPath “/usr/share/fonts/X11/75dpi/:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/75dpi/:unscaled”
FontPath “/usr/share/fonts/X11/Type1″
FontPath “/usr/X11R6/lib/X11/fonts/Type1″
FontPath “/usr/share/fonts/X11/100dpi”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi”
FontPath “/usr/share/fonts/X11/75dpi”
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”
# path to defoma fonts
FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
EndSection

Section “Module”
Load “bitmap”
Load “ddc”
Load “dri”
Load “extmod”
Load “freetype”
Load “glx”
Load “int10″
Load “vbe”
EndSection

Section “InputDevice”
Identifier “Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “de”
Option “XkbVariant” “nodeadkeys”
EndSection

Section “InputDevice”
Identifier “Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
EndSection

Section “Monitor”
Identifier “abc”
HorizSync 30-82
VertRefresh 50-60
EndSection

Section “Extensions”
Option “Composite” “Enable”
Option “RENDER” “True”
EndSection

Section “Device”
Identifier “TwinView”
VendorName “nvidia”
Driver “nvidia”
BusID “PCI:1:0:0″
Option “TwinView” “1″
Option “TwinViewOrientation” “Clone”
Option “SecondMonitorHorizSync” “30-82″
Option “SecondMonitorVertRefresh” “50-85″
Option “AllowGLXWithComposite” “true”
Option “MetaModes” “800×600,800×600″
Option “NoBandWidthTest” “1″
EndSection

Section “Screen”
Identifier “TwinView”
Device “TwinView”
Monitor “abc”
DefaultDepth 24
Subsection “Display”
Depth 24
EndSubsection
EndSection

Section “ServerLayout”
Identifier “TwinView”
Screen “TwinView”
InputDevice “Mouse” “CorePointer”
InputDevice “Keyboard” “CoreKeyboard”

EndSection

Related posts:

  1. Viel zu tun
  2. Datenbank Replikation mit MySQL unter Debian
  3. Howto: XEN auf debian mit (amd64) kernel
  4. Software Raid5 mit Debian