linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: sprenger <sprenger@in.tum.de>
To: Stefan Berndtsson <stefan@nocrew.org>
Cc: linuxppc-dev <linuxppc-dev@lists.linuxppc.org>
Subject: Re: xf4 and lombard
Date: Mon, 28 Aug 2000 13:56:28 +0000	[thread overview]
Message-ID: <39AA6F8C.50707@in.tum.de> (raw)
In-Reply-To: 87em3dyy5m.fsf@hades.nocrew.org

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

> May I just ask.. how the heck did you get xf4 running on lombard? :)
>
> All I manage to get is a black screen and I can't do anything anymore.
> The machine is still running, so I can reboot it via network.
>
> It's a lombard/333 running 2.4.0-test6.
>
> xf4 is compiled from sources found on a link from the instructions
> at linuxppc.org and the rsynced version of the ati-driver, as of
> about 17.00 CET 2000-08-25.
>
use yaboot as said. at the moment i am running  2.4.0-t7 paulus-kernel.
sometimes i have some blue dots on my screen but  the rest is fine.

i have also attached my xf86config-file. the values in the screen
section were floating around in the net - do not ask me where i found
them. as you see i do not use them, the ati-driver determines its own
values and they are much better. comment out the lines with "Xkb..." i
need them because of my german keyboard layout.

it should work now - good luck ;-)
/thorsten


[-- Attachment #2: XF86Config --]
[-- Type: text/plain, Size: 2527 bytes --]



Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath	"/usr/X11R6/lib/X11/fonts/local/"
    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
    FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/latin2/"
    FontPath	"/usr/X11R6/lib/X11/fonts/PEX/"

EndSection


Section "Module"

    Load	"dbe"

    SubSection	"extmod"
	Option	"omit xfree86-dga"
    EndSubSection

    Load	"type1"
    Load	"freetype"

EndSection


Section "ServerFlags"

    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"

EndSection


Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"keyboard"

    Option	"AutoRepeat"	"500 5"
    Option	"XkbKeymap"	"macintosh"
    Option	"XkbKeycodes"	"macintosh"
    Option	"XkbTypes"	"default"
    Option	"XkbCompat"	"default"
    Option	"XkbSymbols"	"de(extended)"
    Option	"XkbGeometry"	"macintosh"

EndSection


Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"

    Option	"Protocol"	"busmouse"
    Option	"Device"	"/dev/adbmouse"

    Option	"Emulate3Buttons"

EndSection


Section "Monitor"

    Identifier	"PowerBookG3"

    HorizSync  1.0 - 300
    VertRefresh  1.0 - 300

#    Mode "1024x768"
#	DotClock	64.966
#	HTimings	1024 1064 1200 1344
#	VTimings	768 771 777 806
#	Flags		"-HSync" "-VSync" "-CSync"
#    EndMode

EndSection


Section "Device"

    Identifier	"ATIMach64"
    BusID	"PCI:0:17:0"
    Driver	"ati"

EndSection


Section "Screen"

    Identifier	"Screen1"
    Device	"ATIMach64"
    Monitor	"PowerBookG3"

    DefaultDepth 24

    SubSection "Display"
        Depth		8
        Modes		"1024x768"
        ViewPort	0 0
        Virtual 	1024 768
    EndSubsection

    SubSection "Display"
	Depth		16
        Modes		"1024x768"
	ViewPort	0 0
	Virtual		1024 768
    EndSubSection

    SubSection "Display"
	Depth		24
	Modes		"1024x768"
	ViewPort	0 0
	Virtual		1024 768
    EndSubSection

    SubSection "Display"
	Depth		32
        Modes		"1024x768"
	ViewPort	0 0
	Virtual		1024 768
    EndSubSection

EndSection


Section "ServerLayout"

    Identifier	"Main Layout"

    Screen	"Screen1"

    InputDevice	"Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection



  parent reply	other threads:[~2000-08-28 13:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-25  3:11 xf4 and lombard sprenger
2000-08-25 10:52 ` Michael Schmitz
2000-08-25 11:09   ` Michel Dänzer
2000-08-25 11:57     ` Michael Schmitz
2000-08-25 18:48 ` Stefan Berndtsson
2000-08-25 21:11   ` Michael Schmitz
2000-08-28 13:56   ` sprenger [this message]
2000-08-28 12:21     ` Michel Dänzer
  -- strict thread matches above, loose matches on Subject: below --
2000-08-25 20:52 jeramy b smith
2000-08-16 19:29 Thorsten Sprenger
2000-08-17  9:51 ` Michael Schmitz

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=39AA6F8C.50707@in.tum.de \
    --to=sprenger@in.tum.de \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=stefan@nocrew.org \
    /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;
as well as URLs for NNTP newsgroup(s).