Gentoo Archives: gentoo-ppc-user

From: "caleb@×××××××××××.com" <caleb@×××××××××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] on going xorg battle g4
Date: Fri, 12 Oct 2007 19:54:45
Message-Id: 380-2200710512194331549@M2W039.mail2web.com
1 hey David
2
3 when i grep i get this:
4
5 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
6 (II) Loading extension MIT-SCREEN-SAVER
7 (EE) end of block range 0xf1ffffff < begin 0xf2000000
8 (EE) Screen(s) found, but none have a usable configuration.
9
10
11 my currnet config is this based off of Xautoconfigure and what i had with
12 suse
13
14 Section "ServerLayout"
15 Identifier "X.org Configured"
16 Screen 0 "Screen0" 0 0
17 InputDevice "Mouse0" "CorePointer"
18 InputDevice "Keyboard0" "CoreKeyboard"
19 EndSection
20
21 Section "Files"
22 RgbPath "/usr/share/X11/rgb"
23 ModulePath "/usr/lib/xorg/modules"
24 FontPath "/usr/share/fonts/misc/"
25 FontPath "/usr/share/fonts/TTF/"
26 FontPath "/usr/share/fonts/OTF"
27 FontPath "/usr/share/fonts/Type1/"
28 FontPath "/usr/share/fonts/100dpi/"
29 FontPath "/usr/share/fonts/75dpi/"
30 EndSection
31
32 Section "Module"
33 #Load "GLcore"
34 Load "extmod"
35 #Load "dri"
36 Load "glx"
37 Load "dbe"
38 #Load "record"
39 #Load "xtrap"
40 Load "type1"
41 Load "freetype"
42 EndSection
43
44 Section "InputDevice"
45 Identifier "Keyboard0"
46 Driver "kbd"
47 Option "Protocol" "Standard"
48 Option "XkbLayout" "us"
49 Option "XkbModel" "macintosh"
50 Option "XkbRules" "xfree86"
51 EndSection
52
53 Section "InputDevice"
54 Identifier "Mouse0"
55 Driver "mouse"
56 Option "Buttons" "10"
57 Option "Name" "Logitech USB Keyboard"
58 Option "Vendor" "Sysp"
59 Option "Protocol" "exploreps/2"
60 Option "Device" "/dev/input/mice"
61 Option "ZAxisMapping" "4 5"
62 EndSection
63
64 Section "Monitor"
65 DisplaySize 250 184
66 Identifier "Monitor0"
67 VendorName "Monitor Vendor"
68 ModelName "D1028L"
69 VendorName "Dell"
70 UseModes "Modes0"
71 ### Comment all HorizSync and VertRefresh values to use DDC:
72 HorizSync 31 - 70
73 VertRefresh 50.0 - 120.0
74 EndSection
75 Section "modes"
76 Identifier "Modes0"
77 Modeline "1080x1024" 119.40 1280 1368 1504 1728 1024 1025 1028 1063
78 Modeline "1024x768" 95.50 1024 1088 1200 1376 768 769 772 807
79 Modeline "1024x768" 85.45 1024 1088 1200 1376 768 769 772 803
80 Modeline "1024x768" 74.62 1024 1080 1192 1360 768 769 772 799
81 Modeline "800x600" 60.07 800 840 928 1056 600 601 604 632
82 Modeline "800x600" 53.14 800 840 928 1056 600 601 604 629
83 Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625
84 Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
85 EndSection
86 Section "Device"
87
88 ### Available Driver options are:-
89 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
90 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
91 ### [arg]: arg optional
92 #Option "NoAccel" # [<bool>]
93 #Option "SWcursor" # [<bool>]
94 #Option "Dac6Bit" # [<bool>]
95 #Option "Dac8Bit" # [<bool>]
96 #Option "BusType" # [<str>]
97 #Option "CPPIOMode" # [<bool>]
98 #Option "CPusecTimeout" # <i>
99 #Option "AGPMode" # <i>
100 #Option "AGPFastWrite" # [<bool>]
101 #Option "AGPSize" # <i>
102 Option "GARTSize" "32"
103 #Option "RingSize" # <i>
104 #Option "BufferSize" # <i>
105 #Option "EnableDepthMoves" # [<bool>]
106 #Option "EnablePageFlip" # [<bool>]
107 #Option "NoBackBuffer" # [<bool>]
108 #Option "DMAForXv" # [<bool>]
109 #Option "FBTexPercent" # <i>
110 #Option "DepthBits" # <i>
111 #Option "AccelDFS" # [<bool>]
112 #Option "PanelOff" # [<bool>]
113 #Option "DDCMode" # [<bool>]
114 #Option "MonitorLayout" # [<str>]
115 #Option "IgnoreEDID" # [<bool>]
116 #Option "CRT2HSync" # [<str>]
117 #Option "CRT2VRefresh" # [<str>]
118 #Option "CRT2Position" # [<str>]
119 #Option "MetaModes" # [<str>]
120 #Option "MergedDPI" # [<str>]
121 #Option "MergedXinerama" # [<bool>]
122 #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
123 #Option "MergedNonRectangular" # [<bool>]
124 #Option "MergedMouseRestriction" # [<bool>]
125 #Option "DisplayPriority" # [<str>]
126 #Option "PanelSize" # [<str>]
127 #Option "ForceMinDotClock" # <freq>
128 #Option "ColorTiling" # [<bool>]
129 #Option "VideoKey" # <i>
130 #Option "RageTheatreCrystal" # <i>
131 #Option "RageTheatreTunerPort" # <i>
132 #Option "RageTheatreCompositePort" # <i>
133 #Option "RageTheatreSVideoPort" # <i>
134 #Option "TunerType" # <i>
135 #Option "RageTheatreMicrocPath" # <str>
136 #Option "RageTheatreMicrocType" # <str>
137 #Option "RenderAccel" # [<bool>]
138 #Option "SubPixelOrder" # [<str>]
139 #Option "ShowCache" # [<bool>]
140 #Option "DynamicClocks" # [<bool>]
141 #Option "BIOSHotkeys" # [<bool>]
142 #Option "VGAAccess" # [<bool>]
143 #Option "ReverseDDC" # [<bool>]
144 #Option "LVDSProbePLL" # [<bool>]
145 #Option "AccelMethod" # <str>
146 #Option "ConstantDPI" # [<bool>]
147 Identifier "Card0"
148 Driver "radeon"
149 VendorName "ATI Technologies Inc"
150 BoardName "RV280 [Radeon 9200 PRO]"
151 Card "** ATI Radeon (generic) [radeon]"
152 Option "UseFBDev" "true"
153 #Option "MergedFB" # [<bool>]
154 BusID "PCI:16:21:0"
155 EndSection
156
157 Section "Screen"
158 Identifier "Screen0"
159 Device "Card0"
160 Monitor "Monitor0"
161 DefaultDepth 24
162 SubSection "Display"
163 Viewport 0 0
164 Depth 15
165 Modes "1280x1024" "1024x768" "800x600"
166 EndSubSection
167 SubSection "Display"
168 Viewport 0 0
169 Depth 16
170 Modes "1280x1024" "1024x768" "800x600"
171 EndSubSection
172 SubSection "Display"
173 Viewport 0 0
174 Depth 24
175 Modes "1280x1024" "1024x768" "800x600"
176 EndSubSection
177 SubSection "Display"
178 Viewport 0 0
179 Depth 8
180 Modes "1280x1024" "1024x768" "800x600"
181 EndSubSection
182 Endsection
183 Section "ServerFlags"
184 Option "AllowMouseOpenFail" "on"
185
186 EndSection
187
188 thanks caleb
189
190 Original Message:
191 -----------------
192 From: David Gurvich david.gurvich@×××××××.net
193 Date: Fri, 12 Oct 2007 07:45:25 -0400
194 To: gentoo-ppc-user@l.g.o
195 Subject: Re: [gentoo-ppc-user] on going xorg battle g4
196
197
198 That looks like an xorg.conf error. Do the following
199 -- grep EE /var/log/Xorg.0.log
200 --post your xorg.conf
201
202 Have you tried xorgautoconfig from portage? I used that to get a working
203 mode
204 line then modified.
205 --
206 gentoo-ppc-user@g.o mailing list
207
208
209
210 --------------------------------------------------------------------
211 mail2web.com – Enhanced email for the mobile individual based on Microsoft®
212 Exchange - http://link.mail2web.com/Personal/EnhancedEmail
213
214
215 --
216 gentoo-ppc-user@g.o mailing list