- Uninstall you’re old version of xorg (removepkg) packages are located in /var/log/packages
- Download the new packages. I got my packages from the pinki1 build. Don’t download the auto script it will not work for you, trust me.
- I downloaded them all to /var/log/packages then installed them (installpkg)
- Add:
- Now is the time to install any graphic drivers if you happen to be using the lintel drivers you can find the install directions from: http://intellinuxgraphics.org/install.html and the actual drivers from xorg.freedesktop.org
- Change all the fontpaths in /etc/X11/xorg.conf from
- Change your fontpaths in /etc/fonts/fonts.conf:
- Install these packages:
- Run /usr/X11R6/bin/fc-cache -f from root and user if you have another account.
- Congratulations you’re now running xorg 7.2
/usr/X11R7/lib to /etc/ld.so.conf
Add /usr/X11R7/bin to the PATH variable
Note: you can also edit /etc/profile and find the lan that says:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/apache/bin:/usr$
And change X11R6 to X11R7
/X11R6 to /X11R7
/usr/X11R6/lib/X11/fonts/TTF
might be changed to
/usr/X11R7/lib/X11/fonts/TTF
ftp://ftp.scarlet.be/pub/linuxpackages/Slackware-11.0/Library/libpthread-stubs/libpthread-stubs-0.1-i486-1ced.tgz
ftp://ftp.scarlet.be/pub/linuxpackages/Slackware-11.0/X11/libxcb/libxcb-1.0-i486-1ced.tgz
ftp://ftp.scarlet.be/pub/linuxpackages/Slackware-11.0/X11/xcb-proto/xcb-proto
Note: Change xcb-proto to xcb-proto.tgz so you can install it:
# mv xcb-proto xcb-proto.tgz
Author :
remote-exploits.blogspot.com
Compiling ALSA
Desember 25, 2007 — Rot-13“ALSA (an acronym for Advanced Linux Sound Architecture) is a Linux kernel module that replaces several different kernel drivers for sound cards with a single device driver which handles the diversity of sound cards internally. Some of the goals of the ALSA project were to support automatic configuration of sound card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.
- Unpack the source:
- Change to the new directory:
- Configure and compilation alsa:
- Begin install:
- If your card is supported(http://www.alsa-project.org/alsa-doc/), run ‘alsaconf’ and follow the directions:
- Then, to configure sound and mixer options:
# bunzip2 alsa-driver* && tar -xvf alsa-driver*
# cd alsa*
# ./configure && make
# make install
# alsaconf
# alsamixer
Author :
remote-exploits.blogspot.com
0 comments:
Post a Comment