Last week I installed Lenny (netinstall) on a new Acer and everything went fine....except this machine has a non-upgradable ati radeon 2100 video driver. It is "supported" in that it runs but no direct rendering so I found a link which said using proprietary ati drivers would work...
WARNING>>>Don't try it, you may end up looking at a blank screen!!!!
Restored old xorg.conf got to a console login but X crashed trying to start & nothing I could do seemed to fix it.
So, first install went so easy, re-install.....
Now I cannot get printers. "Normal" printer install doesn't seem to work but hplip worked like a dream last time. Now I'm getting
Code:
crashedagain@acer:~$ sudo hp-setup
HP Linux Imaging and Printing System (ver. 3.9.2)
Printer/Fax Setup Utility ver. 8.0
Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
error: Unable to load Qt4 support. Is it installed?
crashedagain@acer:~$
qt4 packages seem to be there:
Code:
crashedagain@acer:~$ dpkg-query -W | grep qt4
libqt4-assistant 4.4.3-2
libqt4-dbus 4.4.3-2
libqt4-designer 4.4.3-2
libqt4-dev 4.4.3-2
libqt4-gui 4.4.3-2
libqt4-help 4.4.3-2
libqt4-network 4.4.3-2
libqt4-opengl 4.4.3-2
libqt4-opengl-dev 4.4.3-2
libqt4-qt3support 4.4.3-2
libqt4-script 4.4.3-2
libqt4-sql 4.4.3-2
libqt4-sql-mysql 4.4.3-2
libqt4-svg 4.4.3-2
libqt4-test 4.4.3-2
libqt4-webkit 4.4.3-2
libqt4-xml 4.4.3-2
libqt4-xmlpatterns 4.4.3-2
python-qt4 4.4.2-4
python-qt4-common 4.4.4-5
python-qt4-dbus 4.4.2-4
qt4-designer 4.4.3-2
qt4-qmake 4.4.3-2
qt4-qtconfig 4.4.3-2
crashedagain@acer:~$
So what can be the problem?