CptnObvious999 wrote:Don't use SUSE! MY LAST 5 SUSE INSTALLS BLEW UP, DON'T DO IT! TURN BACK NOW!! That Troels is nothing but bad news!
Seriously though I will never be recommending SuSE again but hopefully you won't have the same problems I did.
For the first time since I started using Linux, I'm gonna take a little bit of an elitist attitude. I think you're full of sh!t. Yes, SUSE has it's quirks, but you are obviously incapable of using it anyway.
CptnObvious999 wrote:I've had a few wifi cards not load right even though they would on other distros such as gentoo.
How many ******* times do I have to ******* tell you, that they pulled the rt2500 driver out of 10.1 because it was not ******* stable at the time of their code freeze!!!!
CptnObvious999 wrote:After adding a few repos and waiting several hours and it not finishing I ended up killing it and screwing up everything and had to do it all over again. I could not install the NVidia drivers using any method. I know there were more but I cannot think of them off the top of my head.
First of all, I completely agree that ZMD is an incoherent pile of vomitted sh!t, any business would be insane to deploy such a pile of goatsh!t.
(Was that good enough?)
However, had you followed the instructions I gave you wouldn't have had those problems with ZMD.
Or you could have freaking read some forum posts, done some research or something! If I had never used Gentoo before and then right off the bat complained that I couldn't get something to work because I didn't know to run env-update, then you'd shake your head too.
If I went back and used a 4 year old version of Gentoo and then went out and said that Gentoo was a piece of crap because a 4 year old version was garbage, then you'd shake your head. You're basing your statements on SUSE 10.1, and yes as I have said a billion times already, that release was an absolute disaster, but it's absolutely unfair to not just live with that and get on with life and then judge newer versions, that do work, for what they are, instead of always rehashing a stupid mistake made over a year ago.
CptnObvious999 wrote:*me waits for T to make some bad 'GCC screensaver' joke*

Or just mention the absolutely terrible QA Gentoo employs. And WTF is up with not ever having a solid, frozen distro that you can actually rely on, and not have to update freaking glibc or udev, only to find out that after you ran etc-update, it hosed your system.
hellonorman wrote:1. fonts aren't real good.
By default, you're right, they're way too small. If you're gonna use the proprietary NVIDIA driver, that should be fixed as soon as the driver is activated, if you're sticking with the nv driver (Which I am), then adjust KDE to use the DejaVu Sans font at the size of 10 (The fixed font, should be Monospace at size 10), that should make it look pretty good, at least it does for me at 1280x1024. Also, if you're having font problems, bring up YaST, go to hardware and select Graphics Card and Monitor, and verify that YaST detected your monitor correctly, because using the wrong monitor configuration can have a huge impact on the fonts (I'm speaking from experiences with Kubuntu).
hellonorman wrote:2. My second sound card doesn't get loaded at boot.
Try opening up YaST, go to hardware and enter the sound card configuration, try removing your sound card, reboot, and then add it again, that might fix the problem.
By the way, hellonorman, here's a few tips for ya. The thing that made SUSE 10.1's package management so crappy, was the introduction of the ZENworks Management Daemon, or ZMD, which was a HUGE change to the package management system. ZMD still does not work correct. Luckily, in 10.2, if you're using KDE you can be without ZMD. Here's how you would take it off your system:
First of all, exit whatever updater applet you may have running in the system tray (It looks sort of like a globe with some stuff around it), so right click on it and select Quit, then we gotta disable zmd (We need to be root for all of the following):
Then we throw it out:
Code: Select all
rpm -e libzypp-zmd-backend zmd rug zen-updater
rm -rf /var/lib/zmd
Now you need to make sure that "zypper" and "opensuse-updater" are installed:
The output should look like this:
Code: Select all
zypper-0.6.15-0.1
opensuse-updater-0.4-31
Congratulations! You've freed your system of the absolute sh!t that is Novell's ZMD.
Log out of KDE and log back in, if a new icon (Looks like a blue ball with a green arrow, when it's not checking for new updates and none are available) doesn't show up, pop into the menu select the Applications tab, go to System --> Desktop Applet, and select openSUSE Updater Applet. This updater does not use ZMD, and integrates much better into KDE.
You also have a cool commandline tool for package management called zypper, since I also have a few tips for you regarding packages, I can show you how to use it.
Open up a terminal and make yourself root, the try typing in:
That will list the current repositories added, I'd recommend removing all of 'em if you added them when using ZMD, just to clean everything out. If you look at the beginning of each line representing a repo, you can see that they all have numbers, so just do like:
X being the numer, it's easiest to start with the highest number and go down.
Now we gotta add a few repositories, I have poked around the US mirror sites, and found a set of repos I think are good, the following are the commands you would use to add them using zypper:
Code: Select all
zypper sa --type YaST --no-refresh ftp://mirror.colorado.edu/pub/opensuse/distribution/10.2/repo/oss oss
zypper sa --type YaST --no-refresh ftp://suse.mirrors.tds.net/pub/opensuse/distribution/10.2/repo/non-oss non-oss
zypper sa --type YUM ftp://suse.mirrors.tds.net/pub/suse/update/10.2 update
zypper sa --type YUM http://download.nvidia.com/opensuse/10.2 nvidia
zypper sa --type YUM http://madwifi.org/suse/10.2 madwifi
zypper sa --type YUM ftp://ftp.skynet.be/pub/suser-guru/rpm/10.2/RPMS guru
zypper sa --type YUM ftp://ftp.skynet.be/pub/packman/suse/10.2 packman
The first one can take a long time to add, but it's also a really big-ass one, containing the majority of everything. As a free software kind of guy, I'm not gonna endorse use of the non-oss, nvidia or madwifi repos, they are only mentioned for informational purposes, should you choose to use them, that is your choice. The last two repos are located in Belgium, and contain a lot of stuff SUSE can't include because they'd be sued for patent violation if they did, so have a blast with those! The guru contains a lot of neat KDE themes and window decorations along with all sorts of other goodies. The Packman repo has a whole sh!tload of multimedia stuff (Install libxine1 and kaffeine to fix the multimedia playback).