http://bugzilla.novell.com/show_bug.cgi?id=558915 http://bugzilla.novell.com/show_bug.cgi?id=558915#c0 Summary: All X fonts not available if xorg.conf not present Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i586 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: don.raboud@ualberta.ca QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.15) Gecko/2009102100 SUSE/3.0.15-0.1 Firefox/3.0.15 Without an xorg.conf file present, not all of the X-fonts are available. Reproducible: Always Steps to Reproduce: 1. remove/rename xorg.conf and restart graphic system -> fonts are missing (see below) 2. init 3 -> run 'sax2 -r -m 0=nv' and simply accept proposed configuration 3. Restart graphics system -> more fonts are now available. Actual Results: After step 1, Not all x fonts available
grep -Ei 'font|freetype' /var/log/Xorg.0.log (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/misc:unscaled, /usr/share/fonts/truetype/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi:unscaled, /usr/share/fonts/75dpi:unscaled
Then for example,
xlsfonts | grep helvetica | wc -l 480
After steps 2 and 3,
grep -Ei 'font|freetype' /var/log/Xorg.0.log
< snip many warnings about "directory does not exist" > (**) FontPath set to: /usr/share/fonts/misc:unscaled, /usr/share/fonts/75dpi:unscaled, /usr/share/fonts/100dpi:unscaled, /usr/share/fonts/Type1, /usr/share/fonts/URW, /usr/share/fonts/Speedo, /usr/share/fonts/cyrillic, /usr/share/fonts/truetype, /usr/share/fonts/misc:unscaled, /usr/share/fonts/truetype/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi:unscaled, /usr/share/fonts/75dpi:unscaled
xlsfonts | grep helvetica | wc -l 988
Removing xorg.conf causes a reversion to the original behavior. Expected Results: Even without an xorg.conf file I would expect the system to still use the available X-fonts. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.