Xbmc black screen on epia mini itx with Trident Microsystems CyberBlade gfx
#1
I have a VIA Epia C800 mini itx pc, 800mhz cpu / 512mb ram/ and an onboard Trident Microsystems CyberBlade gfx

When I run xbmc, (installed from the live disk ) I just end up with a black screen and nothing else.
I know the program is working, as I can hear the sound effects when I cycle the menus, but I just dont get the display.

Also, if I ctrl-alt-F2 I can get a terminal session ok.

The live cd I've tried is from May 25 2009 (SVN:20654)

It works fine on my laptops so I know the disk is ok.

If I run xbmc from within a full ubuntu install, then it works, but only within a window, and obviously very slowly..
So this suggests the card 'could' run xbmc ?

But... if I try the live install, either from the cd/usb or post installing it, I cant get any kind of display after its booted. I get the xbmc splash screen, but it just ends with a black screen.

I've tried copying the xconf from a working ubuntu install, into the xbmc install, but still no joy.

anyone got any ideas ?

I've pasted my debug log file here

And I've attached my ubuntu xconf file, tho it only works for ubuntu, not xbmc..

Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Trident Microsystems CyberBlade/i1"
    Driver        "trident"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "CML175SX"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Trident Microsystems CyberBlade/i1"
    Monitor        "CML175SX"
    DefaultDepth    24
    SubSection "Display"
        Modes        "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"

# Uncomment if you have a wacom tablet
#    InputDevice     "stylus"    "SendCoreEvents"
#    InputDevice     "cursor"    "SendCoreEvents"
#    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Reply
#2
ok, well, I've kind of fixed this now.

I followed the guide to a minimal installation and used this to confure my pc.

XBMC now starts automatically, and works.. except its dog slow.. unusably so..

back to using just my softmodded xbox I guess Sad
Reply

Logout Mark Read Team Forum Stats Members Help
Xbmc black screen on epia mini itx with Trident Microsystems CyberBlade gfx0