<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gmaxwell</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gmaxwell"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Gmaxwell"/>
	<updated>2026-04-30T22:56:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Wacom_Serial_Tablet_PC_Stylus&amp;diff=40863</id>
		<title>Wacom Serial Tablet PC Stylus</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Wacom_Serial_Tablet_PC_Stylus&amp;diff=40863"/>
		<updated>2009-01-25T09:16:14Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: Yes; there should be an eraser section here; current version of xsetwacom uses numbers.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |[[Image:Logo_wacom.gif|Wacom Logo]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Wacom Serial Tablet PC Stylus ===&lt;br /&gt;
This is a stylus made for tablet PCs by Wacom.&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: Wacom&lt;br /&gt;
* Serial: irq 5 port 0x0200&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Linux Support==&lt;br /&gt;
The pen is supported by the XFree/Xorg Wacom driver. New tablets also have the [[MultiTouch]] capability. [[MultiTouch]] is experimentally supported presently by the Linux wacom project. The pen works regardless of [[MultiTouch]] support.&lt;br /&gt;
&lt;br /&gt;
The pen uses serial and appears on some {{path|/dev/ttySnn}} device where &amp;lt;tt&amp;gt;nn&amp;lt;/tt&amp;gt; is a number. An easy way to find it is to map {{path|/dev/ttyS0}} to the pen's port and irq. The values can be found under the windows driver properties. Using values from an {{X41T}} 1869-5CU, the command is: {{cmdroot|setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig}} (you need to run this after every suspend/resume cycle).&lt;br /&gt;
&lt;br /&gt;
This may be inserted into startup scripts in {{path|/etc/rc.d/}}&lt;br /&gt;
&lt;br /&gt;
The X config file needs to be changed to use the stylus. Add the following sections to your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
    Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
      Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
      Identifier    &amp;quot;cursor&amp;quot;&lt;br /&gt;
      Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
      Option        &amp;quot;Type&amp;quot;          &amp;quot;cursor&amp;quot;&lt;br /&gt;
      Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;     &lt;br /&gt;
      Option        &amp;quot;Mode&amp;quot;          &amp;quot;Absolute&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
    &lt;br /&gt;
    Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
      Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
      Identifier    &amp;quot;stylus&amp;quot;&lt;br /&gt;
      Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
      Option        &amp;quot;Type&amp;quot;          &amp;quot;stylus&amp;quot;&lt;br /&gt;
      Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
    &lt;br /&gt;
    Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
      Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
      Identifier    &amp;quot;eraser&amp;quot;&lt;br /&gt;
      Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
      Option        &amp;quot;Type&amp;quot;          &amp;quot;eraser&amp;quot;&lt;br /&gt;
      Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the ServerLayout section:&lt;br /&gt;
&lt;br /&gt;
    InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
    InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
    InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Check the wacom driver man page and [http://linuxwacom.sf.net/ website] for other options.&lt;br /&gt;
&lt;br /&gt;
For handwriting recognition using pen you can use [[CellWriter]].&lt;br /&gt;
&lt;br /&gt;
To get the right mouse button to map to the stylus button use this script and run it through .bashrc&lt;br /&gt;
&lt;br /&gt;
    #!/bin/bash&lt;br /&gt;
    xsetwacom set stylus Button1 1&lt;br /&gt;
    xsetwacom set stylus Button2 3&lt;br /&gt;
    xsetwacom set stylus Button3 3&lt;br /&gt;
&lt;br /&gt;
==xrandr Rotation==&lt;br /&gt;
&lt;br /&gt;
linuxwacom is very buggy. I needed some time to get the tablet work with &amp;quot;xrandr -r&amp;quot;. I use the script below to do screen rotation. copy the source an put it in /usr/local/bin/xrotate. You may change output and devices to fit to you're system (the default values work fine for my x41 tablet)&lt;br /&gt;
&lt;br /&gt;
you can use &amp;quot;xrotate +&amp;quot; to rotate the screen CCW or &amp;quot;xrotate -&amp;quot; to rotate clockwise. use &amp;quot;xrotate x&amp;quot; where x is&lt;br /&gt;
* 0 to set rotation to normal&lt;br /&gt;
* 1 to set rotation to left&lt;br /&gt;
* 2 to set rotation to inverted&lt;br /&gt;
* 3 to set rotation to right&lt;br /&gt;
&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  &lt;br /&gt;
  output=LVDS&lt;br /&gt;
  if [ &amp;quot;$XROT_OUTPUT&amp;quot; ]&lt;br /&gt;
  then    &lt;br /&gt;
          output=$XROT_OUTPUT;&lt;br /&gt;
  fi&lt;br /&gt;
  devices=&amp;quot;stylus cursor&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
  geomnbr=0&lt;br /&gt;
  xrandr=normal&lt;br /&gt;
  wacom=normal&lt;br /&gt;
  if [ &amp;quot;$1&amp;quot; == &amp;quot;-&amp;quot; ] || [ &amp;quot;$1&amp;quot; == &amp;quot;+&amp;quot; ] || ! [ &amp;quot;$1&amp;quot; ];&lt;br /&gt;
  then    &lt;br /&gt;
          operator=&amp;quot;$1&amp;quot;;&lt;br /&gt;
          [ &amp;quot;$1&amp;quot; ] || operator='+';&lt;br /&gt;
          case `xrandr --verbose | grep &amp;quot;^$output &amp;quot; | sed &amp;quot;s/^[^ ]* [^ ]* [^ ]* ([^(]*) \([a-z]*\).*/\1/&amp;quot;` in&lt;br /&gt;
                  normal)         geom=0;;&lt;br /&gt;
                  left)           geom=1;;&lt;br /&gt;
                  inverted)       geom=2;;&lt;br /&gt;
                  right)          geom=3;;&lt;br /&gt;
          esac&lt;br /&gt;
          let geom=${geom}${operator}1+4&lt;br /&gt;
          let geom=${geom}%4&lt;br /&gt;
  else    &lt;br /&gt;
          geom=&amp;quot;$1&amp;quot;&lt;br /&gt;
  fi&lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
  case $geom in&lt;br /&gt;
          1)      wacom=2; xrandr=left ;;&lt;br /&gt;
          2)      wacom=3; xrandr=inverted ;;&lt;br /&gt;
          3)      wacom=1; xrandr=right ;;&lt;br /&gt;
          *)      wacom=0; xrandr=normal ;;&lt;br /&gt;
  esac&lt;br /&gt;
  &lt;br /&gt;
  echo &amp;quot;xrandr to $xrandr, xsetwacom to $wacom&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
  &lt;br /&gt;
  if xrandr --output &amp;quot;$output&amp;quot; --rotate &amp;quot;$xrandr&amp;quot;; then&lt;br /&gt;
          for d in $devices&lt;br /&gt;
          do      &lt;br /&gt;
                  xsetwacom set &amp;quot;stylus&amp;quot; Rotate &amp;quot;$wacom&amp;quot;&lt;br /&gt;
          done&lt;br /&gt;
  fi&lt;br /&gt;
  &lt;br /&gt;
  #workaround for linuxwacom bug&lt;br /&gt;
  if [ &amp;quot;`xsetwacom get stylus Mode`&amp;quot; == '1' ]; then&lt;br /&gt;
          for d in $devices&lt;br /&gt;
          do      &lt;br /&gt;
                  xsetwacom set stylus CoreEvent &amp;quot;off&amp;quot;&lt;br /&gt;
                  xsetwacom set stylus Mode &amp;quot;off&amp;quot;&lt;br /&gt;
          done&lt;br /&gt;
          { sleep 1;&lt;br /&gt;
          for d in $devices&lt;br /&gt;
          do      &lt;br /&gt;
                  xsetwacom set stylus Mode &amp;quot;on&amp;quot;&lt;br /&gt;
                  xsetwacom set stylus CoreEvent &amp;quot;on&amp;quot;&lt;br /&gt;
          done; } &amp;amp;&lt;br /&gt;
  fi&lt;br /&gt;
&lt;br /&gt;
--[[User:Gtx|Gtx]] 13:34, 22 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
modified script for linuxwacom 0.8.1-1.&lt;br /&gt;
 &lt;br /&gt;
   #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 output=&amp;quot;(normal left inverted right)&amp;quot; #LVDS&lt;br /&gt;
  # if [ &amp;quot;$XROT_OUTPUT&amp;quot; ]&lt;br /&gt;
  # then     &lt;br /&gt;
  #         output=$XROT_OUTPUT;&lt;br /&gt;
  # fi&lt;br /&gt;
 devices=&amp;quot;stylus cursor&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 geomnbr=0&lt;br /&gt;
 xrandr=normal&lt;br /&gt;
 wacom=normal&lt;br /&gt;
 if [ &amp;quot;$1&amp;quot; == &amp;quot;-&amp;quot; ] || [ &amp;quot;$1&amp;quot; == &amp;quot;+&amp;quot; ] || ! [ &amp;quot;$1&amp;quot; ];&lt;br /&gt;
 then    &lt;br /&gt;
         operator=&amp;quot;$1&amp;quot;;&lt;br /&gt;
         [ &amp;quot;$1&amp;quot; ] || operator='+';&lt;br /&gt;
         case `xrandr --verbose | grep &amp;quot;$output&amp;quot; | sed &amp;quot;s/^[^ ]* [^ ]* [^ ]* ([^(]*) \([a-z]*\).*/\1/&amp;quot;` in&lt;br /&gt;
                 normal)         geom=0;;&lt;br /&gt;
                 left)          geom=1;;&lt;br /&gt;
                 inverted)       geom=2;;&lt;br /&gt;
                 right)          geom=3;;&lt;br /&gt;
         esac&lt;br /&gt;
         let geom=${geom}${operator}1+4&lt;br /&gt;
         let geom=${geom}%4	&lt;br /&gt;
 else    &lt;br /&gt;
         geom=&amp;quot;$1&amp;quot;&lt;br /&gt;
 fi&lt;br /&gt;
 case $geom in&lt;br /&gt;
         1)      wacom=2; xrandr=left ;;&lt;br /&gt;
         2)      wacom=3; xrandr=inverted ;;&lt;br /&gt;
         3)      wacom=1; xrandr=right ;;&lt;br /&gt;
         *)      wacom=0; xrandr=normal ;;&lt;br /&gt;
 esac&lt;br /&gt;
 &lt;br /&gt;
 echo &amp;quot;xrandr to $xrandr, xsetwacom to $wacom&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
 &lt;br /&gt;
 if xrandr -o &amp;quot;$xrandr&amp;quot;; then&lt;br /&gt;
         for d in $devices&lt;br /&gt;
         do      &lt;br /&gt;
                 xsetwacom set &amp;quot;stylus&amp;quot; Rotate &amp;quot;$wacom&amp;quot;&lt;br /&gt;
         done&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 #workaround for linuxwacom bug&lt;br /&gt;
 if [ &amp;quot;`xsetwacom get stylus Mode`&amp;quot; == '1' ]; then&lt;br /&gt;
         for d in $devices&lt;br /&gt;
         do      &lt;br /&gt;
                 xsetwacom set stylus CoreEvent &amp;quot;off&amp;quot;&lt;br /&gt;
                 xsetwacom set stylus Mode &amp;quot;off&amp;quot;&lt;br /&gt;
         done&lt;br /&gt;
         { sleep 1;&lt;br /&gt;
         for d in $devices&lt;br /&gt;
         do      &lt;br /&gt;
                 xsetwacom set stylus Mode &amp;quot;on&amp;quot;&lt;br /&gt;
                 xsetwacom set stylus CoreEvent &amp;quot;on&amp;quot;&lt;br /&gt;
         done; } &amp;amp;&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:radix|radix]] 13:15, 28 August 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
Additional code for rotating the 4 navigation keys on the display frame.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 case $geom in&lt;br /&gt;
         1)      xmodmap -e 'keycode 98 = Right';xmodmap -e 'keycode 100 = Up';xmodmap -e 'keycode 102 = Down';xmodmap -e 'keycode 104 = Left';;&lt;br /&gt;
         2)      xmodmap -e 'keycode 98 = Down';xmodmap -e 'keycode 100 = Right';xmodmap -e 'keycode 102 = Left';xmodmap -e 'keycode 104 = Up';;&lt;br /&gt;
         3)      xmodmap -e 'keycode 98 = Left';xmodmap -e 'keycode 100 = Down';xmodmap -e 'keycode 102 = Up';xmodmap -e 'keycode 104 = Right';;&lt;br /&gt;
         *)      xmodmap -e 'keycode 98 = Up';xmodmap -e 'keycode 100 = Left';xmodmap -e 'keycode 102 = Right';xmodmap -e 'keycode 104 = Down';;&lt;br /&gt;
 esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:Papertiger|Papertiger]] 02:05, 16 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
&lt;br /&gt;
If the stylus still doesn't work try to reset the bios. This fixed it for me. --[[User:Gtx|Gtx]] 08:22, 21 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Device==&lt;br /&gt;
*ThinkPad {{X41_Tablet}}&lt;br /&gt;
*ThinkPad {{X60_Tablet}}&lt;br /&gt;
*ThinkPad {{X61_Tablet}}&lt;br /&gt;
*ThinkPad {{X200_Tablet}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28142</id>
		<title>Talk:Intel Graphics Media Accelerator 950</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28142"/>
		<updated>2007-02-06T17:40:26Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: /* Display problems on T60 w/ WSXGA+ and 945GM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is it possible to connect a beamer (or external monitor) to the notebook, while the notebook is running, and then switch the output from the internal TFT to the external beamer or monitor using FN-F7 or by other means?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Any information about whether this chip supports DRI/hardware-accelerated GLX with free drivers or not?&lt;br /&gt;
&lt;br /&gt;
Cheers :)&lt;br /&gt;
&lt;br /&gt;
you need to install i810 driver from xorg7 version 1.5 or above. glxgears shows something around 600FPS. currently you can get from xorg cvs version 1.6 and get 1000FPS.&lt;br /&gt;
&lt;br /&gt;
cheers&lt;br /&gt;
&lt;br /&gt;
== Now on systems with 945GM it seems ==&lt;br /&gt;
&lt;br /&gt;
The wiki used to say that intel graphics were only available w/ 1024x768 thinkpads.. Well I just purchased a T60 widescreen with the WSXGA+ (1680x1024) driven by a 945GM. &lt;br /&gt;
&lt;br /&gt;
== Display problems on T60 w/ WSXGA+ and 945GM ==&lt;br /&gt;
[[Image:banding_test.png|right|thumb|30px|Test image (tile this)]]&lt;br /&gt;
[[Image:failed_t60w_banding_test.jpg|thumb|right|This is what a failed banding test looks like. There should not be vertical bars of differing color.]]&lt;br /&gt;
It is working under FC6 with desktop effects and all, although while the image looks great at a first glance.. it's clearly a 16 bit image even though xorg thinks it's 24bit mode. Also there is a faint horizontal banding in fully saturated mid brightness colors, giving a textured look to areas of solid color.  Now I need to find out if this is an xorg issue that can be resolved or a hardware issue and that I should send my T60 back. :(  Does anyone here run windows on their T60 with intel video and this display? can you confirm if you see this texture behavior? --[[User:Gmaxwell|Gmaxwell]] 23:58, 5 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:Failed_t60w_banding_test.jpg&amp;diff=28141</id>
		<title>File:Failed t60w banding test.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:Failed_t60w_banding_test.jpg&amp;diff=28141"/>
		<updated>2007-02-06T17:39:22Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: Example photograph of my T60 widescreen with the blue/red test image showing banding by converting it into a more obvious color shift.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example photograph of my T60 widescreen with the blue/red test image showing banding by converting it into a more obvious color shift.&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28140</id>
		<title>Talk:Intel Graphics Media Accelerator 950</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28140"/>
		<updated>2007-02-06T17:38:35Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: /* Display problems on T60 w/ WSXGA+ and 945GM */ add example of failed test.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is it possible to connect a beamer (or external monitor) to the notebook, while the notebook is running, and then switch the output from the internal TFT to the external beamer or monitor using FN-F7 or by other means?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Any information about whether this chip supports DRI/hardware-accelerated GLX with free drivers or not?&lt;br /&gt;
&lt;br /&gt;
Cheers :)&lt;br /&gt;
&lt;br /&gt;
you need to install i810 driver from xorg7 version 1.5 or above. glxgears shows something around 600FPS. currently you can get from xorg cvs version 1.6 and get 1000FPS.&lt;br /&gt;
&lt;br /&gt;
cheers&lt;br /&gt;
&lt;br /&gt;
== Now on systems with 945GM it seems ==&lt;br /&gt;
&lt;br /&gt;
The wiki used to say that intel graphics were only available w/ 1024x768 thinkpads.. Well I just purchased a T60 widescreen with the WSXGA+ (1680x1024) driven by a 945GM. &lt;br /&gt;
&lt;br /&gt;
== Display problems on T60 w/ WSXGA+ and 945GM ==&lt;br /&gt;
[[Image:banding_test.png|right]]&lt;br /&gt;
[[Image:failed_t60w_banding_test.jpg|thumb|right|This is what a failed banding test looks like. There should not be vertical bars of differing color.]]&lt;br /&gt;
It is working under FC6 with desktop effects and all, although while the image looks great at a first glance.. it's clearly a 16 bit image even though xorg thinks it's 24bit mode. Also there is a faint horizontal banding in fully saturated mid brightness colors, giving a textured look to areas of solid color.  Now I need to find out if this is an xorg issue that can be resolved or a hardware issue and that I should send my T60 back. :(  Does anyone here run windows on their T60 with intel video and this display? can you confirm if you see this texture behavior? --[[User:Gmaxwell|Gmaxwell]] 23:58, 5 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:Banding_test.png&amp;diff=28139</id>
		<title>File:Banding test.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:Banding_test.png&amp;diff=28139"/>
		<updated>2007-02-06T17:35:00Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: Banding test for T60 widescreen by Gregory Maxwell. Public Domain. Tile this over your whole screen.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Banding test for T60 widescreen by Gregory Maxwell. Public Domain. Tile this over your whole screen.&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28138</id>
		<title>Talk:Intel Graphics Media Accelerator 950</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28138"/>
		<updated>2007-02-06T17:34:00Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: /* Now on systems with 945GM it seems */ add banding test image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is it possible to connect a beamer (or external monitor) to the notebook, while the notebook is running, and then switch the output from the internal TFT to the external beamer or monitor using FN-F7 or by other means?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Any information about whether this chip supports DRI/hardware-accelerated GLX with free drivers or not?&lt;br /&gt;
&lt;br /&gt;
Cheers :)&lt;br /&gt;
&lt;br /&gt;
you need to install i810 driver from xorg7 version 1.5 or above. glxgears shows something around 600FPS. currently you can get from xorg cvs version 1.6 and get 1000FPS.&lt;br /&gt;
&lt;br /&gt;
cheers&lt;br /&gt;
&lt;br /&gt;
== Now on systems with 945GM it seems ==&lt;br /&gt;
&lt;br /&gt;
The wiki used to say that intel graphics were only available w/ 1024x768 thinkpads.. Well I just purchased a T60 widescreen with the WSXGA+ (1680x1024) driven by a 945GM. &lt;br /&gt;
&lt;br /&gt;
== Display problems on T60 w/ WSXGA+ and 945GM ==&lt;br /&gt;
[[Image:banding_test.png|right]]&lt;br /&gt;
It is working under FC6 with desktop effects and all, although while the image looks great at a first glance.. it's clearly a 16 bit image even though xorg thinks it's 24bit mode. Also there is a faint horizontal banding in fully saturated mid brightness colors, giving a textured look to areas of solid color.  Now I need to find out if this is an xorg issue that can be resolved or a hardware issue and that I should send my T60 back. :(  Does anyone here run windows on their T60 with intel video and this display? can you confirm if you see this texture behavior? --[[User:Gmaxwell|Gmaxwell]] 23:58, 5 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28126</id>
		<title>Talk:Intel Graphics Media Accelerator 950</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Intel_Graphics_Media_Accelerator_950&amp;diff=28126"/>
		<updated>2007-02-05T22:58:03Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: Now on systems with 945GM it seems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is it possible to connect a beamer (or external monitor) to the notebook, while the notebook is running, and then switch the output from the internal TFT to the external beamer or monitor using FN-F7 or by other means?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Any information about whether this chip supports DRI/hardware-accelerated GLX with free drivers or not?&lt;br /&gt;
&lt;br /&gt;
Cheers :)&lt;br /&gt;
&lt;br /&gt;
you need to install i810 driver from xorg7 version 1.5 or above. glxgears shows something around 600FPS. currently you can get from xorg cvs version 1.6 and get 1000FPS.&lt;br /&gt;
&lt;br /&gt;
cheers&lt;br /&gt;
&lt;br /&gt;
== Now on systems with 945GM it seems ==&lt;br /&gt;
&lt;br /&gt;
The wiki used to say that intel graphics were only available w/ 1024x768 thinkpads.. Well I just purchased a T60 widescreen with the WSXGA+ (1680x1024) driven by a 945GM. It is working under FC6 with desktop effects and all, although while the image looks great at a first glance.. it's clearly a 16 bit image even though xorg thinks it's 24bit mode. Also there is a faint horizontal banding in fully saturated mid brightness colors, giving a textured look to areas of solid color.  Now I need to find out if this is an xorg issue that can be resolved or a hardware issue and that I should send my T60 back. :(  Does anyone here run windows on their T60 with intel video and this display? can you confirm if you see this texture behavior? --[[User:Gmaxwell|Gmaxwell]] 23:58, 5 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=28125</id>
		<title>Category:T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=28125"/>
		<updated>2007-02-05T22:52:40Z</updated>

		<summary type="html">&lt;p&gt;Gmaxwell: /* Standard Features */ Making this edit from a T60 widescreen with a 1680x1024 wsxga+ display driven by 945GM.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad T60 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad T60 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Merom)]] 1.66, 1.83, 2.0, 2.16, 2.33 GHz CPU&lt;br /&gt;
** [[Intel Core Duo (Yonah)]] 1.66, 1.83, 2.0, 2.2, 2.33 GHz CPU&lt;br /&gt;
** [[Intel Core Solo (Yonah)]] 1.66 GHz CPU&lt;br /&gt;
* One of the following graphics adapters:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 950]] &lt;br /&gt;
** [[ATI Mobility Radeon X1300]] (64 MB)&lt;br /&gt;
** [[ATI Mobility Radeon X1400]] (128 MB)&lt;br /&gt;
** Note: Lenovo claims to only sell 950 adapters on 1024x768 LCDs, they did release a test box with a 1400x1050 display but claim there is a performance issue.&lt;br /&gt;
** This is indeed the case, Model 1951-A47 is such an example, 1951-A31 also has a 1400X1050 Display and uses a 945M adapter.&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1400x1050 resolution&lt;br /&gt;
** 15.0&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
** 15.0&amp;quot; TFT IPS display with 1400x1050 resolution&lt;br /&gt;
** 15.0&amp;quot; TFT IPS display with 1600x1200 resolution&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1680x1050 resolution (widescreen)&lt;br /&gt;
* 512 MB or 1 GB [[PC2-5300]] memory standard upgradable to 4 GB&lt;br /&gt;
** Note: While many operating systems support greater than 4 GB of memory, Microsoft Windows XP pro 32 bit supports a maximum of 3GB of memory.&lt;br /&gt;
* 40, 60, 80 or 100 GB SATA HDD (Some available in 7200RPM)&lt;br /&gt;
* [[AD1981HD]] HD Audio 1.0 controller&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim DVD-ROM Drive]]&lt;br /&gt;
** [[UltraBay Slim CD-RW/DVD-ROM Combo II Drive]]&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g/n Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/53 slot]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* Bluetooth on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadT60.jpg|ThinkPad T60]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62733 T60/p Hardware Maintenance Manual]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62465 T60/p Service and Troubleshooting Guide]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=2702 NotebookReview.com], 2006-01-05&lt;br /&gt;
* [http://www.anandtech.com/mobile/showdoc.aspx?i=2663&amp;amp;p=15 AnandTech], 2006-01-05&lt;br /&gt;
* [http://forum.thinkpads.com/viewtopic.php?t=21513&amp;amp;highlight=clean Nottes], 2006-02-25 (links from thinkpads.com; includes pictures of disassembled unit)&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,1933669,00.asp PCMag.com], 2006-03-06&lt;br /&gt;
* [http://www.laptoplogic.com/reviews/detail.php?id=112&amp;amp;part=full&amp;amp;page=1 Laptop Logic], 2006-03-27&lt;br /&gt;
* [http://www.notebookjournal.de/tests/104 notebookjournal.de], 2006-04-24 (german, some good pictures)&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=3368 NotebookReview.com], 2006-10-28 (widescreen T60)&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://www.cryptosecurity.net/Suse_T60_DRAFT.htm SUSE 10.1 on the Thinkpad T60], 17-10-2006&lt;br /&gt;
* [http://statgen.ncsu.edu/~jdstarme/fc5_on_t60.txt Fedora Core 5 on the Thinkpad T60], 10-09-2006&lt;br /&gt;
* [http://vizzzion.org/?id=t60 Running Linux on the Thinkpad T60], 25-05-2006&lt;br /&gt;
* [http://www.gtishrine.com/t60.php Installing Gentoo Linux on the Thinkpad T60], 15-06-2006&lt;br /&gt;
* [http://ceallaigh.net/log/2006/06/16/ubuntu-dapper-drake-604-on-a-lenovo-t60-thinkpad/ Installing Ubuntu Dapper Drake on the Thinkpad T60], 04-07-2006&lt;br /&gt;
* [http://thinkwiki.org/wiki/Installing_Ubuntu_6.10_%28Edgy_Eft%29_on_a_ThinkPad_T60 Installing Ubuntu Edgy Eft on the Thinkpad T60], 16-12-2006&lt;br /&gt;
&lt;br /&gt;
[[Category:T Series]]&lt;/div&gt;</summary>
		<author><name>Gmaxwell</name></author>
		
	</entry>
</feed>