Now i know a bit more:

there is xorg-conf.d

we added a 50-files like this:
Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/truetype"
EndSection

and the resulting font path is:

Font Path:

/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/Spee
do,/usr/share/fonts/cyrillic,/usr/share/fonts/truetype,/usr/share/fonts/misc:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75d
pi:unscaled

Is the X-server now looking for xorg-conf.d/* instead of xorg.conf ?

re,
 wh



Am 15.11.2010 13:58, schrieb Stefan Dirsch:
> On Mon, Nov 15, 2010 at 01:50:34PM +0100, walter harms wrote:
>> Hi everybody,
>> we where searching for a wired bug (wrong fontsize) that appeared only in 
>> SuSE 11.3.
>> The problem vanished after we added the a xorg.conf file with
>>
>>  Section "Files"
>>   FontPath     "/usr/share/fonts/misc:unscaled"
>>   FontPath     "/usr/share/fonts/local"
>>   FontPath     "/usr/share/fonts/75dpi:unscaled"
>>   FontPath     "/usr/share/fonts/100dpi:unscaled"
>>   FontPath     "/usr/share/fonts/Type1"
>>  ....
>> EndSection
>>
>> in short we clipped the section "files" from OS11.2.
>>
>> Did i miss something ? is there a new place for X11 fonts since 11.3 ?
> 
> It shouldn't. Fontpaths are hardcoded as before. Check with "xset" the current
> fontpath. Could you figure out by using "xset fp" (see "man xset") what's
> different?
> 
> Thanks,
> Stefan
> 
> Public Key available
> ------------------------------------------------------
> Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
> Tel: 0911-740 53 0            Maxfeldstraße 5
> FAX: 0911-740 53 479          D-90409 Nürnberg
> http://www.suse.de            Germany 
> -----------------------------------------------------------------
> SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
> -----------------------------------------------------------------
> 
> 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to