comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas
Linux MintPPC Forums • View topic - iMac G5 1.8GHz 20 inch

All times are UTC + 1 hour





Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
  Print view

iMac G5 1.8GHz 20 inch
Author Message
PostPosted: Wed Nov 30, 2011 10:32 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Just installed MintPPC 11 on my iMac G5 1.8 GHz 20 inch. Everything works out of the box.
http://www.everymac.com/systems/apple/i ... .8_20.html


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Wed Nov 30, 2011 11:06 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Sound does not work out of the box. I added the following extra kernel modules in /etc/modules:
Code:
snd_aoa_i2sbus
snd_aoa_fabric_layout
snd_aoa_codec_tas
snd_aoa_codec_onyx


Reference: http://www.alsa-project.org/main/index. ... Module-aoa


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Wed Nov 30, 2011 11:40 pm 
Offline

Joined:Wed Nov 30, 2011 12:26 am
Posts:4
Sounds like the next machine on the list to get the conversion. How much ram does your machine have in it?


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Wed Nov 30, 2011 11:51 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
I have 1 GB memory in this machine. The machine works very well with MintPPC 11.


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Tue Jan 10, 2012 12:39 am 
Offline

Joined:Tue Jan 10, 2012 12:30 am
Posts:1
Does your iMac has an ATI vidcard?

Mine is an iMac G5 17" (iSight) but I can not enable 3D acceleration.

As noted here ( https://help.ubuntu.com/community/RadeonDriver ); problem seems to be:

Code:
Make sure your OpenGL renderer string does not say "software rasterizer" because that would mean you have no 3D hardware acceleration.


It actually does say "software rasterizer" and I don't know how to fix it ;(


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Tue Jan 10, 2012 9:37 am 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
I have an nVidia card which works with the Nouveau driver. I don't use 3D and I know nothing about it, sorry.

EDIT:
Recently I was not successful anymore getting Nouveau to work with this video card. I had to go back to nv. As nv has a bug for this particular machine, I compiled a patched version:
viewtopic.php?f=15&t=836


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Sun Apr 15, 2012 7:49 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Thanks to str8bs, I can now enjoy nouveau again, to do this there are two options of which the second one is permanent:

1. Via boot: command option:
Code:
boot: nouveau.noaccel=1


2. Edit (nano) /etc/modprobe.d/nouveau.conf to include:
Code:
options nouveau noaccel=1


Edit: the only drawback to this is that I can't watch DVD's or watch minitube with this setting, this only works with acceleration enabled. This is not a solution for me, so I revert back to nv...


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Mon Apr 16, 2012 12:33 am 
Offline

Joined:Fri Feb 24, 2012 6:12 pm
Posts:111
Confirmed same minitube drawback on mine. :(

May be another work around which I can't explain why... other than maybe it resets VRAM?
I am using DVI-I-2 at 1280x1024. Boot up to the tiling/corrupt lower half of screen issue. (using nouveau with no xorg.conf)
1. Open terminal and run:
Code:
xrandr --output DVI-I-2 --mode 1024x768 --panning 1024x768

2. And then put it right back where it was:
Code:
xrandr --output DVI-I-2 --mode 1280x1024 --panning 1280x1024


This gets me back to my desired resolution without the original issue. :? The same without the --panning option does NOT solve the issue. Maybe resources/video memory are being reserved for "off screen" elements and setting panning to actual size prevents that?

_________________
PowerMac G5 1.6 Nvidia 5200 + whatever I can find.
"... probably a successful egg—but with no chicken yet in sight." _ Listening to. _______ PPC FAQ


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Tue Apr 17, 2012 8:53 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
ok, final soultion with nouveau, use the following xorg.conf file and you are out of trouble:

Code:
##only difference is Virtual entry in this one is square "Virtual 1680 1680" instead of display actual size 1680 1050

Section "Device"
    Identifier    "FX5200"
    BusID        "PCI:240:16:0"
    Driver          "nouveau"
    Option   "Monitor-VGA-1" "VGA_Port"
    Option   "Monitor-DVI-D-1" "DVI_Port"
    Option   "Monitor-TV-1" "TV_Port"
EndSection

Section "Monitor"
    Identifier    "DVI_Port"
EndSection

Section "Monitor"
    Identifier   "VGA_Port"
    Option   "Ignore" "true"
EndSection

Section "Monitor"
    Identifier    "TV_Port"
    Option   "Ignore" "true"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "FX5200"
        DefaultDepth    24
           SubSection       "Display"
             Depth            24
        Virtual 1680 1680
           EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection


Top
 Profile  
 

Re: iMac G5 1.8GHz 20 inch
PostPosted: Thu Apr 19, 2012 8:02 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
To be honest, after playing a couple of days with nouveau on my machine, I went back to nv. Browsing, which I do mostly on this machine, works best with nv. It's a whole lot faster with nv as compared to nouveau. I can live with a little bit less support for video. This is my final conclusion.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


  Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Style by web designer custom , optymalizacja seo pozycjonowanie stron pozycjonowanie
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas