Gentoo Archives: gentoo-ppc-user

From: Derek Morr <dvm105@×××.edu>
To: gentooppc-user@g.o
Subject: Re: [gentooppc-user] XFree86 config for Pismo
Date: Thu, 02 May 2002 19:06:25
Message-Id: 3CD1D441.1080308@psu.edu
1 johnathan spectre wrote:
2 > Anyone happen to have a XFree86 config file that works with a PowerBook G3 Firewire (pismo)?
3
4 hope this helps.
5
6
7 -derek
8
9 ------------------------------------
10
11 # this is from my pismo, which is running YDL 2.1,
12 #so the paths in "Files" may differ
13
14 Section "ServerLayout"
15 Identifier "XFree86 Configured"
16 Screen 0 "Screen0" 0 0
17 InputDevice "Mouse0" "CorePointer"
18 InputDevice "Keyboard0" "CoreKeyboard"
19 EndSection
20
21 Section "Files"
22 RgbPath "/usr/X11R6/lib/X11/rgb"
23 FontPath "unix/:7100 # local font server
24 FontPath "/usr/lib/X11/fonts/misc:unscaled"
25 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
26 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
27 FontPath "/usr/lib/X11/fonts/misc"
28 FontPath "/usr/lib/X11/fonts/cyrillic"
29 FontPath "/usr/lib/X11/fonts/Type1"
30 FontPath "/usr/lib/X11/fonts/Speedo"
31 FontPath "/usr/lib/X11/fonts/75dpi"
32 FontPath "/usr/lib/X11/fonts/100dpi"
33 FontPath "/usr/share/fonts/default/TrueType"
34 FontPath "/usr/share/fonts/default/Type1"
35 EndSection
36
37 Section "Module"
38 Load "GLcore"
39 Load "dbe"
40 Load "dri"
41 Load "extmod"
42 Load "glx"
43 #
44 Load "pex5"
45 Load "record"
46 #
47 Load "xie"
48 Load "ddc"
49 Load "bitmap"
50 Load "freetype"
51 #
52 Load "speedo"
53 #
54 Load "type1"
55 Load "vbe"
56 Load "int10"
57 #
58 Load "v4l"
59 EndSection
60
61 Section "DRI"
62 Mode 0666
63 EndSection
64
65 Section "InputDevice"
66 Identifier "Keyboard0"
67 Driver "keyboard"
68
69 Option "Protocol" "Standard"
70
71 Option "AutoRepeat" "250 30"
72
73 Option "LeftAlt" "Meta"
74 Option "RightAlt" "Meta"
75 Option "ScrollLock" "Compose"
76 Option "RightCtl" "Control"
77
78 # XkbModel no longer used in XF 4.1.0
79 #Option "XkbModel" "macintosh"
80 Option "XkbLayout" "us"
81 EndSection
82
83 Section "InputDevice"
84 Identifier "Mouse0"
85 Driver "mouse"
86 Option "ZAxisMapping" "4 5"
87 Option "Protocol" "IMPS/2"
88 Option "Device" "/dev/mouse"
89 EndSection
90
91 Section "Monitor"
92 Identifier "Monitor0"
93 VendorName "Unknown"
94 ModelName "Unknown"
95 HorizSync 31.5-57.0
96 VertRefresh 50-70
97 EndSection
98
99 Section "Device"
100 Identifier "Card0"
101 Driver "r128"
102 Option "Usefbdev"
103 Option "AGPMode" "2"
104 Option "UseCCEFor2D" "true"
105 BusID "PCI:0:16:0"
106 EndSection
107
108 Section "Screen"
109 Identifier "Screen0"
110 Device "Card0"
111 Monitor "Monitor0"
112 DefaultDepth 24
113 SubSection "Display"
114 Depth 24
115 Modes "1024x768"
116 EndSubSection
117 EndSection