HorizSync 30.00 - 70.00in /etc/X11/xorg.conf i did not get any result. putting the same rows in /etc/X11/xorg.conf.d/50-Monitor.conf i got my 1280x1024 back. if i did not get it wrong this is not as it should be, /etc/X11/xorg.conf should override /xorg.conf.d/50-Monitor.conf.
VertRefresh 50.00 - 76.00
Section "Files", which does not make sense. the fault is not due to tazx, the same content is in the file generated from X -configure
ModulePath "/usr/lib/X11/modules"
FontPath "${prefix}/share/fonts/X11/misc/"
FontPath "${prefix}/share/fonts/X11/TTF/"
FontPath "${prefix}/share/fonts/X11/OTF/"
FontPath "${prefix}/share/fonts/X11/Type1/"
FontPath "${prefix}/share/fonts/X11/100dpi/"
FontPath "${prefix}/share/fonts/X11/75dpi/"
EndSection
Section "Files"inside it. tazx just divide the xorg.conf in different files, the fault is in the original xorg.conf.new .
ModulePath "/usr/lib/X11/modules"
FontPath "${prefix}/share/fonts/X11/misc/"
FontPath "${prefix}/share/fonts/X11/TTF/"
FontPath "${prefix}/share/fonts/X11/OTF/"
FontPath "${prefix}/share/fonts/X11/Type1/"
FontPath "${prefix}/share/fonts/X11/100dpi/"
FontPath "${prefix}/share/fonts/X11/75dpi/"
EndSection
[ 54.332] (**) FontPath set to:...
${prefix}/share/fonts/X11/misc/,
${prefix}/share/fonts/X11/TTF/,
${prefix}/share/fonts/X11/OTF/,
${prefix}/share/fonts/X11/Type1/,
${prefix}/share/fonts/X11/100dpi/,
${prefix}/share/fonts/X11/75dpi/,
${prefix}/share/fonts/X11/misc/,
${prefix}/share/fonts/X11/TTF/,
${prefix}/share/fonts/X11/OTF/,
${prefix}/share/fonts/X11/Type1/,
${prefix}/share/fonts/X11/100dpi/,
${prefix}/share/fonts/X11/75dpi/
[ 54.332] (**) ModulePath set to "/usr/lib/X11/modules"
[ 54.986] [dix] Could not init font path element ${prefix}/share/fonts/X11/misc/, removing from list!
[ 54.986] [dix] Could not init font path element ${prefix}/share/fonts/X11/TTF/, removing from list!
[ 54.986] [dix] Could not init font path element ${prefix}/share/fonts/X11/OTF/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/Type1/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/100dpi/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/75dpi/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/misc/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/TTF/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/OTF/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/Type1/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/100dpi/, removing from list!
[ 54.987] [dix] Could not init font path element ${prefix}/share/fonts/X11/75dpi/, removing from list!
[ 55.398] (II) config/udev: Adding input device USB OpticalWheel Mouse (/dev/input/event1)
fabio@slitaz:~$ cat /etc/X11/xorg.conf.d/20-Files.conf
Section "Files"
ModulePath "/usr/lib/X11/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
fabio@slitaz:~$ ls /usr/share/fonts/
truetype/ X11/
fabio@slitaz:~$ ls /usr/share/fonts/X11/
misc/ util/
....
[ 188.339] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 188.339] Entry deleted from font path.
[ 188.339] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 188.339] Entry deleted from font path.
[ 188.339] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 188.339] Entry deleted from font path.
[ 188.339] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 188.339] Entry deleted from font path.
[ 188.339] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 188.340] Entry deleted from font path.
[ 188.340] (**) FontPath set to:
[ 188.340] (**) ModulePath set to "/usr/lib/X11/modules"
...
It looks like you're new here. If you want to get involved, click one of these buttons!