View Full Version : [ubuntu] [SOLVED] Upgrade from Gusty to Hardy killed my Powerbook G4
mattppcintel
December 10th, 2008, 12:39 AM
I had Gusty up and running fine on a Powerbook G4 Ti (550mhz radeon, 512meg) when for some reason I decided to upgrade to Hardy. The upgrade seemed to go fine but after it finished and I rebooted I cannot get it to load X. No matter what I do to the xorg.conf file I always get the following:
(EE)RADEON(0): No valid modes.
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
I've tried using "dpkg-reconfigure -phigh xserver-xorg" but get the same error trying to start x from the resulting config file.
Does hardy not work on this hardware? Is something other than the xorg.conf file messed up that I can fix? Can I revert back to Gusty easily? I can't get the cd to load anymore (possible bad cd rom drive) so reinstalling does not seem to be an option.
Please help! This is killing me!
stream303
December 10th, 2008, 04:12 AM
Downgrading is nearly impossible. And that dpkg-reconfigure utility has been deprecated, although it still appears in the xorg.conf file as a way to reconfigure - which won't do it in Hardy+.
You might want to take a look at stmillers xorg.conf - perhaps that will be enough to get you back up and running:
http://ubuntuforums.org/showthread.php?p=2483422#post2483422
mattppcintel
December 10th, 2008, 12:34 PM
So if dpkg-reconfigure is deprecated what can I use to try to automatically reconfigure my xorg.conf file?
mattppcintel
December 10th, 2008, 01:56 PM
You might want to take a look at stmillers xorg.conf - perhaps that will be enough to get you back up and running:
http://ubuntuforums.org/showthread.php?p=2483422#post2483422
I tried the changes suggested to no avail. That got x to "start" but it was completely unusable (The screen started some color then faded gradually with a wide range of colors to mostly black with some colors around the edges).
It did detect the screen which is an improvement. I was able to use single mode to get it back to where it was. I'm trying some mods to the xorg.conf to get it to a usable state.
mattppcintel
December 10th, 2008, 05:24 PM
It's fixed!
I had some help on this but it turns out that if driver specified in the xorg.conf file doesn't work the system defaults to t vesa driver. Problem is that driver doesn't work either. According to the following bug you need to use the "fbdev" driver. Substitute that in for "ati" or "radeon" or whatever you have, make a few other minor changes, and it's fixed. For clarity here are the specs of this machine so that if anyone with identical hardware has the problem they can use this solution.
Model: Apple PowerBook II G4 Titanium 550MHZ
Video: ATI Technologies Inc Radeon Mobility M6
RAM: 512 MB
Bug Report:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/155685
New xorg.conf video setup section:
Section "Device"
Identifier "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11"
Driver "fbdev"
BusID "PCI:0:16:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x768@60"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x768@60"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x768@60"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x768@60"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x768@60"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x768@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
mkvnmtr
December 10th, 2008, 07:12 PM
Thanks for posting back how you got that to work. That will really help the next guy to come along with that hardware.
milkwood
December 11th, 2008, 01:11 AM
This is mine
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
I think xorg.conf was very complicated before.
But It had been very simplified on my using hardy.
I don't know that's why though.
Anyway I think this thread is significant:p.
mattppcintel
December 11th, 2008, 12:47 PM
Milkwood, what hardware are you running on? I may try that configuration later to see if it works. To me it looks like the option "useFBDev" should cure the problem as well, and it's a lot simpler than my config.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.