Bug#469706: xserver-xorg-video-intel: Random lockups on i945GM chipset

2008-11-17 Thread Tino Keitel
Hi,

you might try if the lockups go away if you put this line into the
device section of /etc/X11/xorg.conf:

Option FramebufferCompression off

If it solves the problem, then you are hit by a bug that is solved in
version 2.4 of the intel driver.

Regards,
Tino



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



Bug#453754: textured video tearing

2008-11-17 Thread Tino Keitel
Hi,

version 2.5.1 of the intel driver has the XvPreferOverlay option
included.

Regards,
Tino



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



Bug#420419: xserver-xorg-video-intel crashes with old dual-head config

2008-11-17 Thread Tino Keitel
Hi,

I was told that RandR 1.2 doesn't support multi-head with more than one
card, so RandR is not an option in this setup.

Regards,
Tino



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



Bug#491205: xserver-xorg-video-intel causes X to crash irrecoverably and without warning (fatal server error: lockup)

2008-11-17 Thread Tino Keitel
Hi,

you might try if the lockups go away if you put this line into the
device section of /etc/X11/xorg.conf:

Option FramebufferCompression off

If it solves the problem, then you are hit by a bug that is solved in
version 2.4 of the intel driver.

Regards,
Tino



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



Bug#491205: xserver-xorg-video-intel causes X to crash irrecoverably and without warning (fatal server error: lockup)

2008-11-17 Thread Frans Pop
On Monday 17 November 2008, Tino Keitel wrote:
 you might try if the lockups go away if you put this line into the
 device section of /etc/X11/xorg.conf:

 Option FramebufferCompression off

 If it solves the problem, then you are hit by a bug that is solved in
 version 2.4 of the intel driver.

I've not actually seen the crash as I described it in
http://bugs.debian.org/491205#10
anymore, though I do still have occasional (though very infrequent) total 
lockups of the X server. So I'll give this a try anyway. But the chance 
that I can report any meaningful results is close to zero.

Thanks for the suggestion.

Cheers,
FJP



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



Processed: notfound 504536 in 2.0.3-1, found 504536 in 1:2.0.3-1

2008-11-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 # epoch fail
 notfound 504536 2.0.3-1
Bug#504536: xserver-xorg: No input possible after log off on sparc
Bug#496101: xserver-xorg-input-all: Logitech MX510: Grab failed (Bad file 
descriptor)
Bug no longer marked as found in version 2.0.3-1.

 found 504536 1:2.0.3-1
Bug#504536: xserver-xorg: No input possible after log off on sparc
Bug#496101: xserver-xorg-input-all: Logitech MX510: Grab failed (Bad file 
descriptor)
Bug marked as found in version 1:2.0.3-1.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#505635: [xserver-xorg-input-evdev] keyboard acts as if I had pressed every key multiple times.

2008-11-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 505635 upstream fixed-upstream
Bug#505635: [xserver-xorg-input-evdev] keyboard acts as if I had pressed every 
key multiple times.
There were no tags set.
Tags added: upstream, fixed-upstream

 kthxbye
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#505635: [xserver-xorg-input-evdev] keyboard acts as if I had pressed every key multiple times.

2008-11-17 Thread Julien Cristau
tag 505635 upstream fixed-upstream
kthxbye

On Sun, Nov 16, 2008 at 18:12:23 +0100, Julien Cristau wrote:

  Section InputDevice
  
  Identifier Keyboard0
  Driver evdev
  
  Option Device /dev/input/event1
  #Option XkbModel   evdev
  #Option XkbKeycodesevdev
  EndSection
  
 Removing this section from xorg.conf should fix your problem.  Or adding
 Option GrabDevice.  Otherwise the driver gets loaded twice (once from
 xorg.conf and once from hal) for the same device, leading to the event
 duplication.
 
This is fixed upstream now.
http://cgit.freedesktop.org/xorg/driver/xf86-input-evdev/commit/?id=63af314368cec47b6b8266db331f2c820e7a071f

Cheers,
Julien



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



Bug#505976: FTBFS: PACKAGE_VERSION in configure is corrupted by excess make spew

2008-11-17 Thread EspeonEefi
Package: mesa
Version: 7.2-1
Severity: normal

The invocation of make being used in configure.ac to generate
mesa_version (which later goes into PACKAGE_VERSION in configure) is
missing a --no-print-directory switch. The lack of --no-print-directory
is resulting in the following line in the generated configure:

PACKAGE_VERSION='make2: Entering directory `/root/mesa-7.2'7.2.0make2: Leaving 
directory `/root/mesa-7.2''

Subsequently, all kinds of badness happens when attempts are made to use
this malformed configure script.

The following patch I've found fixes this problem:

diff -Naur mesa-7.2.orig/configure.ac mesa-7.2/configure.ac
--- mesa-7.2.orig/configure.ac  2008-09-13 20:25:44.0 +
+++ mesa-7.2/configure.ac   2008-11-17 08:21:36.445563599 +
@@ -4,7 +4,7 @@
 
 dnl Versioning - scrape the version from configs/default
 m4_define([mesa_version],
-[m4_esyscmd([${MAKE-make} -s -f bin/version.mk version | tr -d '\n'])])
+[m4_esyscmd([${MAKE-make} -s --no-print-directory -f bin/version.mk 
version | tr -d '\n'])])
 m4_ifval(mesa_version,[],[
 m4_errprint([Error: Failed to get the Mesa version from the output of
running `make -f bin/version.mk version'

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#504387: xserver-xorg-video-intel: xserver crash with lockup message

2008-11-17 Thread Jean-Michel Philippe
I confirm this bug also happens sometimes on my eeepc while playing
with some kid's games (my kids, not me ;-) ). Unfortunately I don't
know which game(s) yet. Restarting xorg server has no effect, reboot
is required.

My video driver:

00:02.0 VGA compatible controller: Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller (rev 04)

The error message tail:

---
Ring end
space: 12 wanted 32
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xe054e000 at 0xb7a9c000
(II) intel(0): [drm] Closed DRM master.

Fatal server error:
lockup

(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
---

Let me know if you have any idea of something to be tested…

Regards,

JM. Philippe



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



Bug#495382: [xserver-xorg-video-nv] I get this all the time, but usually just a black screen that requires a reboot...

2008-11-17 Thread Bill Gatliff
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1

--- Please enter the report below this line. ---

I can verify this bug.  When I exit KDE (which I don't do very often),
I almost always get a black screen.  A ctrl-alt-del usually restarts
the machine and everything comes back ok, but other times I have to
ssh in and do a shutdown -r.

I don't recall seeing a hard machine hang.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstablewww.emdebian.org
  500 unstablegulus.usherbrooke.ca
  500 unstableftp.uwsg.indiana.edu
  500 unstablebuildd.emdebian.org

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.7-1) | 2.7-16
xserver-xorg-core (= 2:1.4) | 2:1.4.2-9


-8---8---8---8---8---8---8---8---8--
Please attach the file:
  /tmp/reportbug-ng-xserver-xorg-video-nv-DE2F28.txt
to the mail. I'd do it myself if the output wasn't too long to handle.

  Thank you!
-8---8---8---8---8---8---8---8---8--
-- 
Bill Gatliff
[EMAIL PROTECTED]
--- Output from package bug script ---
kbuildsycoca running...
Reusing existing ksycoca
sh: HOME: command not found
Invalid entry (missing '=') at /tmp/kde-root/kconf_updaterDWKYa.tmp:1
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-02-20 09:14 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-11-15 13:08 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2005 2008-02-21 07:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  evdev
Option  evBits +1
Option  keyBits ~1-255 ~352-511
Option  Pass 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Option  Name Logitech USB-PS/2 Optical Mouse
Driver  evdev
Option  evBits +1-2
Option  keyBits ~272-287
Option  relBits ~0-2 ~6 ~8
Option  Pass 3
EndSection

Section Device
Identifier  Onboard Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
BusID   PCI:0:18:0
EndSection

Section Device
Identifier  PCI-E Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
Option  Monitor-VGA1 External VGA Monitor
Option  Monitor-DVI1 External DVI Monitor
BusID   PCI:2:00:0
EndSection

Section Monitor
Identifier  External VGA Monitor
Option  PreferredMode 1280x1024
EndSection

Section Monitor
Identifier  External DVI Monitor
Option  RightOf External VGA Monitor
Option PreferredMode 1280x1024
EndSection

Section Screen
Identifier  Screen0
Device  PCI-E Video
DefaultDepth24
SubSection  Display
Depth 24
Virtual 2560 2048
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Screen0
InputDevice Configured Mouse
InputDevice Generic Keyboard
#Option Xinerama on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 49859 2008-09-10 16:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49449 2008-11-17 14:24 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux mercury 2.6.26-1-amd64 #1 SMP Sat Nov 8 
18:25:23 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
Before reporting problems, check http://wiki.x.org
to make 

Bug#495382: Maybe not the same bug

2008-11-17 Thread Filipus Klutiero
Although Bill's problem is similar, I think it may not be the same. Bill 
gets a hang of X, but I am getting worst since the machine stops 
responding to pings, which is an important difference.




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



Bug#495382: xserver-xorg-video-nv: During hangs, top says Xorg is at 100% CPU

2008-11-17 Thread Bill Gatliff
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1
Followup-For: Bug #495382


Just duplicated this problem again, logged in remotely, and started top.  It 
reports that the Xorg process is running at 100% cpu.  The machine 
is otherwise functional: I'm using it to run reportbug.  :)


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-02-20 09:14 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-11-15 13:08 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2005 2008-02-21 07:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  evdev
Option  evBits +1
Option  keyBits ~1-255 ~352-511
Option  Pass 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Option  Name Logitech USB-PS/2 Optical Mouse
Driver  evdev
Option  evBits +1-2
Option  keyBits ~272-287
Option  relBits ~0-2 ~6 ~8
Option  Pass 3
EndSection

Section Device
Identifier  Onboard Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
BusID   PCI:0:18:0
EndSection

Section Device
Identifier  PCI-E Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
Option  Monitor-VGA1 External VGA Monitor
Option  Monitor-DVI1 External DVI Monitor
BusID   PCI:2:00:0
EndSection

Section Monitor
Identifier  External VGA Monitor
Option  PreferredMode 1280x1024
EndSection

Section Monitor
Identifier  External DVI Monitor
Option  RightOf External VGA Monitor
Option PreferredMode 1280x1024
EndSection

Section Screen
Identifier  Screen0
Device  PCI-E Video
DefaultDepth24
SubSection  Display
Depth 24
Virtual 2560 2048
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Screen0
InputDevice Configured Mouse
InputDevice Generic Keyboard
#Option Xinerama on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 49859 2008-09-10 16:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49933 2008-11-17 14:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux mercury 2.6.26-1-amd64 #1 SMP Sat Nov 8 
18:25:23 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Nov 17 13:58:18 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device PCI-E Video
(==) No monitor specified for screen Screen0.
Using a default monitor configuration.
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Keyboard
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,

Bug#495382: xserver-xorg-video-nv: Killing -9 Xorg brings the machine back to life

2008-11-17 Thread Bill Gatliff
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1
Followup-For: Bug #495382


When the machine is exhibiting the black screen, I can kill -9 the Xorg process 
and the machine then restarts KDM as expected.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-02-20 09:14 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-11-15 13:08 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2005 2008-02-21 07:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  evdev
Option  evBits +1
Option  keyBits ~1-255 ~352-511
Option  Pass 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Option  Name Logitech USB-PS/2 Optical Mouse
Driver  evdev
Option  evBits +1-2
Option  keyBits ~272-287
Option  relBits ~0-2 ~6 ~8
Option  Pass 3
EndSection

Section Device
Identifier  Onboard Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
BusID   PCI:0:18:0
EndSection

Section Device
Identifier  PCI-E Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
Option  Monitor-VGA1 External VGA Monitor
Option  Monitor-DVI1 External DVI Monitor
BusID   PCI:2:00:0
EndSection

Section Monitor
Identifier  External VGA Monitor
Option  PreferredMode 1280x1024
EndSection

Section Monitor
Identifier  External DVI Monitor
Option  RightOf External VGA Monitor
Option PreferredMode 1280x1024
EndSection

Section Screen
Identifier  Screen0
Device  PCI-E Video
DefaultDepth24
SubSection  Display
Depth 24
Virtual 2560 2048
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Screen0
InputDevice Configured Mouse
InputDevice Generic Keyboard
#Option Xinerama on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 49859 2008-09-10 16:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49290 2008-11-17 14:53 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux mercury 2.6.26-1-amd64 #1 SMP Sat Nov 8 
18:25:23 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Nov 17 14:53:21 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device PCI-E Video
(==) No monitor specified for screen Screen0.
Using a default monitor configuration.
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Keyboard
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,