<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
	<title>Комментарии: Блог разработчика веба</title>
	
	<link>http://rotuka.com</link>
	<description>roTuKa о Ruby on Rails и Ubuntu</description>
	<pubDate>Sun, 16 Nov 2008 07:06:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/rotuka_comments" type="application/rss+xml" /><item>
		<title>Комментарий к записи Wacom Bamboo One + Ubuntu. Установка и решение проблем от roTuKa</title>
		<link>http://rotuka.com/wacom-bamboo-one-ubuntu-ustanovka-i-reshenie-problem/#comment-4</link>
		<dc:creator>roTuKa</dc:creator>
		<pubDate>Sat, 08 Nov 2008 15:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://rotuka.com/?p=74#comment-4</guid>
		<description>Ага, я в конце-концов тоже полностью удалил эти бессмысленные для данной модели строки из конфигурации.

А потом обновился до Intrepid Ibex'а и драйвер уже не пришлось собирать самому. Новое ядро Линукса подхватило его само.</description>
		<content:encoded><![CDATA[<p>Ага, я в конце-концов тоже полностью удалил эти бессмысленные для данной модели строки из конфигурации.</p>
<p>А потом обновился до Intrepid Ibex&#8217;а и драйвер уже не пришлось собирать самому. Новое ядро Линукса подхватило его само.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Wacom Bamboo One + Ubuntu. Установка и решение проблем от griph</title>
		<link>http://rotuka.com/wacom-bamboo-one-ubuntu-ustanovka-i-reshenie-problem/#comment-3</link>
		<dc:creator>griph</dc:creator>
		<pubDate>Sat, 08 Nov 2008 15:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://rotuka.com/?p=74#comment-3</guid>
		<description>У меня проблема решилась удалением из xorg.conf устройств ввода, которые Bamboo 1 не поддерживает.
Вот закомментированные секции xorg.conf
#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "eraser"
#  Option        "Device"        "/dev/input/wacom"
#  Option        "Type"          "eraser"
#  Option        "USB"           "on"
#EndSection

#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "cursor"
#  Option        "Device"        "/dev/input/wacom"
#  Option        "Type"          "cursor"
#  Option        "USB"           "on"
#EndSection

# This section is for Intuos3, CintiqV5, Graphire4, or Bamboo
#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "pad"
#  Option        "Device"        "/dev/input/wacom"
#  Option        "Type"          "pad"
#  Option        "USB"           "on"
#EndSection

и 

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Synaptics Touchpad"
	InputDevice    "stylus"    "SendCoreEvents"
#        InputDevice    "eraser"    "SendCoreEvents"
#        InputDevice    "cursor"    "SendCoreEvents"    # For non-LCD tablets only
#        InputDevice    "pad"   # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
EndSection

ОС Ubuntu 8.04.1 полностью обновленная, драйвер linuxwacom-0.8.1-6</description>
		<content:encoded><![CDATA[<p>У меня проблема решилась удалением из xorg.conf устройств ввода, которые Bamboo 1 не поддерживает.<br />
Вот закомментированные секции xorg.conf<br />
#Section &#8220;InputDevice&#8221;<br />
#  Driver        &#8220;wacom&#8221;<br />
#  Identifier    &#8220;eraser&#8221;<br />
#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221;<br />
#  Option        &#8220;Type&#8221;          &#8220;eraser&#8221;<br />
#  Option        &#8220;USB&#8221;           &#8220;on&#8221;<br />
#EndSection</p>
<p>#Section &#8220;InputDevice&#8221;<br />
#  Driver        &#8220;wacom&#8221;<br />
#  Identifier    &#8220;cursor&#8221;<br />
#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221;<br />
#  Option        &#8220;Type&#8221;          &#8220;cursor&#8221;<br />
#  Option        &#8220;USB&#8221;           &#8220;on&#8221;<br />
#EndSection</p>
<p># This section is for Intuos3, CintiqV5, Graphire4, or Bamboo<br />
#Section &#8220;InputDevice&#8221;<br />
#  Driver        &#8220;wacom&#8221;<br />
#  Identifier    &#8220;pad&#8221;<br />
#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221;<br />
#  Option        &#8220;Type&#8221;          &#8220;pad&#8221;<br />
#  Option        &#8220;USB&#8221;           &#8220;on&#8221;<br />
#EndSection</p>
<p>и </p>
<p>Section &#8220;ServerLayout&#8221;<br />
	Identifier	&#8220;Default Layout&#8221;<br />
  screen &#8220;Default Screen&#8221;<br />
	Inputdevice	&#8220;Synaptics Touchpad&#8221;<br />
	InputDevice    &#8220;stylus&#8221;    &#8220;SendCoreEvents&#8221;<br />
#        InputDevice    &#8220;eraser&#8221;    &#8220;SendCoreEvents&#8221;<br />
#        InputDevice    &#8220;cursor&#8221;    &#8220;SendCoreEvents&#8221;    # For non-LCD tablets only<br />
#        InputDevice    &#8220;pad&#8221;   # For Intuos3/CintiqV5/Graphire4/Bamboo tablets<br />
EndSection</p>
<p>ОС Ubuntu 8.04.1 полностью обновленная, драйвер linuxwacom-0.8.1-6</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Установка Ruby on Rails в Ubuntu (для разработки) от belo</title>
		<link>http://rotuka.com/ustanovka-ruby-on-rails-v-ubuntu-dlya-razrabotki/#comment-2</link>
		<dc:creator>belo</dc:creator>
		<pubDate>Sat, 04 Oct 2008 14:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://rotuka.com/?p=54#comment-2</guid>
		<description>Спасибо!
Поставил :-) Толково, по делу и ничего лишнего!</description>
		<content:encoded><![CDATA[<p>Спасибо!<br />
Поставил :-) Толково, по делу и ничего лишнего!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
