
* Ishwar Rattan ishwar@pali.cps.cmich.edu [20051115 22:15]:
I have one question and one foe wish list.
How do I make the fondtt size larger in xterm window and other places?
For xterm take a look at the zsh aliases hide, tiny, small, medium, default, large, huge and smartfont or run 'xterm -name huge'.
Take a look at ~/.Xresources for some preconfigured things and adjust what you need. Run 'xrdb -merge ~/.Xresources' afterwards to apply changes.
I like the distribution and would like CUPS to work correctly for accessing my printer at parallelport (HPDeskjet 694C). I was able to configure it as:
# /etc/init.d/cupsys start
used firefox to set up printer via web (http://localhost:631/) -> when test page is sent nothing prints on printer
#lpstat -t
says that printer is not connected, will try after 30 seconds ..
Did you load the parallelport module? Run 'modprobe parport ; modprobe parport_pc ; Restart cupsys' as user root.
If the module is loaded already please provide output of:
cat /proc/devices ls -la /dev/lp*
regards, -mika-