video output green, Intel 915
#1
Hi Everbody,

I installed XBMC on Ubuntu 8.04 and every think works fine, but the video output is green.
Sounds works ok. I search on the forum but the only green thread is about ATI cards.

Could it have to do with my xorg.conf?

Code:
# xorg.conf (X.Org 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 "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizEdgeScroll"    "0"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Device"
    Identifier "SVIDEO"
    Driver "i810"
    Option "MonitorLayout"    "TV,LFP"
    Option "FlipPrimary" "True"
    Option "TVStandard"    "PAL"
    Option "TVOutFormat"    "SVIDEO"
    Option "ConnectedMonitor"    "TV"
    Option "Clone" "True"
    BusID "PCI:0:2:0"
EndSection


Section "Monitor"
    Identifier    "TV"
    HorizSync    30-50
    VertRefresh    60
EndSection

Section "Screen"
    Identifier    "TV"
    Device        "SVIDEO"
    Monitor        "TV"
    DefaultDepth    24

    SubSection "Display"
        Depth    24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "LCDandTV"
    Screen        "TV"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
    Option         "AIGLX" "true"
EndSection

Section "ServerFlags"
    Option        "DefaultServerLayout" "LCDandTV"
EndSection

Thanks for your help.
Reply
#2
Have kind of the same issue with an Intel 945GM.

When I start a movie the screen goes green.
Stopping the movie and starting it again works just fine!?!

Haven't checked the logs for any errors yet though.
Reply
#3
It's probably one of two things. The first possiblity is the video drivers in Hardy (that's what's causing the issues with ATI machines) or the deinterlacer you are using. To check if it's the deinterlacer, simply change the deinterlacing setting to something else, or none and see if that fixes it. If it does, good for you. If it doesn't then I have a feeling you'll have to wait like some of the ATI guys for someone to figure out what's causing the issues in Hardy and certain video cards/drivers.

Thanks,
Harry
Reply
#4
I was also having the same issue, I set the interlace handling to auto and it seemed to fix it...
Reply

Logout Mark Read Team Forum Stats Members Help
video output green, Intel 9150