[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: configure ati chipset for Sun ultra 5



On Sat, May 29, 2010 at 11:51:37AM +0200, philo wrote:

> i do your recommandations, but i don't find "Busid" to xorg.conf.

BusID           "PCI:1:2:0"
in the "Device" section, but I don't have it in my xorg.conf
anymore.

> usrv-raptor:/# lspci -v
>
> 01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro  
> 215GP (rev 5c) (prog-if 00 [VGA controller])
>    Flags: stepping, medium devsel, IRQ 13
>    Memory at e1000000 (32-bit, non-prefetchable) [size=16M]
>    I/O ports at fffffe0100000000 [disabled] [size=1]
>    Memory at e2000000 (32-bit, non-prefetchable) [size=4K]
>    [virtual] Memory at fffffe0100000000 (32-bit, non-prefetchable) [size=1]
>    [virtual] Memory at fffffe0100000000 (32-bit, non-prefetchable) [size=1]
>    [virtual] Memory at fffffe0100000000 (32-bit, non-prefetchable) [size=1]
>    Expansion ROM at fffffe0100000000 [disabled] [size=1]
>    Kernel driver in use: atyfb

Exactly the same as mine.

>> $ lspci -v
>> 01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 
>> 215GP (rev 5c)          (prog-if 00 [VGA controller])
>> 	Flags: stepping, medium devsel, IRQ 13
>> 	Memory at e1000000 (32-bit, non-prefetchable) [size=16M]
>> 	I/O ports at fffffe0100000000 [disabled] [size=1]
>> 	Memory at e2000000 (32-bit, non-prefetchable) [size=4K]
>> 	[virtual] Memory at fffffe0100000000 (32-bit, non-prefetchable) [size=1]
>> 	[virtual] Memory at fffffe0100000000 (32-bit, non-prefetchable) [size=1]
>> 	[virtual] Memory at fffffe0100000000 (32-bit, non-prefetchable) [size=1]
>> 	Expansion ROM at fffffe0100000000 [disabled] [size=1]
>> 	Kernel driver in use: atyfb

> have you tell about reference_clock ??
>
> #Option      "reference_clock" "29.5 MHz"
>
> The ati chipset on the ultra 5, sometimes need to have their
> regerence_clock manually entered in. Your Ultra 5 could require one of
> the following options
>
> Option      "reference_clock" "14.318 MHz"
> Option      "reference_clock" "28.636 MHz"
> Option      "reference_clock" "29.5 MHz"
>
> For my Ultra 5 it used the 14.318 MHz option. So if one does not work,
> try another one.

I don't have that in my xorg.conf and never did.

$ Xorg -version
X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27.2-dsa-usii sparc Debian
Current Operating System: Linux ultra5 2.6.30-1-sparc64 #1 Wed Jul 8
01:18:17 UTC 2009 sparc
Build Date: 14 May 2009  04:50:27PM
xorg-server 2:1.6.1.901-2 (buildd@spontini) 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.

With this version of Xorg, X doesn't work here without an xorg.conf,
but it DOES WORK at low resolution (640x480?) with a zero-length
xorg.conf. I get better resolution when I put my monitor specs and
default depth of 16 in xorg.conf. 

>> This minimal xorg.conf works for me with an old 15" SVGA monitor.
>>
>> $ cat /etc/X11/xorg.conf
>> Section "Device"
>> 	Identifier	"Generic Video Card"
>> 	Option		"UseFBDev"		"true"
>> EndSection
>>
>> Section "Monitor"
>> 	Identifier	"Generic Monitor"
>> 	Option		"DPMS"
>> # IBM
>> 	HorizSync	31.5-51
>> 	VertRefresh	43-60
>> EndSection
>>
>> Section "Screen"
>> 	Identifier	"Default Screen"
>> 	Device		"Generic Video Card"
>> 	Monitor		"Generic Monitor"
>> 	DefaultDepth	16
>>    EndSection
>>
>> Section "ServerLayout"
>> 	Identifier	"Default Layout"
>> 	Screen		"Default Screen"
>> EndSection

Regards,

Howard E.


Reply to: