Problem: Colors seem to be inverted, or on a really low bit setting. EX: Right now this box is black, the area around is green, outside of that is blue and the "User CP" "FAQ" etc.. menu looks red.
Info: Currently I am on a real install. I have BT installed on sda3. The odd thing is, if I boot from the CD everything is fine, no graphics problem. I compared xorg.conf files from the one created by the CD and the one on sda3, they are identical, some things are in a different order, but all in all they have the same settings. I tried using xorgconfig but then it wouldn't boot into KDE at all. By the way this happens in KDE and FLUX.
Any ideas?
Also if any extra info is needed let me know. xconf file below(/mnt/sda3/X11/xorg.conf):
Code:Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 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/TTF" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi/:unscaled" EndSection Section "Module" Load "extmod" Load "GLcore" Load "glx" Load "xtrap" Load "dri" Load "record" Load "dbe" Load "freetype" Load "type1" 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" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "vesa" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" 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


