(::) (::) (::) (::) (::) (::) (::) (::)

(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)

Gericom HOLLYWOOD

Summary:
Categories: lastaction: 2008-01-10 19:26:17 | Issues: 0


Categories:

Hollywood 15.2" TFT P4 2000 512 MB 40GB

Model: 8060
S/N: 8771390017 / 24.06.03
XP-Key:

Attach:DatasheetHollywood8060.pdfow

Mit Ubuntu-Linux

Hab heute versucht Ubuntu zu installieren. Leider wird der Monitir (Auflösung) nicht erkannt. Es funktioniert nur der 2. Monitor über die Grafikkarte. Ich nehme an, dass die Auflösung von 1280x854 nicht erkannt wird.

hdparm-i ↘

/dev/hda:
 Model=HITACHI_DK23DA-40, FwRev=00J0A0A1, SerialNo=15715T
 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
 BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=off
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=78140160
 IORDY=yes, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 
 AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled
 Drive conforms to: ATA/ATAPI-5 T13 1321D revision 3:  2 3 4 5

lspci ↘

00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go 64M] (rev a3)
02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:03.0 CardBus bridge: Texas Instruments PCI4410 PC card Cardbus Controller (rev 02)
02:03.1 FireWire (IEEE 1394): Texas Instruments PCI4410 FireWire Controller (rev 02)
02:05.0 USB Controller: VIA Technologies, Inc. USB (rev 50)
02:05.1 USB Controller: VIA Technologies, Inc. USB (rev 50)
02:05.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
03:00.0 Network controller: Linksys: Unknown device 8201 (rev 11)

xorg.conf ↘

Diese Konfiguration funktioniert der "Hauptbildschirm", nicht aber der VGA-Ausgang:

# 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"	"ch"
	Option		"XkbVariant"	"de_sundeadkeys"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
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 NV17 [GeForce4 440 Go 64M]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV17 [GeForce4 440 Go 64M]"
	Monitor		"Standardbildschirm"
	DefaultDepth	16
	SubSection "Display"
		Modes		"1280x854"
	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"
	InputDevice	"Synaptics Touchpad"
EndSection



Language:DE
New Issue

all...

Convert
2012-02-12 14:52:56


Cello st
2012-02-12 14:51:05


Compaq Presario 5000
2012-02-12 14:49:15


PLESK
2011-08-16 22:27:08


Basename
2011-08-16 21:37:11


PLESK-Issue-1
2011-08-16 21:37:11


Groppi St / st MEGA
2011-05-01 12:17:14


Untersttzung W 2 Kxp HD 128 GB-Issue-1
2011-04-24 11:41:30


Unterstützung W 2 K & xp HD > 128 GB
2011-04-24 11:41:30


FI Rst Eigentlich "mein" 1. PC
2010-10-09 21:44:03


Michst
2010-10-09 21:41:32


Web Browser
2009-11-04 14:55:23


st MEG Apc
2009-07-25 21:24:34


Windows XP
2009-05-19 20:50:56


Musik
2009-04-09 15:13:13


MEDION Akoya
2008-11-21 19:58:58


Web Server
2008-10-21 21:29:20


DUAL - BOOT
2008-10-09 20:53:58


Xcopy
2008-07-18 17:38:14


Pm Wiki
2008-06-22 13:18:18


Favicon
2008-06-01 15:48:25


Ubuntu Studio
2008-05-18 15:46:25


(K)Ubuntu
2008-05-18 15:44:03


FTP-Tools
2008-02-16 22:48:29


Tiki Wiki
2008-02-08 20:21:24


Tiddly Wiki
2008-02-02 15:19:34


Gericom HOLLYWOOD
2008-01-10 19:26:55


Graphics
2007-12-26 17:16:38


Downsizer
2007-12-26 17:14:43


P 2 P
2007-12-10 16:58:20


Externe HD
2007-12-09 19:31:45


MCE
2007-12-09 16:43:14


Betriebssystem open SUSE
2007-12-05 00:21:55


xp-Anti Spy
2007-12-02 13:43:11


Unlocker
2007-12-02 13:23:22


HP VECTRA.VL.420.DT
2007-11-25 15:05:13


W 2 K
2007-11-23 19:45:32


COLO Rst
2007-11-21 16:51:47


Webtools
2007-11-16 19:02:35


Compaq 800
2007-11-14 18:01:31


Samba
2007-11-14 17:44:44


Open Office auf einem Windows 2000 Terminal Server
2007-11-12 20:25:50


programm-it yourself
2007-11-08 23:52:50


Office
2007-11-04 20:38:54


SSH-Zugriff auf einen Webserver
2007-11-04 21:39:55


Leech-FTP
2007-10-24 09:07:05


Musik-Comment-1
2007-10-22 21:39:34


Sound MAYAEXUSB
2007-01-14 13:46:55


IBM 679272 G
2007-03-02 17:31:14


Subject Configuration
2006-12-25 17:00:28


My SQL
2007-10-18 16:00:03


Short Code
2008-01-11 13:10:53


GNU
2007-10-18 15:56:58