Re: Need help with XFree86 on an Ultra 5

2002-11-25 Thread Igor TAmara
Hi, I'm using the default 2.4.18 with 4.x  you can try this config file
http://ingenieria.sanmartin.edu.co//~itamara/debian/sparc/XF86Config-4

maybe running dpkg-reconfigure and choosing fb and this file can be
done.

Good Luck


-- 

Igor TAmara Pati~o
[EMAIL PROTECTED]
http://www.tamarapatino.com/igor



Re: Need help with XFree86 on an Ultra 5

2002-11-25 Thread AUSTIN MURPHY
I am running a custom kernel.  I built it for a diffent reason but it
works.  You can grab it at:

http://toolbox.rutgers.edu/~amurphy/fai/ \
kernel-image-2.4.18-sun4u_UNI.1.0_sparc.deb

The rest of my config is woody/stable, including XF4.1.

Austin

On Fri, 22 Nov 2002, Tom Marshall wrote:

> On Fri, Nov 22, 2002 at 07:03:30AM -0500, AUSTIN MURPHY wrote:
> >
> > On Thu, 21 Nov 2002, Tom Marshall wrote:
> >
> > > I have not been able to get a 4.x version of the XFree86 server running on
> > > my Ultra 5.

> Thank you, but unfortunately it does not work for me.  Are you using the
> prepackaged 2.4.19 kernel and 4.2.1 server from testing?



Re: Need help with XFree86 on an Ultra 5

2002-11-22 Thread Tom Marshall
On Fri, Nov 22, 2002 at 10:18:24PM +1100, david howe wrote:
> Hi Tom
> 
> I had a similar problem which was resolved when I recompiled my own kernel.

I'll give this a shot, thanks.

-- 
"The idea that Bill Gates has appeared like a knight in shining armour to
lead all customers out of a mire of technological chaos neatly ignores the
fact that it was he who, by peddling second-rate technology, led them into
it in the first place."
-- writer Douglas Adams, on Windows 95


pgpMDFeoshOfN.pgp
Description: PGP signature


Re: Need help with XFree86 on an Ultra 5

2002-11-22 Thread Tom Marshall
On Fri, Nov 22, 2002 at 07:03:30AM -0500, AUSTIN MURPHY wrote:
> 
> On Thu, 21 Nov 2002, Tom Marshall wrote:
> 
> > I have not been able to get a 4.x version of the XFree86 server running on
> > my Ultra 5.
> ...
> > If anyone can tell me what is going wrong and/or send a working XF86Config-4
> > for the Ultra 5, I would be most appreciative.
> 
> Attached is my XF86Config-4 for a Ultra5.
> It is about as basic as it gets.  I think the only "trick" was setting the
> default depth to 16.
> 
> My monitor is the Sun flat panel, but those settings seem to work ok with
> Sun tube monitors.
> 
> Hope this helps.

Thank you, but unfortunately it does not work for me.  Are you using the
prepackaged 2.4.19 kernel and 4.2.1 server from testing?

-- 
Everyone can be taught to sculpt: Michelangelo would have had to be taught
how not to.  So it is with the great programmers.


pgpY3aeuOod8X.pgp
Description: PGP signature


Re: Need help with XFree86 on an Ultra 5

2002-11-22 Thread AUSTIN MURPHY

On Thu, 21 Nov 2002, Tom Marshall wrote:

> I have not been able to get a 4.x version of the XFree86 server running on
> my Ultra 5.
...
> If anyone can tell me what is going wrong and/or send a working XF86Config-4
> for the Ultra 5, I would be most appreciative.

Attached is my XF86Config-4 for a Ultra5.
It is about as basic as it gets.  I think the only "trick" was setting the
default depth to 16.

My monitor is the Sun flat panel, but those settings seem to work ok with
Sun tube monitors.

Hope this helps.

Austin
# This file was customized by austin 
# for use on a Sun ULTRA 5 with a 18" TFT flat panel monitor
# in the future other configs will be supported

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  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "sun"
Option  "XkbModel"  "type5"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/sunmouse"
Option  "Protocol"  "BusMouse"
Option  "ZAxisMapping"  "4 5"
EndSection

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

Section "Device"
Identifier  "Generic Video Card"
Driver  "ati"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   30-81
VertRefresh 56-85
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024" "1024x768"
EndSubSection
EndSection

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

Section "DRI"
Mode0666
EndSection



Re: Need help with XFree86 on an Ultra 5

2002-11-22 Thread david howe
Hi Tom

I had a similar problem which was resolved when I recompiled my own kernel.

david

On Friday 22 November 2002 12:58, Tom Marshall wrote:
> I have not been able to get a 4.x version of the XFree86 server running on
> my Ultra 5.  The 3.3.6 server running on the 2.2 kernel (as distributed in
> Potato) worked fine.  I assumed the problem was due to some bug(s) in the
> 2.4 kernel or the 4.x code in the server because the XFree86.0.log reported
> "invalid memory allocations" and such.  However, these seem to have been
> solved in the most recent 2.4.19 kernel and 4.2.1 server, and the problem
> persists.  I am still suspicious of the following:
>
> (--) ATI(0): ATI 3D Rage Pro graphics controller detected.
> (--) ATI(0): Chip type 4750 "GP", version 4, foundry UMC, class 0, revision
> 0x01. (--) ATI(0): PCI bus interface detected;  block I/O base is 0xC00400.
> (--) ATI(0): ATI Mach64 adapter detected.
> (!!) ATI(0): For information on using the multimedia capabilities
> of this adapter, please see http://gatos.sf.net.
> (--) ATI(0): Internal RAMDAC (subtype 1) detected.
> (==) ATI(0): RGB weight 888
> (==) ATI(0): Default visual is PseudoColor
> (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) ATI(0): Using Mach64 accelerator CRTC.
>
> Note that the driver seems to detect two cards.  The machine actually has a
> 3D Rage Pro (according to lspci) so the last line above is a bit
> disturbing.
>
> Another data point is that low resolutions such as 640x480 work enough to
> show an X screen, but my monitor can't sync up.  It keeps blinking every
> one or two seconds to resync.  All I see with any higher resolution is a
> blank screen.
>
> If anyone can tell me what is going wrong and/or send a working
> XF86Config-4 for the Ultra 5, I would be most appreciative.



Need help with XFree86 on an Ultra 5

2002-11-21 Thread Tom Marshall
I have not been able to get a 4.x version of the XFree86 server running on
my Ultra 5.  The 3.3.6 server running on the 2.2 kernel (as distributed in
Potato) worked fine.  I assumed the problem was due to some bug(s) in the
2.4 kernel or the 4.x code in the server because the XFree86.0.log reported
"invalid memory allocations" and such.  However, these seem to have been
solved in the most recent 2.4.19 kernel and 4.2.1 server, and the problem
persists.  I am still suspicious of the following:

(--) ATI(0): ATI 3D Rage Pro graphics controller detected.
(--) ATI(0): Chip type 4750 "GP", version 4, foundry UMC, class 0, revision 
0x01.
(--) ATI(0): PCI bus interface detected;  block I/O base is 0xC00400.
(--) ATI(0): ATI Mach64 adapter detected.
(!!) ATI(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(--) ATI(0): Internal RAMDAC (subtype 1) detected.
(==) ATI(0): RGB weight 888
(==) ATI(0): Default visual is PseudoColor
(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(0): Using Mach64 accelerator CRTC.

Note that the driver seems to detect two cards.  The machine actually has a
3D Rage Pro (according to lspci) so the last line above is a bit disturbing.

Another data point is that low resolutions such as 640x480 work enough to
show an X screen, but my monitor can't sync up.  It keeps blinking every one
or two seconds to resync.  All I see with any higher resolution is a blank
screen.

If anyone can tell me what is going wrong and/or send a working XF86Config-4
for the Ultra 5, I would be most appreciative.

-- 
If you make people think they're thinking, they'll love you; but if you
really make them think they'll hate you.


pgp2WxuLL63SU.pgp
Description: PGP signature