YellowDog 3.0 on B&W G3 - Rage 128 Video Issues

bruce woller yellowdog-general@lists.terrasoftsolutions.com
Tue Jun 3 13:29:01 2003


--Apple-Mail-5--948028704
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed


On Tuesday, June 3, 2003, at 09:42  AM, Michael H. Martel wrote:
>
>
> video=aty128fb:vmode:18:cmode:24
>
> That got me the resolution I wanted (1152x870@75Hz) but X still clicks 
> and Jitters when it starts up.  I don't happen to have another monitor 
> to try to see if that's it.
>
> Does anyone have an XFree86 Config file for the Rage128 card that I 
> could try and see what I'm doing wrong ?  Or is this just the way it 
> is ?
>
> Many thanks!
>

Hi Michael:

I have a G3 B&W 450 with rage 128 and Hitachi HM 4721-D monitor running 
at 1024x768 @ 120Hz.  My boot parms are:
append="video=aty128fb:vmode:15,cmode:16"

I used Xautoconfig4 to get the attached  XF86Config file.  FWIW I 
thought all monitors clicked, popped and grunted when commanded to 
switch frequencies and they need to switch in new frequency sources 
with mechanical relays.  Obviously I have not yet graduated to the flat 
screen generation (yet).

Regards,
Bruce
--Apple-Mail-5--948028704
Content-Disposition: attachment;
	filename=XF86Config
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
	x-mac-creator=3F3F3F3F;
	x-unix-mode=0777;
	x-mac-type=3F3F3F3F;
	name="XF86Config"

# File generated by Xautoconfig.
Section "ServerLayout"
	Identifier	"XFree86 Configured"
	Screen		0  "Screen0" 0 0
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

       RgbPath      "/usr/X11R6/lib/X11/rgb"
       FontPath     "unix/:7100"
EndSection

Section "Module"
	Load	"dbe"
	Load	"extmod"
	Load	"fbdevhw"
	Load	"glx"
	Load	"record"
	Load	"freetype"
	Load	"type1"
	#Load	"dri"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"keyboard"
# Change "XkbModel" to "macintosh_old" if you are using
# the deprecated adb keycodes.
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver   	"mouse"
	Option   	"ZAxisMapping"	"4 5"
	Option   	"Protocol"	"IMPS/2"
	Option		"Device"	"/dev/input/mice"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	UseModes	"Modes0"
	ModelName	"Monitor Model"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
EndSection

Section "Modes"
	Identifier	"Modes0"

	# Generated
	# D: 74.991 MHz, H: 56.469 kHz, V: 70.061 Hz
	Modeline "1024x768" 74.991 1024 1073 1209 1328  768 771 777 806  -HSync -VSync
EndSection

Section "Device"
	Identifier	"Card0"
	### Available Driver options are:-
	#Option	"SWcursor"
	Option	"HWcursor"
	#Option	"PciRetry"
	#Option	"NoAccel"
	#Option	"ShadowFB"	"true"
	Option	"UseFBDev"	"true"
	Driver	"r128"
	BusID	"PCI:0:16:0"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Card0"
	Monitor		"Monitor0"
	DefaultDepth	16
	SubSection "Display"
		Depth		8
		Modes 		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes 		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes 		"1024x768"
	EndSubSection
EndSection

Section "DRI"
	Group 0
	Mode 0666
EndSection

--Apple-Mail-5--948028704
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed



--Apple-Mail-5--948028704--