GPU not supported ?

  • CD aus der source Liste raus schmeißen, dann apt-get update

    Player: OSMC Vero 4K @ Sony KDL-50W805B
    Server: Intel Xeon E3-1230 v6, 32 GB DDR4 ECC, Supermicro X11SSM-F, 6x10TB WD RED (ZFS RAID10) @ Dell H310 (IT-Mode), Intel X520 10 GBit, Seasonic SS-400L2U 400W, Fantec SRC-2080X07 (19", 2HE)

  • Dann sollte es wieder gehen ?

    Es steht 2 mal drinn dann schmeiße ich beide raus ?

    und achja falls ich es vergesse zu sagen ich hatte in der minmal installation kein internet da mein repeater nur per static funktioniert :thumbdown:

  • Okay hat funktioniert habe die manuelle ip konfiguration in der installation gefunden und konnte auch den nvidia treiber installieren.. Hoffe nur das er klappt ?( open ssh klappt nun auch und ich kann jetzt alles mit dem laptop erledigen über putty :P..

    wie installiere ich jetzt am besten xbmc ? habe schon gegoogelt aber leider nix gutes gefunden :D

  • root@localhost:/home/debian# xbmc
    /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
    warnings.warn(str(e), _gtk.Warning)
    Error: unable to open display
    /usr/share/xbmc/FEH.py:69: Warning: invalid (NULL) pointer instance
    window = gtk.Window(gtk.WINDOW_TOPLEVEL)
    /usr/share/xbmc/FEH.py:69: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    window = gtk.Window(gtk.WINDOW_TOPLEVEL)
    /usr/share/xbmc/FEH.py:83: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
    button = gtk.Button("Quit")
    /usr/share/xbmc/FEH.py:83: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
    button = gtk.Button("Quit")
    /usr/share/xbmc/FEH.py:88: GtkWarning: Screen for GtkWindow not set; you must always set
    a screen for a GtkWindow before using the window
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_new: assertion `context != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
    window.show_all ()
    /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
    window.show_all ()
    Segmentation fault
    root@localhost:/home/debian# /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
    bash: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57:: Datei oder Verzeichnis nicht gefunden
    warnings.warn(str(e), _gtk.Warning)
    root@localhost:/home/debian# warnings.warn(str(e), _gtk.Warning)
    window = gtk.Window(gtk.WINDOW_TOPLEVEL)
    bash: Syntaxfehler beim unerwarteten Wort `str'
    root@localhost:/home/debian# Error: unable to open display
    window = gtk.Window(gtk.WINDOW_TOPLEVEL)
    bash: Error:: Kommando nicht gefunden.
    /usr/share/xbmc/FEH.py:83: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
    button = gtk.Button("Quit")
    root@localhost:/home/debian# /usr/share/xbmc/FEH.py:69: Warning: invalid (NULL) pointer instance
    bash: Syntaxfehler beim unerwarteten Wort `('
    root@localhost:/home/debian# window = gtk.Window(gtk.WINDOW_TOPLEVEL)
    bash: Syntaxfehler beim unerwarteten Wort `('
    root@localhost:/home/debian# /usr/share/xbmc/FEH.py:69: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    > window = gtk.Window(gtk.WINDOW_TOPLEVEL)
    > /usr/share/xbmc/FEH.py:83: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
    bash: Syntaxfehler beim unerwarteten Wort `('
    root@localhost:/home/debian# button = gtk.Button("Quit")
    bash: Syntaxfehler beim unerwarteten Wort `('
    root@localhost:/home/debian# /usr/share/xbmc/FEH.py:83: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
    > button = gtk.Button("Quit")
    > /usr/share/xbmc/FEH.py:88: GtkWarning: Screen for GtkWindow not set; you must always set
    > a screen for a GtkWindow before using the window
    > window.show_all ()
    > /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
    bash: Syntaxfehler beim unerwarteten Wort `('
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_new: assertion `context != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > /usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
    bash: Syntaxfehler beim unerwarteten Wort `/usr/share/xbmc/FEH.py:88:'
    root@localhost:/home/debian# window.show_all ()
    > Segmentation fault
    bash: Syntaxfehler beim unerwarteten Wort `Segmentation'
    root@localhost:/home/debian# root@localhost:/home/debian#
    bash: root@localhost:/home/debian#: Datei oder Verzeichnis nicht gefunden
    root@localhost:/home/debian#

  • Hast du eine grafische Oberfläche mitinstalliert?

    Du darfst xbmc auch nicht über SSH starten, falls du das versucht hast.

    Ich hab übrigens auch gemeint, dass du xbmc aus den Backports nehmen sollst. Eben wie im letzten Link meines früheren Posts. Deb-Multimedia ist wieder was anderes.

  • nein ist kein kde oder gnome installiert wenn du das meinst.

    nein ich habe das am pc selbst versucht :D

    kann ich das einfach drüber bügeln ? oder wie muss ich das verstehen ? das im link ist ja eine installations anleitung für ein programm :D

  • Am einfachsten, aber nicht am schlanksten wirds, wenn du "tasksel" eingibst und dann "Desktop Environment" auswählst.

    Das installiert u.a. einen X Server, der für XBMC notwendig ist.

    Willst du kein Gnome, kannst du auch mal folgendes versuchen:

    Code
    apt-get install xserver-xorg
  • Das Paket was du nanntest scheint schon installiert zu sein ?(

    selbst wenn ich startx eingebe

    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.11-2-amd64 x86_64 Debian
    Current Operating System: Linux localhost 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+d eb7u1 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=37423755-f de3-4d73-8721-62bf6693b15c ro quiet
    Build Date: 17 December 2013 07:37:58PM
    xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <jcristau@debian.org>)
    Current version of pixman: 0.26.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/[definition='1','0']log[/definition]/Xorg.0.[definition='1','0']log[/definition]", Time: Thu Nov 27 20:36:17 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"

    Fatal server error:
    no screens found

    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the [definition='1','0']log[/definition] file at "/var/[definition='1','0']log[/definition]/Xorg.0.[definition='1','0']log[/definition]" for additional informati on.

    Server terminated with error (1). Closing [definition='1','0']log[/definition] file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    root@localhost:/home/debian#

  • Hm ich installiere grade Debian neu diesmal aber mit dem Desktop dazu.
    Dann installiere ich mal die Backports und installiere dann mal die Nvidia Treiber und schaue mal das ganze ohne Fehler zu installieren :thumbup:

    Was sind eigentlich Backports ? ?(

  • Software in Debian Stable (momentan wheezy bzw. 7.x) bekommt nur Sicherheitsupdates, aber bis zur nächsten Hauptversion (jessie bzw. 8.x, momentan noch testing) keine neuen Funktionen.

    Bei den Backports werden neuere Versionen ausgewählter Software aus Debian testing portiert, um eben doch neue Features zu erhalten. Für gewöhnlich möchte man gerne die neueste XBMC oder Browserversion haben, der Rest drumherum kann aber auf stabiler Basis bleiben. Die Lösung dafür sind die Backports.

    Debian ist bei Updates in der Regel extrem konservativ. Reichen einem die Backports nicht, kann man getrost auf testing setzen. Das ist nach mehrheitlicher Ansicht stabil, auch wenn der Name etwas anderes suggeriert. Momentan trifft das besonders zu, da Jessie Anfang nächsten Jahres wheezy als stabile Version ablösen soll.

  • Mal eine generelle Frage: Was willst du eigentlich genau machen? Einen reinen HTPC oder das du auch damit arbeiten kannst z.B Office u.s.w

    HTPC: MLD 5.4 64Bit | ASRock Q1900M | 4GB Ram | DigitalDevices DVB-S2 | SSD 64GB | HDD 2,5 500GB | 250GB Backup HDD

  • Okay vielen dank für die Info 8)

    Ja also er soll am ende eigentlich nur noch im XBMC funktionieren. Vllt sogar im Desktop Bereich zum surfen oder so..Aber hauptsächlich nur im XBMC.
    Habe jetzt den Desktop installiert und mal etwas geschaut.. Hier ein Bild dazu: http://www.directupload.net/file/d/3820/4dlkb4vj_png.htm

    WIe es aussieht scheint ja die Grafik nicht installiert zu sein.
    Also erstmal die Backports installieren und dann die Nvidia Treiber und dann schaue ich mal was sich im Status dort im System ändert 8o

  • Irgendwas mache ich bei der Installation der Treiber falsch.. Dann kommt wieder der error wenn ich ins gui starten will kommt nach der installatallation

    Server terminated with error (1). Closing [definition='1','0']log[/definition] file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error

    Hier ein kleiner ausschnitt von der Fehlermeldung..

    So ich weiß nicht wie ich das gemacht habe.. Aber mit der Hilfer der Seite: https://balau82.wordpress.com/2013/11/04/deb…cy-card-solved/
    habe ich dann den Treiber zum laufen bekommen :-p.. Habe grade die

    deb http://www.deb-multimedia.org wheezy main non-free
    deb http://www.deb-multimedia.org wheezy-backports main

    in die repository hinzu gefügt und installiere grade xbmc.. mal schauen was daraus wird :S

  • in der liste scheint kein xbmc vorhanden zu sein.. komisch.. aber ich habe doch

    apt-get install xbmc eingegeben und er installierte auch einiges.. und den xorg nvidia treiber wollte er irgendwie deinstallieren keine ahnung wieso ?(

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!