Bluewhite64 Linux 12.2 (Standard branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Bluewhite64 Linux 12.2 (Standard branch)
# 1  
Old 12-16-2008
Bluewhite64 Linux 12.2 (Standard branch)

Image Bluewhite64 Linux is an unofficial port of Slackware Linux to the AMD-64/EM64T architectures. It runs on 64-bit single or multicore AMD64 Sempron, Athlon, Opteron, Phenom, and Intel EM64T (Intel Extended Memory 64 Technology) based servers and computers. The goal of this port is to mimic the user experience of the Intel x86 distribution at its best. This port includes the same software and configuration scripts found in the slackware-current tree. License: GNU General Public License (GPL) Changes:
Many packages were upgraded. It is now possible to install from a Samba share. New packages like pm-utils (power management utilities), sqlite 3.6.6.2 (a simple, self contained database engine), and wicd (a wired and wireless network manager) were included. Some of the updated packages include KDE 3.5.10 and xfce 4.4.3 Desktop Environments, Mozilla Firefox 3.0.4 and Seamonkey 1.1.13 Web browsers, and Mozilla Thunderbird 2.0.0.18 and KMail 1.9.9 email clients. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SND_ICH(4)						   BSD Kernel Interfaces Manual 						SND_ICH(4)

NAME
snd_ich -- Intel ICH AC'97 and compatible bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_ich Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_ich_load="YES" DESCRIPTION
The snd_ich bridge driver allows the generic audio driver sound(4) to attach to Intel ICH AC'97 and compatible audio devices. Some later chips, like ICH6/ICH7, depending on wiring can instead implement newer Intel HD Audio specification, which is supported by snd_hda(4) driver. HARDWARE
The snd_ich driver supports the following audio devices: o AMD 768 o AMD 8111 o Intel 443MX o Intel ICH o Intel ICH revision 1 o Intel ICH2 o Intel ICH3 o Intel ICH4 o Intel ICH5 o Intel ICH6 o Intel ICH7 o NVIDIA nForce o NVIDIA nForce2 o NVIDIA nForce2 400 o NVIDIA nForce3 o NVIDIA nForce3 250 o NVIDIA nForce4 o SiS 7012 SEE ALSO
sound(4), snd_hda(4) HISTORY
The snd_ich device driver first appeared in FreeBSD 4.2. AUTHORS
This manual page was written by Jorge Mario G. Mazo <jgutie11@eafit.edu.co>. BSD
January 6, 2009 BSD