<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Kahel OS Forum Tag: intel - Recent Topics</title>
		<link>http://forum.kahelos.org/tags/intel</link>
		<description>Open for Change</description>
		<language>en-US</language>
		<pubDate>Thu, 29 Jul 2010 20:49:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.kahelos.org/search.php</link>
		</textInput>
		<atom:link href="http://forum.kahelos.org/rss/tags/intel/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>renan on "How to Enhance Video Performance of ATI(3D)"</title>
			<link>http://forum.kahelos.org/topic/how-to-enhance-video-performance-of-ati3d#post-165</link>
			<pubDate>Wed, 21 Oct 2009 18:36:42 +0000</pubDate>
			<dc:creator>renan</dc:creator>
			<guid isPermaLink="false">165@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;1. First you must remove the following drivers:&#60;/p&#62;
&#60;p&#62;dri2proto&#60;br /&#62;
libgl&#60;br /&#62;
mesa&#60;br /&#62;
xf86-video-ati&#60;br /&#62;
ati-dri&#60;/p&#62;
&#60;p&#62;Login as superuser&#60;/p&#62;
&#60;p&#62;pacman -Rd dri2proto&#60;br /&#62;
pacman -Rd libgl&#60;br /&#62;
pacman -Rd mesa&#60;br /&#62;
pacman -Rd xf86-video-ati&#60;br /&#62;
pacman -Rd ati-dri&#60;/p&#62;
&#60;p&#62;2. Compile and install the latest GIT-version of ATI drivers and 3D graphics systems using ‘yaourt’.&#60;/p&#62;
&#60;p&#62;dri2proto-git&#60;br /&#62;
libgl-git&#60;br /&#62;
mesa-gi&#60;br /&#62;
xf86-video-ati-git&#60;br /&#62;
ati-dri-git&#60;/p&#62;
&#60;p&#62;Login as superuser&#60;/p&#62;
&#60;p&#62;yaourt dri2proto-git&#60;br /&#62;
yaourt libgl-git&#60;br /&#62;
yaourt mesa-gi&#60;br /&#62;
yaourt xf86-video-ati-git&#60;br /&#62;
yaourtati-dri-git&#60;/p&#62;
&#60;p&#62;3. Edit the /etc/mkinitcpio.conf and add this ati_agp radeon&#60;/p&#62;
&#60;p&#62;# vim:set ft=sh&#60;br /&#62;
# MODULES&#60;br /&#62;
# The following modules are loaded before any boot hooks are&#60;br /&#62;
# run.  Advanced users may wish to specify all system modules&#60;br /&#62;
# in this array.  For instance:&#60;br /&#62;
#     MODULES=”piix ide_disk reiserfs”&#60;br /&#62;
MODULES=”ati_agp radeon crc32c libcrc32c btrfs ext4 udf nilfs2 acpi-cpufreq cpufreq_stats cpufreq_powersave cpufreq_userspace cpufreq_ondemand cpufreq_conservative freq_table”&#60;/p&#62;
&#60;p&#62;4. Edit the /etc/rc.conf and add ati_agp radeon&#60;/p&#62;
&#60;p&#62;# ———————————————————————–&#60;br /&#62;
# HARDWARE&#60;br /&#62;
# ———————————————————————–&#60;br /&#62;
#&#60;br /&#62;
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed&#60;br /&#62;
# MOD_BLACKLIST: Prevent udev from loading these modules&#60;br /&#62;
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.&#60;br /&#62;
#&#60;br /&#62;
# NOTE: Use of ‘MOD_BLACKLIST’ is deprecated. Please use ! in the MODULES array.&#60;br /&#62;
#&#60;br /&#62;
MOD_AUTOLOAD=”yes”&#60;br /&#62;
#MOD_BLACKLIST=() #deprecated&#60;br /&#62;
MODULES=(fuse ati_agp radeon usblp)&#60;/p&#62;
&#60;p&#62;5. Generate a new kernel&#60;br /&#62;
sudo mkinitpcio -p kernel26&#60;/p&#62;
&#60;p&#62;6. Reboot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glitterberries on "help pls"</title>
			<link>http://forum.kahelos.org/topic/help-pls#post-26</link>
			<pubDate>Thu, 17 Sep 2009 21:37:04 +0000</pubDate>
			<dc:creator>glitterberries</dc:creator>
			<guid isPermaLink="false">26@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;im not sure what went wrong. naginstall ako ng skype tapos sobrang putol putol yung sound nung nag play ako ng audio. saka parang feeling ko bumagal yung interface nung kahel. nagtry ako mag play ng video sa youtube wala ring audio. i noticed this problem pagkatapos ko mag install nung skype. un laptop model ko is compac presario cq40.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "Enable Kernel Mode Switch (KMS) on Intel Graphics Card"</title>
			<link>http://forum.kahelos.org/topic/enable-kernel-mode-switch-kms-on-intel-graphics-card#post-57</link>
			<pubDate>Wed, 23 Sep 2009 13:18:39 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">57@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;KMS is the next generation graphics infrastructure that improves the overall video 3D graphics performance and allow to use the latest DRI2 (Direct Rendering Infrastructure 2).&#60;/p&#62;
&#60;p&#62;To enable KMS on Intel Graphics Card on Kahel OS, do the following.&#60;/p&#62;
&#60;p&#62;1. Synchronize your System with the latest Kernel.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo pacman -Syy &#38;amp;&#38;amp; sudo pacman -Syu&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2. Remove existing graphics subsystem to avoid conflict.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo pacman -Rd dri2proto intel-dri libdrm mesa xf86-video-intel&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3. Compile and install the latest GIT-version of Intel drivers and 3D graphics systems using 'yaourt'.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;yaourt -S --noconfirm aur/dri2proto-git&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;yaourt -S --noconfirm aur/glproto-git&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;yaourt -S --noconfirm aur/intel-dri-git&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;yaourt -S --noconfirm aur/libdrm-git&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;yaourt -S --noconfirm aur/mesa-git&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;yaourt -S --noconfirm aur/xf86-video-intel-git&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;4. When all goes well, remove existing xorg-video-drivers&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo pacman -Rssuuvvcc xorg-video-drivers&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;5. Create a file named 'intel-kms.conf' in /etc/modprobe.d/intel-kms.conf by&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo nano /etc/modprobe.d/intel-kms.conf&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then add the lines, then save.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;options i915 modeset=1&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;6. Edit the file /etc/mkinitcpio.conf and add the 'intel_agp i915' line in the MODULES list.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo nano /etc/mkinitcpio.conf&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then add 'intel_agp i915' at the very start of the MODULES=(...) list, so the line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;MODULES=(crc32c ...)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;will become&#60;/p&#62;
&#60;p&#62;&#60;code&#62;MODULES=(intel_agp i915 crc32c ...)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;7. Include the file '/etc/modprobe.d/intel-kms.conf' in /etc/mkinitcpio.conf FILES list,&#60;br /&#62;
so the line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;FILES=&#38;quot;&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;will become&#60;/p&#62;
&#60;p&#62;`FILES=&#34;/etc/modprobe.d/intel-kms.conf&#34;&#60;/p&#62;
&#60;p&#62;Then save.&#60;/p&#62;
&#60;p&#62;8. Add 'intel_agp i915' in /etc/rc.conf&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo nano /etc/rc.conf&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then the line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;MODULES=(fuse usblp)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;will become&#60;/p&#62;
&#60;p&#62;&#60;code&#62;MODULES=(fuse usblp intel_agp i915)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then save.&#60;/p&#62;
&#60;p&#62;9. Generate a new kernel.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo mkinitpcio -p kernel26&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;10. Then reboot.&#60;/p&#62;
&#60;p&#62;TROUBLESHOOTING&#60;/p&#62;
&#60;p&#62;If you see a message &#34;error inserting i915..&#34; you may have to regenerate your kernel again prior to the reboot and installation of the new kernel and drivers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johndoe on "Disable Compiz at startup"</title>
			<link>http://forum.kahelos.org/topic/disable-compiz-at-startup#post-48</link>
			<pubDate>Tue, 22 Sep 2009 17:53:59 +0000</pubDate>
			<dc:creator>johndoe</dc:creator>
			<guid isPermaLink="false">48@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Hello to everyone!&#60;/p&#62;
&#60;p&#62;How can I disable compiz at GNOME startup and use metacity as default window manager instead?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;PS: very impressive distro! Keep up the good work!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
