Hozzászólások
-
SzerzőBejegyzés
-
Fedora 7 Test 3:
http://distrowatch.com/?newsid=04141
– GNOME 2.18
– uj Echo ikon tema
– gyors felhasznalo-valtas
– 2.6.21rc5-os kernel
Letoltes:
Fedora 7 Test 3 32bit: [url url=http://ftp://mirror.switch.ch/mirror/fedora/linux/core/test/6.92/Prime/i386/iso/F-6.92-i386-DVD.iso]ftp://mirror.switch.ch/mirror/fedora/linux/core/test/6.92/Prime/i386/iso/F-6.92-i386-DVD.iso[/url] (3 GB)
Fedora 7 Test 3 64bit: [url url=http://ftp://sunsite.mff.cuni.cz/pub/fedora/test/6.92/Prime/x86_64/iso/F-6.92-x86_64-DVD.iso]ftp://sunsite.mff.cuni.cz/pub/fedora/test/6.92/Prime/x86_64/iso/F-6.92-x86_64-DVD.iso[/url] (3.7 GB)
Aki kiprobalja, irjon tapasztalatokat! 🙂
balev wrote:bepe79 wrote:attila1964 wrote:De ha valaki olyan lelkes olvtárs, mint bepe79, akkor annak már tudnia illene, hogy készülődik a 11.1 válozat is… :-pEs annak meg nem is nyitottam topikot.. : – DDDDD
Azzal nincs is gond.
Csak ne angol szöveget kopizz be majd, hanem fordítsd le magyarra a lényeget 🙂OK. Igy lesz. (:
attila1964 wrote:De ha valaki olyan lelkes olvtárs, mint bepe79, akkor annak már tudnia illene, hogy készülődik a 11.1 válozat is… :-pEs annak meg nem is nyitottam topikot.. : – DDDDD
strangedr wrote:Újra és újra megjegyzendő: a Gentoonál nincs igazán jelentősége a release-eknek; az csak a telepítőCDkre vonatkozik. A tavalyi release-ekről is teljesen jól telepíthető és utána a Portgae frissíti a rendszert.Én a 2006.0-t telepítettem a jelnlegi gépemre, de maga a rendszer most szerintem frissebb, mint ami a 2007.0-ra fog kerülni.
Ja, ez tiszta sor. De ha egyszer nem tudok netrol frissitgetni (mert nem engedik), akkor en meg vagyok love, es kenytelen vagyok minden disztro eseteben az uj cd/dvd-ket megvarni.
strangedr wrote:Újra és újra megjegyzendő: a Gentoonál nincs igazán jelentősége a release-eknek; az csak a telepítőCDkre vonatkozik. A tavalyi release-ekről is teljesen jól telepíthető és utána a Portgae frissíti a rendszert.Én a 2006.0-t telepítettem a jelnlegi gépemre, de maga a rendszer most szerintem frissebb, mint ami a 2007.0-ra fog kerülni.
Ja, ez tiszta sor. De ha egyszer nem tudok netrol frissitgetni (mert nem engedik), akkor en meg vagyok love, es kenytelen vagyok minden disztro eseteben az uj cd/dvd-ket megvarni.
VectoR wrote:Szavazzatok, ha lesz érdeklődés akkor megcsináljuk a versenyt újra…….
Az ezelőtti verseny honlapja: http://desktops.blackpanther.huDe itt a linuxforum.hu keretein belul is csinalhatnank egy `kis`-versenyt. Nyitnank egy topikot, es abba csak kepek kerulhetnenek, mig ebbe, amibe most is irunk, a kommentek is. Es akkor konnyen atlathato lenne, meg lehetne osztalyozni oket, majd rangsorolni. 🙂
VectoR wrote:Szavazzatok, ha lesz érdeklődés akkor megcsináljuk a versenyt újra…….
Az ezelőtti verseny honlapja: http://desktops.blackpanther.huDe itt a linuxforum.hu keretein belul is csinalhatnank egy `kis`-versenyt. Nyitnank egy topikot, es abba csak kepek kerulhetnenek, mig ebbe, amibe most is irunk, a kommentek is. Es akkor konnyen atlathato lenne, meg lehetne osztalyozni oket, majd rangsorolni. 🙂
Eddig nem 11.0-as volt a verzioszama? Vagy mitol jott most igy fel ez a topik? 🙂 Azt hittem mar, hogy kijott egy uj Slacki verzio. :-X
Code:Annyit sikerult kideritenem a sabayon forumbol, hogy akinek boot problemai vannak, annak ket dolgot ajanlgatnak.1., ISO ellenorzes, md5 checksum, hogy jol jott-e le
2., cheat code-ok alkalmazasa, melyekbol van egy par (gondolom ilyen boot parameterek ezek inkabb, amiket csalas-kodoknak neveznek, mint a jatekoknal):
For those with the !!! Unable to calculate Linux Kernel version
Code:
emerge =gentoo-sources-2.6.18-r4 (note – replace gentoo-sources-2.6.18-r4, with your present kernel)
cd /usr/src/linux
zcat /proc/config.gz > .config
make prepare modules_prepareIf make prepare modules_prepare fails just emerge nvidia-drivers or ati-drivers, which ever one u have.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For people having trouble getting vmWare to play nicely, follow these instructions courtesy of civll64:
Code:
emerge =gentoo-sources-2.6.18-r4 (note – replace gentoo-sources-2.6.18-r4, with your present kernel)
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 with the ipw3945 – this is now in the mini 3.2
Quote:
the mini has this fix in it, altough after you install you need to when you boot up for the first time# /etc/init.d/ipw3945d start && rc-update add ipw3945d default
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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:
Quote:
killall -SIGKILL kded~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How to update the mini menu to the DVD Suse style Kicker
Quote:
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
Quote:
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
noddc res=1024×768 refresh=60 opengl=atiNvidia
noddc res=1024×768 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.php?title=Sabayon_Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cool FireFox Search Engine Plugins
http://mycroft.mozdev.org/download.html?name=gentoo&sherlock=yes&opensearch=yes&submitform=Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For those that can login as root but not user, as root:
Code:
mkdir /var/run/console/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Beryl not autostarting?
Code:
ln -s /usr/bin/beryl-manager ~/.kde/Autostart~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 system1. emerge gdm
2. edit your /etc/conf.d/xdm to boot with gdm
3. run this script as root:
Code:
for p in /var/db/pkg/kde-base/*; do echo $p|sed -e ‘s#.*/#=#’|xargs emerge -C; done4a. 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 dependenciesyou will have to make sure to resolve dependencies with beryl i’m sure. i do not use beryl anymore and just skip it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Alrighty than, so far we have the following people available that can help out with CDs and DVDs. Try to pick someone in your area and use the link to send them a private message. You will have to send them your request along with mailing address and possibly reimbursement for shipping. Do note this is only to be used if all other available options are not available to be used. We would like to see bittorrent usage as this is a great way to share and it does work with some patience.turquoise – Canada
http://www.sabayonlinux.org/forum/privmsg.php?mode=post&u=2139
wolfden – USA
http://www.sabayonlinux.org/forum/privmsg.php?mode=post&u=250
Goatee – UK
http://www.sabayonlinux.org/forum/privmsg.php?mode=post&u=571
donpicoro – Colombia
http://www.sabayonlinux.org/forum/privmsg.php?mode=post&u=1687
tabrown72 – USA
http://www.sabayonlinux.org/forum/privmsg.php?mode=post&u=1931
Pjotrek – EU+
http://www.sabayonlinux.org/forum/privmsg.php?mode=post&u=1351Anyone else that is willing please let me know and I will add you to the list. If you no longer want to be on the list, please let me know.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64 bit vs. 32 bit debate – unsure which one?
Quote:
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/05/06/09/1413209.shtml?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:
md5sum sabayonlinux.isowait 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~P.S.: na ez a post-om erdekesre sikerult, valamiert idezeskent fogta fel a forum-engine ???
medveapu wrote:megnéztem egy kicsit a sabayon forumát, ott is van pár ember, aki úgy járt, mint én. Csak még nem olvastam el figyelmesen a válaszokat. De a mi kés, az nem olló…
Jóéjt…Igen, olvastam ott en is, masok is panaszkodnak hasonlora:
I’ve tried to install Sabayon on 5 different computers, and it only worked on two of them. The other three all reboot as soon as X is started for the first time. Two of the failing machines are pretty much identical, dual core P4, Abit SG80DC mobo, D-Link GigE NICS. On one of those I tried an Nvidia 5200 AGP card, an ATI 9200 AGP card, and the onboard SiS video, and all three exhibit identical symptoms of rebooting when X tries to start. From the Alt-F1 screen, I the last message is ‘not starting existence’, then in a minute or so, it spontatneously reboots. The third machine is a Celeron 2.8, with a Via chipset and onboard video, identical problem. It successfully installed on my Toshiba laptop, and I can boot the Live CD enviroment on my wifes Athlon 1800 machine without any problem. I’d really like to get this on one of the dual P4’s, but I’m not having much luck.
I’ve used the same DVD in all instances, so I know that works. I’ve tried with music, without music, text install, safe mode, and one of the games, and they all reboot before X comes up. I am quite experienced with Linux, but this one seems to have me stumped.
Any ideas?
Kicsit furcsanak tunik. Az atomstabil, mindent felismero gentoo-t jol elb@sz… ezek szerint? (:
Mert valasz / megoldas meg valoban nem jott erre a post-ra. -
SzerzőBejegyzés