Debian Multimedia :: VLC Fails To Resize And Full Screen

Apr 25, 2016

I'm running Debian Stretch on my notebook

4.4.0-1-amd64 #1 SMP Debian 4.4.6-1 (2016-03-17) x86_64 GNU/Linux

View 4 Replies


ADVERTISEMENT

OpenSUSE Multimedia :: Obnoxious Bar In Smplayer - Full Screen Isn't Full Screen And There Are Black Edges On Both Sides Of The Screen

Jan 25, 2011

This obnoxious bar has just appeared in Smplayer at the top of the screen. It stays there even when I go full screen. Now full screen isn't full screen and there are black edges on both sides of the screen. I have not be able to figure out how to hide it. I do not need or want this onscreen display. How can I configure Smplayer to make this go away? How can I get my 16:9 full screen aspect ratio back? I have done nothing to mplayer or smplayer as far as editing any or changing any configuration files. I tried several videos and it displays on all of them. It was not there last time I used Smplayer.

View 9 Replies View Related

Debian Multimedia :: Mplayer And Full Screen

Sep 1, 2011

I installed debian 6.0 and have a problem with mplayer running in fullscreen/maximised window. Basically whenever I want to play a film in full screen or maximised window the view/film area remains a small rectangle and there's a big black area around that makes up the full screen.I'm running a nouveau driver and the video settings in mplayer are set to xv ( I also tried gl).

That's what happen when I run mplayer from the command line (eg. mplayer film.avi), which is my preferred method. When I want to play a film by opening it from a file browser, it starts mplayer but there's no video at all, just the sound.

View 8 Replies View Related

Debian :: Root Partition Full Already Resize?

May 18, 2010

I recently installed Lenny and used the "Guided - Use Entire Disk" option.I made separate partitions for root, /etc, /var, /home, /usr and swap.I trusted that the auto partitioner would choose sensible sizes but possibly that was a bad move, root is only 340Mb and is full.

View 8 Replies View Related

Debian Multimedia :: Video Getting Blur In Full Screen Window

Apr 18, 2016

I am new to debian. While I am playing a video in vlc or in any other player its playing well in small sized window, but if i am making it full screen the video is getting blur...blinking..getting slow..but sound is okay.

View 1 Replies View Related

Debian Multimedia :: Squeeze With ATI Radeon 9550 / Can't Get Full Screen?

Feb 16, 2011

I have ATI Radeon 9550
"lspci -v | grep VGA

02:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550] (prog-if 00 [VGA controller])"
using free driver. Everything is working fine but movie playing. In Totem Movie Player I got full screen but playing is like slow motion, and in SMPlayer I can't get full screen. Window is in full screen but movie is not...

View 6 Replies View Related

General :: Full Screen Video Fails / What To Fix It?

Apr 13, 2010

After opening a full screen video with hulu or news clips (I assume flash player), the video flashes for a about 2 seconds and then closes back to the smaller size.

what I need to be chasing?

View 3 Replies View Related

Ubuntu :: Upgaded, Now Internet Video Fails, Full Screen?

Apr 22, 2011

After I upgraded to Ubuntu 10.10 - the Maverick Meerkat, I started having video problems.The upgrade was done automaticly with the package updater.Everything worked before I upgraded.Now when I view any Internet video, if I choose full screen, the screen goes white, and the video fails.The mouse still works. I can right click and force the page to close.The video works if I play it in the small screen box it comes in.It worked fine full screen before I upgraded.omputer specs.MONITER: LG 22 inch Flat screen - Ubuntu has this listed as GoldstarCompany Ltd 23" at 1680 X 1050 (16:10) 60 Hz. normal rotation.AMD Athalon 64 processor 3000+memory 1502 mib 64% free swap 4398 mib 100% freescsi hard drive (seagate dont rememeber the size)Asus motherboardATI Radeon X 1650 Pro (Rev. 9e) video cardCreative labs SB Audigy (Rev. 04) 2 ZS (SB 0350) sound cardLG flat screen moniter

View 4 Replies View Related

Debian :: Full-upgrade Fails At Stopping Fancontrol

Jul 11, 2015

summary: `sudo aptitude full-upgrade` (to jessie) ran long time before hanging @

Code: Select allSetting up fancontrol (1:3.3.5-2) ...
Installing new version of config file /etc/init.d/fancontrol ...
[ ok ] Stopping fan speed regulator: fancontrol.

Killing the job produced damage detailed below. How best to proceed?

details:

I'm upgrading a 7-year-old 64-bit Clevo/System76 laptop to jessie. My first run of `sudo aptitude full-upgrade` ended after fetching packages, with the following lines ending the console spew:

Code: Select allGet: 2051 http://http.debian.net/debian/ jessie/main user-setup all 1.61 [196 kB]
Fetched 1,816 MB in 17min 38s (1,715 kB/s)
E: This installation run will require temporarily removing the essential package python:amd64 due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove python:amd64 (2)

So I started a second run with `sudo aptitude -o APT::Force-LoopBreak=true full-upgrade`. I left it running overnight, checking back periodically to OK overwriting `/etc/*` files with package-maintainer's versions. Friday I checked the box ~0900 and found

Only GUI application running was `gnome-terminal`, with the upgrade running in a single tab. This was working as intended, since I closed all other apps, and all but one `gnome-terminal` tab, before starting the upgrade. desktop environment (DE)=Cinnamon (also as intended) mouse was non-responsive: swiping the touchpad produced no movement keyboard appeared non-responsive (but more on that below) internal fan was running apparently full-speed (certainly as loud as I've ever heard it) console spew ended with the following 3 lines:

Code: Select allSetting up fancontrol (1:3.3.5-2) ...
Installing new version of config file /etc/init.d/fancontrol ...
[ ok ] Stopping fan speed regulator: fancontrol.

I left it running in hope the upgrade would recover, but after 7 hours nothing had changed, so I attempted to kill the job. The following all failed:

invoking shutdown via desktop menu (neither mouse movement nor pressing Super key produced any change) C-c/Ctrl-c in the terminal tab (nothing changed in the GUI) A-F2/Alt-F2 (trying to run another `gnome-terminal` to run `sudo shutdown -Ph now`, but no dialog appeared) C-A-F1 (to goto tty1 and run `sudo shutdown -Ph now`, but again no change in GUI/X)

The good news is, the box did reboot after `A-SysRq-[REISUB]`, though only to tty1. From there, `sudo dpkg --audit` produces these results.

So obviously the upgrade is incomplete; how best to resume it, or to debug the current situation before resuming? I'd prefer to fix the problem with `fancontrol` before proceeding, since the previous `full-upgrade` was quite long-running.

FWIW I also recorded the packages that the previous/broken `aptitude full-upgrade` wanted to {add, remove, upgrade}, and note that package=`fancontrol` is one that `aptitude` wanted to upgrade. So I'd like to know if I should just

Configure unpacked-but-not-yet-configured packages as directed by `dpkg --audit` reconfigure only-half-configured packages as directed by `dpkg --audit` process triggers for packages awaiting processing of triggers as directed by `dpkg --audit` reinstall packages missing md5sums as directed by `dpkg --audit` create a list of packages to remove (from those listed in the previous upgrade) add `fancontrol` to that list run `sudo aptitude remove [list of packages]` from tty1 create a list of packages to add and upgrade (from those listed in the previous upgrade) delete `fancontrol` from that list run `sudo aptitude install [list of packages]` from tty1 rerun `sudo aptitude full-upgrade` from tty1 (hoping that cleans up any remaining upgrade work, and does not try to reinstall package=`fancontrol`)

View 13 Replies View Related

OpenSUSE Multimedia :: Black Screen On Exiting Full Screen Games?

Jul 18, 2010

OpenSuse 11.3 with nVidia drivers.I have the screen working fine though it only runs in 1600x1200@75 using the nVidia driver (GTX260 card).When I play a game in full screen mode all seems OK but when I exit the game then I just get the mouse pointer on a black screen.There must be something present since the cursor changes as I move it, normal pointer -> hand over a link etc. It's just that black on black isn't very readable.

View 5 Replies View Related

Ubuntu Multimedia :: Possible To Resize Screen Capture In Realtime With Ffmpeg?

Jul 25, 2011

As the title says, I'm looking for a command to resize on the fly as I capture. My desktop's 1680x1050, but I want to shrink down to say 1280x720.. or other.

So far my command is code...

View 1 Replies View Related

Debian Multimedia :: How To Resize Iceweasel

Jul 10, 2011

I'm running Iceweasel 5 and love it.

View 1 Replies View Related

Ubuntu Multimedia :: Full Screen And Widescreen With ATi VGA?

Jul 29, 2010

Ive installed Lucid in my vaio. The vga is 4350 ATi.

The videos and games have two black stripes at the monitors edges this is due to Widescreen monitor.

At windows you can go at catalyst control center and in monitor configuration has the option for scaling so i can configured my vga to play the videos and the games at full screen with out any black gaps (right-left)

View 1 Replies View Related

Ubuntu Multimedia :: Can't Get Full Screen In 10.04 After Upgrade

Dec 28, 2010

Recently upgraded from 9.10 to 10.04 64 bit. Update went fine with the exception I cannot get full screen with my programs such as firefox, open office, picasa, or any other program I open. Cannot drag the window open to full screen. Changed the nvidia driver from Preferred to the nvidia 173 driver in system, administration , hardware drivers. Neither seem to workto get full screen. Hit F11 and that does not work either.

Here is my system:

MSI P55-GD80 1156 RT
INTEL |CORE I7 860 2.8 G
SEAGATE 7K ST3100052
4 GIG CORSAIR CMX4GX3M2
MSI N94GT MD512 9400 GT
Ubuntu 10.04 64 bit

View 2 Replies View Related

Debian Multimedia :: Can't Move Or Resize VLC Window?

May 4, 2011

I can't move/resize/decorate/restore the vlc window. It takes up the entire screen (even though it is not in full screen mode) on one of my monitors. I'm using Openbox. This doesn't happen with any other type of window.[URL]..

View 4 Replies View Related

Ubuntu Multimedia :: No DVD Playback In Full Screen Mode

Mar 3, 2010

I followed the wonderful guide in this section with all of the steps and whatnot (I forget what it is called) and I got my DVD player working. I have used both the built in DVD player, and VLC with all the required codecs and whatnot. But when I go to full screen, the player (both of them) crash and I have to eject the disc and start over. It is actually kind of weird because I can resize it larger to a certain extent, but I feel once it gets over about 50-75% of the screen, it crashes.

View 2 Replies View Related

Ubuntu Multimedia :: Full Screen OpenOffice Presentation?

May 16, 2010

After upgrading to Lucid, I've found that when using the OpenOffice Presentation in a full screen slide show, that the presentation itself does not maximize over the gnome panel anymore (I have a slideshow with my panel showing on top). Quite annoying.I am able to work around this by auto-hiding the panel, but would rather be ableo simply run the presentation without having to do so. I can't find anything in OO's settings to resolve this

View 9 Replies View Related

Ubuntu Multimedia :: Flash Videos Won't Go In Full Screen

Oct 31, 2010

I'm just on ..... and half of the videos I try to put in full screen work and the rest just freeze the frame but the audio still plays and the video continues in the background.

View 1 Replies View Related

Ubuntu Multimedia :: DVD, And Internet Videos In Full Screen?

Nov 12, 2010

I have installed ubuntu 10.10 on my laptop (a thinkpad L412). It works, except for video problems : - when I want to read a DVD, I can very well see and use the menu (where it is proposed to watch the movie or choose a scene), but when I launch the movie, theplayer stops. It happens with both VLC and Movie Player (I have not yet tried other player). - If I watch a video on ..... (or other websites), it is OK when I watch it embedded in the page. But if I want to put it full screen, the sound is still OK, but the image is frozen.

View 1 Replies View Related

Ubuntu Multimedia :: Full Screen Flash With Two Monitors?

Jan 22, 2011

I have two 1680x1050 monitors running from the same graphics card, using xinerama. The left hand one is rotated portrait, while the right hand one remains landscape.

Some flash videos will full screen fine (4od,iplayer,.....) but some will not; in the attached screenshot you can see that there is a small section of the screen displaying the video while the video controls are correctly at the bottom of the screen. The grey block on the right flashes rapidly light and dark.

Another issue I have is that flash will not stay full screen if I move focus to something on the other screen, is there a workaround for this?

View 1 Replies View Related

Ubuntu Multimedia :: No More Full-screen In Movie Player?

Apr 19, 2011

today in the morning I upgraded several gstreamer related packages (I suspect from the Gstreamer Developers PPA; list and versions see below). Now I just noticed that in the Movie Player (Totem Movie Player 2.30.2 using GStreamer 0.10.32 (prerelease)), when viewing a video in full screen mode, the whole screen is filled with black as expected, but the video itself now remains at its original size in the center of the screen, it is not being resized to the size of the screen. This was not the case two days ago, and I suspect the gstreamer upgrade.

Does anyone have any pointers on this, before I file a bug report? As the Movie Player itself doesn't provide any further options on video scaling (yeah, what a nice GNOME philosophy...), there's not much I can do from within the GUI..

Code:

Upgraded the following packages:
gstreamer0.10-alsa (0.10.32-1~lucid1) to 0.10.32.2-1~lucid7
gstreamer0.10-plugins-bad (0.10.21-1~lucid1) to 0.10.21.2-1~lucid2
gstreamer0.10-plugins-base (0.10.32-1~lucid1) to 0.10.32.2-1~lucid7

[code]...

View 1 Replies View Related

Debian Multimedia :: Compiz: Slow Resize Windows?

Sep 30, 2010

I am using the last Debian Lenny (506) + the last ATI Privative Driver (10.9) + Compiz + Gnome, and, I have a great Slow Resize windows problem.When I try to resize a window (Alt + middle click) is very very, VERY!! slow. I try to find the solution browsing. After search
and read forums and threads about this, couldn't find it

View 5 Replies View Related

OpenSUSE Multimedia :: Video Disappears In Full Screen Mode

Jul 27, 2010

video in videos disappears when i try to see it fullscreen. happens everytime. i'm using firefox 3.6.6. what is wrong here?

View 5 Replies View Related

OpenSUSE Multimedia :: Picture Is Messed When Full Screen While Streaming

Sep 27, 2010

When i stream on sites like ....., megaupload etc. it's fine However when i try to put it into full screen the picture is all funny looking I just installed suse on my others computers and one of them seem to be only having this problem.

View 9 Replies View Related

OpenSUSE Multimedia :: Full-Screen Video Streaming Lock-up

Oct 15, 2010

When I play a video web stream full-screen, the image randomly freezes. I can still move the mouse and hear the audio, but I can't click on anything, and I can't get out of full-screen. No keyboard commands that I know work, and so I end up having to hold down the power button to kill the machine.

This didn't happen in Ubuntu, so I'm pretty sure it's not a hardware issue. And I changed the power management settings to do nothing, but it still happens. So, I don't know what the deal is. Should I try a different flash player (I have the adobe player as default)?

View 9 Replies View Related

Ubuntu Multimedia :: Disable Screensaver When Viewing Full Screen?

Feb 28, 2010

I found a few threads dealing with this subject about a year ago but none seem to have come up with a simple answer. I use vlc and one writer indicated there was an option in vlc to disable the screensaver when in full screen mode. However, I've checked all over vlc and can't find this option.I'm not interested in creating a switch using Terminal to do this manually. I just want to know if disabling the screensaver can be automatic when in full screen mode - like in Windows

View 4 Replies View Related

Ubuntu Multimedia :: Keyboard Blocked After A Veetle Full Screen?

May 14, 2010

im running ubuntu lucid here, and on both firefox and chrome.....after i watch somthing in a full screen...i have to restart the browser to be able to type somthing with keyboard!
its wierd, i dont know if its veetle problem or ubuntu problem!anyone is facing this issue?

View 3 Replies View Related

Ubuntu Multimedia :: BBC IPLayer - Full Screen Only Lasts 10 Minutes

May 23, 2010

Just got my EeePC installed with the latest release of ubuntu netbook and have used update manager to get the system to the latest versions including the latest Adobe flash player.

I'm having problems with BBC iPlayer though. When I watch in full screen mode, it only lasts for 10 minutes then reverts back to the Firefox browser.

View 2 Replies View Related

Ubuntu Multimedia :: Computer Won't Sleep If Totem Is In Full Screen?

Dec 8, 2010

I've been watching movies alot at night and the thing that is urksome is that when I wake up the computer is still running even though the movie quit playing like 5 hours ago while I was asleepI have dbus plugin for totem installed, and totem isn't set to be ontop always. Also in powermanagement I have it set up so that the screensaver kicks on at 3 minutes after movie, screen shutsdown after 5 minutesand the computer should be put to sleep after 30 minutes. Which the last part is the only part that doesnt seem to work

View 5 Replies View Related

Ubuntu Multimedia :: Lines In Full Screen Video Playback?

May 2, 2011

I really don't know where I should ask this question. When I'm watching a video in full screen (ex, avi or h264 file) I am seeing random horizontal bars where there is action on the video like where a head is turning.When the motion is slow I am less likely to see these lines. Faster the motion, lots of lines or shaky motion. I was using my onboard Geforce 6150 GPU but thought it was because it was underpowered. I then bought a GT220 thinking that it was the problem. It is still but less frequent. Using the built in player, VLC... I don't know where to look, what to search for...There is my setup:

AMD Athlon II x2 255
4GB DDR3
nvidia GT220 512mb

[code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved