When issuing xcalib commands I was getting the error Error - unsupported ramp size 0. I was able to fix this by creating the following file /etc/X11/xorg.conf.d/20-intel.conf and placing this text inside the file
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
EndSection
This created a new issue, Nautilus omits random letters when displaying filenames, directories, menu entries, etc (see below). This is solved by adding a line Option "AccelMethod" "uxa" to my 20-intel.conf which unfortunately slows everything down, considerably.
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
What's going on and what's the best way to fix it?
Desktop folders won't open with clean install of 18.04issue. At first I was trying to simply use xcalib and would get theunsupported ramp sizeerror. Fixing that then led to theMissing letters in menus etcerror. If I could fixxcalib unsupported ramp sizewithout having to create20-intel.conffile I'd be good. – stackinator Nov 07 '18 at 16:45xcalibramp issue, could you explain what you want to usexcalibfor? Maybe there's a better alternative not requiringxcalib? Also why did you preferuxaand notsna? – DK Bose Nov 08 '18 at 13:17snaexisted so will definitly give that a go. Ifsnais the default acceleration method, it makes Nautilus drop letters in filenames/menu_entries as shown in pic above. I simply want to invert my desktop colors for easy night reading.xcalib -i -aseemed like the easiest solution but I'm open to alternatives. – stackinator Nov 08 '18 at 14:03-iis that while white becomes black, black becomes white! I even played with-cobut finally went with a dark gtk color scheme for all applications (and "dark" style sheets for browser pages) that I use day and night together withsct 4500for night. – DK Bose Nov 08 '18 at 14:18