* Re: PBG3Series and pre-R5: a lot further
1999-03-07 15:38 ` PBG3Series and pre-R5: a little bit further G. Laurès
@ 1999-03-07 22:17 ` G. Laurès
0 siblings, 0 replies; 4+ messages in thread
From: G. Laurès @ 1999-03-07 22:17 UTC (permalink / raw)
To: Dev @ LinuXppc
Finally, I got it !
XFBDev on PBG3 series, now the TFT screams ! I never though it would be
that good.
So it turns out that it was the lack of valid video mode that prevented
XFBDev to work properly (actually, to display properly). Now I have the
following /etc/XF86Config :
# /etc/XF86Config
# makes XF68_FBDev emulate Xpmac by using the current video mode
# and the mac mouse. be sure to compile macintosh mouse
# support into your kernel and to create /dev/adbmouse.
# major=10 minor=10
# (Courtesy Brad Midgley <brad@pht.com>)
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 300 5
XkbKeymap "macintosh"
EndSection
Section "Pointer"
Protocol "BusMouse"
Device "/dev/adbmouse"
EndSection
Section "Monitor"
Identifier "Apple PowerBook G3 Series 14,1 TFT"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-48.5
VertRefresh 55-90
Mode "1024x768"
DotClock 65.00
HTimings 1024 1032 1176 1344
VTimings 768 771 777 806
Flags "+HSync" "+VSync" "-CSync"
EndMode
#Mode "800x600"
# DotClock 50.00
# HTimings 800 856 976 1040
# VTimings 600 637 643 666
# Flags "+HSync" "+VSync" "-CSync"
#EndMode
#Mode "640x480"
# DotClock 36.00
# HTimings 640 696 752 832
# VTimings 480 481 484 509
# Flags "+HSync" "+VSync" "-CSync"
#EndMode
EndSectionSection "Device"
Identifier "Linux Frame Buffer Device"
EndSection
Section "Screen"
Driver "fbdev"
Device "Linux Frame Buffer Device"
Monitor "Apple PowerBook G3 Series 14,1 TFT"
DefaultColorDepth 32
SubSection "Display"
Depth 32
Modes "640x480" "800x600" "832x624" "1024x768" "1152x870"
ViewPort 0 0
Virtual 1024 768
EndSubsection
SubSection "Display"
Depth 24
Modes "640x480" "800x600" "832x624" "1024x768" "1152x870"
ViewPort 0 0
Virtual 1152 870
EndSubsection
SubSection "Display"
Depth 16
Modes "640x480" "800x600" "832x624" "1024x768" "1152x870" "1152x900" "1280x1024"
ViewPort 0 0
Virtual 1280 1024
EndSubsection
SubSection "Display"
Depth 8
Modes "640x480" "800x600" "832x624" "1024x768" "1152x870" "1152x900" "1280x1024"
ViewPort 0 0
Virtual 1280 1024
EndSubsection
EndSection
Please note that the 3 modes defined for the LCD are taken from a
Toshiba laptop screen... I didn't had enough info to build the right
ones, however they work quite well.
Two are commented because if not, they are taken instead the 1024x768,
which is obviously nicer. I don't know why.
The server is stable now, no more freezes as before. I just lack a
french keyboard and 3 buttons and enlightenment and gnome and java and....
This machine is now really a screamer, I'd like to thank G.U. for his
amazing work, of which I can finally make some use !
The whole process to make this working from a fresh pre-R5 installation
is: (by memory)
make sure the XFree86-FBDev rpm is installed
go to /etc/X11 and there ln -s /usr/X11R6/bin/XF69_FBDev X
copy the enclosed /etc/XF86Config
startx !!!
--
GoM
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: PBG3Series and pre-R5:a lot further
[not found] <199903080559.XAA25812@lists.linuxppc.org>
@ 1999-03-08 12:58 ` Batmensch
1999-03-09 8:51 ` G. Laurès
0 siblings, 1 reply; 4+ messages in thread
From: Batmensch @ 1999-03-08 12:58 UTC (permalink / raw)
To: linuxppc-dev
I tried this XF86Config on my PB G3 Series, and although it starts up, it is
still running in Open Firmware (non-accelerated mode).
Did you try running fbset -i while the Xserver is up?
I could be wrong, but it seems to me I remember reading somewhere that you
can't run XF68_FBDev in accelerated mode when the console is running Ofb.
Xpmac is much faster than Ofb; try moving an open window around.
Hugh
On 08-Mar-99 Linux PPC Developer Digest wrote:
> Date: Sun, 07 Mar 1999 23:17:48 +0100
> From: "G. =?iso-8859-1?Q?Laur=E8s?=" <laures@hp1.esiea.fr>
> Subject: Re: PBG3Series and pre-R5: a lot further
>
> Finally, I got it !
> XFBDev on PBG3 series, now the TFT screams ! I never though it would be
> that good.
>
> So it turns out that it was the lack of valid video mode that prevented
> XFBDev to work properly (actually, to display properly). Now I have the
> following /etc/XF86Config :
>
># /etc/XF86Config
># makes XF68_FBDev emulate Xpmac by using the current video mode
># and the mac mouse. be sure to compile macintosh mouse
># support into your kernel and to create /dev/adbmouse.
># major=10 minor=10
># (Courtesy Brad Midgley <brad@pht.com>)
>
> Section "Files"
----------------------------------
E-Mail: Batmensch <hcaley@loomer.com>
Date: 08-Mar-99
Time: 07:51:55
This message was sent by XFMail
----------------------------------
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PBG3Series and pre-R5:a lot further
1999-03-08 12:58 ` PBG3Series and pre-R5:a lot further Batmensch
@ 1999-03-09 8:51 ` G. Laurès
1999-03-09 12:49 ` Batmensch
0 siblings, 1 reply; 4+ messages in thread
From: G. Laurès @ 1999-03-09 8:51 UTC (permalink / raw)
To: Batmensch, Dev @ LinuXppc
Batmensch a *crit :
>
> I tried this XF86Config on my PB G3 Series, and although it starts up, it is
> still running in Open Firmware (non-accelerated mode).
Does the XFBDev out specifies it's using the ATY Rage PRO device, with
acceleration enabled ?
If not, try video=atyfb:vmode:14,cmode:8,mclk:83 as a kernel argument,
with unchecked "no video driver" box.
If you not see atyfb;ATY RageLT PRO in the boot sequence (and later in
/var/log/dmesg) then there is a problem.
If you do see it, then XFBDev should report it's using the ATY chip, in
acccelerated mode and things should go... lightning.
>
> Did you try running fbset -i while the Xserver is up?
I don't have fbset unfortunately, I think I have to grab it from G.U.
site, yeah ?
>
> I could be wrong, but it seems to me I remember reading somewhere that you
> can't run XF68_FBDev in accelerated mode when the console is running Ofb.
Sure.
>
> Xpmac is much faster than Ofb; try moving an open window around.
I wasn't able to make some use of Xpmac
--
GoM
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PBG3Series and pre-R5:a lot further
1999-03-09 8:51 ` G. Laurès
@ 1999-03-09 12:49 ` Batmensch
0 siblings, 0 replies; 4+ messages in thread
From: Batmensch @ 1999-03-09 12:49 UTC (permalink / raw)
To: G. Laurès; +Cc: Dev @ LinuXppc
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1857 bytes --]
Doesn't work; I get the "psychedelic death screen". Strangely, if I set the
mclk to 43, the display is still messed up but I can hear the machine continue
to boot.
I don't think I've heard of anyone using atyfb successfully on a 300mhz PB G3
Series.
Hugh
On 09-Mar-99 G. Laurès wrote:
>
>
> Batmensch a *crit :
>>
>> I tried this XF86Config on my PB G3 Series, and although it starts up, it is
>> still running in Open Firmware (non-accelerated mode).
> Does the XFBDev out specifies it's using the ATY Rage PRO device, with
> acceleration enabled ?
>
> If not, try video=atyfb:vmode:14,cmode:8,mclk:83 as a kernel argument,
> with unchecked "no video driver" box.
>
> If you not see atyfb;ATY RageLT PRO in the boot sequence (and later in
> /var/log/dmesg) then there is a problem.
> If you do see it, then XFBDev should report it's using the ATY chip, in
> acccelerated mode and things should go... lightning.
>
>>
>> Did you try running fbset -i while the Xserver is up?
> I don't have fbset unfortunately, I think I have to grab it from G.U.
> site, yeah ?
>
>>
>> I could be wrong, but it seems to me I remember reading somewhere that you
>> can't run XF68_FBDev in accelerated mode when the console is running Ofb.
> Sure.
>
>>
>> Xpmac is much faster than Ofb; try moving an open window around.
> I wasn't able to make some use of Xpmac
>
>
> --
> GoM
----------------------------------
E-Mail: Batmensch <hcaley@loomer.com>
Date: 09-Mar-99
Time: 07:47:47
This message was sent by XFMail
----------------------------------
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-03-09 12:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <199903080559.XAA25812@lists.linuxppc.org>
1999-03-08 12:58 ` PBG3Series and pre-R5:a lot further Batmensch
1999-03-09 8:51 ` G. Laurès
1999-03-09 12:49 ` Batmensch
[not found] <XFMail.990307023826.hcaley@loomer.com>
1999-03-07 15:38 ` PBG3Series and pre-R5: a little bit further G. Laurès
1999-03-07 22:17 ` PBG3Series and pre-R5: a lot further G. Laurès
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).