Gentoo Archives: gentoo-ppc-user

From: karl wettin <kalle@××××××.net>
To: gentoo-ppc-user@l.g.o
Subject: [gentoo-ppc-user] a bunch of problems i got when updating my ibook
Date: Wed, 27 Oct 2004 12:38:25
Message-Id: 20041027143756.341bd69d@localhost
1 Hello list,
2
3 I just updated my ibook g3. The monitor broke down, so I upgraded my harddrive from 20GB to 80GB at the same time. Now, two weeks after the first time I re-installed gentoo nothing really seems to work any more. I belive most of the problems are associated with xorg, since that is the only major diffrence from my last installation (xfree).
4
5 * Firefox craches before starting.
6 * Java applications does not listen to my mouse events.
7 * Can't get the xv-driver (ati r128/of/fb) to work.
8
9 I consider falling back on my old gentoo installation, but I'd rather stay with xorg since that is what the portage team obiously seems to think is better for me.
10
11 Anyone care to help me out a bit?
12
13
14 kalle@limax kalle $ uname -a
15 Linux limax 2.6.8.1 #3 Sun Oct 24 02:17:33 CEST 2004 ppc 745/755 PowerBook4,1 GNU/Linux
16
17
18 root@limax / # emerge -s firefox
19 Searching...
20 [ Results for search key : firefox ]
21 [ Applications found : 2 ]
22
23 * net-www/mozilla-firefox
24 Latest version available: 1.0_pre-r2
25 Latest version installed: 1.0_pre-r2
26 Size of downloaded files: 31,621 kB
27 Homepage: http://www.mozilla.org/projects/firefox/
28 Description: The Mozilla Firefox Web Browser
29 License: MPL-1.1 | NPL-1.1
30
31 * net-www/mozilla-firefox-bin [ Masked ]
32 Latest version available: 1.0_pre-r1
33 Latest version installed: [ Not Installed ]
34 Size of downloaded files: 7,954 kB
35 Homepage: http://www.mozilla.org/projects/firefox
36 Description: The Mozilla Firefox Web Browser
37 License: MPL-1.1 NPL-1.1
38
39 kalle@limax kalle $ firefox
40 No running windows found
41 /usr/bin/firefox: line 392: 28159 Segmentation fault $mozbin "$@"
42
43
44 kalle@limax kalle $ java -version
45 head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
46 java version "1.3.1"
47 Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02c-FCS)
48 Classic VM (build Blackdown-1.3.1-02c-FCS, native threads, nojit)
49
50
51 kalle@limax kalle $ cat /etc/X11/XF86Config
52 # XF86Config-4 (XFree86 X Window System server configuration file)
53 #
54 # This file was generated by dexconf, the Debian X Configuration tool, using
55 # values from the debconf database.
56 #
57 # Edit this file with caution, and see the XF86Config-4 manual page.
58 # (Type "man XF86Config-4" at the shell prompt.)
59 #
60 # This file is automatically updated on xserver-xfree86 package upgrades *only*
61 # if it has not been modified since the last upgrade of the xserver-xfree86
62 # package.
63 #
64 # If you have edited this file but would like it to be automatically updated
65 # again, run the following commands as root:
66 #
67 # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
68 # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
69 # dpkg-reconfigure xserver-xfree86
70
71 Section "Files"
72 FontPath "unix/:7100" # local font server
73 # if the local font server has problems, we can fall back on these
74 FontPath "/usr/lib/X11/fonts/misc"
75 FontPath "/usr/lib/X11/fonts/cyrillic"
76 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
77 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
78 FontPath "/usr/lib/X11/fonts/Type1"
79 FontPath "/usr/lib/X11/fonts/CID"
80 FontPath "/usr/lib/X11/fonts/Speedo"
81 FontPath "/usr/lib/X11/fonts/100dpi"
82 FontPath "/usr/lib/X11/fonts/75dpi"
83 # paths to defoma fonts
84 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
85 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
86 EndSection
87
88 Section "Module"
89 Load "pixmap"
90 Load "GLcore"
91 Load "bitmap"
92 Load "dbe"
93 Load "ddc"
94 Load "dri"
95 Load "extmod"
96 Load "freetype"
97 Load "glx"
98 Load "int10"
99 Load "record"
100 Load "speedo"
101 Load "type1"
102 Load "v4l"
103 Load "vbe"
104 Load "xtt"
105 EndSection
106
107 Section "InputDevice"
108 Identifier "Generic Keyboard"
109 Driver "keyboard"
110 Option "CoreKeyboard"
111 Option "XkbRules" "xfree86"
112 Option "XkbModel" "pc105"
113 Option "XkbLayout" "se"
114 EndSection
115
116 Section "InputDevice"
117 Identifier "Configured Mouse"
118 Driver "mouse"
119 Option "CorePointer"
120 Option "Device" "/dev/input/mice"
121 Option "Protocol" "ImPS/2"
122 Option "Emulate3Buttons" "true"
123 Option "ZAxisMapping" "4 5"
124 EndSection
125 Section "InputDevice"
126 Identifier "Synaptics Touchpad"
127 Driver "synaptics"
128 Option "SendCoreEvents" "true"
129 Option "Device" "/dev/psaux"
130 Option "Protocol" "auto-dev"
131 EndSection
132
133 Section "Device"
134 Identifier "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
135 Driver "ati"
136 BusID "PCI:0:16:0"
137 Option "UseFBDev" "true"
138 EndSection
139
140 Section "Monitor"
141 Identifier "Color LCD"
142 HorizSync 28-49
143 VertRefresh 43-72
144 Option "DPMS"
145 EndSection
146
147 Section "Screen"
148 Identifier "Default Screen"
149 Device "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
150 Monitor "Color LCD"
151 DefaultDepth 24
152 SubSection "Display"
153 Depth 1
154 Modes "1024x768"
155 EndSubSection
156 SubSection "Display"
157 Depth 4
158 Modes "1024x768"
159 EndSubSection
160 SubSection "Display"
161 Depth 8
162 Modes "1024x768"
163 EndSubSection
164 SubSection "Display"
165 Depth 15
166 Modes "1024x768"
167 EndSubSection
168 SubSection "Display"
169 Depth 16
170 Modes "1024x768"
171 EndSubSection
172 SubSection "Display"
173 Depth 24
174 Modes "1024x768"
175 EndSubSection
176 EndSection
177
178 Section "ServerLayout"
179 Identifier "Default Layout"
180 Screen "Default Screen"
181 InputDevice "Generic Keyboard"
182 InputDevice "Configured Mouse"
183 InputDevice "Synaptics Touchpad"
184 EndSection
185
186 Section "DRI"
187 Mode 0666
188 EndSection
189
190
191
192 --
193
194 kalle
195
196 --
197 gentoo-ppc-user@g.o mailing list

Replies