Subject: Re: Powerbook G4 Titanium
To: None <port-macppc@netbsd.org>
From: Martin Hein <martin@hein.dk>
List: port-macppc
Date: 03/30/2001 20:50:37
--AWniW0JNca5xppdA
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit


On Fri, 30 Mar 2001 19:26:43 Charlie Allom wrote:
> On Fri, Mar 30, 2001 at 08:13:46PM +0200, Martin Hein wrote:
> Could we see your XF86Config ? :)

yes, I forgot to attach it in my last post.

Here it comes.

Regards

Martin Hein

--AWniW0JNca5xppdA
Content-Type: application/octet-stream; charset=us-ascii
Content-Disposition: attachment; filename=XF86Config

#
# XF86Config NetBSD - XFree 4.0.1 - Powerbook G4 Titanium
#

Section "Files"
    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/"
EndSection

Section "ServerFlags"
    Option	"blank time"	"10"	# 10 minutes
    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"
    Option	"PCI type"	"UniNorth"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"keyboard"
    Option	"Protocol"	"wskbd"
    Option	"Device"	"/dev/wskbd0"
    Option	"AutoRepeat"	"500 5"
    Option	"XkbRules"	"xfree86"
    Option	"XkbModel"	"macadb"
    Option	"XkbLayout"	"us"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option	"Protocol"	"wsmouse"
    Option	"Device"	"/dev/wsmouse0"
EndSection

Section "Monitor"
    Identifier	"Generic Monitor"
    HorizSync	27-80
    VertRefresh	50-75
    Option	"dpms"
    ModeLine	"1152x768"  86     1152 1284 1416 1536  768 770 775 800
EndSection

Section "Device"
    Identifier	"RageM3"
    Driver	"r128"
    BusID	"PCI:0:16:0"
EndSection

Section "Screen"
    Identifier		"Screen1"
    Device		"RageM3"
    Monitor		"Generic Monitor"

    Option		"backing store"

    DefaultDepth	24

    SubSection "Display"
	Depth		24
	Modes		"1152x768"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier	"Main Layout"
    Screen	"Screen1"
    InputDevice	"Mouse1"	"CorePointer"
    InputDevice	"Keyboard1"	"CoreKeyboard"
EndSection

--AWniW0JNca5xppdA--