* [parisc-linux] Re: Looking for info on getting X running on my 712
[not found] <p05210600bb86d1a05e38@[192.168.1.3]>
@ 2003-09-12 5:30 ` Grant Grundler
2003-09-12 6:04 ` Jan-Benedict Glaw
0 siblings, 1 reply; 4+ messages in thread
From: Grant Grundler @ 2003-09-12 5:30 UTC (permalink / raw)
To: Thomson Family; +Cc: parisc-linux
On Thu, Sep 11, 2003 at 06:36:46PM -0700, Thomson Family wrote:
> Hi Grant,
>
> This isn't exactly a developer question, but if you could point me in
> the right direction, I'd appreciate it.
parisc-linux@lists.parisc-linux.org is normally a good starting point.
I've cc'd the list in case someone else has better ideas.
>
> I've loaded Debian's Woody on my 712 and everything seems to be
> working fine, but I'm unable to get X up and running. I can't seem
> to find any info on doing so. Ultimately I get "Screen/ScreenInit
> failed for driver 0" when I run startx. I've noticed that when things
> work fine for other folks, there isn't much posted on the web.
The 712's have been working quite awhile and it's just further
back in the mail archives! ;^)
You might also look at ftp://ftp.parisc-linux.org/kernels/712/
and try out the XF86Config files there.
grant
>
> thanks!
> Pat Thomson
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] Re: Looking for info on getting X running on my 712
2003-09-12 5:30 ` Grant Grundler
@ 2003-09-12 6:04 ` Jan-Benedict Glaw
0 siblings, 0 replies; 4+ messages in thread
From: Jan-Benedict Glaw @ 2003-09-12 6:04 UTC (permalink / raw)
To: Thomson Family; +Cc: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]
On Thu, 2003-09-11 23:30:49 -0600, Grant Grundler <grundler@parisc-linux.org>
wrote in message <20030912053049.GA20242@dsl2.external.hp.com>:
> On Thu, Sep 11, 2003 at 06:36:46PM -0700, Thomson Family wrote:
> > I've loaded Debian's Woody on my 712 and everything seems to be
> > working fine, but I'm unable to get X up and running. I can't seem
> > to find any info on doing so. Ultimately I get "Screen/ScreenInit
> > failed for driver 0" when I run startx. I've noticed that when things
> > work fine for other folks, there isn't much posted on the web.
>
> You might also look at ftp://ftp.parisc-linux.org/kernels/712/
> and try out the XF86Config files there.
Basically, you need a kernel with STI framebuffer support and configure
XFree to use the fremebuffer driver. Mouse and keyboard are standard
PS/2 components so there's no problem, too. If your colors are totally
wrong, place 'Visual "TrueColor"' into the "Display" subsection of your
"Screen" section. Pay attention to your screen resolution and color
depth - they have to exactly match to what you get on boot-up since
there's no support to switch to another resolution/depth right now IIRC.
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [parisc-linux] Re: Looking for info on getting X running on my 712
@ 2003-09-12 18:57 John David Anglin
2003-09-13 2:48 ` Grant Grundler
0 siblings, 1 reply; 4+ messages in thread
From: John David Anglin @ 2003-09-12 18:57 UTC (permalink / raw)
To: parisc-linux; +Cc: jbglaw
> Basically, you need a kernel with STI framebuffer support and configure
> XFree to use the fremebuffer driver. Mouse and keyboard are standard
> PS/2 components so there's no problem, too. If your colors are totally
> wrong, place 'Visual "TrueColor"' into the "Display" subsection of your
> "Screen" section. Pay attention to your screen resolution and color
> depth - they have to exactly match to what you get on boot-up since
> there's no support to switch to another resolution/depth right now IIRC.
Does this mean that's there is no way to run with a 24 bit depth
on a Vis-EG? I have been playing with this but I haven't had any luck.
There doesn't seem to be any way to change the depth from 8 bpp on a
c3k using the PDC (there is user defined parameter set but it's not
clear how it can be set other than possibly with sam under hpux). I
tried "stifb=bpp32:" but this didn't have any effect on the reported
1280x1024-8 config in dmesg:
STI GSC/PCI graphics driver version 0.9
STI PCI graphic ROM found at f6000000 (64 kB), fb at f8000000 (32 MB)
STI word mode ROM at f6000044, hpa at f8000000
STI id 2d08c0a7-9a02587, conforms to spec rev. 8.0a
STI device: PCI_GRAFFITIX1280
STI PCI graphic ROM found at f7000000 (2048 kB), fb at fa000000 (32 MB)
STI word mode ROM at f7000044, hpa at fa000000
STI id 35acda30-9a02587, conforms to spec rev. 8.0d
STI device: A1262A
Console: switching to colour frame buffer device 160x64
fb0: stifb 1280x1024-8 frame buffer device, id: 2d08c0a7, mmio: 0xf8100000
stifb: Unsupported gfx card id 0x35acda30
The linux config has
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB32=y
CONFIG_FBCON_STI=y
Oh, I've one other X config problem. The usb mouse stops responding
at logout from kde. If I restart the X server with <alt>E, functionality
is restored. I don't believe that this is a kde problem. Anybody have
a solution?
Dave
--
J. David Anglin dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] Re: Looking for info on getting X running on my 712
2003-09-12 18:57 [parisc-linux] Re: Looking for info on getting X running on my 712 John David Anglin
@ 2003-09-13 2:48 ` Grant Grundler
0 siblings, 0 replies; 4+ messages in thread
From: Grant Grundler @ 2003-09-13 2:48 UTC (permalink / raw)
To: John David Anglin; +Cc: parisc-linux, jbglaw
On Fri, Sep 12, 2003 at 02:57:19PM -0400, John David Anglin wrote:
> Does this mean that's there is no way to run with a 24 bit depth
> on a Vis-EG?
that's correct. Vis-EG only supports 8-bit color.
We could get 24-bit color if we could get FX-E cards working but
they suffer the same lack of support as FX-[246] cards.
I've switched to using "TrueColor" until Xf86 "render" module
stops hogging most of the colormap. Regular text modes are fine.
Image quality does suffer though.
BTW, Vis-EG on C3k does support 1600x1200 if you multi-sync monitor
can handle it. Most LCD displays can not.
...
> Oh, I've one other X config problem. The usb mouse stops responding
> at logout from kde. If I restart the X server with <alt>E, functionality
> is restored. I don't believe that this is a kde problem. Anybody have
> a solution?
This is an old problem. First mention of it was several years ago.
More recently (Sept 2002) there's a whole thread on it starting with:
http://lists.parisc-linux.org/pipermail/parisc-linux/2002-September/017724.html
Work around is to switch to VT1 (ctl-alt-F1) and then back to the
FB VT (ctl-alt-F2 in my case).
grant
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-09-13 2:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 18:57 [parisc-linux] Re: Looking for info on getting X running on my 712 John David Anglin
2003-09-13 2:48 ` Grant Grundler
[not found] <p05210600bb86d1a05e38@[192.168.1.3]>
2003-09-12 5:30 ` Grant Grundler
2003-09-12 6:04 ` Jan-Benedict Glaw
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox