Lorenzo wrote: > I didn't modify my xorg, cause i didnt want to start the x server over and over Please modify it to list 8-bit depth modes as well. You do not need to modify all the time - once is enough to have all the required modes configured eg: Code: Section "Screen" SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection