EDV:HP-5750-Micro-Tower

From KIP Wiki
Revision as of 08:58, 6 July 2007 by Sesselm (talk | contribs) (dualhead :))
⧼kip-jumptonavigation⧽⧼kip-jumptosearch⧽

Hinweise + Hilfen zu den HP-5750-Micro-Tower Rechnern

Nähere Informationen auch hier:

Die genauen Spezifikationen von HP gibt es hier:

Allgemeine Details

HP Compaq dc5750 MT (Microtower)

  • ohne Betriebssystem
  • Athlon 64 X2 4600+ (2.4GHz)
  • HP 1 x 1 GB RAM (DDR2-667)
  • HP 250GB SATA (3.0 Gb/s)
  • HP DVD (SATA 16X +/-RW LightScribe)
  • HP vor Ort Garantie (3-3-3)
  • HP Tastatur mit Smartcard-Reader (USB)
  • HP Maus optisch (USB)
  • HP 19“ LCD Monitor L1940T


Windows-Logo.png Windows-Installation

XP-Treiber

im KIP-AFS:

file://afs/kip/software/Windows/Treiber/HP-5750-Micro-Tower
file://kip1/kipafs/software/Windows/Treiber/HP-5750-Micro-Tower
X:\kip.uni-heidelberg.de\software\Windows\Treiber\HP-5750-Micro-Tower

oder im URZ-FTP:

http://download.uni-hd.de/ftp/treiber/HP-DC5750-Micro-Tower/


Tux.png LINUX-Installation

Wichtige Daten dazu gibt ursprünglich von der UNI-Freiburg (http://portal.uni-freiburg.de/bw-pc/linuxinst).

Aber das alles und mehr gibt es auch hier im KIP-AFS:

file://afs/kip/software/Linux/Treiber/HP-5750-Micro-Tower


Daten dazu im KIP-AFS

  • eine Dokumentationsempfehlung
  • ein BIOS-Upgrade
  • eine SuSE-10.2-Installations-DVD
  • Kernel-Images (2.6.20.11kip, 2.6.21.5kip, ...)
  • Grafiktreiber + Konfigurationen
  • Kopien von laufenden Linux-Systemen (rsync):


Debian Installation (lenny)

Der Debian-Installer verwendet einen 2.6.20er-Kernel, somit ist das erste Installieren kein Problem:

file://afs/kip/software/Linux/debian/lenny/debian-testing-i386-netinst.iso

Aber nach der Installation kann das System nicht starten, da der installierte Standardkernel ein 2.6.18er ist.

Lösung: Entweder einen 2.6.20er Kernel von unstable installieren oder einfach diesen hier:

file://afs/kip/software/Linux/Treiber/HP-5750-Micro-Tower/kernel/linux-2.6.20.11kip_2.6.20.11kip_i386.deb
file://afs/kip/software/Linux/Treiber/HP-5750-Micro-Tower/kernel/linux-2.6.21.5kip_2.6.21.5kip_i386.deb


Ubuntu Installation (Feisty Fawn)

Der Installer kann nur das CD/DVD-RW nicht lesen, nach der Installation schein dies aber mit dem Standardkernel zu funktionieren.

Folglich ist die einfachste Lösung, temporär ein externes CD-ROM zum installieren zu verwenden (Kann bei der EDV-Abteilung ausgeliehen werden.)


Grafiktreiber (Dualhead)

Der Grafiktreiber von ATI erlaubt Hardwarebeschleunigung für 3D Grafiken und auch den Betrieb von zwei Monitoren gleichzeitig.

Die Treiber und die xorg-Konfigurationen gibt es im KIP-AFS:

file://afs/kip/software/Linux/Treiber/Grafik/ati-driver-installer-8.38.6-x86.x86_64.run
file://afs/kip/software/Linux/Treiber/Grafik/xorg.conf.org
file://afs/kip/software/Linux/Treiber/Grafik/xorg.conf.atidriver
file://afs/kip/software/Linux/Treiber/Grafik/xorg.conf.dualhead

Den aktuellsten ATI-Treiber bekommt man von hier:

Nach der Installation des Treibers einfach die /etc/X11/xorg.conf anpassen und solange rumprobieren bis es passt Smiley004.png.

(Wenn das Konfigurations-tool von ATI nicht beim Aufruf stirbt, könnte es auch helfen:

aticonfig --initial=dual-head --screen-layout=left -i xorg.conf -o xorg.conf_ati

)

Beispiel xorg.conf für Dualhead

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
# ...

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 "Extensions"
  Option "Composite" "Enable"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RS482 [Radeon Xpress 200]"
	Driver		"ati"
	BusID		"PCI:1:5:0"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RS482 [Radeon Xpress 200] dualhead"
	Driver		"fglrx"
  Option "MergedFB" "true"
  Option "MonitorLayout" "LCD, CRT"
  Option "CRT2Hsync" "30-60"
  Option "CRT2VRefresh" "50-60"
  Option "OverlayOnCRTC2" "true"
  Option "CRT2Position" "LeftOf"
  Option "MetaModes" "1280x1024-1280x1024"
  #Option "MetaModes" "1600x1200-1280x1024"
  #Option "MetaModes" "1280x1024-1600x1200"
  #Option "MetaModes" "1600x1200-1600x1200"
  Option "MergedXineramaCRT2IsScreen0" "true"
  Option "DesktopSetup" "horizontal,reverse"
  Option "DRI" "true"
	BusID		"PCI:1:5"
EndSection

Section "Monitor"
	Identifier	"HP L1940T"
	Option		"DPMS"
EndSection

Section "Monitor"
    Identifier    "Belinea 2080S1"
    Option        "DPMS"
    HorizSync     30-75
    VertRefresh   50-75 
EndSection

Section "Screen"
    Identifier    "Screen dualhead"
    Device		"ATI Technologies Inc RS482 [Radeon Xpress 200] dualhead"
    Monitor        "Belinea 2080S1"
    DefaultDepth    24
    SubSection "Display"
        Depth        16
        Modes        "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RS482 [Radeon Xpress 200]"
	Monitor		"HP L1940T"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
  Identifier	        "Default Layout"
  #Screen		"Default Screen"
  Screen		"Screen dualhead"
  InputDevice	"Generic Keyboard"
  InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection