Quantcast Video Playback - Page 4

+ Reply to Thread
Page 4 of 5 FirstFirst 12345 LastLast
Results 31 to 40 of 45

Thread: Video Playback

  1. #31
    Notebook Deity
    Join Date
    Dec 2007
    Posts
    1,767
    Rep Power
    21

    Default Re: Video Playback

    You are probably in the sam boat I am in, the drivers are just not yet comparable to their Win7 conterpart -- my problem is Fusion AMD and Linux. I have worked on my ATI config and have found that it works a lot better than before. Also I am using Kernel Linux 3.0, which seems to help a lot for ATI cards, etc.,
    Sager NP 8662|P8700|Nvidia 260GTX|4GB Ram| Windows 7 Ultimate x64/ #!Crunchbang Linux
    Acer Aspire One| C-50 + 6250| Fedora 17

    Desktop: | MSI 870-G45 | 4GB DDR3 | Galaxy 460 GTX 768 Mb | Win 7 Ultimate x64 |GhostBSD

  2. #32
    ZaZ
    ZaZ is offline
    Super Model
    Join Date
    Jun 2004
    Location
    L'Étoile du Nord
    Posts
    30,681
    Rep Power
    148

    Default Re: Video Playback

    It looks like I'm back to Windows then, which is a bummer.

    I had a box a few years back running 8 or 9, I can't remember. I never had any trouble with it, BDs or DVDs. I never even installed the drivers. That's why I'm surprised this has turned out to be such a pain. I wonder if a different distro would offer me something better? Thanks for the help nonetheless.

  3. #33
    Notebook Virtuoso
    Join Date
    Jan 2011
    Posts
    3,426
    Rep Power
    19

    Default Re: Video Playback

    Quote Originally Posted by ZaZ View Post
    It looks like I'm back to Windows then, which is a bummer.

    I had a box a few years back running 8 or 9, I can't remember. I never had any trouble with it, BDs or DVDs. I never even installed the drivers. That's why I'm surprised this has turned out to be such a pain. I wonder if a different distro would offer me something better? Thanks for the help nonetheless.
    It's possible that that machine had a chipset in it that was old enough it had gotten support slipped into the mainline kernel etc by the time you got it. Give it time, the AMD Fusion based machines will catch up.
    Current primary work machine: Sony VAIO SA
    Current play machine: HP DV6Z-6135DX A8-3400@2.6GHz 6750M
    Current backup portable: Acer Aspire One AO722 C50
    Past machines: Toshiba T4700, Lenovo T-42, Lenovo SL-400, Lenovo S10 w 9 cell battery, Toshiba T235D Acer 4820TG w ATI 5650M

  4. #34
    ZaZ
    ZaZ is offline
    Super Model
    Join Date
    Jun 2004
    Location
    L'Étoile du Nord
    Posts
    30,681
    Rep Power
    148

    Default Re: Video Playback

    Thanks Sxooter. I'm curious, is my Foxconn A74ML-K board considered that new?

  5. #35
    Notebook Virtuoso
    Join Date
    Jan 2011
    Posts
    3,426
    Rep Power
    19

    Default Re: Video Playback

    Quote Originally Posted by ZaZ View Post
    Thanks Sxooter. I'm curious, is my Foxconn A74ML-K board considered that new?
    That's got a Radeon 2100 which is quite old actually.
    Current primary work machine: Sony VAIO SA
    Current play machine: HP DV6Z-6135DX A8-3400@2.6GHz 6750M
    Current backup portable: Acer Aspire One AO722 C50
    Past machines: Toshiba T4700, Lenovo T-42, Lenovo SL-400, Lenovo S10 w 9 cell battery, Toshiba T235D Acer 4820TG w ATI 5650M

  6. #36
    ZaZ
    ZaZ is offline
    Super Model
    Join Date
    Jun 2004
    Location
    L'Étoile du Nord
    Posts
    30,681
    Rep Power
    148

    Default Re: Video Playback

    I'd be using the 5450, which is pretty new I think. The chipset is the 740g, but I don't know if that's old or new.

  7. #37
    Notebook Deity
    Join Date
    Jul 2007
    Location
    Mountain View, CA
    Posts
    905
    Rep Power
    18

    Default Re: Video Playback

    As far as I know Linux mainline kernel do not remove support for mainstream chipsets released within the past 10 yrs at least. But support for proper drivers especially the ones which are not part of the Linux kernel source/modules itself is a totally different thing.

    I dont know which distro would help you but it is really worth trying out another distro just to see if the problem gets fixed there.

    I myself notice occasional screen tearing when watching few of the videos but I watch it on my 46" TV connected to my linux rig, so I dont notice the screen tear unless I'm really looking for it (rather than watching a movie). Is this something similar to this or something which really affects your viewing completely ?
    ASUS UX32VD-DB71
    13.3" 1080p :: Ivy Bridge i7-3517 :: 10GB DDR3 1600 :: nVidia 620M 1GB :: 500 GB HDD + 32 GB SSD
    openSUSE 12.2

  8. #38
    ZaZ
    ZaZ is offline
    Super Model
    Join Date
    Jun 2004
    Location
    L'Étoile du Nord
    Posts
    30,681
    Rep Power
    148

    Default Re: Video Playback

    Thanks Tux. The machine works great in all other respects. Sometimes I'll go 10-15 minutes without seeing anything and others I'll see quite a bit of it. Some videos stutter too. Since watching movies on it is it's primary purpose, it's a deal breaker for me, especially since it works perfectly in Windows. It's too bad as I really wanted to use it. I really liked the preview pictures I could use in Linux that I can't find a way to do in Windows.

  9. #39
    Notebook Deity
    Join Date
    Jul 2007
    Location
    Mountain View, CA
    Posts
    905
    Rep Power
    18

    Default Re: Video Playback

    I do not unfortunately wish to give up that easily especially on Linux - I've given up many times in the past but have somehow landed upon a solution when I was not looking for it

    Okay I was going thru VLC's settings and I noticed these settings under Tools->Preferences->Input&Codecs:
    Skip H.264 in-loop deblocking filter - Try setting it to "All"
    Use GPU acceleration(experimental) - enable this

    I'm sure these settings have been there for quite some time in VLC preferences, so it should be pretty much there even if you're using an older version of VLC. Give it a shot and let me know if it works.

    One more thing you can try to do (although I doubt this would work) is try starting these players from command line and probably redirecting the output to a log file like:
    Code:
    vlc abcd.avi 2>&1 | tee myfile.log
    You should be able to see the logs on screen as well as redirected into the log file - also you'd get both stdout and stderr in a single file (as well as on the screen)

    So in these logs - try to see if you notice any erroneous messages especially when you see these screen tears happening. I doubt the player would be able to catch an error which happens for screen tearing in the first place but it also gives you the chance to notice if there are any suspicious error messages which you can try to fix.
    Last edited by TuxDude; 2nd August 2011 at 03:09 AM.
    ASUS UX32VD-DB71
    13.3" 1080p :: Ivy Bridge i7-3517 :: 10GB DDR3 1600 :: nVidia 620M 1GB :: 500 GB HDD + 32 GB SSD
    openSUSE 12.2

  10. #40
    ZaZ
    ZaZ is offline
    Super Model
    Join Date
    Jun 2004
    Location
    L'Étoile du Nord
    Posts
    30,681
    Rep Power
    148

    Default Re: Video Playback

    I got Windows back on my machine. I don't think I'm really ready to install Linux once again to test another theory. Perhaps I'll try it on my R60e. If it goes well, then we'll see. Thanks again.

 

 
Page 4 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 01:37 AM.
Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0