comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas
Linux MintPPC Forums • View topic - Best AGP card for mintPPC?

All times are UTC + 1 hour





Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3, 4  Next
  Print view

Re: Best AGP card for mintPPC?
Author Message
PostPosted: Thu Dec 29, 2011 8:19 am 
Offline

Joined:Sun Dec 18, 2011 12:12 pm
Posts:63
devnull73 wrote:
Looks like the r128 driver is stuck using fbdev, which kills performance.


That is not right. You should look into setting up your card correctly https://wiki.ubuntu.com/PowerPCFAQ


Last edited by ojordan on Sat Jan 14, 2012 4:58 pm, edited 1 time in total.

Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Thu Dec 29, 2011 9:25 am 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Sad to hear...


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sat Dec 31, 2011 4:21 am 
Offline

Joined:Wed Nov 30, 2011 1:17 pm
Posts:16
ojordan wrote:
devnull73 wrote:
Looks like the r128 driver is stuck using fbdev, which kills performance.


That is not right. You should look into setting up your card correctly http://ubuntuforums.org/showpost.php?p= ... ostcount=1 .


Thanks for the useful link. Unfortunately I cant seem to get X to work unless its using the fb.

Tried a bunch of stuff on that page to no avail. As soon as I set useFBDev to False, I get a black screen.

thanks


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sat Dec 31, 2011 3:50 pm 
Moderator
Offline

Joined:Sun Jun 19, 2011 8:07 pm
Posts:408
Try adding

Code:
Option "NoAccel" "true"


To your xorg.conf

It goes in the top part that looks like:
Code:
Section "Device"
Identifier "Configured Video Device"
BusID   "PCI:0:16:0"
Driver  "ati"
#Option "UseFBDev" "true"
#Option "NoInt10"  "true"
#Option "DMAForXv" "true"
#Option "ForcePCIMode" "true"
#Option "NoAccel" "true"
#Option   "AGPMode"   "2"
Option "NoAccel" "true"
EndSection


Though, your options won't be commented out.

_________________
Linux
Powerbook Wallstreet II 300MHz G3, 512 ~9.3 ~11
Powermac B&W 500MHz G3, 1024 ~11 ~ Xubuntu 12.04
Powermac 6500 Alchemy 225MHz 603e, Coming soon!
iMac Kiva Graphite 700MHz G3, Coming soon!


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sat Dec 31, 2011 4:00 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Good idea Theos. Take your inspiration from the second xorg.conf file here.


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sun Jan 01, 2012 3:33 am 
Offline

Joined:Wed Nov 30, 2011 1:17 pm
Posts:16
No go Im afraid.

Just doesnt seem to be a way to get it working with fb.


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sun Jan 01, 2012 3:38 am 
Offline

Joined:Wed Nov 30, 2011 1:17 pm
Posts:16
without I mean :)

Happy New Year btw everybody!


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sun Jan 01, 2012 4:12 am 
Moderator
Offline

Joined:Sun Jun 19, 2011 8:07 pm
Posts:408
I have a Rage 128 in my B&W, which I just upgraded to a G4. I'll see what I can look into.

_________________
Linux
Powerbook Wallstreet II 300MHz G3, 512 ~9.3 ~11
Powermac B&W 500MHz G3, 1024 ~11 ~ Xubuntu 12.04
Powermac 6500 Alchemy 225MHz 603e, Coming soon!
iMac Kiva Graphite 700MHz G3, Coming soon!


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sun Jan 01, 2012 4:49 am 
Moderator
Offline

Joined:Sun Jun 19, 2011 8:07 pm
Posts:408
If nothing else, I can confirm your results. true works fine, false goes nowhere.

EDIT - Please provide the output of:
Code:
cat /etc/X11/xorg.conf

so I know what we are working with.

_________________
Linux
Powerbook Wallstreet II 300MHz G3, 512 ~9.3 ~11
Powermac B&W 500MHz G3, 1024 ~11 ~ Xubuntu 12.04
Powermac 6500 Alchemy 225MHz 603e, Coming soon!
iMac Kiva Graphite 700MHz G3, Coming soon!


Top
 Profile  
 

Re: Best AGP card for mintPPC?
PostPosted: Sun Jan 01, 2012 5:19 am 
Moderator
Offline

Joined:Sun Jun 19, 2011 8:07 pm
Posts:408
Alright, I have a solution.
Code:
Option "NoInt10" "true"


The top of the file for my working Rage 128 now looks like:
Code:
Section "Device"
Identifier "Configured Video Device"
BusID   "PCI:0:16:0"
Driver  "ati"
Option "UseFBDev" "false"
Option "NoInt10"  "true"
#Option "DMAForXv" "true"
#Option "ForcePCIMode" "true"
#Option "NoAccel" "true"
#Option   "AGPMode"   "2"
Option "NoAccel" "true"
EndSection



Why exactly do you want UseFBDev false anyway?

Quote:
You should specify the correct framebuffer with a yaboot parameter (e.g. video=aty128fb) or disable the openfirmware framebuffer. See section 3.7b above. If you are using 11.04 or 11.10 then you will have to load the aty128fb kernel module first (see section 3.7d below). You may still have to make changes to your monitor section (see below). An alternative "fix" for the framebuffer error can be done through the xorg.conf, although it has been commented that this solution is inferior (see thread http://ubuntuforums.org/showthread.php?t=1888881). The alternate fix is to set Option "UseFBDev" "False" and possibly also Option "NoInt10" "True" :

~Rsavage's Guide

_________________
Linux
Powerbook Wallstreet II 300MHz G3, 512 ~9.3 ~11
Powermac B&W 500MHz G3, 1024 ~11 ~ Xubuntu 12.04
Powermac 6500 Alchemy 225MHz 603e, Coming soon!
iMac Kiva Graphite 700MHz G3, Coming soon!


Top
 Profile  
 

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

All times are UTC + 1 hour


  Who is online

Users browsing this forum: No registered users and 0 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