Subject: Re: Xfree on ibook (working)
To: None <port-macppc@netbsd.org>
From: zeta.orionis <zeta.orionis@gmail.com>
List: port-macppc
Date: 05/17/2005 10:24:54
Hi,

This is useful indeed -- in fact it's very similar to the config file 
I've got at present -- but it doesn't work for me, and I'm starting to 
think it may not be my config file that's the problem after all. It's 
xauth that pops up objections.

Could someone tell me how to copy the output of startx to a file, so I 
don't have to type it out if I want to copy it somewhere? '>' doesn't 
work.


On 8 May 2005, at 12:27, <amoschos@in.gr> wrote:

> After all it is working i give the XF86CONFIG file for future 
> reference to anyone with an
> ibook like mine (366 Mhz g3, 320 MB RAM, ATI Rage 128 8MB,12'' TFT).
>
> I used the current xsrc.tgz and compiled it (i had to apply a patch 
> found on the mailing
> list to overcome the "int10 initializing problem").
> At the moment i am using NetBSD 2.0.2.
>
>
>
>
>
> Section "Module"
>     Load        "dbe"  	# Double buffer extension
>     Load	"record"
>     Load	"xtrap"
>     SubSection  "extmod"
>       Option    "omit xfree86-dga"   # don't initialise the DGA 
> extension
>     EndSubSection
>     Load        "type1"
>     Load        "speedo"
>     Load        "freetype"
> #    Load        "xtt"
>     Load       "glx"
> #    Load       "dri"
>
> EndSection
>
> Section "Files"
>
>     RgbPath	"/usr/X11R6/lib/X11/rgb"
> #    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
>     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
>     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
>     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
>     FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
>     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
>     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
>
> EndSection
>
> Section "InputDevice"
>
>     Identifier	"Keyboard1"
>     Driver	"Keyboard"
>     Option	"Protocol"	"wskbd"
>     Option	"Device"	"/dev/wskbd"
>
> EndSection
>
> Section "InputDevice"
>
>     Identifier	"Mouse1"
>     Driver	"mouse"
>     Option "Protocol"    "wsmouse"
>     Option "Device"      "/dev/wsmouse"
>
> EndSection
>
>
> Section "Monitor"
>
>     Identifier  "my_monitor"
>     VendorName	"Apple"
>     ModelName	"TFT 12"
>     HorizSync   31.5-40
>
> EndSection
>
> Section "Device"
>
>     Identifier  "my_card"
>     Driver      "r128"
>     VideoRam    8192
>
>     Option	"PanelWidth"	"800"
>     Option	"PanelHeight"	"600"
>
> EndSection
>
> Section "Screen"
>     Identifier  "my_screen"
>     Device      "my_card"
>     Monitor     "my_monitor"
>     DefaultDepth 24
>
>     Subsection "Display"
>         Depth       8
>         Modes       "1024x768" "800x600" "640x480"
>         ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       16
>         Modes       "1024x768" "800x600" "640x480"
>         ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       24
>         Modes       "1024x768" "800x600" "640x480"
>         ViewPort    0 0
>     EndSubsection
> EndSection
>
> Section "ServerLayout"
>
>     Identifier  "Default"
>     Screen "my_screen"
>     InputDevice "Mouse1" "CorePointer"
>     InputDevice "Keyboard1" "CoreKeyboard"
>
> EndSection
>