Results 1 to 5 of 5

Thread: video redlines cpu

  1. #1
    Join Date
    Apr 2008
    Location
    Austin
    Beans
    9
    Distro
    Hardy Heron (Ubuntu Development)

    video redlines cpu

    Total linux n00b here. Just installed the 8.04 release candidate two days ago. Please forgive me if this question is done to death...

    So far any video I try to play redlines the cpu, then starts stuttering and balking until it's unwatchable. So far I've tried some Xvid .avi files and a Quicktime .mov under using Totem, Mplayer, and VLC. I believe I've downloaded the special restricted codecs and plug-ins correctly. (As best I can tell, anyway.) The files usually start OK, look great for about five or 10 seconds, and then gasp to a standstill as the CPU usage goes up to 100%. The memory and swap files don't appear to be hit particularly hard according to the system monitor. Usually the sound continues playing while the video stutters to a halt.

    I have the same problem with Firefox 3 Beta 5 and the various flash plugins (I've tried something called gnash and now I'm using the latest restricted Adobe Flash plugin from the package manager.) The difference here is that the sound stutters, too, while Firefox eats up the cpu. (I see there are other topics about firefox & flash, but I don't see them accompanied by video woes in general.)

    I'm starting to wonder if its not the software but the hardware, or the video driver. The laptop I'm using (specs in the sig) has an old Radeon Mobility 7500, so I don't think it's eligible for the current ATI driver. Any thoughts or points in good directions would be nifty.

  2. #2
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: video redlines cpu

    Quote Originally Posted by mar\/in View Post
    Total linux n00b here. Just installed the 8.04 release candidate two days ago. Please forgive me if this question is done to death...

    So far any video I try to play redlines the cpu, then starts stuttering and balking until it's unwatchable. So far I've tried some Xvid .avi files and a Quicktime .mov under using Totem, Mplayer, and VLC. I believe I've downloaded the special restricted codecs and plug-ins correctly. (As best I can tell, anyway.) The files usually start OK, look great for about five or 10 seconds, and then gasp to a standstill as the CPU usage goes up to 100%. The memory and swap files don't appear to be hit particularly hard according to the system monitor. Usually the sound continues playing while the video stutters to a halt.

    I have the same problem with Firefox 3 Beta 5 and the various flash plugins (I've tried something called gnash and now I'm using the latest restricted Adobe Flash plugin from the package manager.) The difference here is that the sound stutters, too, while Firefox eats up the cpu. (I see there are other topics about firefox & flash, but I don't see them accompanied by video woes in general.)

    I'm starting to wonder if its not the software but the hardware, or the video driver. The laptop I'm using (specs in the sig) has an old Radeon Mobility 7500, so I don't think it's eligible for the current ATI driver. Any thoughts or points in good directions would be nifty.
    HI and welcome, I believe the driver that comes with Hardy should be antiquate for that graphics card. You may try and configure you xorg with this command in the terminal
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    Then restart x with the keys ctrl, alt, backspace bar. Hopefully this will correct the issues and you may want to view which driver is being used with this command
    Code:
    cat < /etc/X11/xorg.conf |grep Driver
    and I believe you should see ATI.

  3. #3
    Join Date
    Apr 2008
    Location
    Austin
    Beans
    9
    Distro
    Hardy Heron (Ubuntu Development)

    Re: video redlines cpu

    Quote Originally Posted by overdrank View Post
    HI and welcome, I believe the driver that comes with Hardy should be antiquate for that graphics card. You may try and configure you xorg with this command in the terminal
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    Thank you! Google tells me that this command should give me an opportunity to fiddle with video preferences, but here's what I see when I run the command:

    Code:
    marvin@marvin-laptop:~$ sudo dpkg-reconfigure -phigh xserver-xorg
    [sudo] password for marvin: 
    xserver-xorg postinst warning: overwriting possibly-customised configuration
       file; backup in /etc/X11/xorg.conf.20080423072727
    marvin@marvin-laptop:~$
    Quote Originally Posted by overdrank View Post
    Then restart x with the keys ctrl, alt, backspace bar. Hopefully this will correct the issues and you may want to view which driver is being used with this command
    Code:
    cat < /etc/X11/xorg.conf |grep Driver
    and I believe you should see ATI.
    Ctrl Alt Backspace didn't seem to do anything. Here's what I see when I run the second command:

    Code:
    marvin@marvin-laptop:~$ cat < /etc/X11/xorg.conf |grep Driver
    	Driver		"kbd"
    	Driver		"mouse"
    	Driver		"synaptics"
    marvin@marvin-laptop:~$

  4. #4
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: video redlines cpu

    Ok then you may try the the command without the -phigh tag
    Code:
    sudo dpkg-reconfigure xserver-xorg
    And you can choose your driver there.

  5. #5
    Join Date
    Apr 2008
    Location
    Austin
    Beans
    9
    Distro
    Hardy Heron (Ubuntu Development)

    Smile Re: video redlines cpu

    Quote Originally Posted by overdrank View Post
    Ok then you may try the the command without the -phigh tag
    Code:
    sudo dpkg-reconfigure xserver-xorg
    And you can choose your driver there.
    A-ha! That did the trick. It allowed me to turn off kernel frame buffering so the driver could access the hardware directly (or that's the gist of the explanation it gave me). (It also asked me to make a bunch of choices about keyboard configuration.)

    Anyway...the cpu now appears to be hit in proportion to the resolution and framerate of the video in question, and although there is a rare stuck frame in the HD video, things seem to be running smoothly in totem and Mplayer both.

    Many thanks.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •