<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Linux Forum &mdash; OpenSUSE 10 и Сенсорный экран]]></title>
		<link>https://linuxforum.ru/viewtopic.php?id=2369</link>
		<atom:link href="https://linuxforum.ru/extern.php?action=feed&amp;tid=2369&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «OpenSUSE 10 и Сенсорный экран».]]></description>
		<lastBuildDate>Mon, 05 Apr 2010 14:53:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[OpenSUSE 10 и Сенсорный экран]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=32129#p32129</link>
			<description><![CDATA[<p>Имеется сенсорный экран Etwotouch и Opensuse 10.0. дрова скачаны с оф сайта, поставлены по ридми но работать он не собирается. А точнее работает но только на 1\8 часть экрана. калибровку заводской утилитой проходит на ура в xorg данные калибровки записаны но есть подозрение что внимания сус на них не обращает. А теперь вопрос к знатокам - найдите косяк в xorg который мешает работе?Xorg прилагается, места отвечающие за тачскрин это InputDevice и Serverlayout<br /></p><div class="codebox"><pre><code># /.../
# SaX generated X11 config file
# Created on: 2010-04-03T06:24:02+0400.
#
# Version: 8.1
# Contact: Marcus Schaefer &lt;sax@suse.de&gt;, 2005
# Contact: SaX-User list &lt;https://lists.berlios.de/mailman/listinfo/sax-users&gt;
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section &quot;Files&quot;
  FontPath     &quot;/usr/share/fonts/misc:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/local&quot;
  FontPath     &quot;/usr/share/fonts/75dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/100dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/Type1&quot;
  FontPath     &quot;/usr/share/fonts/URW&quot;
  FontPath     &quot;/usr/share/fonts/Speedo&quot;
  FontPath     &quot;/usr/share/fonts/PEX&quot;
  FontPath     &quot;/usr/share/fonts/cyrillic&quot;
  FontPath     &quot;/usr/share/fonts/latin2/misc:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/latin2/75dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/latin2/100dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/latin2/Type1&quot;
  FontPath     &quot;/usr/share/fonts/latin7/75dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/baekmuk:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/japanese:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/kwintv&quot;
  FontPath     &quot;/usr/share/fonts/truetype&quot;
  FontPath     &quot;/usr/share/fonts/uni:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/CID&quot;
  FontPath     &quot;/usr/share/fonts/ucs/misc:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/ucs/75dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/ucs/100dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/hellas/misc:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/hellas/75dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/hellas/100dpi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/hellas/Type1&quot;
  FontPath     &quot;/usr/share/fonts/misc/sgi:unscaled&quot;
  FontPath     &quot;/usr/share/fonts/xtest&quot;
  FontPath     &quot;/opt/kde3/share/fonts&quot;
  InputDevices &quot;/dev/gpmdata&quot;
  InputDevices &quot;/dev/input/mice&quot;
EndSection

Section &quot;ServerFlags&quot;
  Option       &quot;AllowMouseOpenFail&quot; &quot;on&quot;
  Option       &quot;ZapWarning&quot; &quot;on&quot;
EndSection

Section &quot;Module&quot;
  Load         &quot;glx&quot;
  Load         &quot;type1&quot;
  Load         &quot;extmod&quot;
  Load         &quot;dbe&quot;
  Load         &quot;freetype&quot;
EndSection

[color=red][b]Section &quot;InputDevice&quot;

  Driver    &quot;etwousb&quot;
  Identifier &quot;touchscreen1[3]&quot;

  Option    &quot;Device&quot; &quot;/dev/input/event3&quot;

  Option    &quot;AlwaysCore&quot;

  Option    &quot;ScreenNumber&quot;   &quot;1&quot;

  Option    &quot;BoderLeft&quot;     &quot;174&quot;

  Option    &quot;BoderRight&quot;    &quot;1623&quot;

  Option    &quot;BoderTop&quot;      &quot;149&quot;

  Option    &quot;BoderBottom&quot;   &quot;1173&quot;

EndSection[/b][/color]

Section &quot;InputDevice&quot;
  Driver       &quot;kbd&quot;
  Identifier   &quot;Keyboard[0]&quot;
  Option       &quot;Protocol&quot; &quot;Standard&quot;
  Option       &quot;XkbLayout&quot; &quot;us,ru&quot;
  Option       &quot;XkbModel&quot; &quot;microsoftpro&quot;
  Option       &quot;XkbOptions&quot; &quot;grp:ctrl_shift_toggle,grp_led:scroll&quot;
  Option       &quot;XkbRules&quot; &quot;xfree86&quot;
  Option       &quot;XkbVariant&quot; &quot;,winkeys&quot;
EndSection

Section &quot;InputDevice&quot;
  Driver       &quot;mouse&quot;
  Identifier   &quot;Mouse[1]&quot;
  Option       &quot;Buttons&quot; &quot;7&quot;
  Option       &quot;Device&quot; &quot;/dev/input/mice&quot;
  Option       &quot;Name&quot; &quot;Belkin USB Mouse&quot;
  Option       &quot;Protocol&quot; &quot;explorerps/2&quot;
  Option       &quot;Vendor&quot; &quot;Sysp&quot;
  Option       &quot;ZAxisMapping&quot; &quot;4 5&quot;
EndSection

Section &quot;Monitor&quot;
  Option       &quot;CalcAlgorithm&quot; &quot;XServerPool&quot;
  DisplaySize  310 230
  HorizSync    30-85
  Identifier   &quot;Monitor[0]&quot;
  ModelName    &quot;LG ELECTRONICS T730PU&quot;
  Option       &quot;DPMS&quot;
  Option       &quot;PreferredMode&quot; &quot;1280x1024&quot;
  VendorName   &quot;GSM&quot;
  VertRefresh  43-160
  UseModes     &quot;Modes[0]&quot;
EndSection

Section &quot;Modes&quot;
  Identifier   &quot;Modes[0]&quot;
  Modeline     &quot;1280x1024&quot; 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +HSync +VSync
EndSection

Section &quot;Screen&quot;
  DefaultDepth 24
  SubSection &quot;Display&quot;
    Depth      15
    Modes      &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1152x864&quot; &quot;1280x768&quot; &quot;1280x720&quot; &quot;1024x768&quot; &quot;1280x600&quot; &quot;1024x600&quot; &quot;800x600&quot; &quot;768x576&quot; &quot;640x480&quot; 
  EndSubSection
  SubSection &quot;Display&quot;
    Depth      16
    Modes      &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1152x864&quot; &quot;1280x768&quot; &quot;1280x720&quot; &quot;1024x768&quot; &quot;1280x600&quot; &quot;1024x600&quot; &quot;800x600&quot; &quot;768x576&quot; &quot;640x480&quot; 
  EndSubSection
  SubSection &quot;Display&quot;
    Depth      24
    Modes      &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1152x864&quot; &quot;1280x768&quot; &quot;1280x720&quot; &quot;1024x768&quot; &quot;1280x600&quot; &quot;1024x600&quot; &quot;800x600&quot; &quot;768x576&quot; &quot;640x480&quot; 
  EndSubSection
  SubSection &quot;Display&quot;
    Depth      8
    Modes      &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1152x864&quot; &quot;1280x768&quot; &quot;1280x720&quot; &quot;1024x768&quot; &quot;1280x600&quot; &quot;1024x600&quot; &quot;800x600&quot; &quot;768x576&quot; &quot;640x480&quot; 
  EndSubSection
  Device       &quot;Device[0]&quot;
  Identifier   &quot;Screen[0]&quot;
  Monitor      &quot;Monitor[0]&quot;
EndSection

Section &quot;Device&quot;
  BoardName    &quot;GeForce4 MX 440 with AGP8X&quot;
  BusID        &quot;1:0:0&quot;
  Driver       &quot;nv&quot;
  Identifier   &quot;Device[0]&quot;
  Screen       0
  VendorName   &quot;NVidia&quot;
EndSection

Section &quot;ServerLayout&quot;
[color=red][b]  Inputdevice  &quot;touchscreen1[3]&quot;  &quot;SendCoreEvents&quot;[/b][/color]
  Identifier   &quot;Layout[all]&quot;
  InputDevice  &quot;Keyboard[0]&quot; &quot;CoreKeyboard&quot;
  InputDevice  &quot;Mouse[1]&quot; &quot;CorePointer&quot;
  Option       &quot;Clone&quot; &quot;off&quot;
  Option       &quot;Xinerama&quot; &quot;off&quot;
  Screen       &quot;Screen[0]&quot;
EndSection

Section &quot;DRI&quot;
    Group      &quot;video&quot;
    Mode       0660
EndSection

Section &quot;Extensions&quot;
  Option       &quot;Composite&quot; &quot;off&quot;
EndSection</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Mikishima)]]></author>
			<pubDate>Mon, 05 Apr 2010 14:53:29 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=32129#p32129</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenSUSE 10 и Сенсорный экран]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=32171#p32171</link>
			<description><![CDATA[<p>Не думаю что в этом суть но спасибо. Другой вопрос, куда и как в сусе поставить дрова чтобы их можно было увидеть в Sax. Сенсоры то там есть но нужной фирмы нет. Драйвер имеется но надо бы добавить.</p>]]></description>
			<author><![CDATA[null@example.com (Mikishima)]]></author>
			<pubDate>Mon, 05 Apr 2010 10:02:57 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=32171#p32171</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenSUSE 10 и Сенсорный экран]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=32153#p32153</link>
			<description><![CDATA[<p>первое ,что сразу в глаза компасайте офф&nbsp; &nbsp; Section &quot;Extensions&quot;<br />&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp;&quot;Composite&quot; &quot;off&quot;&nbsp; &nbsp;smile откуда ставили дрова? вроде бы надо олд</p>]]></description>
			<author><![CDATA[null@example.com (renegat)]]></author>
			<pubDate>Mon, 05 Apr 2010 09:35:01 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=32153#p32153</guid>
		</item>
	</channel>
</rss>
