Difference between Ubuntu and Fedora
Posted on June 13, 2008
Filed Under Fedora, Ubuntu | Leave a Comment
This is a summary of difference between Ubuntu and Fedora :
there are some themes, and even a few Explorer.exe replacements, but they arent very good.
ubuntu is one distrobution of linux, fedora is another, they are both fairly popular versions, so there are plenty of programs available for both
ubuntu must use the synaptic installer search, to install programs.
fedora you use packages you download from websites/etc
both are somewhat compatible with each other.
to install a generic program, you need to compile it first
make
make install
I personally find deb much less problematic than RPM files, but I haven’t used red hat (or mandrake which also uses rpm) for several years now so things might have improved.
The versions of the different components may differ slightly between red hat and ubuntu. The programs available, in general, are similar, although not necessarily identical.
I read somewhere that KDE has been ported to windoze, but I couldn’t get the link to work, so I don’t know anything more.
Tags: Fedora, Ubuntu
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Direct Rendering: No
Posted on May 24, 2008
Filed Under Fedora | Leave a Comment
yum install kmod-nvidia glx-utils
glxinfo | grep direct
[garro@localhost ~]$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
Section “ServerLayout”
Option “aiglx” “true”
EndSectionSection “Extensions”
Option “Composite” “Enable”
EndSection
Tags: Fedora
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
[AO_ALSA] Unable to find simple control ‘PCM’,0
Posted on May 24, 2008
Filed Under Fedora | Leave a Comment
I’m running mplayer on a Fedora9 install with the latest updates.Install and compile mplayer in
character mode,then input Gmplayer and mplayer can play audio and video ,but Right-Click and
choose to use the mplayer,It’s silent and prompt error msgs:
[AO_ALSA] Unable to find simple control ‘PCM’,0
Then I google the problem and find that it can be repaired using the following order:
mplayer -ao oss
OR
mplayer -ao arts
Tags: Fedora
If you enjoyed this post, make sure you subscribe to my RSS feed!