LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2019, 04:14 AM   #1
MarkGreatrex
LQ Newbie
 
Registered: Mar 2018
Posts: 22

Rep: Reputation: Disabled
need an iTunes on ubuntu/linux expert to help with jerky playback


Hi Guys

Just got iTunes on Ubuntu working with play on linux after many many attempts, but need some help to see if I can get smooth video playback in iTunes. I can get some good playback with windowed sd videos, but hd is very jerky.

have tried playing around with the video settings in play on linux , installing quicktime, but nothing seems to help.

Any help would be greatly appreciated, I'm still quite new to configuring wine/ play on linux.

Thanks

Mark
 
Old 04-11-2019, 01:28 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,809
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Output from
Code:
inxi -GxxSM
run in Gnome Terminal should help us help you.
 
1 members found this post helpful.
Old 04-11-2019, 04:59 PM   #3
MarkGreatrex
LQ Newbie
 
Registered: Mar 2018
Posts: 22

Original Poster
Rep: Reputation: Disabled
Thank mrmazda. Might not be able to do this until next week, but will try asap. Im willing to accept it might not be possible to make this work, couldnt find much online about it. Considered it might be to do with the video drivers settings/ lack of memory. Or because its running through wine. But have no idea how to investigate. Its also running on a imac so that also makes it a bit weirder. Osx and windows can play the videos ok, so hardware seems able to do it. Thanks.
 
Old 04-15-2019, 10:18 AM   #4
MarkGreatrex
LQ Newbie
 
Registered: Mar 2018
Posts: 22

Original Poster
Rep: Reputation: Disabled
Hi

Heres the output for inxi -GxxSM. Hope that helps..

System: Host: mark-iMac Kernel: 4.15.0-42-generic x86_64
bits: 64 gcc: 7.3.0
Desktop: Gnome 3.28.3 (Gtk 3.22.30-1ubuntu1) dm: gdm3
Distro: Ubuntu 18.04.1 LTS
Machine: Device: desktop System: Apple product: iMac12 1 v: 1.0 serial: N/A
Mobo: Apple model: Mac-942B5BF58194151B serial: N/A
UEFI: Apple v: IM121.88Z.004F.B00.1804101150 date: 04/10/18
Chassis: type: 13 v: Mac-942B5BF58194151B serial: N/A
Graphics: Card-1: Intel 2nd Generation Core Integrated Graphics Controller
bus-ID: 00:02.0 chip-ID: 8086:0102
Card-2: Advanced Micro Devices [AMD/ATI] Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M]
bus-ID: 01:00.0 chip-ID: 1002:6741
Display Server: x11 (X.Org 1.19.6 ) drivers: i915,radeon
Resolution: 1920x1080@59.93hz
OpenGL: renderer: AMD TURKS (DRM 2.50.0 / 4.15.0-42-generic, LLVM 6.0.0)
version: 3.3 Mesa 18.0.5 (compat-v: 3.0) Direct Render: Yes
 
Old 04-15-2019, 11:47 AM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,809
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Several things I can think of to try, in decreasing order of possible success:

1-Don't login to X. Instead, choose a player that can be run directly from a shell prompt login, e.g. vlc-noX. Overhead will be massively reduced.

2-Use a different video player instead of iTunes, e.g. VLC, SMplayer, Kodi, more.

3-Try a lightweight window manager instead of heavyweight Gnome. For this purpose I use IceWM, which should be selectable from the login screen. If it's not there, do:
Code:
sudo apt install icewm
and restart the server or reboot.

4-Inxi reports Gnome and X are using the Radeon DDX, (X driver, as distinguished from the Radeon kernel driver). A switch to the other FOSS DDX, named Modesetting, might produce an improvement. The only way to tell is to try. To try, the simplest way is:
Code:
sudo apt purge xserver-xorg-video-ati xserver-xorg-video-radeon xserver-xorg-video-amdgpu xserver-xorg-video-r128 xserver-xorg-video-mach64
This will remove all AMD drivers, resulting in use of the newer technology agnostic Modesetting FOSS DDX, which is provided by the xserver package.

5-Gnome might be using Wayland instead of Xorg. If it is, try switching. If it's already using Xorg, try switching to Wayland. This switching may or may not be selectable from the login screen (I don't use GDM). If not, you'll need to follow these instructions.

6-GDM is more demanding than some other display managers. Try switching to LightDM. Instructions for this abound on the internet.
 
Old 04-17-2019, 02:43 AM   #6
MarkGreatrex
LQ Newbie
 
Registered: Mar 2018
Posts: 22

Original Poster
Rep: Reputation: Disabled
Thanks for the suggestions. I'll give this a try and report back. I'll also try converting the files and see if they will play back smoothly in another player, to work out if its playonlinux or some other system settings. Im enjoying trying to find out though.im learning a lot..
 
Old 04-18-2019, 09:19 AM   #7
MarkGreatrex
LQ Newbie
 
Registered: Mar 2018
Posts: 22

Original Poster
Rep: Reputation: Disabled
Update: tried converting videos to mp4 and they play fine on a fresh ubuntu install. Looks like its some other reason or just impossible maybe...
 
Old 04-24-2019, 02:58 AM   #8
MarkGreatrex
LQ Newbie
 
Registered: Mar 2018
Posts: 22

Original Poster
Rep: Reputation: Disabled
Update:

Managed to get it to work! probably the most difficult thing i have tried to get working on linux. tried so many things with wine and playonlinux but can finally play my itunes videos using an old version of quicktime. Have attached some screen shots for info. But just have to see now if i can do it again if i have to reinstall ubuntu again. (going to write it all down)

Thanks guys
Attached Thumbnails
Click image for larger version

Name:	display settings.png
Views:	13
Size:	40.5 KB
ID:	30407   Click image for larger version

Name:	add remove.png
Views:	15
Size:	38.6 KB
ID:	30408   Click image for larger version

Name:	wine version.png
Views:	12
Size:	29.0 KB
ID:	30409  
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Jerky .mp4 video playback on Openshot Video Editor Gregg Bell Linux - Newbie 1 05-04-2017 11:15 PM
Trying to uninstall itunes so that I can re-install itunes!!! MrMorgs Linux - Software 5 03-07-2012 12:48 AM
no sound playback or video playback..on ubuntu 8.10 thelastquincy Linux - Newbie 3 04-20-2009 11:14 PM
Jumpy/Jerky Video Playback rioch Linux - Software 6 04-12-2006 03:52 AM
Jerky video playback hand of fate Linux - General 24 06-06-2005 09:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration