allora..
è un problema di bit..
fai così da root
cp /etc/X11/xorg.conf.back /etc/X11/xorg.backup
apri con pico /etc/X11/xorg.conf
nella sezione "screen" c'è una variabile
DefaultDepth 16
te impostala a
DefaultDepth 24
ti posto tutta la mia sezione screen
codice:
Section "Screen"
Identifier "Screen 1"
Device "107e"
Monitor "107e"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
magari se hai un monitor 17 pollici settala uguale..
se non va dai questi comandi da root
rm /etc/X11/xorg.conf
cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf