Gentoo Archives: gentoo-amd64

From: Christopher E <sensory.access@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Xorg issue now after update!
Date: Sat, 13 May 2006 13:08:38
Message-Id: 184c54640605130604r7b7fcdcg9557e32c4a52e440@mail.gmail.com
1 Hello All,
2
3 I final got out of gnome after doing some major updates to:
4 Xorg to the latest ~amd
5 kde to the latest ~amd
6 gnome to the latest ~amd
7 gcc to the latest ~amd
8 glibc to the latest ~amd
9 and a few other things that I just can not remember the spellings of.
10
11 Well any how I restarted the system and ran startx and my system crashed
12 I rebooted and then ran X -configure and it gave me:
13
14 ***** X Errors *****
15 Mr-Eyes ~ # X -configure
16
17 X Window System Version 7.0.0
18 Release Date: 21 December 2005
19 X Protocol Version 11, Revision 0, Release 7.0
20 Build Operating System:Linux 2.6.15-gentoo-r7 x86_64
21 Current Operating System: Linux Mr-Eyes 2.6.15-gentoo-r7 #1 Wed May 10
22 20:31:02 EDT 2006 x86_64
23 Build Date: 10 May 2006
24 Before reporting problems, check http://wiki.x.org
25 to make sure that you have the latest version.
26 Module Loader present
27 Markers: (--) probed, (**) from config file, (==) default setting,
28 (++) from command line, (!!) notice, (II) informational,
29 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
30 (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 13 08:10:54 2006
31 List of video drivers:
32 radeon
33 r128
34 fglrx
35 atimisc
36 ati
37 vesa
38 dlopen: /usr/lib64/xorg/modules/drivers/fglrx_drv.so: undefined
39 symbol: __glXActiveScreens
40 (EE) Failed to load /usr/lib64/xorg/modules/drivers/fglrx_drv.so
41 (EE) Failed to load module "fglrx" (loader failed, 7)
42 dlopen: /usr/lib64/xorg/modules/drivers/atimisc_drv.so: undefined
43 symbol: ATIPublicOptions
44 (EE) Failed to load /usr/lib64/xorg/modules/drivers/atimisc_drv.so
45 (EE) Failed to load module "atimisc" (loader failed, 7)
46 (++) Using config file: "/root/xorg.conf.new"
47 (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
48 (**) RADEON(0): RADEONPreInit
49
50
51 Xorg is not able to detect your mouse.
52 Edit the file and correct the Device.
53
54 Your xorg.conf file is /root/xorg.conf.new
55
56 To test the server, run 'X -config /root/xorg.conf.new'
57
58 ***** X Errors after mod of xorg.conf.new *****
59 I get my screen blanks a time or two then it crashes, the screen is
60 still on but the system is frooze in I have to do a reset on the front
61 of the case, below is my xorg file:
62
63 Section "ServerLayout"
64 Identifier "X.org Configured"
65 Screen 0 "Screen0" 0 0
66 InputDevice "Mouse0" "CorePointer"
67 InputDevice "Keyboard0" "CoreKeyboard"
68 EndSection
69
70 Section "Files"
71 RgbPath "/usr/share/X11/rgb"
72 ModulePath "/usr/lib64/xorg/modules"
73 FontPath "/usr/share/fonts/misc"
74 FontPath "/usr/share/fonts/75dpi"
75 FontPath "/usr/share/fonts/100dpi"
76 FontPath "/usr/share/fonts/TTF"
77 FontPath "/usr/share/fonts/Type1"
78 EndSection
79
80 Section "Module"
81 Load "glx"
82 Load "extmod"
83 Load "xtrap"
84 Load "record"
85 Load "dbe"
86 Load "dri"
87 Load "freetype"
88 Load "type1"
89 EndSection
90
91 Section "InputDevice"
92 Identifier "Keyboard0"
93 Driver "kbd"
94 EndSection
95
96 Section "InputDevice"
97 Identifier "Mouse0"
98 Driver "mouse"
99 Option "Protocol" "IMPS/2"
100 Option "Device" "/dev/input/mice"
101 Option "ZAxisMapping" "4 5 6 7"
102 EndSection
103
104 Section "Monitor"
105 #DisplaySize 380 300 # mm
106 Identifier "Monitor0"
107 VendorName "NEC"
108 ModelName "NEC LCD1920NX"
109 ### Comment all HorizSync and VertSync values to use DDC:
110 HorizSync 30.0 - 82.0
111 VertRefresh 50.0 - 75.0
112 Option "DPMS"
113 EndSection
114
115 Section "Device"
116 ### Available Driver options are:-
117 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
118 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
119 ### [arg]: arg optional
120 #Option "NoAccel" # [<bool>]
121 #Option "SWcursor" # [<bool>]
122 #Option "Dac6Bit" # [<bool>]
123 #Option "Dac8Bit" # [<bool>]
124 #Option "BusType" # [<str>]
125 #Option "CPPIOMode" # [<bool>]
126 #Option "CPusecTimeout" # <i>
127 #Option "AGPMode" # <i>
128 #Option "AGPFastWrite" # [<bool>]
129 #Option "AGPSize" # <i>
130 #Option "GARTSize" # <i>
131 #Option "RingSize" # <i>
132 #Option "BufferSize" # <i>
133 #Option "EnableDepthMoves" # [<bool>]
134 #Option "EnablePageFlip" # [<bool>]
135 #Option "NoBackBuffer" # [<bool>]
136 #Option "DMAForXv" # [<bool>]
137 #Option "FBTexPercent" # <i>
138 #Option "PanelOff" # [<bool>]
139 #Option "DDCMode" # [<bool>]
140 #Option "MonitorLayout" # [<str>]
141 #Option "IgnoreEDID" # [<bool>]
142 #Option "UseFBDev" # [<bool>]
143 #Option "MergedFB" # [<bool>]
144 #Option "CRT2HSync" # [<str>]
145 #Option "CRT2VRefresh" # [<str>]
146 #Option "CRT2Position" # [<str>]
147 #Option "MetaModes" # [<str>]
148 #Option "MergedDPI" # [<str>]
149 #Option "MergedXinerama" # [<bool>]
150 #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
151 #Option "MergedNonRectangular" # [<bool>]
152 #Option "MergedMouseRestriction" # [<bool>]
153 #Option "DisplayPriority" # [<str>]
154 #Option "PanelSize" # [<str>]
155 #Option "ForceMinDotClock" # <freq>
156 #Option "ColorTiling" # [<bool>]
157 #Option "VideoKey" # <i>
158 #Option "RageTheatreCrystal" # <i>
159 #Option "RageTheatreTunerPort" # <i>
160 #Option "RageTheatreCompositePort" # <i>
161 #Option "RageTheatreSVideoPort" # <i>
162 #Option "TunerType" # <i>
163 #Option "RageTheatreMicrocPath" # <str>
164 #Option "RageTheatreMicrocType" # <str>
165 #Option "RenderAccel" # [<bool>]
166 #Option "SubPixelOrder" # [<str>]
167 #Option "ShowCache" # [<bool>]
168 #Option "DynamicClocks" # [<bool>]
169 #Option "BIOSHotkeys" # [<bool>]
170 #Option "VGAAccess" # [<bool>]
171 #Option "ReverseDDC" # [<bool>]
172 #Option "LVDSProbePLL" # [<bool>]
173 #Option "AccelMethod" # <str>
174 Identifier "Card0"
175 Driver "ati"
176 VendorName "ATI Technologies Inc"
177 BoardName "Radeon R350 [Radeon 9800 Pro]"
178 BusID "PCI:1:0:0"
179 EndSection
180
181 Section "Screen"
182 Identifier "Screen0"
183 Device "Card0"
184 Monitor "Monitor0"
185 SubSection "Display"
186 Viewport 0 0
187 Depth 1
188 EndSubSection
189 SubSection "Display"
190 Viewport 0 0
191 Depth 4
192 EndSubSection
193 SubSection "Display"
194 Viewport 0 0
195 Depth 8
196 EndSubSection
197 SubSection "Display"
198 Viewport 0 0
199 Depth 15
200 EndSubSection
201 SubSection "Display"
202 Viewport 0 0
203 Depth 16
204 EndSubSection
205 SubSection "Display"
206 Viewport 0 0
207 Depth 24
208 EndSubSection
209 EndSection
210
211 What can I do, I have a ATI radeon 9800 All-in-Wonder, and the monitor
212 is right also with the brand / module it has there
213
214 Thanks for your help in helping me resolveing my issues of my system.
215
216 Sincerely,
217 Christopher
218
219 --
220 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Xorg issue now after update! B Vance <bvance@×××××.ca>
Re: [gentoo-amd64] Xorg issue now after update! Andrei Slavoiu <ansla80@×××××.com>