<?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=Markov</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=Markov"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Markov"/>
	<updated>2026-04-08T12:55:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52507</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52507"/>
		<updated>2011-08-04T07:16:26Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Fixing the touchscreen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows 7 Professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Fixing the touchscreen ===&lt;br /&gt;
Once OpenSuSE 12.1, the touchscreen will work out-of-the-box (very probably), but with 11.4 your kernel and X is just a little too old.&lt;br /&gt;
&lt;br /&gt;
==== upgrade the X11 driver ====&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface as well. Run the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer]  Check that the wacom_drv.so module got installed in /usr/lib64, not /usr/lib&lt;br /&gt;
   ls -l /usr/lib/xorg/modules/input/wacom_drv.so /usr/lib64/xorg/modules/input/wacom_drv.so&lt;br /&gt;
&lt;br /&gt;
Correct me if I am wrong: you need to change the following in /etc/X11/xorg.conf.d/50-wacom.conf&lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;InputClass&amp;quot;&lt;br /&gt;
        Identifier &amp;quot;Wacom class&amp;quot;&lt;br /&gt;
  -     MatchProduct &amp;quot;Wacom|WACOM&amp;quot;&lt;br /&gt;
  +     MatchProduct &amp;quot;Wacom|WALTOP|WACOM|ISDv4&amp;quot;&lt;br /&gt;
        MatchDevicePath &amp;quot;/dev/input/event*&amp;quot;&lt;br /&gt;
        Driver &amp;quot;wacom&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
==== upgrade the kernel ====&lt;br /&gt;
he script in the previous paragraph did not make the touch-screen devices appear, probably because it is a new kind of device: wacoms via usb. I decided to upgrade the whole kernel, which seems to work well.&lt;br /&gt;
&lt;br /&gt;
First, uncomment (=remove the '#') in /etc/zypp/zypp.conf before&lt;br /&gt;
  # multiversion = provides:multiversion(kernel)&lt;br /&gt;
&lt;br /&gt;
Add repository&lt;br /&gt;
  http://download.opensuse.org/repositories/Kernel:/stable/standard&lt;br /&gt;
&lt;br /&gt;
Finally, run &amp;quot;zypper update&amp;quot; and reboot the system. I got a kernel 3.0.0 installed which does recognize the touchscreen out of the box.&lt;br /&gt;
After a reboot, you will see the wacom interfaces with&lt;br /&gt;
   xinput --list&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Category:OpenSUSE]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52489</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52489"/>
		<updated>2011-08-03T20:39:07Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Fixing the touchscreen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows 7 Professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Fixing the touchscreen ===&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface. I first tried the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer], however that did not suffice: the wacom was not detected.&lt;br /&gt;
&lt;br /&gt;
==== upgrade the kernel ====&lt;br /&gt;
Then, I decided to upgrade the whole kernel. First, uncomment (=remove the '#') in /etc/zypp/zypp.conf before&lt;br /&gt;
  # multiversion = provides:multiversion(kernel)&lt;br /&gt;
&lt;br /&gt;
Add repository&lt;br /&gt;
  http://download.opensuse.org/repositories/Kernel:/stable/standard&lt;br /&gt;
&lt;br /&gt;
Finally, run &amp;quot;zypper update&amp;quot; and reboot the system. I got a kernel 3.0.0 installed which does recognize the touchscreen out of the box.&lt;br /&gt;
After a reboot, you will see the wacom interfaces with&lt;br /&gt;
   xinput --list&lt;br /&gt;
&lt;br /&gt;
==== upgrade the X11 driver ====&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface as well. Run the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer]  This will, however, installs the 64bit driver in X11's 32bit plugin directory. So:&lt;br /&gt;
   mv /usr/lib64/xorg/modules/input/wacom_drv.so /usr/lib64/xorg/modules/input/wacom_drv.so.orig&lt;br /&gt;
   cp /usr/lib/xorg/modules/input/wacom_drv.so /usr/lib64/xorg/modules/input/wacom_drv.so &lt;br /&gt;
&lt;br /&gt;
Then, login again.&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Category:OpenSUSE]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52488</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52488"/>
		<updated>2011-08-03T15:53:52Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Fixing the touchscreen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows 7 Professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Fixing the touchscreen ===&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface. I first tried the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer], however that did not suffice: the wacom was not detected.&lt;br /&gt;
&lt;br /&gt;
Then, I decided to upgrade the whole kernel. First, uncomment (=remove the '#') in /etc/zypp/zypp.conf before&lt;br /&gt;
  # multiversion = provides:multiversion(kernel)&lt;br /&gt;
&lt;br /&gt;
Add repository&lt;br /&gt;
  http://download.opensuse.org/repositories/Kernel:/stable/standard&lt;br /&gt;
&lt;br /&gt;
Finally, run &amp;quot;zypper update&amp;quot; and reboot the system. I got a kernel 3.0.0 installed which does recognize the touchscreen out of the box... however... still no touchscreen functionality (only tested with GNOME2)&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Category:OpenSUSE]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52452</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52452"/>
		<updated>2011-07-30T23:02:10Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows7 professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Fixing the touchscreen ===&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface. The first step should be to run the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer], however that does not suffice... help?&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Category:X220 Tablet]]&lt;br /&gt;
[[Category:OpenSUSE]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220_Tablet&amp;diff=52451</id>
		<title>Category:X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220_Tablet&amp;diff=52451"/>
		<updated>2011-07-30T23:01:29Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&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 X220 Tablet ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 Tablet (X220t) related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
*One of the following [[Intel Core i3]], [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* ? [[Intel Mobile QM67 Express Chipset]]&lt;br /&gt;
* Up to 8GB [[PC3-10600]] DDR3 memory at 1333MHz&lt;br /&gt;
* ? [[Intel HD Graphics]] 3000&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution, 300 NIT WV (IPS), 2 finger touch/5 finger gesture, infinity Glass&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution, 300 NIT WV (IPS), Corning Gorilla glass direct bond, pen&lt;br /&gt;
* hard drive bay with one of the following hard drives:&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA (SSDSA2M160)&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
** 320GB 7200RPM SATA&lt;br /&gt;
* one [[MiniPCI Express slot]] with optional&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* one [[MiniPCI Express slot]] with optional&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[Intel Gigabit Ethernet PCI-Express Controller|Intel Gigabit 82579LM]] (PCI-Express)&lt;br /&gt;
* [[ThinkPad Bluetooth Daughter Card with Enhanced Data Rate (BDC-2)|ThinkPad Bluetooth Daughter Card with Enhanced Data Rate (BDC-2.1)]]&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[SD Card slot]]&lt;br /&gt;
* Three USB 2.0 ports of which one always on)&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* Stereo digital microphones&lt;br /&gt;
* Stereo speakers &lt;br /&gt;
* Combined headphone and microphone jack&lt;br /&gt;
* [[Trackpoint]] and [[Buttonless Touchpad]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] (UPEK)&lt;br /&gt;
* Comes with 65W AC Adapter&lt;br /&gt;
* Supports [[ThinkPad UltraBase Series 3]], [[ThinkPad Mini Dock Series 3]], etc.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220t.png|ThinkPad X220t|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220t_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220_Tablet&amp;diff=52450</id>
		<title>Category:X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220_Tablet&amp;diff=52450"/>
		<updated>2011-07-30T23:00:55Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&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 X220 Tablet ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 Tablet (X220t) related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
*One of the following [[Intel Core i3]], [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* ? [[Intel Mobile QM67 Express Chipset]]&lt;br /&gt;
* Up to 8GB [[PC3-10600]] DDR3 memory at 1333MHz&lt;br /&gt;
* ? [[Intel HD Graphics]] 3000&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution, 300 NIT WV (IPS), 2 finger touch/5 finger gesture, infinity Glass&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution, 300 NIT WV (IPS), Corning Gorilla glass direct bond, pen&lt;br /&gt;
* hard drive bay with one of the following hard drives:&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA (SSDSA2M160)&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
** 320GB 7200RPM SATA&lt;br /&gt;
* one [[MiniPCI Express slot]] with optional&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* one [[MiniPCI Express slot]] with optional&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[Intel Gigabit Ethernet PCI-Express Controller|Intel Gigabit 82579LM]] (PCI-Express)&lt;br /&gt;
* [[ThinkPad Bluetooth Daughter Card with Enhanced Data Rate (BDC-2)|ThinkPad Bluetooth Daughter Card with Enhanced Data Rate (BDC-2.1)]]&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[SD Card slot]]&lt;br /&gt;
* Three USB 2.0 ports of which one always on)&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* Stereo digital microphones&lt;br /&gt;
* Stereo speakers &lt;br /&gt;
* Combined headphone and microphone jack&lt;br /&gt;
* [[Trackpoint]] and [[Buttonless Touchpad]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] (UPEK)&lt;br /&gt;
* Comes with 65W AC Adapter&lt;br /&gt;
* Supports [[ThinkPad UltraBase Series 3]], [[ThinkPad Mini Dock Series 3]], etc.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220t.png|ThinkPad X220t|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220t_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;br /&gt;
[[Category:OpenSUSE]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52449</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52449"/>
		<updated>2011-07-30T22:00:58Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Fixing the touchscreen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows7 professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Fixing the touchscreen ===&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface. The first step should be to run the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer], however that does not suffice... help?&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52448</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52448"/>
		<updated>2011-07-30T21:12:45Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows7 professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Fixing the touchscreen ===&lt;br /&gt;
You need a recent xf86-input-wacom driver to connect to the wacom interface. Run the script which is included in [http://en.opensuse.org/SDB:Wacom_tablet_installer]&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52446</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52446"/>
		<updated>2011-07-30T14:49:42Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Disk partitioning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows7 professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to 50GB, mounted on &amp;quot;/windows/c&amp;quot;&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52445</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52445"/>
		<updated>2011-07-30T12:21:56Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with&lt;br /&gt;
* 160GB Intel SSD&lt;br /&gt;
* [[Intel Core i5|Core i5-2520M]] processor (2.5GHz, 3MB L3 Cache)&lt;br /&gt;
* [[Ericsson HSPA + (F5521gw)]] WWAN (GPRS and GPS)&lt;br /&gt;
* 4GB of RAM (4 more can be installed)&lt;br /&gt;
&lt;br /&gt;
=== The Windows bit ===&lt;br /&gt;
Windows7 professional comes pre-installed. It works swift on this machine&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly out of the box, '''except touchscreen'''. The package installation (GNOME and KDE together) only took about 15 minutes (!)  WWAN not tested yet, but that did work well on my X301.&lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to GB&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
== Install more ==&lt;br /&gt;
Additionally, you want to install more.  Configure &amp;quot;automatic update&amp;quot; via YaST and then deselect the external DVD unit from the repository list.  You may like my choices from below.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52444</id>
		<title>Installing OpenSUSE 11.4 on a ThinkPad X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_OpenSUSE_11.4_on_a_ThinkPad_X220_Tablet&amp;diff=52444"/>
		<updated>2011-07-30T11:33:29Z</updated>

		<summary type="html">&lt;p&gt;Markov: â†Created page with '== Model == Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with 160GB Intel SSD.  == Installation == There is no internal optical disk, so I used an external drive (Sa...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Model ==&lt;br /&gt;
Lenovo Thinkpad {{X220 Tablet}} 4299-2PG (NYN2PMH) with 160GB Intel SSD.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
There is no internal optical disk, so I used an external drive (Samsung, feeds from two USB ports). Worked flawlessly without the need to change BIOS settings.&lt;br /&gt;
&lt;br /&gt;
Screen, network etc all detected correctly... only no touchscreen features out of the box. The package installation (GNOME and KDE together) took about 15 minutes (!) &lt;br /&gt;
&lt;br /&gt;
=== Disk partitioning ===&lt;br /&gt;
The system was shipped with an 160GB SSD disk (SSDSA2M160), with three partitions&lt;br /&gt;
* 1 GB NTFS &amp;quot;System_DRV&amp;quot;&lt;br /&gt;
* 132 GB NTFS &amp;quot;Windows7_OS&amp;quot;, drive C: with 30GB used&lt;br /&gt;
* 16 GB NTFS &amp;quot;Lenovo_Recovery&amp;quot;&lt;br /&gt;
&lt;br /&gt;
No D: partition to sacrifice.  The default partitioning change offered by SuSE installation seems ok, but I like to take it in my own hands. So, I&lt;br /&gt;
* resized partition Windows7 back to GB&lt;br /&gt;
* add extended partition for the rest&lt;br /&gt;
* add 20GB partition for SuSE &amp;quot;/&amp;quot; with ext4 and noatime&lt;br /&gt;
* add 20GB partition, later to be used for Debian/Qimo with ext4 and noatime&lt;br /&gt;
* add 2GB partition for swap (hopefully not used)&lt;br /&gt;
* add remaining 40GB for partition &amp;quot;/home&amp;quot; with ext4 and noatime&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Add &amp;quot;tabletpc&amp;quot; to the software selection. I also use both KDE and GNOME window managers via the software selection menu.&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
The default installation is 64bits. Skype does not offer a 64bit version for OpenSuSE (yet), so you have to install some additional libraries for it to work:&lt;br /&gt;
&lt;br /&gt;
  # required for Skype 2.2beta&lt;br /&gt;
  zypper in xorg-x11-libXv-32bit libqt4-32bit libqt4-x11-32bit libpng12-0-32bit&lt;br /&gt;
&lt;br /&gt;
Webcam, sound and microphone worked without further configuration.&lt;br /&gt;
&lt;br /&gt;
=== Multimedia ===&lt;br /&gt;
Go to [http://opensuse-community.org/Restricted_formats/11.4|OpenSuSE Community Restricted Formats] for a one-click install of proprietary drivers. I selected both the KDE and GNOME extensions.&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
=== Display Brightness ===&lt;br /&gt;
I really hate the automatic dimming the screen. With the excellent battery-life and working brightness-control buttons, there is no need for the frequent dimming.&lt;br /&gt;
&lt;br /&gt;
Under GNOME, click on the battery image on the lower bar, select &amp;quot;Preferences&amp;quot;.  In &amp;quot;On Battery Power&amp;quot;, untick the &amp;quot;Reduce backlight brightness&amp;quot; and &amp;quot;Dim display when idle&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:X220_Tablet&amp;diff=52443</id>
		<title>Template:X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:X220_Tablet&amp;diff=52443"/>
		<updated>2011-07-30T10:27:41Z</updated>

		<summary type="html">&lt;p&gt;Markov: â†Created page with 'X220 TabletCategory:X220_Tablet'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:X220_Tablet|X220 Tablet]][[Category:X220_Tablet]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:ThinkPadX220t.png&amp;diff=52442</id>
		<title>File:ThinkPadX220t.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:ThinkPadX220t.png&amp;diff=52442"/>
		<updated>2011-07-30T10:19:50Z</updated>

		<summary type="html">&lt;p&gt;Markov: from datasheet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;from datasheet&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X220_Tablet&amp;diff=52441</id>
		<title>Category:X220 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X220_Tablet&amp;diff=52441"/>
		<updated>2011-07-30T10:18:27Z</updated>

		<summary type="html">&lt;p&gt;Markov: â†Created page with '__NOTOC__  {| width=&amp;quot;100%&amp;quot; |style=&amp;quot;vertical-align:top&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&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 X220 Tablet ===&lt;br /&gt;
This page gives an overview of all ThinkPad X220 Tablet (X220t) related topics.&lt;br /&gt;
&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
*One of the following [[Intel Core i3]], [[Intel Core i5]] or [[Intel Core i7]] processors:&lt;br /&gt;
** Intel® Core™ i3-2310M (2.1GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2410M (2.3GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i5-2520M (2.5GHz, 3MB L3 cache)&lt;br /&gt;
** Intel® Core™ i7-2620M (2.7GHz, 4MB L3 cache)&lt;br /&gt;
* ? [[Intel Mobile QM67 Express Chipset]]&lt;br /&gt;
* Up to 8GB [[PC3-10600]] DDR3 memory at 1333MHz&lt;br /&gt;
* ? [[Intel HD Graphics]] 3000&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution, 300 NIT WV (IPS), 2 finger touch/5 finger gesture, infinity Glass&lt;br /&gt;
** 12.5&amp;quot; TFT display with 1366x768 resolution, 300 NIT WV (IPS), Corning Gorilla glass direct bond, pen&lt;br /&gt;
* hard drive bay with one of the following hard drives:&lt;br /&gt;
** 4GB SSD SATA&lt;br /&gt;
** Intel 80GB Micro SSD SATA&lt;br /&gt;
** 128GB SSD SATA&lt;br /&gt;
** Intel 160GB SSD SATA (SSDSA2M160)&lt;br /&gt;
** 160GB 7200RPM SATA&lt;br /&gt;
** 250GB 5400RPM SATA&lt;br /&gt;
** 250GB 7200RPM SATA (with limited OPAL FDE technology)&lt;br /&gt;
** 320GB 5400RPM SATA&lt;br /&gt;
** 320GB 7200RPM SATA&lt;br /&gt;
* one [[MiniPCI Express slot]] with optional&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]]&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* one [[MiniPCI Express slot]] with optional&lt;br /&gt;
** [[Qualcomm Gobi 3000]] WWAN&lt;br /&gt;
** [[LeadCore TD-SCDMA (LC5730D)]] WWAN&lt;br /&gt;
** [[Ericsson HSPA + (F5521gw)]] WWAN&lt;br /&gt;
** [[Huawei EV-DO (EM660)]] WWAN&lt;br /&gt;
* [[Intel Gigabit Ethernet PCI-Express Controller|Intel Gigabit 82579LM]] (PCI-Express)&lt;br /&gt;
* [[ThinkPad Bluetooth Daughter Card with Enhanced Data Rate (BDC-2)|ThinkPad Bluetooth Daughter Card with Enhanced Data Rate (BDC-2.1)]]&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[SD Card slot]]&lt;br /&gt;
* Three USB 2.0 ports of which one always on)&lt;br /&gt;
* 720p HD [[Integrated camera]]&lt;br /&gt;
* Stereo digital microphones&lt;br /&gt;
* Stereo speakers &lt;br /&gt;
* Combined headphone and microphone jack&lt;br /&gt;
* [[Trackpoint]] and [[Buttonless Touchpad]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] (UPEK)&lt;br /&gt;
* Comes with 65W AC Adapter&lt;br /&gt;
* Supports [[ThinkPad UltraBase Series 3]], [[ThinkPad Mini Dock Series 3]], etc.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX220t.png|ThinkPad X220t|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
* [http://shop.lenovo.com/ISS_Static/ww/wci/us/ww/pdf/x220t_datasheet.pdf Datasheet]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=44006</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=44006"/>
		<updated>2009-08-27T09:03:24Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
In August 2009, I upgraded to SuSE Factory.  I do not know how much of the changes below are still a problem when you start with Factory.  In any case, Factory has a much newer kernel which results in 10 second boots and a very smooth experience.&lt;br /&gt;
&lt;br /&gt;
= Installation problems =&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
After installing, the video mode is autodetected a little too low.  Go to the KDE-personal settings menu to get it up to 1440x900.  If that choice is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After resurrection from suspend mode, the resolution flips to something like 1400x1040, which is obviously wrong.  You can not reach to the panel to log-out.  Gladly, the background menu has a log-out option as well.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not require suspend...&lt;br /&gt;
&lt;br /&gt;
=== Compiz ===&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend, leaving you without a window manager.  The (default) KWin manager does survive suspend mode.&lt;br /&gt;
&lt;br /&gt;
= Performance =&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
= Applications =&lt;br /&gt;
&lt;br /&gt;
* Skype works without problems, although you have to install the 32-bit versions of some QT libraries first.&lt;br /&gt;
&lt;br /&gt;
[[Category:X301]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42630</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42630"/>
		<updated>2009-04-11T21:53:51Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
= Installation problems =&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
After installing, the video mode is autodetected a little too low.  Go to the KDE-personal settings menu to get it up to 1440x900.  If that choice is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After resurrection from suspend mode, the resolution flips to something like 1400x1040, which is obviously wrong.  You can not reach to the panel to log-out.  Gladly, the background menu has a log-out option as well.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not require suspend...&lt;br /&gt;
&lt;br /&gt;
=== Compiz ===&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend, leaving you without a window manager.  The (default) KWin manager does survive suspend mode.&lt;br /&gt;
&lt;br /&gt;
= Performance =&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
= Applications =&lt;br /&gt;
&lt;br /&gt;
* Skype works without problems, although you have to install the 32-bit versions of some QT libraries first.&lt;br /&gt;
&lt;br /&gt;
[[Category:X301]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42629</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42629"/>
		<updated>2009-04-11T21:52:52Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
= Installation problems =&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
After installing, the video mode is autodetected a little too low.  Go to the KDE-personal settings menu to get it up to 1440x900.  If that choice is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After resurrection from suspend mode, the resolution flips to something like 1400x1040, which is obviously wrong.  You can not reach to the panel to log-out.  Gladly, the background menu has a log-out option as well.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not require suspend...&lt;br /&gt;
&lt;br /&gt;
=== Compiz ===&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend, leaving you without a window manager.  The (default) KWin manager does survive suspend mode.&lt;br /&gt;
&lt;br /&gt;
= Performance =&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
= Applications =&lt;br /&gt;
&lt;br /&gt;
== Skype ==&lt;br /&gt;
Works without problems, although you have to install the 32-bit versions of some QT libraries first.&lt;br /&gt;
&lt;br /&gt;
[[Category:X301]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42570</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42570"/>
		<updated>2009-04-09T09:28:13Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Video */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
= Installation problems =&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
After installing, the video mode is autodetected a little too low.  Go to the KDE-personal settings menu to get it up to 1440x900.  If that choice is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After resurrection from suspend mode, the resolution flips to something like 1400x1040, which is obviously wrong.  You can not reach to the panel to log-out.  Gladly, the background menu has a log-out option as well.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not require suspend...&lt;br /&gt;
&lt;br /&gt;
=== Compiz ===&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend, leaving you without a window manager.  The (default) KWin manager does survive suspend mode.&lt;br /&gt;
&lt;br /&gt;
= Performance =&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
= Applications =&lt;br /&gt;
Skype worked without problems.&lt;br /&gt;
&lt;br /&gt;
[[Category:X301]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42564</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42564"/>
		<updated>2009-04-09T08:40:41Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
= Installation problems =&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
After installing, the video mode is autodetected too low.  Go to KDE-personal settings to get it up to 1440x900.  If that choice&lt;br /&gt;
is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After suspend, the resolution flips to something like 1400x1040, which is obviously wrong.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not need suspend.&lt;br /&gt;
&lt;br /&gt;
=== Compiz ===&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend.&lt;br /&gt;
&lt;br /&gt;
= Performance =&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
= Applications =&lt;br /&gt;
Skype worked without problems.&lt;br /&gt;
&lt;br /&gt;
[[Category:X301]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42562</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42562"/>
		<updated>2009-04-09T08:38:17Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
= Installation problems =&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
After installing, the video mode is autodetected too low.  Go to KDE-personal settings to get it up to 1440x900.  If that choice&lt;br /&gt;
is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After suspend, the resolution flips to something like 1400x1040, which is obviously wrong.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not need suspend.&lt;br /&gt;
&lt;br /&gt;
=== Compiz ===&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend.&lt;br /&gt;
&lt;br /&gt;
= Performance =&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
= Applications =&lt;br /&gt;
Skype worked without problems.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42561</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42561"/>
		<updated>2009-04-09T08:36:49Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= openSuSE 11.1 =&lt;br /&gt;
&lt;br /&gt;
Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
After installing, the video mode is autodetected too low.  Go to KDE-personal settings to get it up to 1440x900.  If that choice&lt;br /&gt;
is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After suspend, the resolution flips to something like 1400x1040, which is obviously wrong.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not need suspend.&lt;br /&gt;
&lt;br /&gt;
==== Compiz ====&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend.&lt;br /&gt;
&lt;br /&gt;
== Performance ==&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Skype worked without problems.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42560</id>
		<title>Installing openSuSE 11.1 on an X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSuSE_11.1_on_an_X301&amp;diff=42560"/>
		<updated>2009-04-09T08:33:19Z</updated>

		<summary type="html">&lt;p&gt;Markov: new&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most of the features seem to work immediately.  I have seen this work out of the box:&lt;br /&gt;
* disk&lt;br /&gt;
* memory&lt;br /&gt;
* webcam&lt;br /&gt;
* microphone&lt;br /&gt;
* ethernet&lt;br /&gt;
* DVD reading&lt;br /&gt;
&lt;br /&gt;
but I also encountered some issues which require manual fixing.  Only those are described on this page.&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
&lt;br /&gt;
=== Wireless ===&lt;br /&gt;
The driver is too old: broadcasts of close-by stations are not found, and connections get teminated all the time. Upgrade it as explained in [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
After installing, the video mode is autodetected too low.  Go to KDE-personal settings to get it up to 1440x900.  If that choice&lt;br /&gt;
is not available, then first run SaX2 and try again.&lt;br /&gt;
&lt;br /&gt;
After suspend, the resolution flips to something like 1400x1040, which is obviously wrong.  I do not know how to resolve this yet.  The shutdown and boot are so fast (because of the SSD) that I do not need suspend.&lt;br /&gt;
&lt;br /&gt;
==== Compiz ====&lt;br /&gt;
Whether it has to do with the problems of the graphics driver or not, I don't know, but also Compiz does not survive a suspend.&lt;br /&gt;
&lt;br /&gt;
== Performance ==&lt;br /&gt;
Without any configuration, a new battery holds about 4.5 hours.&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Skype worked without problems.&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X301&amp;diff=42558</id>
		<title>Installation instructions for the ThinkPad X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X301&amp;diff=42558"/>
		<updated>2009-04-09T08:16:18Z</updated>

		<summary type="html">&lt;p&gt;Markov: /* Installation Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: X301]]&lt;br /&gt;
==Installation Instructions==&lt;br /&gt;
*[[Installing Ubuntu Intrepid Ibex (8.10) on an X301]]&lt;br /&gt;
* [http://binaryground.com/install-debian-lenny-thinkpad-x301 Install Debian Lenny (testing) on a ThinkPad X301]&lt;br /&gt;
*[[Installing openSuSE 11.1 on an X301]]&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_SUSE_10_on_a_ThinkPad_TransNote&amp;diff=19105</id>
		<title>Installing SUSE 10 on a ThinkPad TransNote</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_SUSE_10_on_a_ThinkPad_TransNote&amp;diff=19105"/>
		<updated>2006-01-28T23:27:38Z</updated>

		<summary type="html">&lt;p&gt;Markov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page tells about installation of {{SUSE}} on a ThinkPad {{TransNote}}.&lt;br /&gt;
{{Todo|Introduction, general installation notes}}&lt;br /&gt;
&lt;br /&gt;
==TPB==&lt;br /&gt;
The &amp;lt;tt&amp;gt;nvram&amp;lt;/tt&amp;gt; module doesn't get loaded by default. Hence you have to add it into the boot process yourself. In {{path|/etc/sysconfig/kernel}} adjust the following line:&lt;br /&gt;
 MODULES_LOADED_ON_BOOT=&amp;quot;nvram&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Power Management==&lt;br /&gt;
SUSE 10, like any other SUSE version, uses powersaved for power management. powersaved attaches itself to [[acpid]] via a file socket, [[acpid]] is only running to forward all events to powersaved.&lt;br /&gt;
&lt;br /&gt;
While the basic PM functionalities work out of the box, it gets a bit tricky when you want to enable [[ibm-acpi]] and [[tpb]].&lt;br /&gt;
&lt;br /&gt;
SUSE 10 comes with a modified kernel 2.6.13, and has the individual ACPI support options compiled as modules. Trying different modules loading orders or including part of the modules into the kernel, didn't help making ibm-acpi work reliably. Hence the conclusion was to try and built a vanilla kernel.&lt;br /&gt;
&lt;br /&gt;
While doing so, kernel 2.6.14 was used and the ACPI option modules were built into the kernel.&lt;br /&gt;
Unpack the kernel source into {{path|/usr/src/}}, relink {{path|/usr/src/linux}} to point to {{path|/usr/src/linux-2.6.14}}. Copy the {{path|.config}} file from the old kernels source dir. Change into the new kernels source dir and configure the kernel to include processor, ac, battery, fan, thermal and button support rather than having it compiled as modules. Compile the kernel and copy the appropriate kernel image to the {{path|/boot}} directory. You need to copy {{path|System.map}} as well. Then edit {{path|/etc/sysconfig/kernel}} and adjust the line:&lt;br /&gt;
 INITRD_MODULES=&amp;quot;piix reiserfs&amp;quot;&lt;br /&gt;
After that, recreate the initrd using &amp;lt;tt&amp;gt;mkinitrd&amp;lt;/tt&amp;gt;.&lt;br /&gt;
There is no need to update your menu.lst file, since the symlinks get adjusted by &amp;lt;tt&amp;gt;mkinitrd&amp;lt;/tt&amp;gt;.&lt;br /&gt;
{{Todo|This info needs to be more detailed.}}&lt;br /&gt;
&lt;br /&gt;
*Also make sure that ibm_acpi is never unloaded, since it would cause trouble. In {{path|/etc/sysconfig/powersave/common}} adjust the following line:&lt;br /&gt;
 ACPI_MODULES_NOT_TO_UNLOAD=&amp;quot;ibm_acpi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Powersaved complains about missing cpufreq support on boot. It might be good to switch to userspace frequency scaling. In {{path|/etc/sysconfig/powersave/cpufreq}} adjust the following line:&lt;br /&gt;
 CPUFREQ_CONTROL=&amp;quot;userspace&amp;quot;&lt;/div&gt;</summary>
		<author><name>Markov</name></author>
		
	</entry>
</feed>