Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Ubuntu läuft unter niedrigen grafik einstellungen.ihre bildschirm, grafiken und eingabegeräte einstellungen konnten nicht korrekt ermittelt werden.Bitte richten sie selber ein
Error: Unable to open displayFEH.py:cannot connect to xserver
It looks like I solved (almost, it's strange I have to use the --no-test switch, since xbmc complains about not finding the hardware acceleration, but as it starts is not slow at all, all the effects are good.. anyway)Thanks to this post: http://ubuntuforums.org/showthread.php?t=1125476 I tried to change my init script to this:Code: [Auswählen]#!/bin/sh#/etc/init.d/xbmc# starting Xorg and XBMC For Linuxcase "$1" in start) xinit /usr/bin/xbmc --standalone --no-test ;; stop) killall xbmc ;;esacexit 0And now the system works! ^_^
#!/bin/sh#/etc/init.d/xbmc# starting Xorg and XBMC For Linuxcase "$1" in start) xinit /usr/bin/xbmc --standalone --no-test ;; stop) killall xbmc ;;esacexit 0
blacklist nouveau
[OT] Darf ich es einmal, nur einmal sagen? Bitte? Mit Windows wäre dir das nicht passiert *duck und weg* Aber dafür anderes ;-) [/OT]
sind mehrere monitore angeschlossen?
nvidia-xconfig haste auch nicht ausgeführt....