New Studio 17 LCD / old YDL installation / not enough colors

Patrick Smith yellowdog-general@lists.terrasoftsolutions.com
Sun Nov 24 22:17:01 2002


This is a multi-part message in MIME format.
--------------090200060207070101080602
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Merrill Aldrich wrote:
> I have YDL running on a Cube; my aging Applevision 17 just croaked, and 
> I've replaced it with a new Studio 17 LCD (SOO worth it FWIW).
> 
> I had YDL running happily on the old monitor, but switching to the new 
> one is a real struggle. I have gotten this far:

> Anyone have an XF86Config4 that works with ATI rage 128 and Studio 17 
> LCD that I could steal? Or other suggestions?

I'm running that exact hardware, and it runs fine (24 bit colour in X). 
  Here's my fbset output:

mode "1280x1024-60"
     # D: 107.991 MHz, H: 63.976 kHz, V: 60.015 Hz
     geometry 1280 1024 1280 1024 32
     timings 9260 227 69 38 1 112 3
     hsync high
     vsync high
     rgba 8/16,8/8,8/0,8/24
endmode

The boot option is 'video=aty128fb:1280x1024@60'.

My XF86Config file is attached.
-- 
patsmith@pobox.com

--------------090200060207070101080602
Content-Type: text/plain;
 name="XF86Config-4"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="XF86Config-4"

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

Section "Files"
# 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.

	RgbPath	"/usr/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

	#FontPath	"/home/pat/fw/share/msfonts/"
	FontPath	"unix/:7100"
	FontPath	"unix/:-1"
	# If X can't find it's default font, try uncommenting these:
	#FontPath	"/usr/X11R6/lib/X11/fonts/local/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	#FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	#FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#	ModulePath	"/usr/X11R6/lib/modules"

EndSection

Section "Module"
	Load	"GLcore"
	Load	"dbe"
	Load	"extmod"
	Load	"glx"
	#Load	"pex5"
	Load	"record"
	#Load	"xie"
	Load	"bitmap"
	Load	"type1"
	Load	"speedo"
	Load	"freetype"
	# Uncomment for Video4Linux support
	#Load	"v4l"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"keyboard"
# Uncomment this if your keyboard no longer works in X and you belive you are
# using the depreciated adb keycodes
	#Option		"CustomKeycodes"
	#Option		"XkbModel"	"macintosh_old"
	#Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver   	"mouse"
        Option          "Buttons"       "6"
	Option   	"ZAxisMapping"	"5 6"
	Option   	"Protocol"	"ExplorerPS/2"
	Option		"Device"	"/dev/input/mouse0"
EndSection

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

Section "Modes"
	Identifier	"Modes0"

	# Apple iMac modes
	Modeline "1024x768"   78.525 1024 1049 1145 1312   768  769  772  800 +hsync +vsync
	Modeline "800x600"    62.357  800  821  901 1040   600  601  604  632 +hsync +vsync
	Modeline "640x480"    49.886  640  661  725  832   480  481  484  514 +hsync +vsync
	# Apple monitors tend to do 832x624
	Modeline "832x624"    57      832  876  940 1152   624  625  628  667 -hsync -vsync
	# Apple PowerBook G3
	Modeline "800x600"    100     800  816  824  840   600  616  624  640 -hsync -vsync
	# Generated
	# D: 107.991 MHz, H: 63.976 kHz, V: 60.015 Hz
	Modeline "1280x1024" 107.991 1280 1346 1458 1688  1024 1025 1028 1066  +HSync +VSync
EndSection
Section "Device"
	Identifier	"Card0"
	### Available Driver options are:-
	#Option	"SWcursor"
	#Option	"HWcursor"
	#Option	"PciRetry"
	#Option	"NoAccel"
	#Option	"ShadowFB"	"true"
	Option	"UseFBDev"
	Driver	"r128"
	#BusID	"PCI:0:16:0"
EndSection

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

--------------090200060207070101080602--