X warning messages, why?

2008-01-06 Thread Hugo Vanwoerkom

Hi,

I have cleaned up my xorg.conf and now only get 2 warning messages:

(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType 
does not exist.



I do not specify a fontpath.

Anybody know why?

I attach the cleaned up xorg.conf.

Hugo
#   01/06/08- Works with 96.43.01 but had to switch [101]
#   - Cleanup of stuff that causes errors
#   - Only these warnings now:
#   (WW) The directory /usr/share/fonts/X11/cyrillic does 
not exist.
#   (WW) The directory 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
#   |_. Device   |_. Me |_. Her 
   |
#   | *Card* | PCI440   | AGP4000   
   | 
#   | *Monitor*  | mon1 | mon0  
   |
#   | *Server*   | X1   | X0
   |
#   | *Driver*   | nvidia1  | nvidia0   
   |
#   | *Mouse*| mouse1 event6 2ndmouse   | mouse0 event5 
1stmouse   |
#   | *Keyboard* | keyboard1 event0 1st kbd | keyboard0 
event1 2nd kbd |
Section ServerLayout
Identifier  X0
Screen  0   Screen X0 0 0
InputDevice Mouse0 CorePointer 
InputDevice Keyboard0 CoreKeyboard
EndSection

Section ServerLayout
Identifier  X1
Screen  0   Screen X1 0 0
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard
#   Option  BlankTime  3600
EndSection

Section Extensions
Option  Composite Enable
EndSection

Section ServerLayout   
Identifier  Xinerama  
 
Screen  Screen x0 
   
Screen  Screen x1 Rightof Screen x0  
InputDevice Mouse0 CorePointer
InputDevice Keyboard0 CoreKeyboard
EndSection   

Section Files
ModulePath  /usr/X11R6/lib/modules/
ModulePath  /usr/lib/xorg/modules/ 
EndSection

Section Module
Loaddbe
#   turned on 11/15/06!
Loaddri
Loadextmod
Loadglx
Loadrecord
Loadfreetype
EndSection

Section InputDevice
Identifier   Keyboard0
Driver   evdev
   Option   Device /dev/input/event1
#[101]
#Option   Phys   isa0060/serio1/input0  
#[101]
Option   XkbLayout  us_intl
Option   Xleds  2 3
EndSection

Section InputDevice
Identifier   Keyboard1
Driver   evdev
   Option   Device /dev/input/event0
#[101]
#Option   Phys   isa0060/serio0/input0  
#[101]
Option   XkbLayout  us_intl
Option   Xleds  2 3
EndSection

#http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons
Section InputDevice
Identifier  Mouse0
Driver  evdev
Option  Device /dev/input/event5 # (cat 
/proc/bus/input/devices)
#   Option  Device /dev/input/event3 # (cat 
/proc/bus/input/devices)
#   Option  Device /dev/input/event4 # for vin's system 
 
Option  Name A4Tech USB Optical Mouse
Option  ZAxisMapping  6 7 4 5
#   Option  Emulate3Buttons   true
Option  Buttons   12
EndSection

Section InputDevice
Identifier  Mouse1
Driver  evdev
Option  Device /dev/input/event6 # (cat 
/proc/bus/input/devices)
#   Option  Device /dev/input/event4 # (cat 
/proc/bus/input/devices)
#   Option  Device /dev/input/event5 # for vin's system 
 
Option  Name A4Tech USB Optical Mouse
Option  ZAxisMapping  6 7 4 5
Option  Buttons   12
EndSection


Section Monitor
Identifier   Monitor0
VendorName   SAM
ModelName1057
Option   DPMS
HorizSync30.0 - 70.0
VertRefresh  50.0 - 160.0
EndSection

Section Monitor
Identifier   Monitor1
VendorName   SAM
ModelName1057
Option   DPMS
HorizSync30.0 - 70.0
VertRefresh  50.0 - 160.0
EndSection

Section Device

Re: X warning messages, why?

2008-01-06 Thread Hugo Vanwoerkom

Hugo Vanwoerkom wrote:

Hi,

I have cleaned up my xorg.conf and now only get 2 warning messages:

(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType 
does not exist.



I do not specify a fontpath.

Anybody know why?


2nd one goes away when you install x-ttcidfont-conf and then run
mkfontdir /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

1st one I don't know yet.

Hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: X warning messages, why?

2008-01-06 Thread Michael Shuler

On 01/06/2008 10:36 AM, Hugo Vanwoerkom wrote:

Hugo Vanwoerkom wrote:

(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType 
does not exist.


2nd one goes away when you install x-ttcidfont-conf and then run
mkfontdir /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

1st one I don't know yet.


$ apt-file search /usr/share/fonts/X11/cyrillic
xfonts-cyrillic: usr/share/fonts/X11/cyrillic/crox1c.pcf.gz
(...)

--
Kind Regards,
Michael Shuler


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]