PDA

View Full Version : [SOLVED] Screen has distorted green/purple colours.


anibal034
April 28th, 2007, 04:17 PM
Hello.
When Beryl start...

http://adelat.org/Pantallazo.png

Thanks and sorry for my english ;-)

Jupiter
April 28th, 2007, 04:24 PM
Hello.
When Beryl start...

http://adelat.org/Pantallazo.png

Thanks and sorry for my english ;-)

my first guess is you don't have "Default 24"
in your xorg.conf screen section
but more info about your setup would help

anibal034
April 28th, 2007, 07:35 PM
Thanks for the aid. I have raised a copy of the file:

http://adelat.org/xorg.txt

Jupiter
April 28th, 2007, 07:40 PM
Thanks for the aid. I have raised a copy of the file:

http://adelat.org/xorg.txt

as i guessed you have "DefaultDepth 16"
it needs to be "DefaultDepth 24"

in this section
[code:02354]
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34M [GeForce FX Go5200 32M/64M]"
Monitor "Generic Monitor"
DefaultDepth 16 ### change to 24
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
[/code:02354]

anibal034
April 29th, 2007, 10:06 AM
Exactly! Now everything works correctly.
Thank you very much.