Hans-Georg Normann
18.04.03, 16:00
Seltsam, X- Appliaktionen, OpenOffice und GIMP kennen all meine Fonts nur KDE 3.1 und einige andere Programme machen da eine Ausnahme.
[root@rosi log]# ping -c2 rosi
PING rosi.normann.local (10.4.200.105) 56(84) bytes of data.
64 bytes from rosi.normann.local (10.4.200.105): icmp_seq=1 ttl=64 time=0.069 ms
64 bytes from rosi.normann.local (10.4.200.105): icmp_seq=2 ttl=64 time=0.046 ms
--- rosi.normann.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.046/0.057/0.069/0.013 ms
[root@rosi log]# showfont -server rosi:7100 -fn arial
can't open server "rosi:7100"
[root@rosi log]# fslsfonts -server rosi:7100
fslsfonts: unable to open server "rosi:7100"
[root@rosi log]#xlsfonts zeigt alle fonts an. /etc/init.d/xfs status zeigt ein aktives xfs an.
### /etc/X11/fs/config
error-file = /var/log/xfs.log
# allow a max of 10 clients to connect to this font server
client-limit = 10
# when a font server reaches its limit, start up a new one
clone-self = on
# alternate font servers for clients to use
#alternate-servers = foo:7101,bar:7102
# where to look for fonts
#
catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
/usr/X11R6/lib/X11/fonts/75dpi:unscaled,
/usr/X11R6/lib/X11/fonts/100dpi:unscaled,
/usr/X11R6/lib/X11/fonts/misc,
/usr/X11R6/lib/X11/fonts/Type1,
/usr/X11R6/lib/X11/fonts/Speedo,
/usr/X11R6/lib/X11/fonts/cyrillic,
/usr/X11R6/lib/X11/fonts/TTF,
/usr/share/fonts/default/Type1,
/usr/X11R6/lib/X11/fonts/FreeTTF,
/usr/X11R6/lib/X11/fonts/windows,
/usr/lib/openoffice/share/fonts/truetype
# in 12 points, decipoints
default-point-size = 120
# 100 x 100 and 75 x 75
default-resolutions = 75,75,100,100
# use lazy loading on 16 bit (usually Asian) fonts
deferglyphs = 16
# how to log errors
use-syslog = off
# don't listen to TCP ports by default for security reasons
no-listen = tcp
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "tcp/rosi:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "NvAGP" "1"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 TI4800"
EndSection
Versionen: RedHat 9
[root@rosi X11]# rpm -q XFree86 kdebase gimp
XFree86-4.3.0-2
kdebase-3.1-12
gimp-1.2.3-16
[root@rosi X11]#
nvidia 4349
Jemand eine Idee?
Hans
[root@rosi log]# ping -c2 rosi
PING rosi.normann.local (10.4.200.105) 56(84) bytes of data.
64 bytes from rosi.normann.local (10.4.200.105): icmp_seq=1 ttl=64 time=0.069 ms
64 bytes from rosi.normann.local (10.4.200.105): icmp_seq=2 ttl=64 time=0.046 ms
--- rosi.normann.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.046/0.057/0.069/0.013 ms
[root@rosi log]# showfont -server rosi:7100 -fn arial
can't open server "rosi:7100"
[root@rosi log]# fslsfonts -server rosi:7100
fslsfonts: unable to open server "rosi:7100"
[root@rosi log]#xlsfonts zeigt alle fonts an. /etc/init.d/xfs status zeigt ein aktives xfs an.
### /etc/X11/fs/config
error-file = /var/log/xfs.log
# allow a max of 10 clients to connect to this font server
client-limit = 10
# when a font server reaches its limit, start up a new one
clone-self = on
# alternate font servers for clients to use
#alternate-servers = foo:7101,bar:7102
# where to look for fonts
#
catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
/usr/X11R6/lib/X11/fonts/75dpi:unscaled,
/usr/X11R6/lib/X11/fonts/100dpi:unscaled,
/usr/X11R6/lib/X11/fonts/misc,
/usr/X11R6/lib/X11/fonts/Type1,
/usr/X11R6/lib/X11/fonts/Speedo,
/usr/X11R6/lib/X11/fonts/cyrillic,
/usr/X11R6/lib/X11/fonts/TTF,
/usr/share/fonts/default/Type1,
/usr/X11R6/lib/X11/fonts/FreeTTF,
/usr/X11R6/lib/X11/fonts/windows,
/usr/lib/openoffice/share/fonts/truetype
# in 12 points, decipoints
default-point-size = 120
# 100 x 100 and 75 x 75
default-resolutions = 75,75,100,100
# use lazy loading on 16 bit (usually Asian) fonts
deferglyphs = 16
# how to log errors
use-syslog = off
# don't listen to TCP ports by default for security reasons
no-listen = tcp
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "tcp/rosi:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "NvAGP" "1"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 TI4800"
EndSection
Versionen: RedHat 9
[root@rosi X11]# rpm -q XFree86 kdebase gimp
XFree86-4.3.0-2
kdebase-3.1-12
gimp-1.2.3-16
[root@rosi X11]#
nvidia 4349
Jemand eine Idee?
Hans