<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Display/Graphics</title>
	<atom:link href="http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designlegion.com/linux</link>
	<description></description>
	<pubDate>Thu, 09 Sep 2010 21:52:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Lewis</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-102</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Thu, 30 Nov 2006 04:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-102</guid>
		<description>Yes you are missing the mouse module &lt;strong&gt;psmouse&lt;/strong&gt;. In Slackware 11 it's a blacklisted module by default as it causes trouble with the kernel defaults. Since we've compiled a 2.6+ kernel, then this no longer causes problems. Edit &lt;strong&gt;/etc/modprobe.d/blacklist&lt;/strong&gt; to comment out "&lt;strong&gt;blacklist psmouse"&lt;/strong&gt;. You can find it near the top after the detailed block of text about psmouse. Now this module will be free to load when rebooting/booting. 

You can also check &lt;strong&gt;/etc/rc.d/rc.modules&lt;/strong&gt; to make sure it has the &lt;strong&gt;proto=imps&lt;/strong&gt; option for psmouse. It should look like this:

&lt;code&gt;/sbin/modprobe psmouse proto=imps&lt;/code&gt;

Alternatively, you can add this to your &lt;strong&gt;lilo.conf&lt;/strong&gt; and it will do the same as the above:

&lt;code&gt;append="psmouse.proto=imps"&lt;/code&gt;

The "proto=imps" adds more compatibility with different types of mice. After doing all this, try my original xorg.conf again and it should work.</description>
		<content:encoded><![CDATA[<p>Yes you are missing the mouse module <strong>psmouse</strong>. In Slackware 11 it&#8217;s a blacklisted module by default as it causes trouble with the kernel defaults. Since we&#8217;ve compiled a 2.6+ kernel, then this no longer causes problems. Edit <strong>/etc/modprobe.d/blacklist</strong> to comment out &#8220;<strong>blacklist psmouse&#8221;</strong>. You can find it near the top after the detailed block of text about psmouse. Now this module will be free to load when rebooting/booting. </p>
<p>You can also check <strong>/etc/rc.d/rc.modules</strong> to make sure it has the <strong>proto=imps</strong> option for psmouse. It should look like this:</p>
<p><code>/sbin/modprobe psmouse proto=imps</code></p>
<p>Alternatively, you can add this to your <strong>lilo.conf</strong> and it will do the same as the above:</p>
<p><code>append="psmouse.proto=imps"</code></p>
<p>The &#8220;proto=imps&#8221; adds more compatibility with different types of mice. After doing all this, try my original xorg.conf again and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-101</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 29 Nov 2006 19:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-101</guid>
		<description>Alrighty,
&lt;strong&gt;lsmod&lt;/strong&gt; gives:
&lt;blockquote&gt;&lt;pre&gt;
Module                  Size  Used by
snd_seq_dummy           3716  0 
snd_seq_oss            30592  0 
snd_seq_midi_event      6912  1 snd_seq_oss
snd_seq                48336  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          7308  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            39200  0 
snd_mixer_oss          16768  1 snd_pcm_oss
ipv6                  236448  12 
pcmcia                 31660  0 
yenta_socket           24332  0 
rsrc_nonstatic         11776  1 yenta_socket
pcmcia_core            35604  3 pcmcia,yenta_socket,rsrc_nonstatic
ide_scsi               14724  0 
sg                     28188  0 
intel_agp              20508  1 
agpgart                29384  1 intel_agp
b44                    22156  0 
sdhci                  13824  0 
mmc_core               19840  1 sdhci
mii                     5760  1 b44
serio_raw               6404  0 
evdev                   8960  0 
shpchp                 34976  0 
i2c_i801                8716  0
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;strong&gt;ls -al /dev &#124; grep mouse&lt;/strong&gt; gives:
&lt;blockquote&gt;&lt;pre&gt;
lrwxrwxrwx  1 root root          5 2006-11-29 11:38 mouse -&#62; psaux
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;strong&gt;dmesg &#124; grep -i mouse&lt;/strong&gt; gives:
&lt;blockquote&gt;&lt;pre&gt;
mice: PS/2 mouse device common for all mice
&lt;/pre&gt;&lt;/blockquote&gt;

This all leads me to believe that some module is missing.(?)</description>
		<content:encoded><![CDATA[<p>Alrighty,<br />
<strong>lsmod</strong> gives:</p>
<blockquote><pre>
Module                  Size  Used by
snd_seq_dummy           3716  0
snd_seq_oss            30592  0
snd_seq_midi_event      6912  1 snd_seq_oss
snd_seq                48336  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          7308  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            39200  0
snd_mixer_oss          16768  1 snd_pcm_oss
ipv6                  236448  12
pcmcia                 31660  0
yenta_socket           24332  0
rsrc_nonstatic         11776  1 yenta_socket
pcmcia_core            35604  3 pcmcia,yenta_socket,rsrc_nonstatic
ide_scsi               14724  0
sg                     28188  0
intel_agp              20508  1
agpgart                29384  1 intel_agp
b44                    22156  0
sdhci                  13824  0
mmc_core               19840  1 sdhci
mii                     5760  1 b44
serio_raw               6404  0
evdev                   8960  0
shpchp                 34976  0
i2c_i801                8716  0
</pre>
</blockquote>
<p><strong>ls -al /dev | grep mouse</strong> gives:</p>
<blockquote><pre>
lrwxrwxrwx  1 root root          5 2006-11-29 11:38 mouse -&gt; psaux
</pre>
</blockquote>
<p><strong>dmesg | grep -i mouse</strong> gives:</p>
<blockquote><pre>
mice: PS/2 mouse device common for all mice
</pre>
</blockquote>
<p>This all leads me to believe that some module is missing.(?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-100</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Wed, 29 Nov 2006 12:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-100</guid>
		<description>I'm using the same kernel and xorg configs right now so I think your modules are not loading correctly or your mouse device isn't linked to &lt;strong&gt;/dev/mouse&lt;/strong&gt;. On my system &lt;strong&gt;/dev/mouse&lt;/strong&gt; is a symlink to &lt;strong&gt;/dev/input/mice&lt;/strong&gt;. Are you using Slackware? Can you post the output for:
&lt;code&gt;# lsmod&lt;/code&gt;
and
&lt;code&gt;# ls -al /dev &#124; grep mouse&lt;/code&gt;
and
&lt;code&gt;# dsmeg &#124; grep -i mouse&lt;/code&gt;
In the meantime you can also try run this command as root to help setup your mouse automatically. 
&lt;code&gt;# mouseconfig&lt;/code&gt;
It also might be worth it to try the &lt;strong&gt;psaux&lt;/strong&gt; device in your &lt;strong&gt;xorg.conf&lt;/strong&gt;:
&lt;blockquote&gt;&lt;pre&gt;Option   "Device"   "/dev/psaux"&lt;/pre&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the same kernel and xorg configs right now so I think your modules are not loading correctly or your mouse device isn&#8217;t linked to <strong>/dev/mouse</strong>. On my system <strong>/dev/mouse</strong> is a symlink to <strong>/dev/input/mice</strong>. Are you using Slackware? Can you post the output for:<br />
<code># lsmod</code><br />
and<br />
<code># ls -al /dev | grep mouse</code><br />
and<br />
<code># dsmeg | grep -i mouse</code><br />
In the meantime you can also try run this command as root to help setup your mouse automatically.<br />
<code># mouseconfig</code><br />
It also might be worth it to try the <strong>psaux</strong> device in your <strong>xorg.conf</strong>:</p>
<blockquote><pre>Option   "Device"   "/dev/psaux"</pre>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-99</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 29 Nov 2006 07:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-99</guid>
		<description>I started with kernel 2.4, but then i reinstalled with the 2.6 kernel, using your config file, as well as your xorg.conf, and still no dice.  Is there anyting else that could be causing the problem?</description>
		<content:encoded><![CDATA[<p>I started with kernel 2.4, but then i reinstalled with the 2.6 kernel, using your config file, as well as your xorg.conf, and still no dice.  Is there anyting else that could be causing the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-98</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Tue, 28 Nov 2006 21:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-98</guid>
		<description>Matt,
I'll need more info so here goes...
Was it working at all in your current distro? What distro are you using? Did you move from kernel 2.4 to 2.6? Did you use my kernel config file? 
I suspect there is a problem with your kernel configuration.</description>
		<content:encoded><![CDATA[<p>Matt,<br />
I&#8217;ll need more info so here goes&#8230;<br />
Was it working at all in your current distro? What distro are you using? Did you move from kernel 2.4 to 2.6? Did you use my kernel config file?<br />
I suspect there is a problem with your kernel configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-97</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 25 Nov 2006 09:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-97</guid>
		<description>Still nothing.  I tried several recompiles with different modules, drivers, etc.  I know the mouse works, because I'm using it right now in Windows, and it worked with Fedora as well.</description>
		<content:encoded><![CDATA[<p>Still nothing.  I tried several recompiles with different modules, drivers, etc.  I know the mouse works, because I&#8217;m using it right now in Windows, and it worked with Fedora as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-95</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Sat, 25 Nov 2006 00:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-95</guid>
		<description>Matt,
Try setting both mouse protocols to 'auto' and see if that resolves the problem. If not let me know.</description>
		<content:encoded><![CDATA[<p>Matt,<br />
Try setting both mouse protocols to &#8216;auto&#8217; and see if that resolves the problem. If not let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-93</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 22 Nov 2006 22:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-93</guid>
		<description>Thankyou so much for your help!  It worked right away, that is, until I ran into a new problem (as is often the case with linux).  The mouse does not work!  I even used the xorg.conf you supplied, but still, no dice.  Is there any troubleshooting that you might know that I could try?  I can't for the life of me figure out what the problem is...
-Matt</description>
		<content:encoded><![CDATA[<p>Thankyou so much for your help!  It worked right away, that is, until I ran into a new problem (as is often the case with linux).  The mouse does not work!  I even used the xorg.conf you supplied, but still, no dice.  Is there any troubleshooting that you might know that I could try?  I can&#8217;t for the life of me figure out what the problem is&#8230;<br />
-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-91</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Tue, 21 Nov 2006 06:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-91</guid>
		<description>There are a couple things you can do:

Make sure both symlinks &lt;strong&gt;/lib/modules/2.6.18/source&lt;/strong&gt; and &lt;strong&gt;/usr/src/linux&lt;/strong&gt; point to &lt;strong&gt;/usr/src/linux-2.6.18&lt;/strong&gt;. Run the nVidia intaller with this option:&lt;code&gt;# ./NVIDIA-Linux-x86-1.0-****-pkg1.run --kernel-source-path=/usr/src/linux-2.6.18&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>There are a couple things you can do:</p>
<p>Make sure both symlinks <strong>/lib/modules/2.6.18/source</strong> and <strong>/usr/src/linux</strong> point to <strong>/usr/src/linux-2.6.18</strong>. Run the nVidia intaller with this option:<code># ./NVIDIA-Linux-x86-1.0-****-pkg1.run --kernel-source-path=/usr/src/linux-2.6.18</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.designlegion.com/linux/linux-on-laptops/slackware-on-a-dell-xps-1210/displaygraphics/#comment-89</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Mon, 20 Nov 2006 19:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.designlegion.com/linux/?page_id=42#comment-89</guid>
		<description>Hi i have another problem you may be able to help me with...i had everything goin, and i decided to do a clean install step by step with the kernel-2.6.18 and everything went fine..until i tried to install the nvidia it said their were no kernel sources...i tried pointing it to the direction of were i thought they were ...but there were none...first i tried. /usr/src/linux then i tried /lib/modules/2.6.18/ + /linux/ include. but nothing worked...so i tried recompiling a kernel again and nothing seems to work...do you know how i can install the kernel sources..and have the proper links ..thanx</description>
		<content:encoded><![CDATA[<p>Hi i have another problem you may be able to help me with&#8230;i had everything goin, and i decided to do a clean install step by step with the kernel-2.6.18 and everything went fine..until i tried to install the nvidia it said their were no kernel sources&#8230;i tried pointing it to the direction of were i thought they were &#8230;but there were none&#8230;first i tried. /usr/src/linux then i tried /lib/modules/2.6.18/ + /linux/ include. but nothing worked&#8230;so i tried recompiling a kernel again and nothing seems to work&#8230;do you know how i can install the kernel sources..and have the proper links ..thanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
