some other ones i just found there:
http://www.darelparker.com/dp/2012/06/2 ... wallpaper/
in case the author should see this, thanks darel
in case the author should see this, thanks darel
tweakoz wrote: b. there will be 2 so files - I forgot the exact name and my machine is inaccessible at the moment, you will want the one with 'core' in it. we will refer to this below as <glcorethingy>
c. using hexedit from nekoware - hexedit the copy of the glcore dll not the original!
d. search (in the ascii side) for VPRO - you will see something like "VPRO/%s/%b%s"
e. replace with "GU1-Extreme" taking special care that the string remains null terminated (and that we don't overflow the original size of the string).
PA 7.5 had trouble renderering because it could not find it's renderer binary
was there even an IRIX 6.4?
Oskar45 wrote: ...any tears?
luchford wrote: run /bg/gen/local/com/install_bgpath, and /bg/gen/local/com/install_bgalias from the command line. Reboot.
diegel wrote: Does anyone know a simple way to convert a current mp4 video in a format readable by SGI media tools?
GIJoe wrote: you'd turn it on only to take a screenshot/playblast in those days.
commodorejohn wrote: Apple's visual design team has been progressively more lost up their own ass ever since they abandoned the Classic look. Feh.
josehill wrote: I consider OS X 10.6.8 to be the "reference release" of OS X
GIJoe wrote: finder with two-column display and a path-input bar (breadcrumbs a la windows)
oh and tabs - but they might have them already, judging by some pictures on the 'net.
commodorejohn wrote:R-ten-K wrote: Old foggies don't like change and are scared by it... News at 11.
Pretentious snots think they're being hip by dismissing any dissenting opinion with "well, you're just afraid of change , granddad!" - film at 11.
GIJoe wrote: using a filemanager separate from the default OS provided one is not so optimal in my experience.
ianj wrote: Unless you're like the OP and think the smaller window controls look "cheap" (huh?)
Every bit as powerful as it looks.
An elegant design that feels entirely fresh
TeamBlackFox wrote: I can, but I know absolutely nothing about C++, I'm a C guy
commodorejohn wrote: This is GNU. It's only "finally fixed" until some random loser's commit breaks it for stupid and probably stupidly ideological reasons and then it remains broken for another year and a half until someone finally submits a patch that fixes it but breaks something else.
jpstewart wrote: compile NetSurf with MIPSpro. That one fails even earlier in the launch process (no window ever appears, it just prints an error message and exits)
ClassicHasClass wrote: I've always had a soft spot for PA-RISC
mopar5150 wrote:vishnu wrote: This part looks pretty telling:
Code: Select all
Automatic update of PROM environment disabled
Graphics diagnostics
Installing PROM Device drivers ............
On-board (IO9) tigon3 1000BaseT interface
Base I/O Ethernet set to /dev/ethernet/tg0
Installing Graphics Console...
graphics install: searching for pipe 0
graphics install: cannot find VGA path /hw/module/002c26/IXbrick/xtalk/10/0/pci/
1a
That is the same graphics path that works when I run just the O350 and the GN brick. As soon as I add the router and other O350s I lose the graphics. Or are you saying something that I am missing?
jan-jaap wrote: I wonder if the IP gfx are Infinite Problems like they're rumored to be...
mopar5150 wrote: When I looked at all of the bricks one was 002c26 so I connected the G2 brick to that system and the console works. All of this has been done with the L2 disconnected.
mopar5150 wrote: I need to hit the L1/ L2 manual. I plan to break this system down into 2 or 3 smaller systems, perhaps 2 with G2 modules and connect some of the O350s to my IR3 G-brick.
pentium wrote: Does anyone have any kind of information on this version of Softimage 3D?
canavan wrote:If that were the case, it would already fail when linking, and not produce an executable at all.i remember that it's been mentioned that some libs required by netsurf were compiled with g++?
if so that's a likely reason
diegel wrote: There was an interesting post on the Dillo-dev mailing list today. The PowerPC OS X guys have the same problem like us. There is hope that someone take care about this problem.
- Fix compiling on IRIX with MIPSpro compiler.
Code: Select all
char* temp = new char[20];
strcpy(temp, "LC_ALL=C");
Code: Select all
char temp[20] = "LC_ALL=C";
diegel wrote: dillo 3.0.4 includes some changes from vishnu's attempt.
Code: Select all
dns.c:235:35: error: dereferencing pointer to incomplete type
dns.c:237:14: error: dereferencing pointer to incomplete type
dns.c:240:17: error: dereferencing pointer to incomplete type
dns.c:247:45: error: dereferencing pointer to incomplete type
dns.c:279:20: error: storage size of 'hints' isn't known
dns.c:302:20: error: 'EAI_NONAME' undeclared (first use in this function)
dns.c:304:25: error: 'EAI_AGAIN' undeclared (first use in this function)
dns.c:311:27: error: 'EAI_FAIL' undeclared (first use in this function)
josehill wrote: "Clusters are for kids."
cris_adder wrote: how easy would the step be to get it then going on 5.3?
hamei wrote: On the sites that are dogs, it doesn't work.
Code: Select all
-v : outfile versions can be
2.60,
2.62,
2.65,
2.66,
3.00,
vishnu wrote: Just for funzies I'm still working on a MIPSPro compile of dillo that I pulled from the tip of their svn on August 30th...