Hallo zusammen,
ich habe mir Linux Mint auf meinem alten Laptop installiert und habe Probleme mit dem HDMI Ausgang.
Ich bekomme kein Bild, wenn ich das Kabel einstecke.
Über VGA funktioniert es, jedoch nicht über den HDMI Anschluss.
Was muss ich noch extra beachten, damit es funktioniert? Ich habe eignetlich keine Linux Kenntnisse und wollte den Laptop als Media Center nutzen.
Des weiteren startet XBMC nicht automatisch beim start mit, obwohl ich folgendes eingegeben habe:
Create a /etc/init/xbmc.conf with following contents.
You may have to edit /etc/X11/Xwrapper.config and replace the last line that says:
Vielen Dank für Eure Hilfe!
Grüße sL0w
ich habe mir Linux Mint auf meinem alten Laptop installiert und habe Probleme mit dem HDMI Ausgang.
Ich bekomme kein Bild, wenn ich das Kabel einstecke.
Über VGA funktioniert es, jedoch nicht über den HDMI Anschluss.
Was muss ich noch extra beachten, damit es funktioniert? Ich habe eignetlich keine Linux Kenntnisse und wollte den Laptop als Media Center nutzen.
Des weiteren startet XBMC nicht automatisch beim start mit, obwohl ich folgendes eingegeben habe:
Create a /etc/init/xbmc.conf with following contents.
Code:
# xbmc-upstart
# starts XBMC on startup by using xinit.
# by default runs as xbmc, to change edit below.
env USER=xbmc
description "XBMC-barebones-upstart-script"
author "Matt Filetto"
start on (filesystem and stopped udevtrigger)
stop on runlevel [016]
# tell upstart to respawn the process if abnormal exit
respawn
script
exec su -c "xinit /usr/bin/xbmc --standalone -- -nocursor :0" $USER
end script
You may have to edit /etc/X11/Xwrapper.config and replace the last line that says:
Code:
allowed_users=anybody
Vielen Dank für Eure Hilfe!
Grüße sL0w