LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Bad quality movies in Ubuntu/Kubuntu (https://www.linuxquestions.org/questions/linux-general-1/bad-quality-movies-in-ubuntu-kubuntu-398273/)

BeatsWindows 12-31-2005 09:23 PM

Bad quality movies in Ubuntu/Kubuntu
 
when i play movies with any media players in windows, the quality is better than Linux. i have searched the net but no solution. it looks like the edges are too sharp (in a bad way) and are noticeable. i think that it might have to do with anti aliasing, but not sure. lets say it's like playing a video game under 800*600 with no anti aliasing! of course when i make the size of the movie smaller the quality gets better.

Please help, because the only reason why i use windows is because of my movies.

TigerOC 01-01-2006 04:38 AM

Sounds like your graphics card may not be configured optimally. Give us make and tell us whether you are using generic drivers or manufacturer drivers.

BeatsWindows 01-01-2006 09:10 AM

It is a radeon 9600xt. I haven't installed any drivers so i guess, it is the generic drivers.

TigerOC 01-01-2006 11:29 AM

I suggest getting the drivers from ATI and installing as per their readme to get the best performance. I use an Nvidia card and the performance with Linux is superior to W32.

BeatsWindows 01-01-2006 12:07 PM

i checked their web site, and it's difficult to install the driver, from system requirements point of view. by the way thanks for your reply.

BeatsWindows 01-01-2006 05:18 PM

I succeeded in installing the ati driver, but the quality is still bad, worse than windows. here is how my setup looks like:

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
Driver "fglrx"
BusID "PCI:1:0:0"

EndSection

Section "Monitor"
Identifier "DELL E771a"
Option "DPMS"
HorizSync 31-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
Monitor "DELL E771a"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection


EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

TigerOC 01-02-2006 02:26 AM

Take a look at the x.org log file in /var/log. There are many articles on the net about tweaking the performance. Is the kernel agp module been installed?

BeatsWindows 01-05-2006 04:34 PM

I found the solution in another forum. all i had to do was Try different video outputs. For example: install xine-ui and set the video output to xv in the preferences. and changed this settings :

Code:

Section "Device" Identifier "ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)" Driver "fglrx" BusID "PCI:1:0:0" EndSection

to this
Code:

Section "Device" Identifier "ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)" Driver "fglrx" BusID "PCI:1:0:0" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection

so that it wouldn't lag.

i will take a look at that x.org file though, sounds interesting and useful, and what do you mean by: Is the kernel agp module been installed?


All times are GMT -5. The time now is 01:09 AM.