LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-26-2008, 07:08 AM   #1
eXTigyroue
LQ Newbie
 
Registered: Aug 2005
Location: Bulgaria, Sofia
Distribution: Slackware, openSuSE
Posts: 24

Rep: Reputation: 15
AMD.ATI Mobility X1600 - video and flash playback flickering


Hello from Bulgaria, I've a serious problem, that can't be solved at all.
There is a lot of flickering, while i'm playing video files or flash (or whatever it is: flash, windows video media net streaming, quicktime... any kind of video playback) clips in firefox (http://youtube.com/ for example).
It makes no difference, if i'm using the opensource ATI driver - radeonhd or the propriety driver - fglrx (i've tested the whole version tree from 8.33 to 8.493).

This is my original 'xorg.conf' file:
.................................................. ..............

Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
FontPath "/opt/kde3/share/fonts"
FontPath "/usr/local/share/fonts"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "12"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech USB Optical Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 367 230
HorizSync 30-82
Identifier "Monitor[0]"
ModelName "LGPHILIPSLCD LCD MONITOR"
Option "DPMS"
Option "PreferredMode" "1680x1050"
VendorName "LPL"
VertRefresh 43-60
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
Modeline "1680x1050" 117.00 1680 1728 1760 1840 1050 1053 1059 1080 +HSync -Vsync
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "Mobility Radeon X1600"
BusID "1:0:0"
Driver "radeonhd"
Identifier "Device[0]"
Option "monitor-PANEL" "Monitor[0]"
VendorName "ATI"
EndSection



Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection
.................................................. ..............



I've also tried some tweaking in the 'xorg.file' like:
Option "TexturedVideo" "off"
Option "VideoOverlay" "on/off"
Option "OpenGLOverlay" "off"
Option "XvmcUsesTextures" "True"
...
No difference !

My current distro is openSuSE 11.0, but this is a common issue for me, which occurs also under Ubuntu 8.04 LTS, Mandriva 2008.1, Fedora 8/9, Slackware...etc...

Any suggestions !?!
Or it's an ATI driver drawback.
 
Old 06-27-2008, 05:44 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Maybe a problem with the driver(s). Only CRT monitors may flicker at times.

Test it with vesa for example... then if the same thing happens, there is a problem with the monitor/card.
 
Old 06-28-2008, 03:03 AM   #3
eXTigyroue
LQ Newbie
 
Registered: Aug 2005
Location: Bulgaria, Sofia
Distribution: Slackware, openSuSE
Posts: 24

Original Poster
Rep: Reputation: 15
I've already tried 'vesa'. I forgot to mention and 'fbdev' also. The problem persists again, but there's less flickering. I should specify that there's flickering when the objects move on the video, if they are motionless - no flickering.
Under WinXP - i've never noticed ANY flickering. The card is ok, the monitor is LCD Widescreen, 17 ", 1680x1050. The computer is a HP nx9420 rh450ea laptop.
 
Old 06-29-2008, 11:59 AM   #4
eXTigyroue
LQ Newbie
 
Registered: Aug 2005
Location: Bulgaria, Sofia
Distribution: Slackware, openSuSE
Posts: 24

Original Poster
Rep: Reputation: 15
Is there probability, the reason to be the Xorg server, not the video driver ?
 
Old 07-01-2008, 10:17 AM   #5
eXTigyroue
LQ Newbie
 
Registered: Aug 2005
Location: Bulgaria, Sofia
Distribution: Slackware, openSuSE
Posts: 24

Original Poster
Rep: Reputation: 15
No solution yet...
 
Old 07-01-2008, 11:40 AM   #6
r00tb33r
Member
 
Registered: Feb 2007
Distribution: Vector
Posts: 318

Rep: Reputation: 31
Quote:
Originally Posted by eXTigyroue View Post
No solution yet...
Misconfigured system? At this point you might as well try something else... There are live-cds that allow you to add video drivers on the fly like BackTrack.
 
Old 07-01-2008, 11:52 AM   #7
eXTigyroue
LQ Newbie
 
Registered: Aug 2005
Location: Bulgaria, Sofia
Distribution: Slackware, openSuSE
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by r00tb33r View Post
Misconfigured system?
I don't think so... this problem persists in several other distributions like i said.

Quote:
video drivers on the fly like BackTrack.
What's this for ? I've tried 'radeonhd', 'fglrx', 'vesa', 'fbdev'. Why i need drivers on the fly ?
 
Old 07-01-2008, 05:12 PM   #8
r00tb33r
Member
 
Registered: Feb 2007
Distribution: Vector
Posts: 318

Rep: Reputation: 31
Quote:
Originally Posted by eXTigyroue View Post
Why i need drivers on the fly ?
I don't know. Try and see if you can make sense of it yourself.
 
Old 07-07-2008, 07:33 AM   #9
eXTigyroue
LQ Newbie
 
Registered: Aug 2005
Location: Bulgaria, Sofia
Distribution: Slackware, openSuSE
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by r00tb33r View Post
I don't know. Try and see if you can make sense of it yourself.
Super. )
 
Old 07-07-2008, 10:31 AM   #10
forum1793
Member
 
Registered: May 2008
Posts: 312

Rep: Reputation: 34
What are you using to play videos.

I had problem using xv and xvmc as a video driver. Xine and maybe mplayer seem to default to these.

For xine try using xshm or opengl. opengl just now worked for me even though fglrx is temporarily missing so I think mesa is working.

For mplayer try using gl or x11 (gL and xoneone)

If using command line put vo=gl in your /.mplayer/config file
If that doesn't work try vo=x11

This fixed my video problems in these programs.

Last edited by forum1793; 07-07-2008 at 10:39 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't set to 1280x1024 on Ubuntu with ATI Mobility Radeon X1600 and external monitor haraldsf Linux - Desktop 3 08-25-2007 03:32 AM
ATI X1600 mobility. Screen(s) found, but none have a usable configuration. colincraig127 Linux - Hardware 1 06-04-2007 02:58 PM
Can't change screen resolution to 1280x1024 on Ubuntu with ATI Radeon Mobility X1600 haraldsf Linux - Newbie 15 05-29-2007 11:36 PM
Intel PRO/Wireless 3945ABG and ATI Mobility Radeon X1600 on Slackware 11 dizzi Slackware 21 05-21-2007 01:21 AM
ATI x1600 video driver dreck Fedora 84 04-05-2007 12:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration