Subject: Re: Xfree on ibook (working)
To: None <port-macppc@NetBSD.org>
From: None <amoschos@in.gr>
List: port-macppc
Date: 05/08/2005 13:27:58
After all it is working i give the XF86CONFIG file for future reference =
to anyone with an=20
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=20
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