Benötige Hilfe bei der Einrichtung von einem VF310 VFD und XBMCBuntu

Macx

Neuling
Thread Starter
Mitglied seit
23.05.2011
Beiträge
126
Ort
Dresden
Hey Zusammen,

ich richte für einen Kumpel gerade ein kleines Media Center ein

Q1900 ASRock ITX
2x2 GB Corsair RAM
OrigenAE M10 Gehäuse
PulsEight HDMI CEC USB Adapter

Installiert habe ich mittels UnetbootIN das Installationsimage von XBMCbuntu ... Das hat auch alles super funktioniert.

OOTB läuft: Bild, Ton, HDMI CEC, Netzwerk, über den USB CEC Adapter einschalten

Da dieses Gehäuse auch noch ein Display intigriert hat, möchte ich dies natürlich auch noch zum laufen bekommen.
Nach diversen HowTos die ich über Google gefunden habe (2 habe ich mal eingefügt), bin ich am Ende meiner minimalistichen Linuxfähigkeiten und benötige Eure Hilfe.

Code:
sudo apt-get install python-software-properties

add-apt-repository ppa:yavdr/testing-vdr
apt-get update
apt-get install lirc

-> Soundgraph Imon Pad / SV oder so wählen

bei der 2. Auswahl "none"

Display:

sudo apt-get install lcdproc
sudo nano /etc/LCDd.conf

anpassen

[server]
...
Driver=imon
...
ServerScreen=no

Code:
lsusb

Bus 002 Device 003: ID 15c2:0036 SoundGraph Inc. LC16M VFD Display/IR Receiver

1. From terminal I installed LCDProc

sudo apt-get update
sudo apt-get install lcdproc

I then read the relevant parts of the LCDProc user manual here.

2. Edit the LCDd.conf file located in /etc

cd /etc

sudo nano LCDd.conf

Scroll down to the [Server] section and change this line from:

Driver=curses

To:

Driver=imon

Note: There is also an imonlcd driver I tried this initially but I just got garbled text on the display.

Scroll a bit further down to the Welcome and Goodbye messages, change these to suit your requirements. These messages are displayed when the HTPC is turned on from shutdown and when it is shutting down.

# Hello message: each entry represents a display line; default: builtin
#Hello=”  Welcome to”
#Hello=”   LCDproc!”

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

Change this setting:

# 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. The special value ‘blank’ is similar to no, but only a blank screen
# is displayed. [default: on; legal: on, off, blank]
#ServerScreen=on

To:

ServerScreen=blank

You need to remove the comment # in front of it to make the setting active.

I wanted to slow down the speed that the text scrolls across the LCD display, I tried changing this setting but it does not seem to do anything?

# set title scrolling speed [default: 10; legal: 0-10]
#TitleSpeed=10

I change it to:

TitleSpeed=1

Save and exit the LCDd.conf file to do that press Ctrl+X on the keyboard then Y then hit enter.

3. In the XBMC settings in System enable the option for LCD/VFD

4. Edit the LCD.xml fie. There is an LCD.xml file in your userdata folder, you can customise and change this file if required? You can read more about the LCD.xml file here.

I did make one change to the file and that was:

From this:

<navigation>
<line>$INFO[System.CurrentWindow]</line>
<line>$INFO[System.CurrentControl]</line>
<line>Freemem: $INFO[System.FreeMemory]</line>
<line>$INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode]</line>
</navigation>

To this:

<navigation>
<line>$INFO[System.CurrentWindow]</line>
<line>$INFO[System.CurrentControl]</line>
<line>Transport Controls</line>
</navigation>

Because when I navigated in the XBMC GUI over the transport controls like Play / Pause / Stop etc the second line on the display would output my free memory like this: FREEMEM: 3382MB I don’t know why it does not display the name of the current transport control you are on? So I changed it to simply read “Transport Controls”

5. Reboot and your LCD display should now be working!

This is what gets displayed when nothing is happening

XBMC Running….

Wie bekomme ich das Ding zum Laufen.

LG
 
Zuletzt bearbeitet:
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Also das erste howto ist für den VDR, also nicht für XBMC. (Und außerdem Experimental)

Das 2. howto sollte das richtige für dich sein. Wo scheitert es denn?
 
Sorry aber ich verstehe nicht was du mir mit dem Post sagen wolltest
 
Hey Morphy,

Also scheitern tut es daran, dass nix funktioniert. Mein Display bleibt schwarz &#55357;&#56852;

Hab auch schon xbmc neu instaliiert und nochmal das Tut step4step abgearbeitet, aber ohne erfolg. Ich glaub ich bin zu dumm &#55357;&#56833;
 
Hey Zusammen :) ... nachdem ich den Stick für meine Wireless Maus rausgezogen hatte, lief alles Einwandfrei ... soll verstehen wer will -.-

Jetzt hab ich mal noch eine abschließende Frage, wie geht das Display aus, sobald ich mein Mediacenter herunterfahre? Irgendwie bleibt es, trotz Einstellung im LCDproc Addon, immer an.

Dank Euch :)
 
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh