<?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=Jan.voelkers</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=Jan.voelkers"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Jan.voelkers"/>
	<updated>2026-05-01T15:00:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu/Breezy_on_a_ThinkPad_T42&amp;diff=37778</id>
		<title>Talk:Installing Ubuntu/Breezy on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu/Breezy_on_a_ThinkPad_T42&amp;diff=37778"/>
		<updated>2008-05-20T18:07:57Z</updated>

		<summary type="html">&lt;p&gt;Jan.voelkers: bt restart inserted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why is it important to turn off dynamicClocks in radeonfb in kernels before 2.6.14?&lt;br /&gt;
&lt;br /&gt;
What is wrong with the wireless on/off script that comes with Breezy and is mapped to Fn-F5 out of the box?  Why replace it?&lt;br /&gt;
&lt;br /&gt;
Why use noflushd when Breezy comes with laptop-mode?  Just enable it in /etc/default/acpi-support.&lt;br /&gt;
&lt;br /&gt;
== Using Fn-F6 to enable/disable Bluetooth ==&lt;br /&gt;
&lt;br /&gt;
First, to make sure Fn-F6 is available as a hotkey, either do&lt;br /&gt;
&lt;br /&gt;
  echo 0xffff &amp;gt; /proc/acpi/ibm/hotkey&lt;br /&gt;
&lt;br /&gt;
(this will work until next reboot or suspend), or change the mask in /etc/modprobe.d/ibm_acpi.modprobe.&lt;br /&gt;
&lt;br /&gt;
Next, create a shell script /etc/acpi/bluetooth.sh:&lt;br /&gt;
&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  # Enable/disable builtin Bluetooth on IBM Thinkpads&lt;br /&gt;
  if grep -q enabled /proc/acpi/ibm/bluetooth; then&lt;br /&gt;
      echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
  &lt;br /&gt;
  else&lt;br /&gt;
      echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
      #sometimes the hcid won't recognize&lt;br /&gt;
      /etc/init.d/bluetooth restart&lt;br /&gt;
  fi&lt;br /&gt;
&lt;br /&gt;
Next, create an event file /etc/acpi/events/ibm-bluetooth&lt;br /&gt;
  &lt;br /&gt;
  # This is called when the user presses Fn-F6 button and calls&lt;br /&gt;
  # /etc/acpi/bluetooth.sh for further processing.&lt;br /&gt;
  event=ibm/hotkey HKEY 00000080 00001006&lt;br /&gt;
  action=/etc/acpi/bluetooth.sh&lt;br /&gt;
&lt;br /&gt;
You might need to restart acpid for it to start working.&lt;br /&gt;
&lt;br /&gt;
== Maybe some answers! ==&lt;br /&gt;
&lt;br /&gt;
As it seems it is no longer neccesary to turn off dynamicClocks in radeonfb.&lt;br /&gt;
radeonfb previously had a the same bug as in Xorg, where dynamicClock locked up some maschines. For radeonfb this lock up came randomly.&lt;br /&gt;
&lt;br /&gt;
xorg has fixed this bug from version 6.8.3... Ubuntu ships 6.8.2.. to bad! [https://bugs.freedesktop.org/show_bug.cgi?id=2187 https://bugs.freedesktop.org/show_bug.cgi?id=2187]&lt;br /&gt;
&lt;br /&gt;
Changing the wireless.sh script is because of the initially ipw2100 off. This is a software off, not handled by the wireless.sh script, which only handles the hardware on/off, therefore we have to turn it &amp;quot;on&amp;quot; in both hw and sw.&lt;br /&gt;
&lt;br /&gt;
The laptop-mode included is old! It doesn't handle hdd powermanagement properly. Noflushd is very easy to install.&lt;br /&gt;
[http://www.xs4all.nl/~bsamwel/laptop_mode/tools/index.html http://www.xs4all.nl/~bsamwel/laptop_mode/tools/index.html]&lt;br /&gt;
&lt;br /&gt;
Instead of noflushd I suggest you use laptop-mode-tools which is newer and actually works.&lt;br /&gt;
&lt;br /&gt;
Good idea with the bluetooth. Right now Breezy turns both blutooth and wireless on/off with Fn-F5.&lt;br /&gt;
&lt;br /&gt;
==   3d openGL acceleration with Radeon 7500 and Xorg ==&lt;br /&gt;
&lt;br /&gt;
Hi, with XFree86 direct rendering worked well for me. Any ideas why this isn't working with Xorg? I checked a few guides, but I found no bugs in my config, i also tried all depths and modules. Any Ideas? Maybe I overlooked something. A &amp;quot;it works here&amp;quot; would be enough for me to keep on trying, thanks, T.&lt;/div&gt;</summary>
		<author><name>Jan.voelkers</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu/Breezy_on_a_ThinkPad_T42&amp;diff=37777</id>
		<title>Talk:Installing Ubuntu/Breezy on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu/Breezy_on_a_ThinkPad_T42&amp;diff=37777"/>
		<updated>2008-05-20T18:06:47Z</updated>

		<summary type="html">&lt;p&gt;Jan.voelkers: /* Using Fn-F6 to enable/disable Bluetooth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why is it important to turn off dynamicClocks in radeonfb in kernels before 2.6.14?&lt;br /&gt;
&lt;br /&gt;
What is wrong with the wireless on/off script that comes with Breezy and is mapped to Fn-F5 out of the box?  Why replace it?&lt;br /&gt;
&lt;br /&gt;
Why use noflushd when Breezy comes with laptop-mode?  Just enable it in /etc/default/acpi-support.&lt;br /&gt;
&lt;br /&gt;
== Using Fn-F6 to enable/disable Bluetooth ==&lt;br /&gt;
&lt;br /&gt;
First, to make sure Fn-F6 is available as a hotkey, either do&lt;br /&gt;
&lt;br /&gt;
  echo 0xffff &amp;gt; /proc/acpi/ibm/hotkey&lt;br /&gt;
&lt;br /&gt;
(this will work until next reboot or suspend), or change the mask in /etc/modprobe.d/ibm_acpi.modprobe.&lt;br /&gt;
&lt;br /&gt;
Next, create a shell script /etc/acpi/bluetooth.sh:&lt;br /&gt;
&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  # Enable/disable builtin Bluetooth on IBM Thinkpads&lt;br /&gt;
  if grep -q enabled /proc/acpi/ibm/bluetooth; then&lt;br /&gt;
      echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
  #sometimes the hcid won't recognize&lt;br /&gt;
      /etc/init.d/bluetooth restart&lt;br /&gt;
  else&lt;br /&gt;
      echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
  fi&lt;br /&gt;
&lt;br /&gt;
Next, create an event file /etc/acpi/events/ibm-bluetooth&lt;br /&gt;
  &lt;br /&gt;
  # This is called when the user presses Fn-F6 button and calls&lt;br /&gt;
  # /etc/acpi/bluetooth.sh for further processing.&lt;br /&gt;
  event=ibm/hotkey HKEY 00000080 00001006&lt;br /&gt;
  action=/etc/acpi/bluetooth.sh&lt;br /&gt;
&lt;br /&gt;
You might need to restart acpid for it to start working.&lt;br /&gt;
&lt;br /&gt;
== Maybe some answers! ==&lt;br /&gt;
&lt;br /&gt;
As it seems it is no longer neccesary to turn off dynamicClocks in radeonfb.&lt;br /&gt;
radeonfb previously had a the same bug as in Xorg, where dynamicClock locked up some maschines. For radeonfb this lock up came randomly.&lt;br /&gt;
&lt;br /&gt;
xorg has fixed this bug from version 6.8.3... Ubuntu ships 6.8.2.. to bad! [https://bugs.freedesktop.org/show_bug.cgi?id=2187 https://bugs.freedesktop.org/show_bug.cgi?id=2187]&lt;br /&gt;
&lt;br /&gt;
Changing the wireless.sh script is because of the initially ipw2100 off. This is a software off, not handled by the wireless.sh script, which only handles the hardware on/off, therefore we have to turn it &amp;quot;on&amp;quot; in both hw and sw.&lt;br /&gt;
&lt;br /&gt;
The laptop-mode included is old! It doesn't handle hdd powermanagement properly. Noflushd is very easy to install.&lt;br /&gt;
[http://www.xs4all.nl/~bsamwel/laptop_mode/tools/index.html http://www.xs4all.nl/~bsamwel/laptop_mode/tools/index.html]&lt;br /&gt;
&lt;br /&gt;
Instead of noflushd I suggest you use laptop-mode-tools which is newer and actually works.&lt;br /&gt;
&lt;br /&gt;
Good idea with the bluetooth. Right now Breezy turns both blutooth and wireless on/off with Fn-F5.&lt;br /&gt;
&lt;br /&gt;
==   3d openGL acceleration with Radeon 7500 and Xorg ==&lt;br /&gt;
&lt;br /&gt;
Hi, with XFree86 direct rendering worked well for me. Any ideas why this isn't working with Xorg? I checked a few guides, but I found no bugs in my config, i also tried all depths and modules. Any Ideas? Maybe I overlooked something. A &amp;quot;it works here&amp;quot; would be enough for me to keep on trying, thanks, T.&lt;/div&gt;</summary>
		<author><name>Jan.voelkers</name></author>
		
	</entry>
</feed>