<?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=Radostyle</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=Radostyle"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Radostyle"/>
	<updated>2026-04-22T08:33:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T500&amp;diff=40523</id>
		<title>Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T500&amp;diff=40523"/>
		<updated>2009-01-10T03:55:58Z</updated>

		<summary type="html">&lt;p&gt;Radostyle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T500|T500]] '''Site under construction. You are invited building an useful guidance!'''&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP, WPA and WPA2.&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**I could connect my nokia mobile phone through bluetooth&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
*Intel driver for Integrated Graphics ([[Intel Integrated Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
** VGA output - mirrored, other not fixed yet&lt;br /&gt;
*ATI [[fglrx]] doesn't matter for me at the moment. Intel Graphics works fine!&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. &lt;br /&gt;
*Optical drive&lt;br /&gt;
**Not tested burning yet.&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
**Only tested SD cards.&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control works fine. So there is a strange behaviour. If you change the brightness to dark it gets darker then it gets a bit lighter and after view steps it stay dark. The display of ubuntu shows that it is maximum dark or maximum light, but it still changes. Not a real problem though.&lt;br /&gt;
**Thinklight control&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 and mechanical toggle)&lt;br /&gt;
**Media player control&lt;br /&gt;
*Some ACPI features: Works great with &amp;quot;Listen&amp;quot;.&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
====Disabling Touchpad while typing====&lt;br /&gt;
Enable SHMConfig as described above under '''Enabling Touchpad on/off key''' and add the command &lt;br /&gt;
 {{cmduser|syndaemon -S -d}} &lt;br /&gt;
under System -&amp;gt; Preferences -&amp;gt; Sessions -&amp;gt; Startup Programs.&lt;br /&gt;
&lt;br /&gt;
====Links for more information====&lt;br /&gt;
Most stuff is identical to T400. so watch this link [[Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_Thinkpad_T400]]&lt;br /&gt;
I will add more information in the next days. Please contribute, if you have more information!&lt;br /&gt;
&lt;br /&gt;
[[Category:T500]]&lt;br /&gt;
&lt;br /&gt;
====Fix runaway process issue====&lt;br /&gt;
I had this issue where dd, klog, and syslog processes were consuming 50-100 of my cpu when running top.  And they were filling my /var/log/klog, syslog files.  They were up to 28gigs each when I found them.&lt;br /&gt;
To fix this issue you have to enable the proposed updates repository and get the kernel update to 2.6.27-11&lt;br /&gt;
Go to System-&amp;gt;Administration-&amp;gt;Software Sources and click the proposed updates checkbox, then when the updates come up make sure to get the kernel update to 2.6.27-11.&lt;br /&gt;
[[http://ubuntuforums.org/archive/index.php/t-1016864.html]]&lt;/div&gt;</summary>
		<author><name>Radostyle</name></author>
		
	</entry>
</feed>