View Full Version : [mythbuntu] VLC playback choppy when full screen
GSZX1337
July 23rd, 2008, 02:01 PM
I recently installed Mythbuntu on a PC with an AMD 780G chipset. I installed libdvdcss from the medibuntu repository (https://help.ubuntu.com/community/Medibuntu#Adding%20the%20Repositories). When I run VLC media player, DVDs play fine in windowed mode (at default resolution) but run choppy in full screen mode. I have installed the AMD proprietary drivers. I do not have Compiz running (can you have Compiz in Mythbuntu's Desktop Environment?). Any help is appreciated.
Thank you in advance,
~GSZX1337
soxs
July 23rd, 2008, 05:02 PM
I seem to have the same problem. See problem (The human eye only captures one on or 2 of that nasty chopp-chopp lines, not as many as the scr-print tool makes visible) Though it's not full screen, just stretched to ~ 200%
I get this with 8.6 and 8.7 drivers (can't remember and further..)
GSZX1337
July 23rd, 2008, 07:39 PM
I tried playing some DVDs fullscreened in Totem. They played fine, so I know it's a problem with VLC.
GSZX1337
July 24th, 2008, 01:10 AM
G'night bump.
soxs
July 24th, 2008, 05:46 AM
Did you allready try all the video options intthe preferences dialog?
And plx post your xorg.conf, you may need some options to get full accelerated videos.
GSZX1337
July 24th, 2008, 09:35 PM
When I type:sudo gedit xorg.conf
I get a blank page.
soxs
July 25th, 2008, 07:01 AM
When I type:sudo gedit xorg.conf
I get a blank page.
sudo gedit /etc/X11/xorg.conf shouldn't reveal a blank one..
GSZX1337
July 28th, 2008, 02:12 PM
I finally got back to my media center PC. Here's my xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
soxs
July 29th, 2008, 04:29 AM
Add this to Your ModuleSection:
Load "bitmap"
Load "vbe"
Load "ddc"
Load "freetype"
Load "int10"
Load "dri"
Load "extmod"
Add this to your Device Section:
Option "XAANoOffscreenPixmaps" "1"
Option "TexturedVideo" "1"
Option "TexturedVideoSync" "1"
Option "Textured2D" "1"
Option "TexturedXRender" "1"
Option "DRI" "1"
Option "UseInternalAGPGART" "1"
Option "MergedFB" "0"
Option "OpenGLOverlay" "0"
Option "VideoOverlay" "0"
Note:You May have to play around with 1 (on) and 0 (off) for certain options. This is my current xorg.conf 0/1 preference, but it doesn't work that well :-S.
Add this at the end of xorg.conf
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
## For Textured2d and Textured XRender
Option "RENDER" "1"
Option "XVideo" "1"
Option "DAMAGE" "1"
Option "Composite" "1"
EndSection
Section "ServerFlags"
Option "AIGLX" "1"
Option "AllowDeactivateGrabs" "1"
EndSection
GSZX1337
August 17th, 2008, 06:41 PM
I'm sorry I haven't replied sooner, but the motherboard on my HTPC died so choppy playback is pretty low on my list right now. :P
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.