* [gentoo-ppc-user] a bunch of problems i got when updating my ibook
@ 2004-10-27 12:37 karl wettin
2004-10-27 14:40 ` Joseph Jezak
0 siblings, 1 reply; 6+ messages in thread
From: karl wettin @ 2004-10-27 12:37 UTC (permalink / raw
To: gentoo-ppc-user
Hello list,
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).
* Firefox craches before starting.
* Java applications does not listen to my mouse events.
* Can't get the xv-driver (ati r128/of/fb) to work.
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.
Anyone care to help me out a bit?
kalle@limax kalle $ uname -a
Linux limax 2.6.8.1 #3 Sun Oct 24 02:17:33 CEST 2004 ppc 745/755 PowerBook4,1 GNU/Linux
root@limax / # emerge -s firefox
Searching...
[ Results for search key : firefox ]
[ Applications found : 2 ]
* net-www/mozilla-firefox
Latest version available: 1.0_pre-r2
Latest version installed: 1.0_pre-r2
Size of downloaded files: 31,621 kB
Homepage: http://www.mozilla.org/projects/firefox/
Description: The Mozilla Firefox Web Browser
License: MPL-1.1 | NPL-1.1
* net-www/mozilla-firefox-bin [ Masked ]
Latest version available: 1.0_pre-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 7,954 kB
Homepage: http://www.mozilla.org/projects/firefox
Description: The Mozilla Firefox Web Browser
License: MPL-1.1 NPL-1.1
kalle@limax kalle $ firefox
No running windows found
/usr/bin/firefox: line 392: 28159 Segmentation fault $mozbin "$@"
kalle@limax kalle $ java -version
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02c-FCS)
Classic VM (build Blackdown-1.3.1-02c-FCS, native threads, nojit)
kalle@limax kalle $ cat /etc/X11/XF86Config
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "pixmap"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
Driver "ati"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Color LCD"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
Monitor "Color LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
--
kalle
--
gentoo-ppc-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-ppc-user] a bunch of problems i got when updating my ibook
2004-10-27 12:37 [gentoo-ppc-user] a bunch of problems i got when updating my ibook karl wettin
@ 2004-10-27 14:40 ` Joseph Jezak
2004-10-27 15:10 ` karl wettin
0 siblings, 1 reply; 6+ messages in thread
From: Joseph Jezak @ 2004-10-27 14:40 UTC (permalink / raw
Cc: gentoo-ppc-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
karl wettin wrote:
| Hello list,
|
| 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).
|
| * Firefox craches before starting.
| * Java applications does not listen to my mouse events.
| * Can't get the xv-driver (ati r128/of/fb) to work.
|
| 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.
|
| Anyone care to help me out a bit?
|
|
| kalle@limax kalle $ uname -a
| Linux limax 2.6.8.1 #3 Sun Oct 24 02:17:33 CEST 2004 ppc 745/755
PowerBook4,1 GNU/Linux
|
|
| root@limax / # emerge -s firefox
| Searching...
| [ Results for search key : firefox ]
| [ Applications found : 2 ]
|
| * net-www/mozilla-firefox
| Latest version available: 1.0_pre-r2
| Latest version installed: 1.0_pre-r2
| Size of downloaded files: 31,621 kB
| Homepage: http://www.mozilla.org/projects/firefox/
| Description: The Mozilla Firefox Web Browser
| License: MPL-1.1 | NPL-1.1
|
| * net-www/mozilla-firefox-bin [ Masked ]
| Latest version available: 1.0_pre-r1
| Latest version installed: [ Not Installed ]
| Size of downloaded files: 7,954 kB
| Homepage: http://www.mozilla.org/projects/firefox
| Description: The Mozilla Firefox Web Browser
| License: MPL-1.1 NPL-1.1
|
| kalle@limax kalle $ firefox
| No running windows found
| /usr/bin/firefox: line 392: 28159 Segmentation fault $mozbin "$@"
|
|
| kalle@limax kalle $ java -version
| head: `-1' option is obsolete; use `-n 1' since this will be removed
in the future
| java version "1.3.1"
| Java(TM) 2 Runtime Environment, Standard Edition (build
Blackdown-1.3.1-02c-FCS)
| Classic VM (build Blackdown-1.3.1-02c-FCS, native threads, nojit)
|
|
Seeing as how you have java installed, your firefox problems are
probably being caused by the java plugin, which isn't compatible with
newer versions of mozilla/firefox. Remove the plugin and see if that
fixes your problem. There currently is no Java plugin available for PPC.
| kalle@limax kalle $ cat /etc/X11/XF86Config
| # XF86Config-4 (XFree86 X Window System server configuration file)
| #
| # This file was generated by dexconf, the Debian X Configuration tool,
using
| # values from the debconf database.
| #
| # Edit this file with caution, and see the XF86Config-4 manual page.
| # (Type "man XF86Config-4" at the shell prompt.)
| #
| # This file is automatically updated on xserver-xfree86 package
upgrades *only*
| # if it has not been modified since the last upgrade of the
xserver-xfree86
| # package.
| #
| # If you have edited this file but would like it to be automatically
updated
| # again, run the following commands as root:
| #
| # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
| # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
| # dpkg-reconfigure xserver-xfree86
|
| Section "Files"
| FontPath "unix/:7100" # local font
server
| # if the local font server has problems, we can fall back on these
| FontPath "/usr/lib/X11/fonts/misc"
| FontPath "/usr/lib/X11/fonts/cyrillic"
| FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
| FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
| FontPath "/usr/lib/X11/fonts/Type1"
| FontPath "/usr/lib/X11/fonts/CID"
| FontPath "/usr/lib/X11/fonts/Speedo"
| FontPath "/usr/lib/X11/fonts/100dpi"
| FontPath "/usr/lib/X11/fonts/75dpi"
| # paths to defoma fonts
| FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
| FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
| EndSection
|
| Section "Module"
| Load "pixmap"
| Load "GLcore"
| Load "bitmap"
| Load "dbe"
| Load "ddc"
| Load "dri"
| Load "extmod"
| Load "freetype"
| Load "glx"
| Load "int10"
| Load "record"
| Load "speedo"
| Load "type1"
| Load "v4l"
| Load "vbe"
| Load "xtt"
| EndSection
|
| Section "InputDevice"
| Identifier "Generic Keyboard"
| Driver "keyboard"
| Option "CoreKeyboard"
| Option "XkbRules" "xfree86"
| Option "XkbModel" "pc105"
| Option "XkbLayout" "se"
| EndSection
|
| Section "InputDevice"
| Identifier "Configured Mouse"
| Driver "mouse"
| Option "CorePointer"
| Option "Device" "/dev/input/mice"
| Option "Protocol" "ImPS/2"
| Option "Emulate3Buttons" "true"
| Option "ZAxisMapping" "4 5"
| EndSection
| Section "InputDevice"
| Identifier "Synaptics Touchpad"
| Driver "synaptics"
| Option "SendCoreEvents" "true"
| Option "Device" "/dev/psaux"
| Option "Protocol" "auto-dev"
| EndSection
|
| Section "Device"
| Identifier "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
| Driver "ati"
| BusID "PCI:0:16:0"
| Option "UseFBDev" "true"
| EndSection
|
| Section "Monitor"
| Identifier "Color LCD"
| HorizSync 28-49
| VertRefresh 43-72
| Option "DPMS"
| EndSection
|
| Section "Screen"
| Identifier "Default Screen"
| Device "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
| Monitor "Color LCD"
| DefaultDepth 24
| SubSection "Display"
| Depth 1
| Modes "1024x768"
| EndSubSection
| SubSection "Display"
| Depth 4
| Modes "1024x768"
| EndSubSection
| SubSection "Display"
| Depth 8
| Modes "1024x768"
| EndSubSection
| SubSection "Display"
| Depth 15
| Modes "1024x768"
| EndSubSection
| SubSection "Display"
| Depth 16
| Modes "1024x768"
| EndSubSection
| SubSection "Display"
| Depth 24
| Modes "1024x768"
| EndSubSection
| EndSection
|
| Section "ServerLayout"
| Identifier "Default Layout"
| Screen "Default Screen"
| InputDevice "Generic Keyboard"
| InputDevice "Configured Mouse"
| InputDevice "Synaptics Touchpad"
| EndSection
|
| Section "DRI"
| Mode 0666
| EndSection
|
|
|
Please try using Xautoconfig-0.22-r2 to set up your Xorg install, the
font directories above are incorrect. Since you have a r128 chipset, try
building only the atyfb128 frame buffer module into your kernel. For
DRI, you will also need to build in the DRI/DRM module and the ATI
Rage128 DRM module.
Good luck,
- -Joe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBf7NnwGq7BLLARfoRAsLqAJ9+UBrzfJUkAHTwZrFlh/Pew7BeXwCdEDy+
DQrHrJj2ArFkF0FMi5VJotQ=
=YQSk
-----END PGP SIGNATURE-----
--
gentoo-ppc-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-ppc-user] a bunch of problems i got when updating my ibook
2004-10-27 14:40 ` Joseph Jezak
@ 2004-10-27 15:10 ` karl wettin
2004-10-27 15:22 ` karl wettin
0 siblings, 1 reply; 6+ messages in thread
From: karl wettin @ 2004-10-27 15:10 UTC (permalink / raw
To: gentoo-ppc-user
On Thu, 28 Oct 2004 00:40:40 +1000
Joseph Jezak <josejx@gentoo.org> wrote:
> Seeing as how you have java installed, your firefox problems are
> probably being caused by the java plugin, which isn't compatible with
> newer versions of mozilla/firefox. Remove the plugin and see if that
> fixes your problem. There currently is no Java plugin available for
> PPC.
I'm not sure what would be the java-plugin, or if it's even installed:
root@limax mozilla # pwd
/usr/lib/mozilla
root@limax mozilla # ls
bloaturls.txt libasn1.a libjar.a libnssdev.a
libsmime.a libxpistub.so plugins
chrome libcertdb.a libjsj.so libnsspki.a
libsoftokn3.chk libzlib.a README.txt
components libcerthi.a libmozjs.so libpk11wrap.a
libsoftokn3.so LICENSE regchrome
defaults libcrmf.a libmsgbaseutil.so libpkcs12.a
libsoftokn.a mangle regxpcom
elf-dynstr-gc libcryptohi.a libnspr4.so libpkcs7.a
libssl3.so mozilla res
greprefs libfort.so libnss3.so libplc4.so
libssl.a mozilla-bin run-mozilla.sh
icons libfreebl.a libnss.a libplds4.so
libswfci.a mozilla-config searchplugins
include libgkgfx.so libnssb.a libsectool.a
libswft.so mozilla-ipcd shlibsign
init.d libgtkembedmoz.so libnssckbi.so libsecutil.a
libxpcom_compat.so mozilla-rebuild-databases.pl TestGtkEmbed
ipc libgtkxtbin.so libnssckfw.a libsmime3.so
libxpcom.so mozilla-xremote-client xpicleanup
root@limax mozilla # cd plugins/
root@limax plugins # ls
libnullplugin.so
>
> Please try using Xautoconfig-0.22-r2 to set up your Xorg install, the
> font directories above are incorrect. Since you have a r128 chipset,
> try building only the atyfb128 frame buffer module into your kernel.
> For DRI, you will also need to build in the DRI/DRM module and the ATI
> Rage128 DRM module.
I'm on it!
Thank you for your help!
--
karl
--
gentoo-ppc-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-ppc-user] a bunch of problems i got when updating my ibook
2004-10-27 15:10 ` karl wettin
@ 2004-10-27 15:22 ` karl wettin
2004-10-27 17:49 ` David Holm
0 siblings, 1 reply; 6+ messages in thread
From: karl wettin @ 2004-10-27 15:22 UTC (permalink / raw
To: gentoo-ppc-user
On Wed, 27 Oct 2004 17:10:47 +0200
karl wettin <kalle@snigel.net> wrote:
> On Thu, 28 Oct 2004 00:40:40 +1000
> Joseph Jezak <josejx@gentoo.org> wrote:
>
> > Seeing as how you have java installed, your firefox problems are
> > probably being caused by the java plugin, which isn't compatible
> > with newer versions of mozilla/firefox. Remove the plugin and see
> > if that fixes your problem. There currently is no Java plugin
> > available for PPC.
>
> I'm not sure what would be the java-plugin, or if it's even installed:
>
> root@limax mozilla # pwd
> /usr/lib/mozilla
Oups!
root@limax mozilla # cd /usr/lib/MozillaFirefox/
root@limax MozillaFirefox # ls
bloaturls.txt extensions init.d libnspr4.so
libsoftokn3.chk LICENSE regchrome TestGtkEmbed
chrome firefox libgkgfx.so libnss3.so
libsoftokn3.so mangle regxpcom xpcshell
components firefox-bin libgtkembedmoz.so libnssckbi.so
libssl3.so mozilla-xremote-client res xpicleanup
components.ini firefox-config libgtkxtbin.so libplc4.so
libxpcom_compat.so nsinstall run-mozilla.sh xpidl
defaults greprefs libjsj.so libplds4.so
libxpcom.so plugins searchplugins xpt_dump
elf-dynstr-gc icons libmozjs.so libsmime3.so
libxpistub.so README.txt shlibsign xpt_link
root@limax MozillaFirefox # cd plugins/
root@limax plugins # ls
libnullplugin.so
--
karl
--
gentoo-ppc-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-ppc-user] a bunch of problems i got when updating my ibook
2004-10-27 15:22 ` karl wettin
@ 2004-10-27 17:49 ` David Holm
2004-10-27 19:02 ` karl wettin
0 siblings, 1 reply; 6+ messages in thread
From: David Holm @ 2004-10-27 17:49 UTC (permalink / raw
To: gentoo-ppc-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
karl wettin wrote:
| On Wed, 27 Oct 2004 17:10:47 +0200
| karl wettin <kalle@snigel.net> wrote:
|
|
|>On Thu, 28 Oct 2004 00:40:40 +1000
|>Joseph Jezak <josejx@gentoo.org> wrote:
|>
|>
|>>Seeing as how you have java installed, your firefox problems are
|>>probably being caused by the java plugin, which isn't compatible
|>>with newer versions of mozilla/firefox. Remove the plugin and see
|>>if that fixes your problem. There currently is no Java plugin
|>>available for PPC.
|>
|>I'm not sure what would be the java-plugin, or if it's even installed:
Why do you use blackdown at all? Stick with ibm and use opera/konqueror
for java-enabled pages (they don't require a plugin).
//David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBf9+5xVDe1wIoqX0RAsfBAJwM/NlPrkQFBM9mDGsUpzyzOQZMUQCgp1u4
2oi75fBw+0bL2VOZmR72AkM=
=FgBM
-----END PGP SIGNATURE-----
--
gentoo-ppc-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-ppc-user] a bunch of problems i got when updating my ibook
2004-10-27 17:49 ` David Holm
@ 2004-10-27 19:02 ` karl wettin
0 siblings, 0 replies; 6+ messages in thread
From: karl wettin @ 2004-10-27 19:02 UTC (permalink / raw
To: gentoo-ppc-user
On Wed, 27 Oct 2004 19:49:46 +0200
David Holm <dholm@gentoo.org> wrote:
> |>>Seeing as how you have java installed, your firefox problems are
> |>>probably being caused by the java plugin, which isn't compatible
> |>>with newer versions of mozilla/firefox. Remove the plugin and see
> |>>if that fixes your problem. There currently is no Java plugin
> |>>available for PPC.
> |>
> |>I'm not sure what would be the java-plugin, or if it's even
> installed:
>
> Why do you use blackdown at all? Stick with ibm and use
> opera/konqueror for java-enabled pages (they don't require a plugin).
The IBM JDK/JRE doesn't work with IntelliJ, my prefered Java IDE.
DRM does not compile with anything else but 2.4 kernels.
I'm falling back on my old Xfree when I get home from work.
--
karl
--
gentoo-ppc-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-10-27 19:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-27 12:37 [gentoo-ppc-user] a bunch of problems i got when updating my ibook karl wettin
2004-10-27 14:40 ` Joseph Jezak
2004-10-27 15:10 ` karl wettin
2004-10-27 15:22 ` karl wettin
2004-10-27 17:49 ` David Holm
2004-10-27 19:02 ` karl wettin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox