Linux PARISC architecture development
 help / color / mirror / Atom feed
From: "Yves Bodack" <bodack@stud.fh-heilbronn.de>
To: "Roland Hauff" <rhauff@yahoo.com>, <parisc-linux@lists.parisc-linux.org>
Subject: Re: [parisc-linux] Xfree86 doesn't run on 700
Date: Wed, 16 Oct 2002 01:26:57 +0200	[thread overview]
Message-ID: <001e01c274a2$5ae73120$1f96078d@acid> (raw)
In-Reply-To: 20021015024957.67971.qmail@web40101.mail.yahoo.com

[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]

Hi,
take a look at your dmesg output. There you find something like:
model 9000/735
CPU(s): 1 x PA7100 (PCX-T) at 125.000000 MHz
STI GSC/PCI graphics driver version 0.9
STI device: HPA1439A
fb0: stifb 1280x1024-32 frame buffer device, id: 26d148ee, mmio: 0xf8100000

So it tells me I have a HP 9000/735/125 with 1280x1024x32 framebuffer...
On http://www.openpa.net/index.html you find descriptions and pictures of HP
700 machines. I also attached my XFree86conf-4, that should work, but you
may have to change color depth.

Greetings,
Yves...

> Hi,
> I just installed Debian 3.0 on an Apollo Series 700.
> I'm not sure of the model, but it has 96 Meg memory
> and a beautiful 19" 1280x1024 Sync on Green monitor.
>
> I have gotten it to boot fine, but cannot get xfree86
> configured for graphics.  It does not come up with any
> info during the install, and I cannot find any info on
> what graphics system it has.  I did see on a hardware
> list that it may have Coral SGC, but do not see this
> supported by XFree86.
>
> Thank you!
> Roland Hauff


[-- Attachment #2: XF86Config-4 --]
[-- Type: application/octet-stream, Size: 2260 bytes --]

#
# This XFree86 config files is usable for HIL and USB keyboards and mice
# by Helge Deller <deller@gmx.de> 2002-07-06
#
# Please adjust the "depth" and "Modes" entries below in the Screen Section
# acording to your system configuration.
# 
# EXAMPLE:
# Run the following command on the bash prompt:
#
# dmesg | grep stifb
#
# and my system gives:
# fb0: stifb 1280x1024-8 frame buffer device, id: 2b4ded6d, mmio: 0xf8100000
# so I'm using "Depth 8" and "Modes 1280x1024" below.
#

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"pex5"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"xie"
EndSection

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
#	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

					     
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"fbdev"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-70
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	DefaultFbBpp	32
	SubSection "Display"
		Depth		24		# 8 or 24
		Modes		"1280x1024"	# "1024x768" or "1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

  reply	other threads:[~2002-10-15 23:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-15  2:49 [parisc-linux] Xfree86 doesn't run on 700 Roland Hauff
2002-10-15 23:26 ` Yves Bodack [this message]
2002-10-17 13:28   ` Roland Hauff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001e01c274a2$5ae73120$1f96078d@acid' \
    --to=bodack@stud.fh-heilbronn.de \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=rhauff@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox