It is based on kernel 2.6.35, GCC 4.4.4, Xorg 1.9.0 and Gnome 2.32. It has proprietary drivers for ATI; Catalyst 8.7.80 and for Nvidia it comes with 260.19.06.

Moderators: b1o, jkerr82508

Code: Select all
$ uname -a
Linux dedanna.rocks.net 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/LinuxCode: Select all
$ pacman -Q xorg-server
xorg-server 1.9.0-1Code: Select all
$ pacman -Q nvidia
nvidia 256.53-1Code: Select all
$ pacman -Q gcc
gcc 4.5.1-1Code: Select all
$ pacman -Q gnome-desktop
gnome-desktop 2.32.0-1Code: Select all
$ uname -a
Linux dedanna.rocks.net -->2.6.34.7-56.fc13.i686 #1 SMP Wed Sep 15 03:33:58 UTC 2010 i686 i686 i386 GNU/LinuxCode: Select all
$ yum info xorg-x11-server-common
Installed Packages
Name : xorg-x11-server-common
Arch : i686
-->Version : 1.8.2
Release : 4.fc13
Size : 40 k
Repo : installed
From repo : updates
Summary : Xorg server common files
URL : http://www.x.org
License : MIT
Description : Common files shared among all X servers.Code: Select all
yum info xorg-x11-drv-nvidia
Installed Packages
Name : xorg-x11-drv-nvidia
Arch : i686
Epoch : 1
-->Version : 256.53
Release : 2.fc13
Size : 9.8 M
Repo : installed
From repo : rpmfusion-nonfree-updates
Summary : NVIDIA's proprietary display driver for NVIDIA graphic cards
URL : http://www.nvidia.com/
License : Redistributable, no modification permitted
Description : This package provides the most recent NVIDIA display driver which allows for
: hardware accelerated rendering with NVIDIA chipsets GeForce6 series and newer.
: GeForce5 and below are NOT supported by this release.
:
: For the full product support list, please consult the release notes
: for driver version 256.53.Code: Select all
$ yum info gcc
Installed Packages
Name : gcc
Arch : i686
-->Version : 4.4.4
Release : 10.fc13
Size : 15 M
Repo : installed
From repo : updates
Summary : Various compilers (C, C++, Objective-C, Java, ...)
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
Description : The gcc package contains the GNU Compiler Collection version 4.4.
: You'll need this package in order to compile C code.Code: Select all
$ yum info gnome-desktop
Installed Packages
Name : gnome-desktop
Arch : i686
-->Version : 2.30.0
Release : 3.fc13
Size : 3.0 M
Repo : installed
From repo : anaconda-InstallationRepo-201005130056.i386
Summary : Shared code among gnome-panel, gnome-session, nautilus, etc
URL : http://www.gnome.org
License : GPLv2+ and LGPLv2+
Description :
: The gnome-desktop package contains an internal library
: (libgnomedesktop) used to implement some portions of the GNOME
: desktop, and also some data files and other shared components of the
: GNOME user environment.