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.
Wie bekomme ich das Ding zum Laufen.
LG
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: