LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-15-2009, 12:20 PM   #1
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Rep: Reputation: 21
Unhappy movie player problem


I have ubuntu 9.04,but whenever I start watching a movie my laptop hangs and does not respond , I need to restart it work.I cannot understand the problem ,it has happened thrice now.
Please help.
 
Old 08-15-2009, 02:09 PM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by r_s View Post
I have ubuntu 9.04,but whenever I start watching a movie my laptop hangs and does not respond , I need to restart it work.I cannot understand the problem ,it has happened thrice now.
Please help.
A few more details would be helpful.
1. What kind of file where you trying to play?
2. What player were you using?
3. What error messages (if any) appeared?
4. What video card do you have?
5. What driver are you using for that card?
cheers,
jdk
 
Old 08-16-2009, 03:37 AM   #3
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Original Poster
Rep: Reputation: 21
movie player problem

the problem occurs when I click on "view full screen".It just does not respond.It gives an error message which is just flashed and I am unable to read it.The file I am playing is an .avi file.
01:00.0 VGA compatible controller: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series]
it is ATI Radeon HD 4570 card
 
Old 08-16-2009, 04:31 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by r_s View Post
the problem occurs when I click on "view full screen".It just does not respond.It gives an error message which is just flashed and I am unable to read it.
Can you please please please tell us what "it" means (not the error message "it"; the other "it" that is not responding). In other word what player are you using? If you run whatever the player it is from a command line then you might be able to see the error messages properly.
jdk
 
Old 08-16-2009, 04:47 AM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
It sounds to me that it does go to full screen but you can't get out of the full screen mode. Try [CTRL][ALT][F2] to get to the virtual terminal and use the "killall <playercommand>" command to kill the player program. You could do as suggested, starting the player from the terminal, but also redirect stdout and stderr to a file. Then you can get to the log later.

For example:
mplayer -fs MyNewPuppy.avi 1>puppyvid.log 2>&1

My guess is that if you could get out of the full screen mode, that you would be able to quit the player. The computer might not be locked up, you are just locked out of the regular display by the player.
 
Old 08-17-2009, 04:45 AM   #6
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Original Poster
Rep: Reputation: 21
I installed vlc and the problem persists.
The problem is that while watching a movie when I click on "view full screen" ,the pc hangs ,i.e, a list of error messages is flashed for a second ,some of its content is
Starting System Tools
Checking battery state
/dev/sda:
Checking Power-management
and others.........(which I could not see because it is just flashed for a second)
after this screen is flashed ,the computer visual gives a black screen and nothing works not even (Alt-Ctrl-F2).
 
Old 08-17-2009, 11:24 PM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
maybe running vlc from a terminal will allow you to see the messages although I don't know how because you're running fullscreen and can't clt-alt-f2 to a virtual terminal.

Are there any error messages in /var/log/Xorg.0.log or ~/.xsession-errors that are useful?
jdk

Last edited by jdkaye; 08-17-2009 at 11:26 PM.
 
Old 08-18-2009, 07:43 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Try using scaling instead and scale the video to the size of the screen.
 
Old 08-20-2009, 02:11 AM   #9
r_s
Member
 
Registered: May 2009
Distribution: slackware, fedora, ubuntu
Posts: 101

Original Poster
Rep: Reputation: 21
Pardon me for my ignorance but how do we look for errors related to this problem in ~/.xsession-errors or /var/log/Xorg.0.log
Please help!
 
Old 08-21-2009, 12:25 AM   #10
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by r_s View Post
Pardon me for my ignorance but how do we look for errors related to this problem in ~/.xsession-errors or /var/log/Xorg.0.log
Please help!
In a terminal type the following:
Code:
cat /var/log/Xorg.0.log | less
Hit space bar to read more and type q to quite. Do the same command but with the other file mentioned to read the 2nd file.
cheers,
jdk
 
Old 08-21-2009, 12:28 AM   #11
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
A little off topic. But hey jdk, whats that penguin head in your profile?
 
Old 08-22-2009, 12:12 AM   #12
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Hi Chaitanya,
I would guess it marks your distro. So you have a Buntu one and I guess my penguin head is for debian. I think it's a feature they added to the LQ site recently.
cheers,
jdk
 
Old 08-22-2009, 12:15 AM   #13
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Thanks. And I guess I should stop posting this irrelevant things here now.
PS: I did not have that logo in my profile thats why was just curious to know about it.
 
  


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
Facing problem with movie player rohit.malik Linux - Newbie 1 01-27-2009 01:05 AM
A totem movie player problem Kickenet Linux - Software 9 12-07-2008 09:40 PM
Totem movie player problem gkcom Linux - Software 6 02-20-2005 01:29 AM
Totem Movie player problem mentallysilent Linux - Software 4 12-18-2004 11:57 AM
Totem Movie Player problem (Ubuntu) drummervin Linux - General 1 10-20-2004 11:14 PM

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

All times are GMT -5. The time now is 12:31 PM.

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