POV-Ray : Newsgroups : povray.unix : Call me thick... Server Time
28 Jul 2024 14:20:19 EDT (-0400)
  Call me thick... (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From: Rick [Kitty5]
Subject: Call me thick...
Date: 7 Mar 2002 18:33:10
Message: <pan.2002.03.07.23.37.05.928708.10616@kitty5.com>
but exactly how do i install pov 3.5 beta on linux?

can some one provide me with a command for the instal thingy that will do
the magic, placing povray in the genrally accepted location (where ever
that may be)

oh, and how about command for a test render (in X)

Ta :)
-- 
--

Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Steve
Subject: Re: Call me thick...
Date: 7 Mar 2002 20:45:17
Message: <slrna8g5r4.btd.steve@zero-pps.localdomain>
On Thu, 07 Mar 2002 23:37:07 +0000, Rick [Kitty5] wrote:
> but exactly how do i install pov 3.5 beta on linux?
> 
> can some one provide me with a command for the instal thingy that will do
> the magic, placing povray in the genrally accepted location (where ever
> that may be)
> 
> oh, and how about command for a test render (in X)
> 
> Ta :)

My prompt looks like this: [sjlen:sjlen]$  
and consits of username:directory. 

[sjlen:sjlen]$ tar -xzvf povlinux.tgz
..... 
      listing from the tar command appears here. 
.....
[sjlen:sjlen]$ cd povray35/
[sjlen:povray35]$ su
Password:                     ##### type root's password here. 
[root@zero-pps povray35]# ./install
[root@zero-pps povray35]# exit
exit
[sjlen:povray35]$ cd         ##### takes you back home.
[sjlen:sjlen]$ cd pov   ##### directory where I know there are .pov files. 
[sjlen:pov]$ povray -ipovtest.pov

And it goes and renders.  In X and in the console the comandline is the 
same.   

You could check out my PovMenu system for RXVTs if you like, but when 
you're just starting out with it it's probably bes to mess about with
the command line. 

You should have a .povrayrc file in your home directory. 

Hope some of this helps.

--
sphere{z*5,1pigment{rgb.5}finish{reflection.3specular.5}}box{<-50,-3,-50>
<50,-2,50>pigment{checker/*\__\\__/  * \_\\__*/scale 2}finish{ambient.7}}
light_source/*__\\__\\__\\__\\__\(    ~ )\__\\__\\__\\__\\*/{<2,5,1>*4,1} 
/*\\__\\__\\__\\__\\__\\__\\__\\__\~  -/__\\__\\__\\__\\__\\*//* Steve */


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Call me thick...
Date: 8 Mar 2002 05:38:49
Message: <pan.2002.03.08.10.42.45.638824.12835@kitty5.com>
On Fri, 08 Mar 2002 01:45:17 +0000, Steve wrote:

> On Thu, 07 Mar 2002 23:37:07 +0000, Rick [Kitty5] wrote:
>> but exactly how do i install pov 3.5 beta on linux?
>> 
>> can some one provide me with a command for the instal thingy that will
>> do the magic, placing povray in the genrally accepted location (where
>> ever that may be)
>> 
>> oh, and how about command for a test render (in X)
>> 
>> Ta :)

> [root@zero-pps povray35]# ./install

thats where i was going wrong!, i missed the ./ off!

great, it winges about not finding files in the library path, and ini
problems (ie lack of) but i cen get it going from here :)

btw, while i am on the subject, i remember povray 2.2 for dos having a
nice coulouful stats screen while rendering, nothing like that on the
linux version i assume?

--

Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Warp
Subject: Re: Call me thick...
Date: 8 Mar 2002 09:23:36
Message: <3c88c967@news.povray.org>
Steve <ste### [at] zeroppsuklinuxnet> wrote:
> [sjlen:pov]$ povray -ipovtest.pov

  Better:

[sjlen:pov]$ povray povtest.pov

  You can use filename completion that way.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Steve
Subject: Re: Call me thick...
Date: 8 Mar 2002 13:25:45
Message: <slrna8i0cr.f0v.steve@zero-pps.localdomain>
On Fri, 08 Mar 2002 10:42:45 +0000, Rick [Kitty5] wrote:
 
> btw, while i am on the subject, i remember povray 2.2 for dos having a
> nice coulouful stats screen while rendering, nothing like that on the
> linux version i assume?

Don't know about this, I've never tried the histogram thingie whatever
that is. And the -h version doesn't seem to work in thes version, so not
as easy to find out about command line options quickly. 

--
#local i=.1;#local I=(i/i)/i;#local l=(i+i)/i;#local ll=(I/i)/l;box{<-ll,
-((I/I)+l),-ll><ll,-l,ll>pigment{checker scale l}finish{ambient((I/l)/I)+
(l/I)}}sphere{<i-i,l-l,(I/l)>l/l pigment{rgb((I/l)/I)}finish{reflection((
I/l)/I)-(l/I)specular(I/l)/I}}light_source{<I-l,I+I,(I-l)/l>l/l} // Steve


Post a reply to this message

From: Peter Popov
Subject: Re: Call me thick...
Date: 9 Mar 2002 09:56:13
Message: <neoj8u4a24gr0kcdogkim4su7uu3njt0rs@4ax.com>
On Fri, 08 Mar 2002 10:42:45 +0000, "Rick [Kitty5]" <ric### [at] kitty5com>
wrote:

>btw, while i am on the subject, i remember povray 2.2 for dos having a
>nice coulouful stats screen while rendering, nothing like that on the
>linux version i assume?

DOS had a fixed-size window, and who knows how big your console will
be?


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Call me thick...
Date: 9 Mar 2002 19:01:35
Message: <pan.2002.03.10.00.05.29.557841.3152@kitty5.com>
>>btw, while i am on the subject, i remember povray 2.2 for dos having a
>>nice coulouful stats screen while rendering, nothing like that on the
>>linux version i assume?
> 
> DOS had a fixed-size window, and who knows how big your console will be?

no it didnt :)

--

Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Peter Popov
Subject: Re: Call me thick...
Date: 10 Mar 2002 06:15:46
Message: <2rfm8u415uh8n8i83sk531mq709nc6uvuh@4ax.com>
On Sun, 10 Mar 2002 00:05:29 +0000, "Rick [Kitty5]" <ric### [at] kitty5com>
wrote:

>> DOS had a fixed-size window, and who knows how big your console will be?
>
>no it didnt :)

OK, a few fixed sizes then :) It's not as if you could drag the corner
of your SSH console window and make your screen 200x6 or something
like that.

Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Call me thick...
Date: 10 Mar 2002 07:37:57
Message: <pan.2002.03.10.12.41.51.495375.16243@kitty5.com>
>>> DOS had a fixed-size window, and who knows how big your console will
>>> be?
>>
>>no it didnt :)
> 
> OK, a few fixed sizes then :) It's not as if you could drag the corner
> of your SSH console window and make your screen 200x6 or something like
> that.

My xterms have a fixed width tho....

-- 
--

Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Warp
Subject: Re: Call me thick...
Date: 10 Mar 2002 09:12:08
Message: <3c8b69b8@news.povray.org>
Rick [Kitty5] <ric### [at] kitty5com> wrote:
> My xterms have a fixed width tho....

  How is this possible? Every xterm I have seen has a completely free size.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

Goto Latest 10 Messages Next 2 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.