Same problem, but i have a camera
Since i copied Signature and Control in /etc/ati, the problem is less frequent, but still present
Please, help us
Soory for my English
IL CARTOLAiO
I have 8.42.3 installed and am getting 2 black and green bands at my right hand corner of desktop
i have the signature and the control files in /etc/ati/
And i cant see that in a screenshot and dont have camera.
Same problem, but i have a camera
Since i copied Signature and Control in /etc/ati, the problem is less frequent, but still present
Please, help us
Soory for my English
IL CARTOLAiO
add this to your xorg.conf in the device section:
and restart xorg. this should fix the problem. if you already have some of them set set only the ones that you don't have set.Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "HWCursor" "On"
Option "CapabilitiesEx" "0x00000000"
Option "XAANoOffscreenPixmaps" "true"
Option "mtrr" "off"
Option "no_accel" "no"
Option "BlockSignalsOnLock" "on"
Option "KernelModuleParm" "locked-userpages=0"
Option "UseFastTLS" "0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Yes!!!!!!!!!!!! Problem solved
Thank you very much
From Xorg.0.log:
Option "no_accel" "no" used by defaultCode:(WW) fglrx(0): Option "HWCursor" is not used (WW) fglrx(0): Option "RenderAccel" is not used (WW) fglrx(0): Option "AllowGLXWithComposite" is not used
So necessaries options are:
Thank you againCode:Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "CapabilitiesEx" "0x00000000" Option "XAANoOffscreenPixmaps" "true" Option "mtrr" "off" Option "BlockSignalsOnLock" "on" Option "KernelModuleParm" "locked-userpages=0" Option "UseFastTLS" "0"