Alright people we are getting way too many redundant posts. The forum has a wonderful feature called search and can be found at the top of the page or simply click:
http://www.sabayonlinux.org/forum/search.php
That will allow you to enter in keywords to search the entire forum. PLEASE USE this before Posting, chances are someone else has had the same problem. We don't need a dozen threads on the same matter. The more threads the helpers have to go thru the slower the response time is. If a thread is redundant you're gonna be told to use the search feature anyway.
SabayonLinux = Gentoo so therefore you will want to bookmark these sites:
http://wiki.sabayonlinux.org/index.php?title=FAQ <-- FAQ
http://www.gentoo.org/doc/en/list.xml <------- Gentoo Documentation Resources List
http://gentoo-wiki.com/Main_Page <--- full of howto and everything else
http://www.gentoo-wiki.info/ <--- temp gentoo wiki till gentoo wiki is rebuilt
http://www.gentoo.org/doc/en/ <------- Gentoo Documentation Resources
http://google.com <--- simply enter the word Gentoo plus your keywords
http://gentoo-wiki.com/Official_Gentoo_Documentation <---- Official Gentoo Documentation
http://www.gentoo.org/doc/en/handbook/index.xml <--- Gentoo Handbook
http://linuxreviews.org/gentoo/emerge/ <--- Emerge Quick User Guide
http://wiki.sabayonlinux.org/index.php? ... tage_Guide <-- Emerge/Portage Guide - Update/Install Packages - Source Package Manager
http://gentoo-wiki.com/HOWTO_Use_Portage_Correctly <--Use Portage Correctly
http://wiki.sabayonlinux.org/index.php?title=En:Entropy <--- Binary Package Manager
http://www.sabayonlinux.org/wiki/index. ... =Main_Page <--- Sabayon Wiki
http://gentoo-wiki.com/TIP_Converting_from_or_to_Debian <--- Converting from Debian to Gentoo
http://gentoo-portage.com/Browse <---Browse Portage via Web
http://www.sabayonlinux.org/forum/viewt ... 54&t=10578 <-- Understanding /etc/make.conf
http://www.sabayonlinux.org/forum/viewt ... 54&t=10863 <-- Understanding config files/update config files
http://www.sabayonlinux.org/forum/viewt ... =54&t=5531 <-- unofficial world update/update entire system
http://www.sabayonlinux.org/forum/viewt ... =53&t=9882 <-- howto update compiz-fusion to latest dev. version
http://www.sabayonlinux.org/forum/viewt ... 518#p72605 <-- how not to look stupid asking for help
Those links will tell anyone what Gentoo is and how to use it. The amount of Gentoo documentation is just unreal, spend sometime searching.
Learn the Package Managers
<<<<< This is vitally important >>>>>
http://wiki.sabayonlinux.org/index.php? ... tage_Guide <-- Emerge/Portage Guide - Update/Install Packages - Source Package Manager
http://wiki.sabayonlinux.org/index.php?title=En:Entropy <--- Binary Package Manager
If anyone else has a great source of info, please post it. Let's try to be resourceful here.
When posting please post in the correct forum for the version of SabayonLinux you are running. Please note the more information you give us the more easier it will be to help you. Information can include computer hardware, software version(s), desktop manager your using, things like that. Simply posting My X Don't Work!! is not enough. If you post is resolved please edit your original post title and append [Solved] to it (see Why, and how to add "[Solved]" to your post. Please read.).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kolsyra wrote:Here is a very good site for understanding Linux in general. Very good reading if you lack the fundamental "how Linux works" knowledge but also very entertaining for someone that just wants to know more about Linux:
http://www.linuxtopia.org/online_books/introduction_to_linux/index.html
Lots of other good guides can be found on that site. Feel free to add it in the top post.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For those with the !!! Unable to calculate Linux Kernel version
- Code: Select all
emerge =gentoo-sources-2.6.18-r4 (note - replace gentoo-sources-2.6.18-r4, with your present kernel use uname -r)
cd /usr/src/linux
zcat /proc/config.gz > .config
make prepare modules_prepare
If make prepare modules_prepare fails just emerge nvidia-drivers or ati-drivers, which ever one u have.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FOR THOSE WITH ERROR: "ERROR: Certificate verification error for xxxxxx" by AjeZ
run : emerge ca-certificates
and after that, run again the previous emerge command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For people having trouble getting vmWare to play nicely, follow these instructions courtesy of civll64:
- Code: Select all
emerge =gentoo-sources-2.6.18-r4 (note - replace gentoo-sources-2.6.18-r4, with your present kernel use uname -r)
emerge vmware-modules
depmod vmmon -a
depmod vmnet -a
layman -f -a vmware
emerge vmware-server
do the config
/etc/init.d/vmware start && rc-update add vmware default
add yourself to the vwmare group
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For Those that are having the frozen KDE daemon, menu froze or konqueror not opening, simply run in konsole - that will work till you reboot:
killall -SIGKILL kded
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How to update the mini menu to the DVD Suse style Kicker
you need to remove "kicker" lines from /etc/portage/package.mask than
# emerge --sync && layman -s sabayon && USE="-kdeinvisibility" emerge kicker && exit && dcop kicker kicker restart
For Nvidia Kernel Mismatch
emerge -C nvidia-drivers; rmmod nvidia; rm /lib/modules/$(uname -r)/video/nvidia.ko; rm /usr/lib/opengl/nvidia -rf; emerge nvidia-drivers; eselect opengl set nvidia; reboot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cheat Codes:
ATI
- Code: Select all
noddc res=1024x768 refresh=60 opengl=ati
Nvidia
- Code: Select all
noddc res=1024x768 refresh=60 opengl=nvidia
How to use? hit F5 on the boot up screen of the livecd/dvd and add one of the lines above pending on your hardware
More Cheat/Boot Parameters here:
http://www.sabayonlinux.org/wiki/index. ... ayon_Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cool FireFox Search Engine Plugins
http://mycroft.mozdev.org/download.html ... orm=Search
Sabayon Linux Forum Plugin:
http://www.wolf911.us/sabayon/search/
Firefox search plugins for http://packages.sabayonlinux.org :
Standard Edition
x86
http://wolf911.us/sabayon/search/standardx86.html
x86_64
http://wolf911.us/sabayon/search/standardx86-64.html
Professional Edition
x86
http://wolf911.us/sabayon/search/professionalx86.html
x86_64
http://wolf911.us/sabayon/search/profes ... 86-64.html
For Konqueror --> http://www.sabayonlinux.org/forum/viewt ... 57&t=11030
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For those that can login as root but not user, as root:
- Code: Select all
mkdir /var/run/console/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove KDE and run Gnome Desktop by senofed
if you're like me and find yourself using gnome software more than KDE and like the speeds of gnome.. here's a quick step guide to removing kde from your system
1. emerge gdm
2. edit your /etc/conf.d/xdm to boot with gdm
3. run this script as root:
- Code: Select all
for p in /var/db/pkg/kde-base/*; do echo $p|sed -e 's#.*/#=#'|xargs emerge -C; done
4a. remove the rest of the KDE packages in your applications lists that are used by KDE or
4b. revdep-rebuild X to fix broken packages that have KDE dependencies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64 bit vs. 32 bit debate - unsure which one?
For everyday use, there is nearly no difference between 64bit and 32bit. 64bit is generally faster when it comes to floating point computing which is normally the case in multimedia applications and 3D rendering.
Great Article with Benchmarks:
http://enterprise.linux.com/enterprise/ ... ml?tid=121
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How to check the md5sum of an iso:
First you download the iso and for simplicity lets say u download an iso called sabayon.iso to your home folder. Jump into Konsole/Terminal and you should already be defaulted to you home directory so all you have to do is.
- Code: Select all
md5sum sabayonlinux.iso
wait a bit and it will return the md5. K3b will also give you the md5 when it loads the iso. Just start K3b -- select burn iso -- browse to iso -- it automatically will start checking the iso, wait for it to finish.
Also see this great howto - http://www.sabayonlinux.org/forum/viewt ... 50&t=11094
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Will continue to update this as needed



