Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
100 user(s) are online (58 user(s) are browsing Forums)

Members: 0
Guests: 100

more...

Headlines

Forum Index


Board index » All Posts (Swoop)




Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@Detlef

Looking at the two files:-

posterabs-a4.ps atarts with
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software
%%Title: virt.dvi
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
%%DocumentFonts: Times-Bold Helvetica Times-Roman Times-Italic
%%DocumentPaperSizes: a4
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -t a4 -D 600 -o virt.ps.new virt
%DVIPSParameters: dpi=600, compressed
%DVIPSSource: TeX output 2003.07.31:1313
%%BeginProcSet: texc.pro
%!


and the test.ps starts with
%!PS-Adobe-3.0
%%Pages: (atend)
%%BoundingBox: 57 60 539 784
%%HiResBoundingBox: 57.000000 60.200000 539.000000 783.400000
%.....................................
%%Creator: GPL Ghostscript 854 (pswrite)
%%CreationDate: 2007/03/07 01:44:04
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
% This copyright applies to everything between here and the %%EndProlog:
% Copyright (C) 2006 artofcode LLC, Benicia, CA. All rights reserved.
%%BeginResource: procset GS_pswrite_2_0_1001


The first file is PS-Adobe-2.0, but the AmiGS file is PS-Adobe-3.0.
Is PS-Adobe-3.0 not backward compatible with PS-Adobe-2.0?

It seems to work for frak, but not for me, am I doing something wrong?

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@TetiSoft

Quote:
When your printer understands PostScript level 2, its also
possible to change the line

/a4 {} def

in Devs:postscript_init.ps into

/a4 { << /PageSize [ 596 842 ] >> setpagedevice } def

then it should work without the need to manually edit each
PS file.


I have applied the above patch, and when I print the 'posterabs-a4.ps' to ram:test.ps, AmiGS shows the page size as 216x279, even though AmiGS showed the original file page size as 210x297.

Any indications what I am doing wrong?

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@TetiSoft

Quote:
IMHO passing the pagesize from AmiGS to GhostScript is already
done and the problem is that AmiGS has no idea about the pagesize.
To tell it about it, replace the first line of the PS file
("%!PS") with e.g.

%!PS-Adobe-3.0
%%DocumentMedia: a4 596 842 0 () ()
%%EndComments

and add a line

%%Page: 1 1

just before the first "newpath" line, then AmiGS will display
the width and height specified with the DocumentMedia comment
as paper size. The next version of the PostScript printer driver
will do that automatically.

Note, this fixes only the reported paper size of AmiGS,
not the wrong display of GhostScript, you also need to
apply the fix described in the previous comment for this.


I am not sure what you mean by the reported paper size of AmiGS, and the wrong display of Ghostscript.
I have different size PDF files, some 'printed' on a PC, sized US letter (216x279), or A4 (210x297) and also an A3 one which I downloaded. AmiGS states the seems to show the different sizes correctly, but it wont print the A3 one, the A4 is printed correctly, and with the US letter one I have to press the continue button on the printer after every page.

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@frak

Quote:
ok here's one: http://www.cs.utah.edu/flux/papers/sc ... sigcomm03/posterabs-a4.ps , reported as beeing 210x297 (A4) in AmiGS,printing this to a file converted it to US Letter.

OK. Re-read your post and tried printing to a file, and I can confirm AmiGS does convert it to US letter. Sorry about me mis-understanding.

I will try Detlef's recomendations.

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@frak

Quote:
I'll dig thru google and see if i can find some files that AmiGS reports as anything besides "Letter".

edit:

ok here's one: http://www.cs.utah.edu/flux/papers/sc ... sigcomm03/posterabs-a4.ps , reported as beeing 210x297 (A4) in AmiGS,printing this to a file converted it to US Letter.

I have just downloaded this to ram, selected it and it opened in AmiGS displayed and stated as '210x297 mm(A4)'.
I then printed to PAR: as postscript, and it was printed as A4, the printer did not request that I select another page.
Which usually id the case if a US Letter ps file is loaded into AmiGS.

The only difference in our settings is the margins.Could you try changing the dimensions, before you set the graphic sizes. Possibly saving the prefs after you have set the margins, and re-open to set the graphics preferences.

I have a HP colour Laserjet 2550LN, and I don't think the PDL, or Postscript versions will be any different.

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@TetiSoft

Quote:
In theory it should be possible to define the paper size
in the output but in practice even AmiGS seems to ignore
such a definition and always shows "Letter" as paper size
here, hints how to properly define the paper size in the
output in such a way that both AmiGS and a real printer
understand it are welcome.


In AmiGS print setup there is a GS arguments text box, would it be possible to enter the pagesize in there?

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@frak

My settings:-
Quote:
Driver mode: Postscript
Copies: 1
Paper format: DIN A4
Paper Width: 21.00 (Ghosted)
Paper height: 29.70 (Ghosted)
Horizontal DPI: 600
Vertical DPI: 600

Text):
Font: Helvetica
Pitch: Normal
Orientation: Portrait
Tab: 1 inch

Dimensions (default):
Left margin: 0.55
Right margin: 0.55
Top margin: 0.55
Botton margin: 0.55
Font pitch pize (yes it says pize): 10.0
Line leading: 2.0
Lines per inch: 6
Lines per page: 67

Graphics:
Left edge: 0.0
Top edge: 0.0
Width: 21.00
Height: 29.70
Image: Positive
Shading: Color
Dither: (Ghosted)

Scaling:
Aspect: Normal
Scaling type: None
Centering: None

Just a little silly, and probably a typing error, but you are showing comma's instead of full stop/points in all your decimal places.

Also, Only use the enter key, or the mouse to leave a text box. If you hit return your A1 will freeze.

Go to top


Re: HP LaserJet 2605dn,Postscript Height Issue
Quite a regular
Quite a regular


@frak

Quote:
here's my postscript prefs:

Driver mode: Passthrough
Copies: 1
Paper format: DIN A4
Paper Width: 21,00
Paper height: 29,70
Horizontal DPI: 600
Vertical DPI: 600

----- Snip -----

Graphics:
Left edge: 0,99
Top edge: 2,99 (setting this to zero cuts the page,like it have a negative value)
Width: 20,00
Height: 26,70
Image: Positive
Shading: Grey scale
Dither: Default

--- Snip ---

Any clues?


It looks like your paper size is A4 (21.0x29.7), but your Graphic print size is 3cm shorter, ie 26.7cm.

Go to top


Re: Mouse wheel support on classic programs
Quite a regular
Quite a regular


@abalaban

The source code is in the acrhive, so some enterprising coder could probably make an OS4 native version wuite easily.

@Severin

I am only using it in its default mode, and one of the reasons I left the settings alone was because of the reasons you gave. I only know if gives me mouse-wheel scrolling in two programs I use on a daily basis.

If I have any problems I will report back here.

Go to top


Re: Postcript printing font size.
Quite a regular
Quite a regular


@Jurassicc

A HP Colour Laserjet 2550LN, It has parallel, usb, and ethernet connections.

Go to top


Re: Mouse wheel support on classic programs
Quite a regular
Quite a regular


Brilliant!!! This works with both WordWorth and TurboCalc.

1. Change 'C:IPrefs' line in S/Startup-Sequence to 'C:IPrefs NEWMOUSE', and saved.

2. Download and install Freewheel , from Aminet.
????I put it in WBStartUp, but as it is a commodity, I am not sure if this is the right place.

3. Re-booted A1.

I have loaded documents larger than one page in both WordWorth and TurboCal, and the mousewheel works a treat.
I haven't really looked at the FreeWheel options, but there is a GUI to set various options.

Go to top


Re: Mouse wheel support on classic programs
Quite a regular
Quite a regular


@Jurassicc

Quote:
New Shell process 5
5.OS4:> iprefs ?
NEWMOUSE/S:



Doh!! I should have tried that.

Thanks for the heads up, I'll update my S-S accordingly, and see what happens.

Go to top


Re: Postcript printing font size.
Quite a regular
Quite a regular


This seems to be related to sites with a background color to the web page.

If I print a page from Wikipedia, then it prints ok, and is scaled correctly.
If I Print pages from Amigans, or AW, then the scaling seems to be incorrect.

I wonder if this is because of the way IBrowse treats graphics, ie backgrounds?.

Is there a way to switch off backgrounds, or is this specific to each site?

Go to top


Re: Mouse wheel support on classic programs
Quite a regular
Quite a regular


@Severin

The only Docs I can find is on the CD,in Documentation/C/IPrefs.doc.

Quote:
commands/IPREFS commands/IPREFS

NAME
IPREFS - To communicate Preferences information stored in the
individual editor files to the Workbench.

FORMAT
IPREFS

TEMPLATE
(none)

PATH
C:IPREFS

FUNCTION
IPREFS reads the individual system Preferences files and passes the
information to the Workbench so that it can reply accordingly. IPREFS
is generally run in the Startup-sequence after the Preferences files
are copied to ENV:. Each time a user selects Save or Use from within
an editor, IPREFS is notified and passes the information along to
Workbench. If necessary, IPREFS will reset Workbench in order to
implement those changes. If any project or tool windows are open,
IPREFS will display a requester asking you to close any non-drawer
windows.

There is a C:IPrefs in S/Startup-Sequence, I presume I just add 'newmouse' after that.
Is it case sensitive?

Go to top


Re: Mouse wheel support on classic programs
Quite a regular
Quite a regular


@Severin

Thanks for the reply.

Is there any available, public documentation for IPrefs.

Go to top


Mouse wheel support on classic programs (Solved)
Quite a regular
Quite a regular


Following this post on Amigaworld, I wondered if it is possible to enable wheelmouse support for classic programs running on OS4Final. I use Wordworth, and TurboCalc on a daily basis and mousewheel support would be very useful.

IPrefs is already in C:, and I have downloaded Freewheel and NewMouse from Aminet.

Does anyone know if there is any conflict with native OS4Final components?
Do I have to set these programs up in any special way?

Thanks for any help.


Edited by Swoop on 2007/2/28 16:07:31
Go to top


Re: IBrowse Network crashes
Quite a regular
Quite a regular


@sundown

Quote:
Just seemed to me that ppl that were having a problem with IB had a G3 750GX with 512M of memory.


Hmm. That's my configuration as well.

edit:- Actually I have just looked and mine is a 750FX

But I agree a better memory tester would be good.


Edited by Swoop on 2007/2/18 11:36:20
Go to top


IBrowse Network crashes
Quite a regular
Quite a regular


I am using the OEM version of IBrowse, and seem to constantly get an IBrowse network crash.

When I look at the GR window there is no 'Ignore DSI' option, but after selecting the 'continue program', I get another GR and after selecting the 'continue program' a second time the GR disappears, and IBrowse continues. Until the next time.

Sometimes I don't get the problem at all, but then I get several times in a session.

It is always at the same address 0x014105A4.

This is the beginning of the crashlog:-

Quote:
Crash log for task "IBrowseNetwork"
Generated by GrimReaper 52.1
Crash occured in module kernel at address 0x014105A4
Type of crash: program exception

Register dump:
GPR (General Purpose Registers):
0: 0143EC20 6C2F6B20 FEFEFEFE 00000000 00000000 0000000C 00000010 80808080
8: 01C61C48 01CA2346 00000000 01CA2347 55F53E93 FEFEFEFE 6C38F450 FFFFFFFF
16: 01E40000 6C0028F0 6C38F38A 6C2F6B70 01E41EA0 00000000 01DA3B4A 00000000
24: 00000001 6C2F6CD8 7FFFFFFF 80000014 6B197740 80000016 6FF90000 6C2F6BA2


FPR (Floating Point Registers, NaN = Not a Number):
0: NaN Inf 0.45455 NaN
4: NaN NaN NaN NaN
8: NaN 1.67772e+07 10 0
12: 90 NaN 3.3515e-289 9.30164e+282
16: 8.87614e+306 2.78682e-309 2.75113e+143 4.58445e+90
20: 1.15816e+62 1.57454e+129 3.94625e+187 5.11884e+133
24: 1e+61 1e-59 0.5 4.5036e+15
28: NaN 65536 1.67772e+07 0

FPSCR (Floating Point Status and Control Register): 0x82024000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x55F53E93
Instruction Pointer (ip) : 0x014105A4
Xtended Exception (xer) : 0xE000FE7E
Count (ctr) : 0x01427A1C
Link (lr) : 0x014225FC
DSI Status (dsisr) : 0x40000000
Data Address (dar) : 0x00000004



680x0 emulated registers:
DATA: 6B6DFFA0 6B6DFFA0 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 6C2F6D30 6FDAB5E8 6C2F6D50 00000000 00000000 00000000 6FF8F1AC 6C2F6B64
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x014105A4 belongs to module "kernel" (HUNK/Kickstart)

Stack trace:
native kernel module kernel+0x000105a4
native kernel module kernel+0x0003ec20
native kernel module kernel+0x0004c2ac


PPC disassembly:
0141059c: 44000002 sc
014105a0: 4e800020 blr
*014105a4: 7fe00008 trap
014105a8: 4e800020 blr
014105ac: 7c5343a6 mtsprg 3,r2

System information:

CPU
Model: IBM PowerPC 750 FX V2.2
CPU speed: 800 MHz
FSB speed: 133 MHz
Extensions: performancemonitor

Machine
Machine name: AmigaOne
Memory: 524288 KB
Extensions: bus.pci bus.agp


I wonder if anyone else has this problem?
Or whether someone has a soloution?

Thanks for any help.

Go to top


Re: PLUS4 ami-dock here is an upgrade for it
Quite a regular
Quite a regular


@Snuffy

Click on the dock, and the right-click for the menu options, you will either get the pop-up, or drop-down Ami-Dock menu depending on how your system is configured and just select edit.

You can then add new categories, or sub-docks to your hearst content.

Go to top


Re: Turboprint and saved preferences
Quite a regular
Quite a regular


@R-TEAM

The TURBOstart icon has a tooltype 'QUICK' which is required for TURBostart to not wait.

So you might need to have run >nil: in front of that, although I have never done it that way.

Go to top



TopTop
« 1 ... 30 31 32 (33) 34 35 36 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project