Linux HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation
#64
@Nickelino

RetroPie-Problem solved. Before i saw your last post i tried opening a terminal in the gui and start emulationstation from there and voila it's working.
So edit your Advanced Launcher Emulationstation Paramenter entry from
Code:
emulationstation
to
Code:
gnome-terminal -e emulationstation
and emulationstation has a shell to display it's messages and run as expected.

and going through my bash-history
Code:
sudo apt-get install libvdpau-va-gl1 i965-va-driver vdpauinfo
sudo apt-get install xf86-video-intel lib32-mesa-libgl lib32-libva-intel-driver
sudo apt-add-repository ppa:wsnipex/vaapi
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install pulseaudio libasound2-plugins:i386
weren't mentioned here, but lag-free video is possible ootb with Kodibuntu 14.04.
Do you already have installed the latest bios-update?
Have you checked if you have one of those ZBoxes with the not removed plastic from the CPU-cooler? And yes it needs disassembling the device, but if there is no guarantee on it...

Which codecs are used in those stuttering videos?
and the most easy one: do you use a Refresh-Rate with a multiplier from the video you play? e.g. 1080p50Hz for PAL or 1080p59.94Hz for NTSC...

and my /etc/X11/xorg.conf
Code:
Section "Device"
  Identifier  "Device0"
  Driver      "intel"
  VendorName  "INTEL Corporation"
  # a user reported, that this could cause high jumping fps in the menus when running on Ubuntu Raring
  # in that case set it to "uxa" instead
  Option "AccelMethod" "sna"
EndSection

Section "Screen"
  Identifier  "Screen0"
  Device      "Device0"
  Monitor     "HDMI1"
  DefaultDepth  24
  SubSection "Display"
    Depth       24
    Modes     "1920x1080@50p" "[email protected]" "[email protected]" "1920x1080@24p" "1920x1080@60p" "640x480_60.00" "800x600_60.00" "1024x768_60.00" "1280x1024_60.00" "1280x720_60.00" "1280x720_50.00" "1280x720_59.94"
  EndSubSection
  SubSection "Display"
    Depth       16
    Modes     "1920x1080@50p" "[email protected]" "[email protected]" "1920x1080@24p" "1920x1080@60p" "640x480_60.00" "800x600_60.00" "1024x768_60.00" "1280x1024_60.00" "1280x720_60.00" "1280x720_50.00" "1280x720_59.94"
  EndSubSection
  SubSection "Display"
    Depth       32
    Modes     "1920x1080@50p" "[email protected]" "[email protected]" "1920x1080@24p" "1920x1080@60p" "640x480_60.00" "800x600_60.00" "1024x768_60.00" "1280x1024_60.00" "1280x720_60.00" "1280x720_50.00" "1280x720_59.94"
  EndSubSection
EndSection

Section "Monitor"
  Identifier  "HDMI1"
  HorizSync   14.0 - 70.0
  VertRefresh 24.0 - 62.0
  Option      "DPMS" "true"
  # you might have to tune the 23.97 modeline it is a bit of trail and run
  ModeLine      "[email protected]" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  ModeLine      "1920x1080@24p" 74.400 1920 2558 2602 2758 1080 1084 1089 1124 +hsync +vsync #INTEL
  ModeLine      "1920x1080@50p"    148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  ModeLine      "[email protected]" 148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
  ModeLine      "1920x1080@60p"    148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync
  Modeline      "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
  Modeline      "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
  Modeline      "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
  Modeline      "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  Modeline      "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
  Modeline      "1280x720_50.00" 60.47 1280 1328 1456 1632 720 721 724 741 -HSync +Vsync
  Modeline      "1280x720_59.94" 74.41 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync

EndSection

Section "Extensions"
  # fixes tearing
  Option      "Composite"           "Disable"
EndSection
Reply


Messages In This Thread
RE: HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation - by gammelobst - 2017-01-29, 01:25
Logout Mark Read Team Forum Stats Members Help
HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation4