• 1
  • 140
  • 141
  • 142(current)
  • 143
  • 144
  • 244
Linux Radeon OSS with vdpau (howto)
(2014-02-25, 12:07)wsnipex Wrote: use the server iso and select "minimal" when pressing F4 from the bootloader

I've downloaded 13.10 server and in bootloader pressed F4 - there is only "normal" is shown. If I press F4 again - nothing happens. If I continue with install it blocks internal keayboard as well.
I tried LUBUNTU 13.10 but it blocked internal keyboard as well.
Seems for me only 13.4 may work - at least it does not block internal keyboard and I wonder whether there are any changes in steps as shown on p.1 - any comments? Why do installers block internal keyboard?
Wouldnt a normal installation of 13.10 server be rather ok? Afaik it doesn't install any packages that disturb XBMC or X in any way.
no idea what happens on your hardware. if you can install 13.04 then do so, then upgrade to 13.10 with do-release-upgrade.
After that follow the howto.

@laric; a server install will work, but render you with some unneeded packages.
(2014-02-25, 14:37)wsnipex Wrote: no idea what happens on your hardware. if you can install 13.04 then do so, then upgrade to 13.10 with do-release-upgrade.
After that follow the howto.
Ok, will try with LUBUNTU 13.04 then do-release-upgrade etc. Shall I avoid creating /etc/init/xbmc.conf as it was written on page 2 of the topic?
.................... after do-release-upgrade internal keyboard is disabled....
interesting, probably a kernel problem. You might want to open a bug report on ubuntu.
(2014-02-25, 16:09)wsnipex Wrote: interesting, probably a kernel problem. You might want to open a bug report on ubuntu.

I think I will just simply install 13.04 and install normal xbmc to see how it works
If your hardware has a PS/2 port, then only a PS/2 keyboard will work during 13.10 installs. Same thing happened to me.

EDIT: Check to see if you can disable it in the BIOS would be an option too.
Living Room: Ubuntu 16.10 x64 | BayTrail-M SOC | Krypton | Hitachi 55L6 | Yamaha RX-V665 | 7.1 Polk Surround
Den: RetroPie 4.1 | Raspberry Pi 3 | Krypton | VIZIO XVT553SV
Bedroom: OSMC 2017.02-1 | Raspberry Pi 3 | Krypton | VIZIO E370VA
HP Chromebook 14: Ubuntu 16.04 x64 | Celeron 2955U | Jarvis
NAS: Windows 10 | 20TB on DrivePool | Emby DB | Subsonic | Plex
@tsoifun

Why not just follow the instruction?

See the Changelog:

Quote:2013/11/11: If your Saucy installation hangs without keyboard input possible, use this workaround: http://forum.xbmc.org/showthread.php?tid...pid1547981 (thanks to gWr71Tv)
Hi

I have hit a problem. The instructions say to change some settings in XBMC. I am running Frodo and I don't see these options anywhere

4.) XBMC settings
System->Settings->System->Video Settings:
Vertical Sync: Always on

System ->Video->Playback:
VDPAU: On
Prefer VDPAU Mixer: ON
VAAPI: off
Adjust Refreshrate to match video: On
Sync Playback to Display: On
Sync Method: Video Clock (Drop/Dupe)

Any ideas?
This howto is for Gotham ... Follow it or open a new thread.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Hi,
I read about some good behavior from AMD
http://www.tomshardware.com/news/amd-rad...26145.html

can we benefit from their help (in kernel 3.14)?
Yes - that's an effect of what we are currently seeing. I think fglrx will be completely abondoned in the future. Perhaps it's only kept left for some industry customers.

You can already try 3.14-rc4 it's on ubuntu mainline ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2014-02-26, 09:36)fritsch Wrote: You can already try 3.14-rc4 it's on ubuntu mainline ...

i'm running with my AMD Radeon 8xxx
working fine for me
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
(2014-02-08, 17:00)fritsch Wrote: vdpau-settings

sudo apt-get build-dep xbmc
sudo apt-get install libxslt-dev
git clone https://github.com/fritsch/xbmc.git
cd xbmc
git checkout vdpau-settings
./bootstrap ; ./configure --disable-debug --disable-vaapi --enable-vdpau
make -j4

Compilation is finished when you have a xbmc.bin in that directory, if not something went wrong. Just run make (without -j) at that point again.

sudo make install

Change /etc/init/xbmc.conf to not start /usr/bin/xbmc but rather /usr/local/bin/xbmc - you need to install pvr addons manuall from zip with that approach. I hope to be able to submit that PR soon upstream.

I have the same problem with playing MPEG2 movie and I am going to follow the above post to make my own xbmc. Just two quick questions
(a) Will this be set as default in the xbmc one day such that i don't have to compile my own ?
(b) I am not familiar with git. Is running 'git pull' good enough to bring in the new changes ?

Thanks.
  • 1
  • 140
  • 141
  • 142(current)
  • 143
  • 144
  • 244

Logout Mark Read Team Forum Stats Members Help
Radeon OSS with vdpau (howto)26