frank90psi / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Flicker, the right side in the form of strips, when playing videos #331

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any video file.
2. View it in full screen.

What is the expected output? What do you see instead?
Now is not the whole screen as a thin line on the right side of the image.
LCD Monitor 24`.
What version of the product are you using? On what operating system?
archlinux,gnome-mplayer 0.9.8-2, mplayer 29776-1, gtk2 2.18.4-1,  
xorg-server 1.7.2-2, nvidia 190.42-1

Please provide any additional information below.
Happens when using gl, gl2, x11, xv, xvmc. When using mplayer from the
terminal, no such problem.

Original issue reported on code.google.com by cki...@gmail.com on 5 Dec 2009 at 3:46

GoogleCodeExporter commented 8 years ago
pleae upgrade to gnome-mplayer svn. If that does not correct it please send a 
screen 
shot of the issue.

Original comment by kdeko...@gmail.com on 5 Dec 2009 at 3:51

GoogleCodeExporter commented 8 years ago
Build gnome-mplayer-svn 1599-1 x86_64. Twinkling disappeared. Some positive 
emotions.
PKGBUILD:
pkgname=gnome-mplayer-svn
pkgver=1599
pkgrel=1
pkgdesc="A simple MPlayer GUI"
arch=('i686' 'x86_64')
url="http://gnome-mplayer.googlecode.com/"
license=('GPL')
depends=('mplayer' 'dbus-glib' 'libnotify' 'libgpod')
makedepends=('subversion' 'pkgconfig')
install=${pkgname}.install
provides=('gnome-mplayer')
conflicts=('gnome-mplayer')
source=()
md5sums=()
_svntrunk=http://gnome-mplayer.googlecode.com/svn/trunk/
_svnmod=gnome-mplayer

build() {
   cd ${srcdir}
  if [ -d ${_svnmod}/.svn ]; then
    (cd ${_svnmod} && svn up -r ${pkgver})
  else
    svn co ${_svntrunk} --config-dir ./ -r ${pkgver} ${_svnmod}
  fi
  msg "SVN checkout done or server timeout"
  msg "Starting make..."
  cp -r ${_svnmod} ${_svnmod}-build
  cd ${_svnmod}-build
  ./configure --prefix=/usr --sysconfdir=/etc \
              --disable-schemas-install --without-gconf || return 1
  make || return 1
  make DESTDIR=${pkgdir} install
  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@'
${pkgdir}/usr/share/applications/gnome-mplayer.desktop
}

gnome-mplayer-svn.install:
post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}

Original comment by cki...@gmail.com on 5 Dec 2009 at 4:04

GoogleCodeExporter commented 8 years ago
So can we mark this problem as fixed?

Original comment by kdeko...@gmail.com on 5 Dec 2009 at 4:11

GoogleCodeExporter commented 8 years ago
Yes.

Original comment by cki...@gmail.com on 5 Dec 2009 at 4:14

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 5 Dec 2009 at 4:21