<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Am!NeS0Ft's blog &#187; how to install via cards on ubuntu</title>
	<atom:link href="http://aminesoft.wordpress.com/tag/how-to-install-via-cards-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://aminesoft.wordpress.com</link>
	<description>linux / unix / 3d / mac OS</description>
	<lastBuildDate>Mon, 21 Dec 2009 12:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aminesoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/38a17e10ee7c245db760461859c24010?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Am!NeS0Ft's blog &#187; how to install via cards on ubuntu</title>
		<link>http://aminesoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aminesoft.wordpress.com/osd.xml" title="Am!NeS0Ft&#8217;s blog" />
		<item>
		<title>how to install via cards on ubuntu</title>
		<link>http://aminesoft.wordpress.com/2009/02/04/how-to-install-via-cards-on-ubuntu/</link>
		<comments>http://aminesoft.wordpress.com/2009/02/04/how-to-install-via-cards-on-ubuntu/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:57:11 +0000</pubDate>
		<dc:creator>abdessmed mohamed amine</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[how to install via cards on ubuntu]]></category>

		<guid isPermaLink="false">http://aminesoft.wordpress.com/?p=183</guid>
		<description><![CDATA[how to install via cards in ubuntuwhat we need :- Ubuntu 8.04
- latest via drivers here
- and the attached xorg.conf
First step after we download the driver
1. Install the driver using root account
sudo ./vinstall
2. In order to enable aiglx, please do as following:
(1) edit the script file /usr/bin/compiz, find the line:
WHITELIST=”nvidia intel ati radeon i810″
(2) modify [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=183&subd=aminesoft&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="clmc0" style="text-align:left;"><span style="color:#ff0000;">how to install via cards in ubuntu</span><span style="color:#ff0000;">what we need :</span><span style="color:#ff0000;">- Ubuntu 8.04<br />
- latest via drivers <a id="rs662" href="http://linux.via.com.tw/" target="_blank">here</a><br />
- and the attached xorg.conf</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">First step after we download the driver</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">1. Install the driver using root account<br />
sudo ./vinstall</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">2. In order to enable aiglx, please do as following:<br />
(1) edit the script file /usr/bin/compiz, find the line:<br />
WHITELIST=”nvidia intel ati radeon i810″<br />
(2) modify it to:<br />
WHITELIST=”nvidia intel ati radeon i810 via”</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">After that we go quickly to</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">/etc/X11</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">and open xorg.conf</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">and delete every thing on it</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">and write this xorg.conf that i attached in it and save it</span></div>
<div style="text-align:left;"># xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type “man xorg.conf” at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorgSection “InputDevice”<br />
Identifier    “Generic Keyboard”<br />
Driver        “kbd”<br />
Option        “XkbRules”    “xorg”<br />
Option        “XkbModel”    “pc101″<br />
Option        “XkbLayout”    “en”<br />
Option        “XkbOptions”    “lv3:ralt_switch”<br />
EndSection</p>
<p>Section “InputDevice”<br />
Identifier    “Configured Mouse”<br />
Driver        “mouse”<br />
Option        “CorePointer”<br />
EndSection</p>
<p>Section “InputDevice”<br />
Identifier    “Synaptics Touchpad”<br />
Driver        “synaptics”<br />
Option        “SendCoreEvents”    “true”<br />
Option        “Device”        “/dev/psaux”<br />
Option        “Protocol”        “auto-dev”<br />
Option        “HorizEdgeScroll”    “0″<br />
EndSection</p>
<p>Section “Monitor”<br />
Identifier “Monitor”<br />
EndSection</p>
<p>Section “Device”<br />
Driver “via”<br />
Identifier    “Configured Video Device”<br />
Option “LCDPort”       “DFP_HIGHLOW”<br />
EndSection</p>
<p>Section “ServerLayout”<br />
Identifier    “Default Layout”<br />
Screen        “Default Screen”<br />
InputDevice    “Synaptics Touchpad”<br />
EndSection</p>
<p>Section “Module”<br />
Load  “glx”<br />
Load  “dri”<br />
Load  “extmod”<br />
EndSection</p>
<p>Section “DRI”<br />
Group 0<br />
Mode 0666<br />
EndSection</p>
<p>Section “Screen”<br />
Identifier    “Default Screen”<br />
Device        “Configured Video Device”<br />
Monitor        “Monitor”<br />
DefaultDepth    24<br />
SubSection “Display”<br />
Depth        24<br />
Modes        “1280×800″<br />
Virtual 1280 800<br />
EndSubSection<br />
EndSection</p></div>
<div style="text-align:left;"><span style="color:#ff0000;">Then</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">4. To <a href="http://arabicubuntusupport.wordpress.com/2008/02/22/%d9%83%d9%8a%d9%81%d9%8a%d8%a9-%d8%aa%d8%b4%d8%ba%d9%8a%d9%84-%d9%85%d8%a4%d8%ab%d8%b1%d8%a7%d8%aa-%d8%a7%d9%84%d8%ad%d8%b1%d9%83%d8%a9-how-to-enable-effects-and-how-to-install-compiz-fusion-in-ubuntu/" target="_blank">enable desktop effects from here</a> , restart x-server (”Ctl+Alt+Backspace)</span></div>
<div style="text-align:left;"><span style="color:#ff0000;">All thanks for <a class="bigusername" rel="nofollow" href="http://www.tkarena.com/forums/members/valinuxx.html">valinuxx</a></span></div>
Posted in Linux Tagged: how to install via cards on ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminesoft.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminesoft.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminesoft.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminesoft.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminesoft.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminesoft.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminesoft.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminesoft.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminesoft.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminesoft.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=183&subd=aminesoft&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aminesoft.wordpress.com/2009/02/04/how-to-install-via-cards-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5b8cdacaf198c942a572c9b3b672c56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Am!n3s0fT</media:title>
		</media:content>
	</item>
	</channel>
</rss>