Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-31-2005, 09:23 PM
|
#1
|
|
LQ Newbie
Registered: Dec 2005
Distribution: ubuntu
Posts: 12
Rep:
|
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.
|
|
|
|
01-01-2006, 04:38 AM
|
#2
|
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
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.
|
|
|
|
01-01-2006, 09:10 AM
|
#3
|
|
LQ Newbie
Registered: Dec 2005
Distribution: ubuntu
Posts: 12
Original Poster
Rep:
|
It is a radeon 9600xt. I haven't installed any drivers so i guess, it is the generic drivers.
|
|
|
|
01-01-2006, 11:29 AM
|
#4
|
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
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.
|
|
|
|
01-01-2006, 12:07 PM
|
#5
|
|
LQ Newbie
Registered: Dec 2005
Distribution: ubuntu
Posts: 12
Original Poster
Rep:
|
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.
|
|
|
|
01-01-2006, 05:18 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2005
Distribution: ubuntu
Posts: 12
Original Poster
Rep:
|
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
|
|
|
|
01-02-2006, 02:26 AM
|
#7
|
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
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?
|
|
|
|
01-05-2006, 04:34 PM
|
#8
|
|
LQ Newbie
Registered: Dec 2005
Distribution: ubuntu
Posts: 12
Original Poster
Rep:
|
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?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:18 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|