From: Michel Dänzer <daenzerm@student.ethz.ch>
To: sprenger <sprenger@in.tum.de>
Cc: Stefan Berndtsson <stefan@nocrew.org>,
linuxppc-dev <linuxppc-dev@lists.linuxppc.org>
Subject: Re: xf4 and lombard
Date: Mon, 28 Aug 2000 14:21:25 +0200 [thread overview]
Message-ID: <39AA5944.18063A3F@student.ethz.ch> (raw)
In-Reply-To: 39AA6F8C.50707@in.tum.de
sprenger wrote:
>
> > 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.
Let me comment on a few things:
> SubSection "extmod"
> Option "omit xfree86-dga"
> EndSubSection
You normally want to replace this with just
Load "extmod"
as DGA is deactivated otherwise. This is from an outdated example XF86Config,
way back somewhere at 3.9.x when DGA wasn't working yet.
> DefaultDepth 24
>
> SubSection "Display"
> Depth 32
> Modes "1024x768"
> ViewPort 0 0
> Virtual 1024 768
These ViewPort and Virtual values are default for the specified mode and as
such not needed.
> EndSubSection
There is no depth 32 in X 4. 32 bpp is depth 24, fbbpp 32. If you want 32 bpp,
add
DefaultFbBpp 32
under the DefaultDepth line and
FbBpp 32
in a Display Subsection for Depth 24. OTOH maybe it's the default anyway
(driver dependent), grep -i bpp /var/log/XFree86.0.log tells for sure.
Michel
--
Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast
Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2000-08-28 12:21 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
2000-08-28 12:21 ` Michel Dänzer [this message]
-- 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=39AA5944.18063A3F@student.ethz.ch \
--to=daenzerm@student.ethz.ch \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=sprenger@in.tum.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.