Sie sind hier: Startseite / IT / Informatik / Linux / VDR / Antec Fusion 430 black LCD / IR unter Linux

Antec Fusion 430 black LCD / IR unter Linux

LCD

app-misc/lcdproc mit Use-Flag lcd_devices_imonlcd emergen (0.5.3)

#LCDd.conf
[server]
Driver=imonlcd

# Tells the driver to bind to the given interface
Bind=127.0.0.1

# Listen on this specified port; defaults to 13666.
Port=13666

# Sets the reporting level; defaults to 2 (warnings and errors only).
#ReportLevel=3

# Should we report to syslog instead of stderr ? Default: no
#ReportToSyslog=yes

# Sets the default time in seconds to displays a screen.
WaitTime=5

# User to run as.  LCDd will drop its root priviledges,
# if any, and run as this user instead.
User=nobody
#User=root

# If yes, the the serverscreen will be rotated as a usual info screen. If no,
# it will be a background screen, only visible when no other screens are
# active.
ServerScreen=no

# The server will stay in the foreground if set to true.
#Foreground=no

# Where can we find the driver modules ?
# IMPORTANT: Make sure to change this setting to reflect your
#            specific setup! Otherwise LCDd won't be able to find
#            the driver modules and will thus not be able to
#            function properly.
# NOTE: Always place a slash as last character !
DriverPath=/usr/lib/lcdproc/

# GoodBye message: each entry represents a display line; default: builtin
#GoodBye="Thanks for using"
#GoodBye="   LCDproc!"
GoodBye="cu"


# The "...Key=" lines define what the server does with keypresses that
# don't go to any client.
# These are the defaults:
ToggleRotateKey=Enter
PrevScreenKey=Left
NextScreenKey=Right
#ScrollUpKey=Up
#ScrollDownKey=Down

# If you have only 4 keys, you can choose to use this:
#ToggleRotateKey=Enter
#PrevScreenKey=Up
#NextScreenKey=Down

# If you have only 3 keys, you can choose to use this:
#ToggleRotateKey=Enter
#PrevScreenKey=Up



## The menu section. The menu is an internal LCDproc client. ##
[menu]
# You can configure what keys the menu should use. Note that the MenuKey
# will be reserved exclusively, the others work in shared mode.

# The following works excellent with 4 keys or more.
MenuKey=Escape
EnterKey=Enter
UpKey=Up
DownKey=Down
# If you have 6 keys you may define these as well
#LeftKey=Left
#RightKey=Right

# If you have only 3 keys, you could use something like this:
#MenuKey=Escape
#EnterKey=Enter
#DownKey=Down


[imonlcd]

# select the device to use
Device=/dev/lcd0

# display dimensions
#Size=16x2

Contrast=200

 

 

LIRC

app-misc/lirc mit Use-Flag all emergen (0.8.7-cvs). Ebuild aus Portage Overlay checkt neueste lirc Version aus CVS aus

begin remote

  name  Harmony_Antec_Fusion_430
  bits            8
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   24
  pre_data       0x800F04
  gap          203995
  min_repeat      1
  toggle_bit_mask 0x8000

      begin codes
          1                        0x01
          2                        0x02
          3                        0x03
          4                        0x04
          5                        0x05
          6                        0x06
          7                        0x07
          8                        0x08
          9                        0x09
          0                        0x00
          #                        0x0B
          *                        0x0A
          red                      0x5B
          green                    0x5C
          yellow                   0x5D
          blue                     0x5E
          mute                     0x0E
          prev                     0x22
          vol-                     0x11
          vol+                     0x10
          ch-                      0x13
          ch+                      0x12
          k                        0x22
          ok                       0x22
          down                     0x1F
          up                       0x1E
          left                     0x20
          right                    0x21
          stop                     0x19
          prevchapter              0x1B
          nextchapter              0x1A
          play                     0x16
          record                   0x17
          backward                 0x15
          forward                  0x14
          pause                    0x18
          guide                    0x26
          info                     0x0F
          menu                     0x24
          back                     0x800F0423
          sound+info               0x84
          power                    0x800F040C
      end codes

end remote
/etc/conf.d/lircd: LIRCD_OPTS="-d /dev/lirc0 -Hdefault"

Artikelaktionen