
Google chrome browser isnt included in sabayon/gentoo ‘s entropy , heres how we install it ..
first off grab chrome here , now we install the package to handle .rpm wrappers
so we open package manager (rigo in sabayon) and install package named rpm or use terminal to install it with
emerge rpm
then in terminal cd to folder where you saved the newly downloaded google-chrome .rpm and type
rpm -i xxx.rpm
(xxx being name of package)
It will probably tell you that you cannot install the package because of some dependencies. If you think you meet these dependencies, then
rpm -i --nodeps xxx.rpm
(again xxx being name of package)
Now you can enjoy chrome and say goodbye to chromium with its broken hardware acceleration
see here for how to get the most out of google chrome
enter this in URL bar or click hyperlink if you are currently using chrome or chromium and tweak till your hearts content
This is how we want chrome://gpu-internals/ to look afterwards




Why don’t you just emerge the one from portage instead of using rpm?
* www-client/google-chrome
Available versions:
(stable) (~)21.0.1180.89_p154005^ms[1] (~)23.0.1271.64_p165188^ms
(beta) (~)22.0.1229.64_beta157476^ms[1] (~)24.0.1312.14_beta167497^ms
(unstable) (~)23.0.1271.1_alpha157674^ms[1] [M](~)25.0.1323.1_alpha167142^ms
{{+plugins LINGUAS=”+am +ar +bg +bn +ca +cs +da +de +el +en_GB +es +es_LA +et +fa +fi +fil +fr +gu +he +hi +hr +hu +id +it +ja +kn +ko +lt +lv +ml +mr +ms +nb +nl +pl +pt_BR +pt_PT +ro +ru +sk +sl +sr +sv +sw +ta +te +th +tr +uk +vi +zh_CN +zh_TW”}}
Homepage: http://www.google.com/chrome
Description: The web browser from Google
[1] “axs” layman/axs
thanks for the pointer viit , i did try emerge but failed miserably.