LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-27-2007, 08:46 AM   #1
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Rep: Reputation: 0
Movies Slow and Choppy


Hi. I'm fairly new to Linux and I'm trying to decide if it's the right thing for me. Right now the only thing holding me back is the fact that I can't play movies.

I am dual booting with Windows XP and Linux SLED. I can play .avi files fine in WinXP. I tried playing .avi files in Totem in SLED but I needed a decoder. I couldn't figure out how to download decoders for Totem so I installed VLC. VLC looks great in the screen that it starts in but when I maximize it, it gets slow and choppy and doesn't look nearly as good as it does in WinXP. I did notice that when I tried accessing the Edit Preferences menu in VLC, it would not display... Why does the video get slow and choppy when I maximize it and what can I do about it? Could it be VLC?
 
Old 02-27-2007, 05:49 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
The most likely cause is your video driver. Have you installed a hardware accelerated driver?
 
Old 02-27-2007, 09:46 PM   #3
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
I thought I did but just to make sure, I went into YaST and Software Management and noticed that x11-video-fglrx (X Window display driver for the ATI graphics accelerators) was not installed. I installed that and I'm still having the same problem.

I do have xgl working if that matters at all (the cool graphic effects).
 
Old 02-27-2007, 09:56 PM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You can check this howto to veryify that your installation is correct.
 
Old 02-27-2007, 10:02 PM   #5
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Although YaST Software Management claims that fgrlx is installed, following those steps leads me to believe that it isn't... Not sure what to do...
 
Old 02-27-2007, 10:10 PM   #6
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Well, you could try the official installer.
 
Old 02-27-2007, 10:18 PM   #7
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Here's something interesting. Although the FAQ says I shouldn't need to reboot, after I rebooted, XGL was not working and everything looked weird and was causing problems. Once I uninstalled fgrlx and restarted, things were working normal again... I would try the official installation instructions, but I do not have an AMD processor... Still recommend it?

Last edited by linbvd; 02-27-2007 at 10:19 PM.
 
Old 02-27-2007, 10:21 PM   #8
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
I think you are confused; ATI was purchased by AMD. The drivers for the ATI video cards have nothing to do with AMD CPUs.
 
Old 02-27-2007, 10:28 PM   #9
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
I'm confused which one to choose then: Radeon, All-in-Wonder, FireMV, FireGL, Mobility Radeon, Integrated/Motherboard...
 
Old 02-27-2007, 10:34 PM   #10
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Try (as root):

lspci | grep -i vga
 
Old 02-27-2007, 10:44 PM   #11
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
lspci | grep -i vga

00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
 
Old 02-28-2007, 03:47 AM   #12
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You don't have an ATI video card, you have Intel integrated video. You should not be loading fglrx at all, and should remove it from your system.
 
Old 02-28-2007, 09:43 AM   #13
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Makes sense why graphics would mess up when I installed it... Any ideas how to fix the choppy video problem? Could it maybe be a problem with VLC?
 
Old 02-28-2007, 10:00 AM   #14
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
VLC can only use the facilities that your video card and driver provide. If you are using XGL, SuSE reports that accelerated xv (what most movie players will use) is broken for the Intel drivers.

If you have a choice, since XGL is depreciated in favor of AIGLX, you should use a distribution that makes that easier for you (Fedora or Ubuntu).
 
Old 02-28-2007, 10:31 AM   #15
linbvd
LQ Newbie
 
Registered: Feb 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Is there a simple way to turn off XGL while I watch movies. And once the movie is over, turn XGL back on?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Problems with ES1969 - really slow, choppy sound smackboy Linux - Hardware 9 03-21-2008 04:06 PM
KDe choppy and running slow neo.sarcastic Linux - Newbie 1 03-16-2004 09:20 PM
Maelstrom, Tuxracer and torcs really slow and choppy degraffenried13 Linux - General 1 02-26-2004 07:59 PM
Choppy DVD & movies playback TheShemeta Linux - Software 3 02-17-2004 03:42 PM
Screensavers are Slow and Choppy? flamesrock Mandriva 5 09-02-2003 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:20 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