<?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 Posts</title>
		<link>http://forum.kahelos.org/tags/intel</link>
		<description>Open for Change</description>
		<language>en-US</language>
		<pubDate>Thu, 29 Jul 2010 20:42:41 +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" rel="self" type="application/rss+xml" />

		<item>
			<title>roz on "How to Enhance Video Performance of ATI(3D)"</title>
			<link>http://forum.kahelos.org/topic/how-to-enhance-video-performance-of-ati3d#post-173</link>
			<pubDate>Thu, 22 Oct 2009 22:03:42 +0000</pubDate>
			<dc:creator>roz</dc:creator>
			<guid isPermaLink="false">173@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;To determine what videocard do you have in your system type in the terminal.&#60;/p&#62;
&#60;p&#62;$ lspci &#124; grep -i vga&#60;/p&#62;
&#60;p&#62;00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)&#60;/p&#62;
&#60;p&#62;After making sure that it is an &#34;Intel&#34; edit /etc/mkinitcpio.conf and /etc/rc.conf by typing &#60;/p&#62;
&#60;p&#62;$ sudo nano /etc/mkinitcpio.conf&#60;/p&#62;
&#60;p&#62;instead of &#34;ati_agp radeon&#34; add &#34;intel_agp i915&#34; &#60;/p&#62;
&#60;p&#62;then cntrl o to write the changes then hit enter and cntrl x to exit&#60;/p&#62;
&#60;p&#62;$ sudo nano /etc/rc.conf&#60;/p&#62;
&#60;p&#62;then cntrl o to write the changes then hit enter and cntrl x to exit&#60;/p&#62;
&#60;p&#62;instead of &#34;ati_agp radeon&#34; add &#34;intel_agp i915&#34;  &#60;/p&#62;
&#60;p&#62;then run &#60;/p&#62;
&#60;p&#62;$ sudo mkinitcpio -p kernel26&#60;/p&#62;
&#60;p&#62;$ sudo reboot
&#60;/p&#62;</description>
		</item>
		<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-169</link>
			<pubDate>Thu, 22 Oct 2009 09:37:48 +0000</pubDate>
			<dc:creator>renan</dc:creator>
			<guid isPermaLink="false">169@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;yes you can use sudo. i agree... thumbs up!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cool8 on "How to Enhance Video Performance of ATI(3D)"</title>
			<link>http://forum.kahelos.org/topic/how-to-enhance-video-performance-of-ati3d#post-167</link>
			<pubDate>Wed, 21 Oct 2009 20:00:37 +0000</pubDate>
			<dc:creator>cool8</dc:creator>
			<guid isPermaLink="false">167@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;@ fplolz, i agree..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "How to Enhance Video Performance of ATI(3D)"</title>
			<link>http://forum.kahelos.org/topic/how-to-enhance-video-performance-of-ati3d#post-166</link>
			<pubDate>Wed, 21 Oct 2009 19:34:53 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">166@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Yep ..thats good (:&#60;br /&#62;
but wouldnt it be better to use sudo instead of logging in as super user ?&#60;br /&#62;
in that way , people might not screw their system up too much if one thing goes wrong
&#60;/p&#62;</description>
		</item>
		<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>joelbryan on "help pls"</title>
			<link>http://forum.kahelos.org/topic/help-pls#post-82</link>
			<pubDate>Wed, 30 Sep 2009 16:14:20 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">82@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;glitterberries, try mo mag create ng file na sound.conf sa /etc/modprobe.d/sound.conf&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo nano /etc/modprobe.d/sound.conf&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;at i-add mo ang &#60;code&#62;options snd-hda-intel enable_msi=1&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;tapos reboot.
&#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>bartos on "Disable Compiz at startup"</title>
			<link>http://forum.kahelos.org/topic/disable-compiz-at-startup#post-50</link>
			<pubDate>Tue, 22 Sep 2009 19:28:02 +0000</pubDate>
			<dc:creator>bartos</dc:creator>
			<guid isPermaLink="false">50@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;You can also login with session as Gnome Safemode,the go to System/Preferences/Startup Applications. Uncheck Desktop Effects Helper.&#60;br /&#62;
I had to do this on my laptop as my install would goto a white screen under regular Gnome login.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "Disable Compiz at startup"</title>
			<link>http://forum.kahelos.org/topic/disable-compiz-at-startup#post-49</link>
			<pubDate>Tue, 22 Sep 2009 18:57:31 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">49@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Hi Johndoe,&#60;/p&#62;
&#60;p&#62;Compiz is enabled by default by the script called 'compiz-manager', which is called by compositor-starter.desktop by default. You can disable this by,&#60;/p&#62;
&#60;p&#62;1. Deleting the file /usr/share/gnome/autostart/compositor-starter.desktop&#60;/p&#62;
&#60;p&#62;a. Open Applications -&#38;gt; Accessories -&#38;gt; Terminal or press Ctrl-Alt-F1 (Login as root)&#60;br /&#62;
b. execute 'rm -rf /usr/share/gnome/autostart/compositor-starter.desktop'&#60;br /&#62;
c. restart gdm by '/etc/rc.d/gdm restart'&#60;/p&#62;
&#60;p&#62;2. Uninstall the compiz-manager package.&#60;/p&#62;
&#60;p&#62;a. Open Applications -&#38;gt; Accessories -&#38;gt; Terminal or press Ctrl-Alt-F1 (Login as root)&#60;br /&#62;
b. execute 'pacman -Rssuuvvcc compiz-manager'&#60;br /&#62;
c. restart gdm by '/etc/rc.d/gdm restart'
&#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>
		<item>
			<title>dakilang ilocana on "help pls"</title>
			<link>http://forum.kahelos.org/topic/help-pls#post-30</link>
			<pubDate>Thu, 17 Sep 2009 23:36:59 +0000</pubDate>
			<dc:creator>dakilang ilocana</dc:creator>
			<guid isPermaLink="false">30@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;eto po yung full specs&#60;/p&#62;
&#60;p&#62;00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)&#60;br /&#62;
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)&#60;br /&#62;
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)&#60;br /&#62;
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)&#60;br /&#62;
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)&#60;br /&#62;
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)&#60;br /&#62;
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)&#60;br /&#62;
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)&#60;br /&#62;
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)&#60;br /&#62;
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)&#60;br /&#62;
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)&#60;br /&#62;
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)&#60;br /&#62;
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)&#60;br /&#62;
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)&#60;br /&#62;
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)&#60;br /&#62;
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)&#60;br /&#62;
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)&#60;br /&#62;
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)&#60;br /&#62;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)&#60;br /&#62;
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)&#60;br /&#62;
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)&#60;br /&#62;
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)&#60;br /&#62;
03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)&#60;br /&#62;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&#60;br /&#62;
05:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller&#60;br /&#62;
05:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller&#60;br /&#62;
05:00.3 System peripheral: JMicron Technology Corp. MS Host Controller&#60;br /&#62;
05:00.4 System peripheral: JMicron Technology Corp. xD Host Controller
&#60;/p&#62;</description>
		</item>
		<item>
			<title>r3d3ye on "help pls"</title>
			<link>http://forum.kahelos.org/topic/help-pls#post-28</link>
			<pubDate>Thu, 17 Sep 2009 21:50:17 +0000</pubDate>
			<dc:creator>r3d3ye</dc:creator>
			<guid isPermaLink="false">28@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;re: Skype, the problem might be related to the speed of the internet.&#60;br /&#62;
re: Audio and Video, I believe this is related to your driver.&#60;/p&#62;
&#60;p&#62;If you can send us the complete specification of the laptop that you are using. With this Team Kahel can help you.&#60;/p&#62;
&#60;p&#62;Thank you.&#60;br /&#62;
r3d3ye
&#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>

	</channel>
</rss>
