PDA

View Full Version : distorted Watermark lower right


TheIcebreaker
10-28-2007, 10:33 AM
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.

IL CARTOLAiO
11-01-2007, 10:28 AM
Same problem, but i have a camera ;)
http://immagini.p2pforum.it/out.php/i246691_photo.jpg

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

givemesugarr
11-01-2007, 11:57 AM
add this to your xorg.conf in the device section:

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"

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.

IL CARTOLAiO
11-02-2007, 06:57 AM
Yes!!!!!!!!!!!! Problem solved
Thank you very much

From Xorg.0.log:
(WW) fglrx(0): Option "HWCursor" is not used
(WW) fglrx(0): Option "RenderAccel" is not used
(WW) fglrx(0): Option "AllowGLXWithComposite" is not used
Option "no_accel" "no" used by default

So necessaries options are:
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"

Thank you again