You are not logged in.
Hello,
I've a problem with screen flickering after install ATI proprietary driver...
It's not flickering all the time... just every about 10sec+ ...
Using opensource driver seem to be fine... but I think the proprietary driver is much faster...:P
Anyone know how to fix this?
btw, I'm on Compaq Presario V2000 - Radeon X200
here is my xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "dbe"
Load "glx"
Load "record"
Load "dri"
Load "GLcore"
Load "extmod"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 310 180 # mm
Identifier "Monitor0"
VendorName "QDS"
ModelName "20"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "Radeon XPRESS 200M 5955 (PCIE)"
BusID "PCI:1:5:0"
Option "AccelMethod" "EXA" # <str>
Option "AGPMode" "4" # <i>
Option "AGPFastWrite" "True" # [<bool>]
Option "ColorTiling" "True" # [<bool>]
Option "EnablePageFlip" "True" # [<bool>]
Option "TexturedXrender" "True" # [<bool>]
Option "XAANoOffscreenPixmaps" "True" # [<bool>]
EndSection
Section "Screen"
Identifier "Screen0"
Device "aticonfig-Device[0]-0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Last edited by xcession (2008-07-08 10:21:17)
Offline
Have you rebooted?
It reminds me of what happened to me me yesterday after installing the new nvidia drivers and kernel.
I thought it wasn't wise to go on without a reboot, because some opengl (could be something else) apps wouldn't start. At some point I was playing Dwarf Fortress which doesn't need opengl I guess, it flickered like 10 times in a fraction of a second, half a second normal, and then flicked again for a fraction of a second, and then the whole computer froze! Music was still playing, but keyboard didn't do anything and the screen was stuck.
After pressing the reset button I actually still have to try some things out, but I think it'll be fine now, because the new kernel&driver are loaded.
Offline
Have you rebooted?
It reminds me of what happened to me me yesterday after installing the new nvidia drivers and kernel.
I thought it wasn't wise to go on without a reboot, because some opengl (could be something else) apps wouldn't start. At some point I was playing Dwarf Fortress which doesn't need opengl I guess, it flickered like 10 times in a fraction of a second, half a second normal, and then flicked again for a fraction of a second, and then the whole computer froze! Music was still playing, but keyboard didn't do anything and the screen was stuck.
After pressing the reset button I actually still have to try some things out, but I think it'll be fine now, because the new kernel&driver are loaded.
Yes i have reboot after install the driver... playing around to enable/disable device options in xorg.conf and reboot everytime I make changes...:/
Offline
You don't need to reboot every time you make changes to xorg.conf. Just restart X or log out/in.
Offline
You don't need to reboot every time you make changes to xorg.conf. Just restart X or log out/in.
Thanks for an advise
I'm new to this linux world... there's long way ahead to learn, but I love it.
still haven't figure out how to solve this screen flickering problem
maybe I should go for the slower but not flicker opensource driver?
Last edited by xcession (2008-07-08 15:21:46)
Offline
Yeah I use the open source driver on my laptop (which has the same gpu as your laptop) and there is no flickering; the Catalyst driver seems to have trouble on a lot of Mobility gpus.
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
Yeah I use the open source driver on my laptop (which has the same gpu as your laptop) and there is no flickering; the Catalyst driver seems to have trouble on a lot of Mobility gpus.
There's another issue with opensource driver... Images in firefox not render correctly..
Offline
kclive18 wrote:Yeah I use the open source driver on my laptop (which has the same gpu as your laptop) and there is no flickering; the Catalyst driver seems to have trouble on a lot of Mobility gpus.
There's another issue with opensource driver... Images in firefox not render correctly..
Could you please explain further how firefox doesn't render images correctly? It works fine on my laptop.
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
Could you please explain further how firefox doesn't render images correctly? It works fine on my laptop.
It's look like this ...:|
firefox 3 screenshot
Last edited by xcession (2008-07-08 19:12:15)
Offline
Did you follow the wiki instructions on installing and configuring the open-source ATI driver? I followed that exactly when I installed Arch on my laptop about 1 1/2 months ago.
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
Did you follow the wiki instructions on installing and configuring the open-source ATI driver? I followed that exactly when I installed Arch on my laptop about 1 1/2 months ago.
yes, i've follow that wiki instruction...
Offline
It might be handy to post your Xorg.log, for both your catalyst and opensource-driver (whichever one you want fixed:P).
For lack of better words: chair, never, toothbrush, really. Ohw, and fish!
Offline
ok.. here is my opensource driver xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "dbe"
Load "glx"
Load "record"
Load "dri"
Load "GLcore"
Load "extmod"
Load "freetype"
Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 310 180 # mm
Identifier "Monitor0"
VendorName "QDS"
ModelName "20"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "radeon"
BoardName "Radeon XPRESS 200M 5955 (PCIE)"
BusID "PCI:1:5:0"
Option "TexturedXrender" "True"
Option "AccelMethod" "EXA"
Option "AGPFastWrite" "True"
Option "ColorTiling" "True"
Option "EnablePageFlip" "True"
Option "AGPMode" "4"
EndSection
Section "Screen"
Identifier "Screen0"
Device "aticonfig-Device[0]-0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
Last edited by xcession (2008-07-09 10:06:15)
Offline
Although this might be usefull aswell, what I actually meant was your logfile (/var/log/Xorg.0.log).
For lack of better words: chair, never, toothbrush, really. Ohw, and fish!
Offline
Also, you might wanna checkout this thread: http://bbs.archlinux.org/viewtopic.php?id=43127
For lack of better words: chair, never, toothbrush, really. Ohw, and fish!
Offline
Remove the "DRI" section and remove "dri" from your modules section (actually, comment both of these out). X doesn't work when these settings are enabled in xorg.conf on my laptop.
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
I have cleanin' up my config files and test them both.. (Opensource and Proprietary)
Result:
Opensource:
- Screen not flickering.
- Some images in firefox not render correctly.
- Slower than proprietary.
Proprietary:
- Screen flickering every 10sec+
- Images in firefox are render correctly.
- Faster than opensource.
Here are my xorg.conf and Xorg.9.log
Opensource:
https://dl.getdropbox.com/u/35322/xorg- … rce.tar.gz
Proprietary:
https://dl.getdropbox.com/u/35322/xorg- … ary.tar.gz
Last edited by xcession (2008-07-09 13:15:29)
Offline