uunix wrote: I have now officially run out of space in my house!
Build a shed to go with the loft. Then you can start a company, "Shed & Loft"
The time has come for someone to put his foot down ...
uunix wrote: I have now officially run out of space in my house!
robespierre wrote: TrueType was solely created to get around Adobe's patent on bezier spline graphics. It never had a technical reason.
there are a lot of good fonts out there that aren't Adobe.
GIJoe wrote: the one shown is in pretty bad shape btw. also, you'd want the space-mouse, not the -ball i think. the latter is just plastic, on the flimsy side and puts extra stress on your forearm because when pulling the ball up on Z axis it is so light that you constantly have to fight the base to stay put. no such issue with the mouse which is much heavier (i used both, obviously).
vishnu wrote: Illustrator won't start at all on systems using VPro graphics, it hangs before even getting the splash screen up...
Trippynet wrote: Google's name won't be changing. What they've done is create a new holding company called Alphabet to take advantage of various tax dodges they bought from Congress so the company doesn't have to pay 35% income taxes like normal human beings and the other worthless 'little people'.
robespierre wrote: I do remember that a lot of people preferred the "Cadman", which was sort of like the Space Mouse but much flatter and lower to the desk. Kind of like people who prefer smaller mice for ergonomic reasons.
wenp wrote: Antialiasing on Windows ... fonts on the Mac have a nicer shape but tend to look fuzzy.
Adobe Reader uses its own display engine, which treats text more like a Mac. If I have some cheap fonts that aren't displaying well on Windows, one workaround is to put them in a PDF and do a screen capture of the display.
jimmer wrote: And because the interweb provideth:
http://www.thebookdesigner.com/2010/03/ ... -designer/
Enjoy
Krokodil wrote: That is one advantage of MGRAS hardware, is that it supports a fairly good set of resolutions on either CRT or LCD's at standard refresh rates.
wenp wrote: I don't work in printing, so I have no direct experience with this, but I hear frequent mention of the color issue from graphic artists commenting on GIMP, Inkscape, Scribus, etc. Are there any open source tools that handle color to industry standards?
jimmer wrote: The opensource toolset/chain is well-suited to on-screen and non colour critical work. it's just a bit of a mess when you need colour accuracy.
when I get home from the Carnival I'll give Scribus and Inkscape a go see if I can get something 'worthwhile' out of them.
duck wrote: Perhaps if it's really stacked, it might cause a problem?
Black Cardinal wrote: ... once you try to use a different output device or share your file with someone else the color would break.
Black Cardinal wrote: Agreed. But if you don't do this correction with ICC profiles, then you still have to do it with some equivalent mapping mechanism. Why not stick with the standard?
On most modern systems, when you use a spectrophotometer to measure your monitor or printer output and get correction values, what you are doing is creating a custom ICC profile for that device. Nobody who really cares about color accuracy trusts the default profiles for devices,
jimmer wrote: Have given up on getting scribus to work. The neko packages from current dont run on my system and the new scribus needs versions of qt that wont compile on our beloved 20 yr old machines. Oh well.
ClassicHasClass wrote: No, not particularly. It's really just high grade radiator coolant (Delphi A2, to be exact; Delphi 151 should be equivalent).
Higher performance coolants can be substituted if desired.
mapesdhs wrote: it's so old now that I can't use my Fuel for a lot of the web stuff I do these days ...
mapesdhs wrote: Online banking ...
nyef wrote:Black Cardinal wrote: Nobody who really cares about color accuracy trusts the default profiles for devices, they measure and create a custom one for each set of variables.
It's worse than that. Devices change as they age, and possibly with environmental conditions, so the profiles need to be updated periodically (annually? bi-annually? not sure what the actual period is, and it probably depends on how much you care about color accuracy).
dispcal dipshit wrote:
Running directly from source
After satisfying all additional requirements for using the source code, you can simply run any of the included .pyw files from a terminal, e.g. python2 dispcalGUI.pyw, or install the software so you can access it via your desktop's application menu with python2 setup.py install. Run python2 setup.py --help to view available options.
One-time setup instructions for source code checked out from SVN:
Run python2 setup.py to create the version file so you don't see the update popup at launch.
If the pre-compiled extension module that is included in the sources does not work for you (in that case you'll notice that the movable measurement window's size does not closely match the size of the borderless window generated by Argyll CMS during display measurements) or you want to re-build it unconditionally, run python2 setup.py build_ext -i to re-build it from scratch (you need to satisfy the requirements for compiling the C extension module first).
moronic shitforbrains so-called developer wrote: Starting with dispcalGUI 0.2.5b, you can use standard distutils/setuptools commands with setup.py to build, install, and create packages. sudo python setup.py install will compile the extension modules and do a standard installation. Run python setup.py --help or python setup.py --help-commands for more information. A few additional commands and options which are not part of distutils or setuptools (and thus do not appear in the help) are also available:
Additional setup commands
0install
Create/update 0install feeds and create Mac OS X application bundles to run those feeds.
appdata
Create/update AppData file.
bdist_appdmg (Mac OS X only)
Creates a DMG of previously created (by the py2app or bdist_standalone commands) application bundles, or if used together with the 0install command.
bdist_deb (Linux/Debian-based)
Create an installable Debian (.deb) package, much like the standard distutils command bdist_rpm for RPM packages. Prerequisites: You first need to install alien and rpmdb, create a dummy RPM database via sudo rpmdb --initdb, then edit (or create from scratch) the setup.cfg (you can have a look at misc/setup.ubuntu9.cfg for a working example). Under Ubuntu, running utils/dist_ubuntu.sh will automatically use the correct setup.cfg. If you are using Ubuntu 11.04 or any other debian-based distribution which has Python 2.7 as default, you need to edit /usr/lib/python2.7/distutils/command/bdist_rpm.py, and change the line install_cmd = ('%s install -O1 --root=$RPM_BUILD_ROOT ' to install_cmd = ('%s install --root=$RPM_BUILD_ROOT ' by removing the -O1 flag. Also, you need to change /usr/lib/rpm/brp-compress to do nothing (e.g. change the file contents to exit 0, but don't forget to create a backup copy first) otherwise you will get errors when building.
bdist_lipa
Create a Listaller package.
bdist_pyi
An alternative to bdist_standalone, which uses PyInstaller instead of bbfreeze/py2app/py2exe.
bdist_standalone
Creates a standalone application that does not require a Python installation. Uses bbfreeze on Linux, py2app on Mac OS X and py2exe on Windows. setup.py will try and automatically download/install these packages for you if they are not yet installed and if not using the --use-distutils switch. Note: On Mac OS X, older versions of py2app (before 0.4) are not able to access files inside python “egg” files (which are basically ZIP-compressed folders). Setuptools, which is needed by py2app, will normally be installed in “egg” form, thus preventing those older py2app versions from accessing its contents. To fix this, you need to remove any installed setuptools-<version>-py<python-version>.egg files from your Python installation's site-packages directory (normally found under /Library/Frameworks/Python.framework/Versions/Current/lib). Then, run sudo python util/ez_setup.py -Z setuptools which will install setuptools unpacked, thus allowing py2app to acces all its files. This is no longer an issue with py2app 0.4 and later.
buildservice
Creates control files for openSUSE Build Service (also happens implicitly when invoking sdist).
finalize_msi (Windows only)
Adds icons and start menu shortcuts to the MSI installer previously created with bdist_msi. Successful MSI creation needs a patched msilib (additional information).
inno (Windows only)
Creates Inno Setup scripts which can be used to compile setup executables for standalone applications generated by the py2exe or bdist_standalone commands and for 0install.
purge
Removes the build and dispcalGUI.egg-info directories including their contents.
purge_dist
Removes the dist directory and its contents.
readme
Creates README.html by parsing misc/README.template.html and substituting placeholders like date and version numbers.
uninstall
Uninstalls the package. You can specify the same options as for the install command.
Additional setup options
--cfg=<name>
Use an alternate setup.cfg, e.g. tailored for a given Linux distribution. The original setup.cfg is backed up and restored afterwards. The alternate file must exist as misc/setup.<name>.cfg
-n, --dry-run
Don't actually do anything. Useful in combination with the uninstall command to see which files would be removed.
--skip-instrument-configuration-files
Skip installation of udev rules and hotplug scripts.
--skip-postinstall
Skip post-installation on Linux (an entry in the desktop menu will still be created, but may not become visible until logging out and back in or rebooting) and Windows (no shortcuts in the start menu will be created at all).
-stability=stable|testing|developer|buggy|insecure
Set the stability for the implementation that is added/updated via the 0install command.
--use-distutils
Force setup to use distutils (default) instead of setuptools. This is useful in combination with the bdist* commands, because it will avoid an artificial dependency on setuptools. This is actually a switch, use it once and the choice is remembered until you specify the --use-setuptools switch (see next paragraph).
--use-setuptools
Force setup to try and use setuptools instead of distutils. This is actually a switch, use it once and the choice is remembered until you specify the --use-distutils switch (see above).
Pontus wrote: What I did was to take the original PSU fan and strap it on the outside of the box, just running power and tachometer cables to it. So it doesn't actually cool the computer, but it keeps L1 happy.
kurkosdr wrote: ... that "using it as a daily driver" is NOT a good idea if you don't have access to browser security fixes.
Rhodamine wrote: In my experience these things rarely get better and ultimately lead to some form of catastrophic failure
robespierre wrote: This might have something to do with the font problem also...
uunix wrote: I know the type very well.
Vladio wrote: I, surprisingly, have no font issues. Okay, an occasional panic ...
No one else drives two monitors?
Code: Select all
/usr/bin/X11/makepsres -o /usr/lib/DPS/DPSFonts.upr /usr/lib/DPS/outline/base /usr/lib/DPS/AFM
Code: Select all
/usr/bin/X11/makepsres -o /usr/lib/DPS/DPSFonts.upr
/usr/lib/DPS/outline/base /wherever-your-other-type1-fonts-live /usr/lib/DPS/AFM
Fonts F.A.Q. wrote: The (more or less) original point system (Didot) did have exactly 72 points to the inch. The catch is that it was the French imperial inch, somewhat longer than the English inch, and it went away in the French Revolution.
Axatax_ wrote: ftp.nekochan.net is prompting for a PW and won't accept anon connections. Anything change on this front?
Vladio wrote: One caveat that I'm seeing is that Illustrator is clipping those 375 pixels off the left part of the left screen.
ClarusWorks wrote: I removed the card that was installed, and the machine still will not power on.
ClarusWorks wrote: Even if the main CPU won't power on, will the L1 come up without a graphics card?
ClarusWorks wrote: ... maybe the early NMB power supplies liked to cook themselves due to overcurrent on those rails.
ClarusWorks wrote: I can now confirm that a Fuel L1 will in fact come up with no CPU or graphics card attached
ClarusWorks wrote: The chip that some people seem to have had fail in their NMB Fuel PSUs is a PIC microcontroller that the mystery fan signals as well as some other stuff are connected to. Actually powering on the PSU is just a matter of pulling the power on pin low, no chips involved.
ClarusWorks wrote: Sometimes the L1 comes up, sometimes it does not. Unplugging/replugging the AC cord from the power supply 2 or 3 times will eventually get it to come up.
Code: Select all
gort 2# ldd xpaint
libXaw.so.1 => /usr/lib/libXaw.so.1
libXmu.so => /usr/lib/libXmu.so
libXt.so => /usr/lib/libXt.so
libXext.so => /usr/lib/libXext.so
libX11.so.1 => /usr/lib/libX11.so.1
libm.so => /usr/lib/libm.so
libc.so.1 => /usr/lib/libc.so.1
libgen.so => /usr/lib/libgen.so
commodorejohn wrote: Yeah, the interface is a bit janky ....
jimmer wrote: ... have decided to try and use as much as possible of the default software that IRIX 6.5.30 provides. So I'm currently using the default Ksh as my shell rather than trusty old GNU Bash.
Code: Select all
cc-1020 cc: ERROR File - fatBitsEdit.c, Line = 781
The identifier "XK_Escape" is undefined
case XK_Escape:
Code: Select all
cc-1515 cc: ERROR File = fileBrowser.c, Line = 1701
A value of type "int" cannot be assigned to an entity of type "char *"
name_format = index(msgText[IMAGE_FORMATS+j], ' ');
vishnu wrote: Link to the source code? Browsing the CVS repo of the version at http://sf-xpaint.cvs.sourceforge.net/ there is no file fileBrowser.c, that I can see...