[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ajuda com tela interativa



Pessoal,

tenho uma tela interativa e-beam, http://www.e-beam.com/education/overview.html baixei ele para linux, que funciona via wine http://lcf1.e-beam.com/software/interact-2.1.1-RC5.u9.04.deb, instalou tudo. Quando ligo o sistema ele detecta tudo, mando calibrar a tela e com a caneta interativa eu clico nos pontos de calibração e ele aceita, ou seja, a comunicação funciona. Só para entenderem, a caneta funciona como um mouse, onde a ponta é o clique esquerdo do mouse. Mas depois de calibrar a caneta não responde mais como mouse. Usando o windows no virtualbox tudo funciona. O programa adiciona o seguinte no meu xorg.conf

Section "InputDevice"
        Driver  "ebeam"
        Identifier      "whiteboard-wand"
        Option  "Color" "wand"
EndSection

Section "Module"
        Load  "dbe"
#        SubSection "extmod"
#                Option "omit xfree86-dga"
#        EndSubSection
        Load  "dri"
        Load  "glx"
        Load  "fbdevhw"
        Load  "v4l"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
        Load    "ebeam"
EndSection

nesta sessão ele adiciona o Load "ebeam"

Há um tempo atras eu tinha ele funcionando em outro computador, não sei se ajuda, mas era uma versão do debian onde o xorg.conf tinha que ser obrigatoriamente preenchido.

Não sei mais onde olhar.

Será que alguem teria alguma ideia?

Veja o meu xorg.conf completo:

# Xorg configuration created by
# system-config-display, aticonfig,
# and a bit of trial and error.
#
# This xorg.conf works with my laptop,
# which is a hp model dv8301nr featuring
# ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)
#
# This xorg.conf works with ATI's proprietary
# drivers, version 8.32.5.
#
# I have kept this as simple as possible.



Section "InputDevice"
    Driver    "ebeam"
    Identifier    "whiteboard-wand"
    Option    "Color"    "wand"
EndSection

Section "ServerFlags"
    Option   "DontZap"    "false"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules/drivers"
        ModulePath   "/usr/lib/xorg/modules"
        ModulePath   "/lib/modules/fglrx"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
#        SubSection "extmod"
#                Option "omit xfree86-dga"
#        EndSubSection
        Load  "dri"
        Load  "glx"
        Load  "fbdevhw"
        Load  "v4l"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
    Load    "ebeam"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
 #       Option      "XkbModel" "pc105"
 #       Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "SHMConfig" "on"
EndSection

Section "Monitor"
        Identifier  "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
#    HorizSync  28.0-110.0
#    Modeline    "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
#    VertRefresh 43-90
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
    Driver        "intel"
BoardName "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
        Option      "DesktopSetup" "clone"
#    BusID        "pci@0000:01:05.0"
        BusID           "PCI:0:2:0"
    Option        "UseFBDev"        "true"
        Option "AccelMethod"    "exa"
        Option "MigrationHeuristic"     "greedy"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
#                Modes    "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
        InputDevice    "Mouse0" "AlwaysCore"
    InputDevice    "whiteboard-wand"    "SendCoreEvents"
EndSection

--
14ª lei - Geralmente, só quando você puder publicar seus resultados,
          eles são bons o suficiente para fazer parte de sua dissertação.

      --Herman, I. P. 2007. Following the law. NATURE, Vol 445, p. 228.

 Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8192 | ronaldo.reis@unimontes.br
| http://www.ppgcb.unimontes.br/lecc | LinuxUser#: 205366


Reply to: