[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ibm T40 and xorg.conf



On Wed, May 02, 2007 at 20:24:16 +0100, debian wrote:
> On Wed, May 02, 2007 at 10:23:19AM +0200, Florian Kulzer wrote:
> 
> > modprobe psmouse
> > modprobe evdev
> 
> done and feature in outpuf of lsmod.
> 
> > Then you can check the mice/mouse devices in /dev/input by running, e.g.
> > 
> > cat /dev/input/mice | hd
> 
> ##################################################################
> ibm2:/tmp# cat /dev/input/mice | hd
> cat: /dev/input/mice: No such device
> ibm2:/tmp# ls -l /dev/input/mice
> crw-rw---- 1 root root 13, 63 2005-02-26 06:43 /dev/input/mice

That is really strange.

> > You can also use AllowMouseOpenFail (see "man xorg.conf") for now to
> > make X start without a mouse. This will at least tell you if the mouse
> > device is the only thing that is a problem at the moment.
> 
> with this in place, I have no EE's, but in /var/log/Xorg.0.log I have:

[...]

> Synaptics DeviceInit called
> SynapticsCtrl called.
> Synaptics DeviceOn called
> (--) Synaptics Touchpad auto-dev sets device to /dev/input/event1
> (**) Option "Device" "/dev/input/event1"
> (--) Synaptics Touchpad touchpad found

At least it seems to find the touchpad.

> Could not init font path element /usr/share/fonts/X11/misc, removing from list!
> Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
> Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
> Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
> Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
> Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
> Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
> Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
> Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!
> Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
> 
> Fatal server error:
> could not open default font 'fixed'
> ##################################################################
> 
> My suspicions are that I am dealing with a partially installed system.

As far as problems with device nodes go: udev is the usual suspect. To
check the status of your system, we need to see the output of these
two commands:

dpkg -l udev hotplug linux-image-2.6\* | awk '/^[^D|+]/{print $1,$2,$3}'

mount | grep udev

The first step to figuring out the font issue is this one:

dpkg -l xfont\* | awk '/^[^D|+]/{print $1,$2,$3}'

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |



Reply to: