Добро пожаловать! Это — архивная версия форумов на «Хакер.Ru». Она работает в режиме read-only.
 

тачскрин путает оси

Пользователи, просматривающие топик: none

Зашли как: Guest
Все форумы >> [*nix/Linux] >> тачскрин путает оси
Имя
Сообщение << Старые топики   Новые топики >>
тачскрин путает оси - 2007-11-29 20:51:17.396666   
ZIL

Сообщений: 112
Оценки: 0
Присоединился: 2006-11-28 18:31:54.693333
Такая проблема у меня возникла :
поставил тачскрин atouch под линукс gentoo 2007.0 , пробовал на других (gentoo 2006 , opensuse 10.3)
он некоректно работает , а именно он путает оси х и у тоесть когда курсор потянуть вниз то он идет вправо , вверх - влево и.т.д..причем передвигается полностью пропорционально . Не могу нормально откалибровать , изменение параметров minX MaxX MinY MaxY в xorg.conf ничего не дает .
Post #: 1
RE: тачскрин путает оси - 2007-11-30 01:08:10.680000   
InCube

Сообщений: 43
Оценки: 0
Присоединился: 2007-01-04 21:48:08.120000
Дай настройки ксорга.
Post #: 2
RE: тачскрин путает оси - 2007-11-30 11:42:17.413333   
ZIL

Сообщений: 112
Оценки: 0
Присоединился: 2006-11-28 18:31:54.693333
# xorg.conf.dpkg-new (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf.dpkg-new manual page.
# (Type "man xorg.conf.dpkg-new" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
# md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
# dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/corefonts"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection


#Section "InputDevice"
# Identifier "touchscreen1"
# Driver "gentouch"
# Option "Device" "/dev/ttyS2"
# Option "AlwaysCore"
# Option "screenno" "0"
# Option "MinX" "6451"
# Option "MaxX" "206"
# Option "MinY" "3444"
# Option "MaxY" "988"
# Option "UntouchDelay" "3"
# Option "ReportDelay" "1"
#EndSection


Section "InputDevice"
Identifier "touchscreenUSB"
Driver "gentouchusb"
Option "Device" "/dev/input/event0"
Option "AlwaysCore"
Option "screenno" "0"
Option "MaxX" "206"
Option "MinX" "3326"
Option "MaxY" "988"
Option "MinY" "3544"
Option "UntouchDelay" "3"
Option "ReportDelay" "1"
EndSection


#Section "Device"
# Identifier "Generic Video Card"
# Driver "nvidia"
# Option "TwinView" "1"
# Option "TwinViewOrientation" "RightOf"
# Option "MetaModes" "1280x1024,1280x1024;"
#EndSection

Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusId "PCI:1:0:0"
Screen 0
Option "UseDisplayDevice" "CRT-0"
EndSection

Section "Device"
Identifier "nvidia2"
Driver "nvidia"
BusId "PCI:1:0:0"
Screen 1
Option "UseDisplayDevice" "CRT-1"
EndSection


Section "Monitor"
Identifier "VA702"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-85
EndSection

Section "Monitor"
Identifier "VA703"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-85
EndSection




Section "Screen"
Identifier "S1"
Device "nvidia1"
Monitor "VA702"
DefaultDepth 24
SubSection "Display"
ViewPort 1280 1024
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection


Section "Screen"
Identifier "S2"
Device "nvidia2"
Monitor "VA703"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen 1 "S2"
Screen 0 "S1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "touchscreen1" "SendCoreEvents"
InputDevice "touchscreenUSB" "SendCoreEvents"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection

Section "DRI"
Mode 0666
EndSection

Post #: 3
RE: тачскрин путает оси - 2007-12-04 22:55:30.396666   
ZIL

Сообщений: 112
Оценки: 0
Присоединился: 2006-11-28 18:31:54.693333
вот мой лог файл ксорга , там видно в конце он подгружает драйвер скрина (egalax) но я там никаких боков не вижу , посмотрите может кто найдет в чем проблема …..

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/kiosk:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: UNKNOWN Current Operating System: Linux kiosk 2.6.17-gentoo-r8 #10 Mon Dec 18 20:02:47 Local time zone must be set--see zic man i686 Build Date: 18 December 2006 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 4 18:06:54 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |--&gt;Screen "S2" (1) (**) | |--&gt;Monitor "VA703" (**) | |--&gt;Device "nvidia2" (**) |--&gt;Screen "S1" (0) (**) | |--&gt;Monitor "VA702" (**) | |--&gt;Device "nvidia1" (**) |--&gt;Input Device "Generic Keyboard" (**) Option "XkbRules" "xorg" (**) XKB: rules: "xorg" (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "us,ru" (**) XKB: layout: "us,ru" (**) Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" (**) XKB: options: "grp:ctrl_shift_toggle,grp_led:scroll" (==) Keyboard: CustomKeycode disabled (**) |--&gt;Input Device "Configured Mouse" (**) |--&gt;Input Device "touchscreenUSB" (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/cyrillic"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (WW) The directory "/usr/share/fonts/CID" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi"). (**) FontPath set to: unix/:7100, /usr/share/fonts/TTF, /usr/share/fonts/misc, /usr/share/fonts/Type1, /usr/share/fonts/corefonts (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (**) Option "BlankTime" "0" (**) Option "StandbyTime" "0" (**) Option "SuspendTime" "0" (**) Option "OffTime" "0" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (--) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1106,0314 card 1106,0314 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 1106,1314 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:2: chip 1106,2314 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:3: chip 1106,3208 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:4: chip 1106,4314 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:7: chip 1106,7314 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:08:0: chip 9710,9835 card 1000,0002 rev 01 class 07,00,02 hdr 00 (II) PCI: 00:0f:0: chip 1106,3149 card 1462,7211 rev 80 class 01,01,8f hdr 80 (II) PCI: 00:0f:1: chip 1106,0571 card 1462,7211 rev 06 class 01,01,8a hdr 00 (II) PCI: 00:10:0: chip 1106,3038 card 1462,7211 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:1: chip 1106,3038 card 1462,7211 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:2: chip 1106,3038 card 1462,7211 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:3: chip 1106,3038 card 1462,7211 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:4: chip 1106,3104 card 1462,7211 rev 86 class 0c,03,20 hdr 80 (II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:11:5: chip 1106,3059 card 1462,b010 rev 60 class 04,01,00 hdr 00 (II) PCI: 01:00:0: chip 10de,0326 card 0000,0000 rev a1 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B] [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B] [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfb000000 - 0xfcffffff (0x2000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5500] rev 161, Mem @ 0xfb000000/24, 0xf0000000/27 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff (II) Active PCI resource ranges: [0] -1 0 0xfdfff000 - 0xfdfff0ff (0x100) MX[B] [1] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [2] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [3] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [4] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [5] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B] [6] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B] [7] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [8] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [9] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [10] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [11] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [12] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B] [13] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [14] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B] [15] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [16] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B] [17] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [18] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B] [19] -1 0 0x0000f400 - 0x0000f407 (0x8) IX[B] [20] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B] [21] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfdfff000 - 0xfdfff0ff (0x100) MX[B] [1] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [2] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [3] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [4] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [5] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B] [6] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B] [7] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [8] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [9] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [10] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [11] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [12] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B] [13] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [14] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B] [15] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [16] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B] [17] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [18] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B] [19] -1 0 0x0000f400 - 0x0000f407 (0x8) IX[B] [20] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B] [21] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfdfff000 - 0xfdfff0ff (0x100) MX[B] [5] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [6] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [7] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [9] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [10] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [11] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B] [12] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B] [13] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [14] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [15] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [16] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [17] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [18] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B] [19] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [20] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B] [21] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [22] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B] [23] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [24] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B] [25] -1 0 0x0000f400 - 0x0000f407 (0x8) IX[B] [26] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B] [27] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B] (II) LoadModule: "bitmap" (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.1.1, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "v4l" (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so (II) Module v4l: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.1 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.8776 Module class: X.Org Video Driver (II) LoadModule: "keyboard" (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so (II) Module keyboard: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "egalax" (II) Loading /usr/lib/xorg/modules/input/egalax_drv.so (II) Module egalax: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) v4l driver for Video4Linux (II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:57:32 PDT 2006 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Chipset NVIDIA GPU found (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfdfff000 - 0xfdfff0ff (0x100) MX[B] [5] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [6] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [7] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [9] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [10] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [11] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B] [12] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B] [13] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [14] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [15] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [16] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [17] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [18] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B] [19] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [20] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B] [21] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [22] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B] [23] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [24] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B] [25] -1 0 0x0000f400 - 0x0000f407 (0x8) IX[B] [26] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B] [27] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfdfff000 - 0xfdfff0ff (0x100) MX[B] [5] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [6] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [7] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [8] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [9] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [10] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [14] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B] [15] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B] [16] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [17] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [18] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [19] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [20] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [21] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B] [22] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [23] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B] [24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [25] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B] [26] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [27] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B] [28] -1 0 0x0000f400 - 0x0000f407 (0x8) IX[B] [29] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B] [30] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B] [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "UseDisplayDevice" "CRT-0" (**) NVIDIA(0): Enabling RENDER acceleration (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) NVIDIA(0): log file that the GLX module has been loaded in your X (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) NVIDIA(0): you continue to encounter problems, Please try (EE) NVIDIA(0): reinstalling the NVIDIA driver. (II) NVIDIA(0): NVIDIA GPU GeForce FX 5500 at PCI:1:0:0 (--) NVIDIA(0): VideoRAM: 131072 kBytes (--) NVIDIA(0): VideoBIOS: 04.34.20.87.00 (II) NVIDIA(0): Detected AGP rate: 8X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce FX 5500 at PCI:1:0:0: (--) NVIDIA(0): KTC i-7003L (CRT-0) (--) NVIDIA(0): KTC i-9005L (CRT-1) (--) NVIDIA(0): KTC i-7003L (CRT-0): 350.0 MHz maximum pixel clock (--) NVIDIA(0): KTC i-9005L (CRT-1): 350.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (WW) NVIDIA(0): No valid modes for "720x400"; removing. (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1280x1024" (II) NVIDIA(0): "1024x768" (II) NVIDIA(0): "832x624" (II) NVIDIA(0): "800x600" (II) NVIDIA(0): "640x480" (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config option (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(1): RGB weight 888 (==) NVIDIA(1): Default visual is TrueColor (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(1): Option "UseDisplayDevice" "CRT-1" (**) NVIDIA(1): Enabling RENDER acceleration (II) NVIDIA(1): NVIDIA GPU GeForce FX 5500 at PCI:1:0:0 (--) NVIDIA(1): VideoRAM: 131072 kBytes (--) NVIDIA(1): VideoBIOS: 04.34.20.87.00 (II) NVIDIA(1): Detected AGP rate: 8X (--) NVIDIA(1): Interlaced video modes are supported on this GPU (--) NVIDIA(1): Connected display device(s) on GeForce FX 5500 at PCI:1:0:0: (--) NVIDIA(1): KTC i-7003L (CRT-0) (--) NVIDIA(1): KTC i-9005L (CRT-1) (--) NVIDIA(1): KTC i-7003L (CRT-0): 350.0 MHz maximum pixel clock (--) NVIDIA(1): KTC i-9005L (CRT-1): 350.0 MHz maximum pixel clock (II) NVIDIA(1): Assigned Display Device: CRT-1 (WW) NVIDIA(1): No valid modes for "720x400"; removing. (II) NVIDIA(1): Validated modes: (II) NVIDIA(1): "1280x1024" (II) NVIDIA(1): "1024x768" (II) NVIDIA(1): "832x624" (II) NVIDIA(1): "800x600" (II) NVIDIA(1): "640x480" (II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024 (--) NVIDIA(1): DPI set to (95, 96); computed from "UseEdidDpi" X config option (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? Yes, I do. (II) LoadModule: "rac" (II) Loading /usr/lib/xorg/modules/librac.so (II) Module rac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) resource ranges after preInit: [0] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B] [1] 0 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xfdfff000 - 0xfdfff0ff (0x100) MX[B] [7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [16] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B] [17] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B] [18] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [19] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [20] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [21] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [22] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B] [23] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B] [24] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B] [25] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B] [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [27] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B] [28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B] [29] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B] [30] -1 0 0x0000f400 - 0x0000f407 (0x8) IX[B] [31] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B] [32] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B] [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) NVIDIA(0): Setting mode "1280x1024" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (==) RandR enabled (II) NVIDIA(1): Setting mode "1280x1024" (II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(1): Backing store disabled (==) NVIDIA(1): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(1): DPMS enabled (==) RandR enabled (II) Entity 0 shares no resources (II) Entity 1 shares no resources (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (EE) AIGLX: Screen 0 is not DRI capable (II) Loading local sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (EE) AIGLX: Screen 1 is not DRI capable (II) GLX: Initialized MESA-PROXY GL provider for screen 1 (**) Generic Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Generic Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Generic Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us,ru" (**) Generic Keyboard: XkbLayout: "us,ru" (**) Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" (**) Generic Keyboard: XkbOptions: "grp:ctrl_shift_toggle,grp_led:scroll" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (**) Option "Protocol" "PS/2" (**) Configured Mouse: Device: "/dev/psaux" (**) Configured Mouse: Protocol: "PS/2" (**) Option "CorePointer" (**) Configured Mouse: Core Pointer (**) Option "Device" "/dev/psaux" (**) Option "Emulate3Buttons" "true" (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 9 (**) Option "AlwaysCore" (**) egalax: always reports core events (**) egalax X device name: egalax (**) egalaxHistroSize=10 (**) Option "ScreenNo" "0" (**) egalax associated screen: 0 (**) egalax associated screen: 0 (**) egalax:Use Defualt Parameter file:/dev/var/tkdefault.prm(II) XINPUT: Adding extended input device "egalax" (type: egalax) (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete+ledscroll(group_lock)" }; xkb_symbols { include "pc(pc105)+us+ru:2+group(ctrl_shift_toggle)" }; xkb_geometry { include "pc(pc105)" }; (II) Configured Mouse: ps2EnableDataReporting: succeeded Device On Done Could not init font path element unix/:7100, removing from list! (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources Device On Done
Post #: 4
Страниц:  [1]
Все форумы >> [*nix/Linux] >> тачскрин путает оси







Связаться:
Вопросы по сайту / xakep@glc.ru

Предупреждение: использование полученных знаний в противозаконных целях преследуется по закону.