Skip to main content

Thread: iMac g3 with Rage 128 gives frame buffer error (2011)


this comes original thread:
http://ubuntuforums.org/showthread.php?t=1096448

rsavage user made me question, , don't know why overdrank user closed forum thread.

rsavage, yo can see complete sheet computer here:
http://wiki.lapipaplena.org/index.ph...350-ubuntu1104

copy xorg.conf content:
code:
# xorg.conf optimized apple imac g3 350 (summer 2000) ubuntu gnu/linux 11.04  # display device: ati technologies inc rage 128 pr/pro agp 4x tmds  #  # edit file caution, , see /etc/x11/xorg.conf manual page.  # (type "man /etc/x11/xorg.conf" @ shell prompt.)  #  # file automatically updated on xserver-xorg package upgrades *only*  # if has not been modified since last upgrade of xserver-xorg  # package.  #  # if have edited file automatically updated  # again, run following command:  # sudo dpkg-reconfigure -phigh xserver-xorg    section "device"  	identifier "ati technologies inc rage 128 pr/pro agp 4x tmds"  	# busid	"pci:0:16:0"  	# driver "ati"  	driver "r128"  	option "noint10" "true"  	option "cceusectimeout" "100000"  	option "usefbdev" "false"  	option "xaanooffscreenpixmaps"  	option "swcursor" "true"  	# option "forcepcimode" "true"  endsection    section "module"  	load "i2c"  	# load "bitmap"  	load "ddc"  	load "dri"  	# disable "dri"  	load "dri2"  	load "record"  	load "extmod"  	load "freetype"  	# load "dbe"  	# load "glx"  	# load "int10"  	load "type1"  	# load "vbe"  endsection    section "extensions"  	option "composite" "enable"  endsection     section "dri"  	mode 0666  endsection    section "monitor"  	# supports 1024x768@75, 800x600@94, 640x480@116  	identifier	"imac"  	vendorname	"imac"  	modelname	"monitor model"  	option "dpms"  	horizsync 58-62  	vertrefresh 75-117  	# modeline "1024x768" 78.75 1024 1044 1140 1328 768 781 784 820 +hsync +vsync  	# modeline "800x600" 62.40 800 821 901 1040 600 609 612 644 +hsync +vsync  	# modeline "640x480" 49.90 640 657 721 832 480 481 484 514 +hsync +vsync  endsection    section "screen"  	identifier "default screen"  	device "ati technologies inc rage 128 pr/pro agp 4x tmds"  	monitor "imac"  	# ubuntu 11.04 doesn't work in 16bit colour depth mode here  	defaultdepth 24  	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"  		#virtual 1024 768  	endsubsection  endsection
i don't know how check if x-window session working 2d or 3d acceleration. tested "glxgears -info" , gave me 10fps, don't know if it's maximum graphics chip.

hi narcis garcia,

getting me this. don't know why overdrank closed other thread either! did complain mods overuse of power, didn't reopen it!

did see link posted later on thread too! it's been on list of things reply thread. i've been busy @ moment limited amount of time write on forum , many threads haven't been able answer.

haven't got r128 card, interest due guide wrote http://ubuntuforums.org/showpost.php...35&postcount=1 . wanted make sure advising people correctly. on askubuntu.com trying follow version of guide , totally failed r128!

user 'axion' did post interesting answer though http://askubuntu.com/questions/58488...on/62789#62789 .

compiling kernel seems bit extreme (and i'm not sure whether answer axion 100% accurate), particularly after read post 'walterav' on mintppc forum http://mintppc.org/forums/viewtopic....1&p=2673#p2673 . says method works on ubuntu 11.04 too:

.... switching virtual consoles "ttys" have lower resolution working fine! haven't tried mintppc versions yet, pure debian 5 , ubuntu 11.04 mini. .....

second, real problem new kernel versions "offb" (openfirmware framebuffer) gets loaded first. therefor "aty128fb" not load (memory reserved error etc), , blacklisted, check syslog/dmesg , report framebuffer. fixed adding "video=offb:off" yaboot.conf in append section, btw file resides in boot partition not in /etc/. when restart have no framebuffer @ , won't see thing on screen, unless can login via ssh. before restart, uncomment aty128fb in /etc/modprobe/blacklist-framebuffer.conf. give framebuffer halfway past bootstrap modules loaded. don't panic if see openfirmware/yaboot screen freezing when system booting, wait , have picture back.

third thing fixed using "xorg.conf" found on website adding (option "usefbdev" "true"), because gonna use framebuffer "aty128fb" , selecting "r128" driver. therefor other maybe conflicting options "noint10" etc not necessary, these found options might necessary workaround if have no or conflicting framebuffers.
.....
i should point out has got thing yaboot.conf wrong. should edit file in /etc , use command ybin copy across boot partition. alternatively, if want test use @ second yaboot prompt:
code:
linux video=offb:off
it might best check first haven't got video=ofonly in yaboot.conf don't know how react new yaboot parameter.

thing has got wrong want comment line (by adding #) in /etc/modprobe/blacklist-framebuffer.conf rather uncommenting says.

if after reboot things successful, possibly load aty128fb framebuffer earlier in boot process running command "update-initramfs -u"?

possibly test these things @ second yaboot prompt typing:

code:
linux video=offb:off modprobe aty128fb
option "usefbdev" "true" default setting on powerpc shouldn't have state in xorg.conf.

interesting if of these things make difference experience of r128. when run "glxgears -info", if don't see "software rasterizer" written have 3d working think (but no expert on this). when run "glxinfo" check have @ start of output "direct rendering: yes".

finally, great see enthusiasm ubuntu , imac. keep work!

rsavage

edit: i've seen comment @ bottom of askubuntu thread know of stuff already!!!


Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [PPC] iMac g3 with Rage 128 gives frame buffer error (2011)


Ubuntu

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support