Cannot see pictures after seconds of playing movie

Asked by begie

Hi I need help..

I cannot see pictures after seconds of playing movies, but the sound still continue.
I appreciate any help.

Begie

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu totem Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please tell which app are you using to see your videos... totem... ?
Please then try to disable desktop effects if they are active from menu System→Preferences→Appearances [desktop effects]
set them to none

Revision history for this message
begie (begie-amihan) said :
#2

hi

yes i am using totem movie player.. i try to set all effects to none, but still cant see any pictures.
i think it all started when i install awn manager, & i want to uninstall it & i want to go back to my normal ubuntu theme..but how can i do that? thank you

begie

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

To unistall awn open a terminal and type or better copy and paste:

sudo apt-get remove avant-window-navigator
sudo apt-get autoremove

the system will ask you a password: give your user password, you will not see nothing when you type it, then press enter

Revision history for this message
begie (begie-amihan) said :
#4

hi

i did run the terminal to uninstall awn manager, but nothings change, i cant still see the pictures.. also on my desktop, when i minimize or hide the window, it doesnt show to my bottom panel.. pls help.

thank u..

begie

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#5

Please tell have you tried other video player...

Play mp3 and dvd and other stuffs under Ubuntu using Medibuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the universe and multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]

enable "Community-maintained Open Source software ( universe )"
enable "Proprietary drivers for devices ( restricted )"
enable "Software restrictecd by copyright or legal issue ( multiverse )"

Close and confirm the repository reload.

Then open a Terminal from the menu Applications→Accessories→Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

and type or better copy and paste:

sudo aptitude install vlc smplayer mplayer

To get better dvd playback and optional packages here the medibuntu available software list http://packages.medibuntu.org/
you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:
( here the medibuntu howto https://help.ubuntu.com/community/Medibuntu but see below )

In short please open a Terminal from the menu Applications → Accessories → Terminal and type or copy and paste:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

-- give your user password when requested, you don't see nothing when you type it, then press enter

Now to install, type:

sudo apt-get update
sudo apt-get install ubuntu-restricted-extras libxine1-ffmpeg
sudo aptitude install libdvdread3 libdvdnav4 libdvdcss2 regionset gnome-mplayer
sudo aptitude install non-free-codecs w32codecs
sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-plugins-good
sudo aptitude install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse
sudo /usr/share/doc/libdvdread4/install-css.sh

give your user password when requested, you don't see nothing when you type it, then press enter.

You can also install other Medibuntu repository provided optional software http://packages.medibuntu.org/ :

Also optionally you can also install googleearth ans skype:
sudo apt-get install googleearth
sudo apt-get install acroread

Hope this helps

Revision history for this message
begie (begie-amihan) said :
#6

Thanks marcobra (Marco Braida), that solved my question.