-Подписка по e-mail

 

 -Поиск по дневнику

Поиск сообщений в fedora

 -Сообщества

Читатель сообществ (Всего в списке: 2) nUl1 linux

 -Статистика

Статистика LiveInternet.ru: показано количество хитов и посетителей
Создан: 14.01.2007
Записей: 6
Комментариев: 12
Написано: 30

Fedora







Тема смайликов для GAIM

Воскресенье, 14 Января 2007 г. 23:28 + в цитатник
 (330x245, 21Kb) 

Вложение: 3562191_qip.zip

Рубрики:  Отсебятина


Понравилось: 26 пользователям

Fedora Core 6 скачали 1 миллион пользователей

Воскресенье, 14 Января 2007 г. 22:33 + в цитатник
 (250x226, 34Kb)  In only 74 days after its official release, Fedora Core 6 has been downloaded over 1 million times (unique IPs): "As I write this, it is the 74th day since we released Zod. 74 days represents about 10.5 weeks, and so we're looking at an average of 95,086 new IP addresses each week. Comparing that to the first week's numbers show that our growth continues to be fairly consistent. If you do the math, you can also see that Zod is averaging 13,584 new installs per day, or 9.4 new installs every minute."

In order to get the Fedora Core 6 download statistics, the team uses Cacti (an open source data-collection and graphing software) to track the unique IP addresses that connected with yum to receive updates. "This metric is much more useful than tracking downloads, because it demonstrates actual 'installed instances' of FC6 that are making a connection back to our servers in search of updated software." - says Max Spevack, the Fedora Project leader.

Max Spevack is thrilled about these good metrics of Fedora Core 6 (Zod), especially because they were missing in previous releases of Fedora Linux distribution. Released in June 2005, Fedora Core 4 has no statistical data, as for the Fedora Core 5 release, the only statistics were about the BitTorrent downloads. Zod has achieved in no more than 74 days about 63% of the total BitTorrent activity that Bordeaux has seen since its release on 20 March 2006. In conclusion, Fedora Core 6 reached 1 million unique users faster than any previous release, according to comments made on the fedora-announce mailing list by Max Spevack.
Рубрики:  Новости

Добавочные репозитории Fedora Core

Воскресенье, 14 Января 2007 г. 14:41 + в цитатник
Эти репозитории являются неофициальными и не всегда совместимы между собой, хотя все они совместимы с Fedora Core.
http://rpm.livna.org/ — совместим с Fedora Extras, несовместим с RPMforge, поддержка Fedora Core 1-6
http://dribble.org.uk/  — репозиторий, специализирующийся на развлечениях (игры, мультимедиа, эмуляторы)
http://dries.ulyssis.org/  — поддержка Fedora Core 1-6
http://freshrpms.net/ — поддержка Fedora Core 1-6
Рубрики:  Документация

Fedora Project больше не будет иметь разделения на Core и Extras

Воскресенье, 14 Января 2007 г. 14:05 + в цитатник
 (45x45, 1Kb)Fedora Project больше не будет иметь разделения на Core и Extras, сообщил Билл Ноттингем, разработчик из Red Hat.
Ранее, репозитарии Extras содержали только дополнительные компоненты, такие как игры, в то время как в Core находились ядра, библиотеки и пр. Теперь оба этих репозитария сольют в один.
Новый релиз будет называться просто Fedora 7.
Рубрики:  Новости

GLX

Воскресенье, 14 Января 2007 г. 03:58 + в цитатник
# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
    Load  "glx"
    Load  "dbe"
    Load  "extmod"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us,ru(winkeys)"
    Option        "XkbOptions" "grp:shifts_toggle,grp_led:scroll"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "nvidia"
    Option        "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Рубрики:  Документация

How to Install Video Drivers on Fedora Core 6

Воскресенье, 14 Января 2007 г. 03:01 + в цитатник
The ATi and nVIDIA driver RPMs provided by livna.org are especially designed for Fedora. If you are using yum and already have it configured with the Livna repository for your Fedora version, you can skip this section. If not, add the Livna repository by executing the following command as root:

# rpm -Uhv http://rpm.livna.org/livna-release-6.rpm

Next, import the Livna GPG Key:

# rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY

To test it, try to get info about a release currently provided by Livna repository:

# yum info kmod-nvidia

If you got the file information correctly, it's safe to go on to the next step.

Unfortunately, Fedora Core 6 installs the i586 architecture kernel by default. Even worse, if you choose to have virtualization support during Fedora installation, you will end up with a kernel-xen which you need to get rid of as soon as possible. For video drivers to get installed correctly, you will need to have kernel for i686. In order to make this process a little bit easier, you need to install Yum Extender:

# yum install yumex

Fire it up from the Kmenu / System / Yum Extender (or type yumex in a terminal), check if Livna repository is in the repository list, go to Remove, select your current kernel and kernel-devel (only if its arch is i586 or has xen in its name), press add to queue, then go to Install, search for Kernel, select the kernel and kernel-devel for i686 arch, press add to queue, go to Queue, press Process Queue, wait until it's done and reboot your computer. Only then will it be safe to go to the next step.


How to install nVIDIA drivers

Assuming Yum has been correctly installed, you can obtain the latest Nvidia drivers by typing:

# yum install kmod-nvidia

This command will install the nVIDIA driver and kernel module. To verify the installation completed successfully, log out of your current session and log back in. Before the X server restarts, you should see the nVIDIA logo briefly. Open up a terminal and type:

# glxinfo | grep direct

If the output to this command is direct rendering: Yes, you are good to go. Also, a reboot might be required for the full effect of the kernel module to be realized on some machines.

How to install ATi drivers

Again, your Yum must be configured with the Livna repository, as it's one of the few repositories that provide video driver RPMs especially designed for Fedora Core. To install the ATi drivers’ package, type this command as root:


# yum install xorg-x11-drv-fglrx kmod-fglrx glx-utils

This installs the ATi driver and kernel module. To test the installation, log off your current session, log back in and type this command:

# glxinfo | grep direct

If the output is direct rendering: Yes, you have installed your drivers correctly.

However, if you have an AMD64 processor, you will need to add iommu=off to the kernel line in your /etc/grub.conf file, like this:

kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet iommu=off

Moreover, if you have an Intel motherboard, you will need to add the following line to your /etc/X11/xorg.conf file, right below Driver “fglrx”:

Option "UseInternalAGPGART" "no"

Good luck!
Рубрики:  Документация


Поиск сообщений в fedora
Страницы: [1] Календарь