Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: 10.04 PPC on iMac G4

  1. #11
    B_Free is offline Gee! These Aren't Roasted!
    Join Date
    Jul 2009
    Location
    Tucson, Az.
    Beans
    158

    Re: 10.04 PPC on iMac G4

    If you have not upgraded from 9.10 yet, and everything is good, make a copy of that xorg file. Use it.

  2. #12
    Join Date
    Dec 2005
    Beans
    16
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: 10.04 PPC on iMac G4

    This is a fresh install, so I had no old xorg.conf to use. So I poked around, and found {this} from an older post. I think it has some deprecated items in it, but I used it anyway.

    Still no luck.
    Is it yaboot that I am having trouble with, or is the xorg.conf file in need of some tweaking? It looked to match my computer pretty well (other than the deprecated sections - specs found {here}). It seems to me, to be pointing to yaboot.

    Here is the xorg.conf that I used:

    Code:
    # /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Files"
            FontPath        "/usr/share/fonts/X11/misc"
            FontPath        "/usr/X11R6/lib/X11/fonts/misc"
            FontPath        "/usr/share/fonts/X11/cyrillic"
            FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
            FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
            FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
            FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
            FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
            FontPath        "/usr/share/fonts/X11/Type1"
            FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
            FontPath        "/usr/share/fonts/X11/100dpi"
            FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
            FontPath        "/usr/share/fonts/X11/75dpi"
            FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
            # path to defoma fonts
            FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
            Load    "i2c"
            Load    "bitmap"
            Load    "ddc"
            Load    "dri"
            Load    "extmod"
            Load    "freetype"
            Load    "glx"
            Load    "int10"
            Load    "type1"
            Load    "vbe"
    EndSection
    
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "CoreKeyboard"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc104"
            Option          "XkbLayout"     "en"
            Option          "XkbOptions"    "lv3:lwin_switch"
    EndSection
    
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
            Option          "Device"                "/dev/input/mice"
            Option          "Protocol"              "ExplorerPS/2"
            Option          "ZAxisMapping"          "4 5"
            Option          "Emulate3Buttons"       "true"
    EndSection
    
    Section "InputDevice"
            Identifier      "Synaptics Touchpad"
            Driver          "synaptics"
            Option          "SendCoreEvents"        "true"
            Option          "Device"                "/dev/psaux"
            Option          "Protocol"              "auto-dev"
            Option          "HorizScrollDelta"      "0"
            Option          "AccelFactor"           "0.07"
            Option          "MinSpeed"              "0.6"
            Option          "MaxSpeed"              "1.3"
            Option          "SHMConfig"             "true"
    EndSection
    
    Section "Device"
            Identifier      "NVIDIA Corporation NV34M [GeForce FX Go5200]"
            Driver          "nv"
            BusID           "PCI:0:16:0"
    EndSection
    
    Section "Monitor"
            Identifier      "Generic Monitor"
            Option          "DPMS"
            HorizSync       28-51
            VertRefresh     43-60
    EndSection
    
    Section "Screen"
            Identifier      "Default Screen"
            Device          "NVIDIA Corporation NV34M [GeForce FX Go5200]"
            Monitor         "Generic Monitor"
            DefaultDepth    16
            SubSection "Display"
                    Depth           1
                    Modes           "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth           4
                    Modes           "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth           8
                    Modes           "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth           15
                    Modes           "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth           16
                    Modes           "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth           24
                    Modes           "1024x768" "800x600" "640x480"
            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
    Does this look OK to everyone? What do I need to take out? Like I said, I can get the Live CD to boot every time, it was only after I added some packages and did updates, that the local install will not boot correctly.

    Thanks in advance for your help.

  3. #13
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 10.04 PPC on iMac G4

    can you tell me what happens ? Does it boot or not in the first place. Does it attempt to load a GUI afterwards (if it booted in Linux)?
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  4. #14
    Join Date
    Dec 2005
    Beans
    16
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: 10.04 PPC on iMac G4

    Quote Originally Posted by linuxopjemac View Post
    can you tell me what happens ? Does it boot or not in the first place. Does it attempt to load a GUI afterwards (if it booted in Linux)?
    Here is what happens: I push the power button, and the Mac boots into Yaboot. I get to the "First Stage Ubuntu Bootstrap." I can then let it do auto-boot, or hit tab to stop the countdown. If I auto-boot or type "Linux," it will go to a gray screen with text on it ("Found Display, etc. etc.). It will then either go to blank screen, or very rarely, a screen with jumbled characters, and then a text version (no graphics) of the Ubuntu splash, with dots underneath. If I get the text splash, it usually then goes to a black screen, and that is it.

    If I boot from the a 10.04 Live CD (by selecting "c" in the bootstrap), it boots just fine to the CD. I do auto-boot into the normal Live CD, and the graphic version of the Ubuntu splash screen shows up, and it boots without a hitch. Everything seems to work just fine except for when you go to "System->Preference->Monitors" it shows a red "Unknown" box for the monitor, although it has the correct resolutions.

    I have tried doing tty, and entering "Linux video=ofonly" at the bootstrap. I have had very limited success getting it to work correctly (maybe only four times).

    Any help would be appreciated. Thanks again.

  5. #15
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 10.04 PPC on iMac G4

    ok, so it boots into Linux, for sure. You have an X problem. You need a working xorg.conf file for your type of Mac.

    I have spoken to people who got it working on your machine. I can't remember if it was Lucid or Karmic.

    Try this xorg.conf file:
    Code:
    Section "ServerLayout"
    	Identifier     "X.org Configured"
    	Screen      0  "Screen0" 0 0
    	InputDevice    "Mouse0" "CorePointer"
    	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    	ModulePath   "/usr/lib/xorg/modules"
    	FontPath     "/usr/share/fonts/X11/misc"
    	FontPath     "/usr/share/fonts/X11/cyrillic"
    	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    	FontPath     "/usr/share/fonts/X11/Type1"
    	FontPath     "/usr/share/fonts/X11/100dpi"
    	FontPath     "/usr/share/fonts/X11/75dpi"
    	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    	FontPath     "built-ins"
    EndSection
    
    Section "Module"
    	Load  "dri"
    	Load  "dri2"
    	Load  "extmod"
    	Load  "record"
    	Load  "dbe"
    	Load  "glx"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Keyboard0"
    	Driver      "kbd"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Mouse0"
    	Driver      "mouse"
    	Option	    "Protocol" "auto"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
    	Identifier   "Monitor0"
    	VendorName   "Monitor Vendor"
    	ModelName    "Monitor Model"
    EndSection
    
    Section "Device"
            ### Available Driver options are:-
            ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
            ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
            ### [arg]: arg optional
            #Option     "SWcursor"           	# [<bool>]
            #Option     "HWcursor"           	# [<bool>]
            #Option     "NoAccel"            	# [<bool>]
            #Option     "ShadowFB"           	# [<bool>]
            #Option     "UseFBDev"           	# [<bool>]
            #Option     "Rotate"             	# [<str>]
            #Option     "VideoKey"           	# <i>
            #Option     "FlatPanel"          	# [<bool>]
            #Option     "FPDither"           	# [<bool>]
            #Option     "CrtcNumber"         	# <i>
            #Option     "FPScale"            	# [<bool>]
            #Option     "FPTweak"            	# <i>
            #Option     "DualHead"           	# [<bool>]
    	Identifier  "Card0"
    	Driver      "nv"
    	VendorName  "nVidia Corporation"
    	BoardName   "NV18 [GeForce4 MX with AGP8X (Mac)]"
    	BusID       "PCI:0:16:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Card0"
    	Monitor    "Monitor0"
    	SubSection "Display"
    		Viewport   0 0
    		Depth     1
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     4
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     8
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     15
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     16
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    	EndSubSection
    EndSection
    in the Device section you might want to add (I guess you have an iLamp, right?)

    Code:
    Option          "FlatPanel"             "true"
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  6. #16
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 10.04 PPC on iMac G4

    Conal has the same machine as you. It was reported to work in Karmic:
    http://ubuntuforums.org/showthread.php?t=1456773&page=2
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  7. #17
    Join Date
    Dec 2005
    Beans
    16
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: 10.04 PPC on iMac G4

    Quote Originally Posted by linuxopjemac View Post
    (I guess you have an iLamp, right?)
    I do have an iLamp, but the machine in question is an Apple PowerBook G4 1.5 12". You must have missed that in my previous posts.

    If I get this working on the PowerBook, I will be installing it on my iLamp next (that is why I found this post), so all is not lost. Sorry for the confusion. Thanks for all of your help.
    Last edited by psko; May 20th, 2010 at 03:56 PM. Reason: Typo

  8. #18
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 10.04 PPC on iMac G4

    ok. Then you need a working xorg.conf file for your 12 inch PowerBook G4.

    Your grapgics card is NVIDIA GeForce FX Go5200 (4X AGP) graphics with 64 MB of DDR SDRAM.

    Monitor:
    12.1" TFT XGA active-matrix display with a 1024 by 768 native resolution. Apple reports that it also supports "800 by 600 [and] 640 by 480" when scaled.

    This is a working Lucid Lynx file for your computer:
    Code:
    Section "Device"
    Identifier "Configured Video Device"
    BusID   "PCI:0:16:0"
    Driver  "nouveau"
    EndSection
    
    Section "Monitor"
        Identifier    "Configured Monitor"
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
            DefaultDepth    24
               SubSection       "Display"
                 Depth            24
                 Modes             "1024x768" "800x600" "640x480"
               EndSubSection
               SubSection        "Display"
                 Depth            16
                 Modes             "1024x768""800x600" "640x480"
               EndSubSection
    SubSection "Display"
    		Depth		15
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    SubSection "Display"
    		Depth		8
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    SubSection "Display"
    		Depth		4
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    SubSection "Display"
    		Depth		1
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  9. #19
    Join Date
    Dec 2005
    Beans
    16
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: 10.04 PPC on iMac G4

    Quote Originally Posted by linuxopjemac View Post
    Your grapgics card is NVIDIA GeForce FX Go5200 (4X AGP) graphics with 64 MB of DDR SDRAM.
    That is correct. Thanks. I just got the time to try this. I booted to the Live CD and copied the file over to /etc/X11/, then rebooted. I got an error:

    Code:
    Ubuntu is running in low-graphics mode
    
    The following error was encountered. You may need to update the configuration to solve this.
    
    (EE) Failed to load module "nouveau" (module does not exist, 0)
    (EE) No Dirvers Available
    Looks like there is a problem with "nouveau." Should I let it automatically update the config? Thanks.

  10. #20
    B_Free is offline Gee! These Aren't Roasted!
    Join Date
    Jul 2009
    Location
    Tucson, Az.
    Beans
    158

    Re: 10.04 PPC on iMac G4

    Try

    # /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Files"
    FontPath "/usr/share/X11/fonts/misc"
    FontPath "/usr/share/X11/fonts/cyrillic"
    FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/Type1"
    FontPath "/usr/share/X11/fonts/CID"
    FontPath "/usr/share/X11/fonts/100dpi"
    FontPath "/usr/share/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 "GLcore"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    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 "Device"
    Identifier "ATI Technologies, Inc. 3D Rage Pro (215GP)"
    Driver "ati"
    BusID "PCI:0:18:0"
    Option "UseFBDev" "true"
    EndSection

    Section "Monitor"
    Identifier "iMac"
    Option "DPMS"
    HorizSync 60-60
    VertRefresh 75-117
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies, Inc. 3D Rage Pro (215GP)"
    Monitor "iMac"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •