Search found 60 matches
- Thu Aug 09, 2012 5:01 am
- Forum: Platform: AmigaOne X1000
- Topic: StarTech PCI express to PCI adapter works in my X1000
- Replies: 35
- Views: 32240
Re: StarTech PCI express to PCI adapter works in my X1000
mbrantley, I also have this Startech adapter and use it for my RTL8139 network card. However, my adapter only seems to work in the PCIe slot next to the Xorro aligned PCIe slot and not (OS4 fails to boot) in the 2 surroundling slots (including the Xorro aligned one) that I tried. Did you have it in...
- Wed May 02, 2012 6:23 am
- Forum: Platform: AmigaOne X1000
- Topic: 3D drivers
- Replies: 2
- Views: 2125
Re: 3D drivers
No, you couldn't play 3D games or "making videos to show them off" because if aeon/hyperion would ship the X1000 with 3D drivers then you wouldn't have got a X1000 at all (yet). Obviously, the drivers are not yet ready. So, if you prefer to get the 3D drivers first before being able to use...
- Sun Apr 01, 2012 7:42 am
- Forum: Platform: AmigaOne X1000
- Topic: Welcome First Contact customers
- Replies: 193
- Views: 273817
Re: Welcome First Contact customers
nbache wrote:Hej, og velkommen tilmusa wrote:Hi
My name is Peter Jorgensen and I am from Denmark..
Hilsen,
Niels
I only know one word in Danish and that is "öl" -- I learned it on the Roskilde festival
welcome musa!
nexus
- Wed Mar 14, 2012 5:30 pm
- Forum: SDK Support
- Topic: grep doesn't like ./ in pathnames
- Replies: 20
- Views: 25968
Re: grep doesn't like ./ in pathnames
@nexus With your line added i get Makefile.common:158: *** Recursive variable `srcdir' references itself (eventually). Stop. interesting. then maybe u should use a different variable name: pathsrcdir=`realpath "${srcdir}"` VERSION = $(shell grep SCUMMVM_VERSION "${pathsrcdir}/base/in...
- Tue Mar 13, 2012 11:36 am
- Forum: SDK Support
- Topic: grep doesn't like ./ in pathnames
- Replies: 20
- Views: 25968
Re: grep doesn't like ./ in pathnames
There you go VERSION = $(shell grep SCUMMVM_VERSION "${srcdir}/base/internal_version.h" | cut -d\" -f2) doesn´t work. You can try the line grep SCUMMVM_VERSION "./base/internal_version.h" in abc-shell. The {srcdir} part will always be translated into "." at least ...
- Fri Dec 09, 2011 3:36 pm
- Forum: General AmigaOS
- Topic: SWAP broken
- Replies: 11
- Views: 8753
Re: [BUG] SWAP broken
Linux "solves" this by killing off random processes and re-using their memory. ... which is really a pain and does not work very well. More than once, I had to witness that it kills important services (like the sshd on a server) such that there is no way but pressing the reset button (ins...
- Mon Oct 31, 2011 8:50 pm
- Forum: General AmigaOS
- Topic: (Auto)Switch-off monitor bug (ScreenBlanker)
- Replies: 54
- Views: 41595
Re: (Auto)Switch-off monitor bug (ScreenBlanker)
@samo79
what GFX card do you have? Is it one with two outputs and do you have 2 cables connected to it or 1 cable + VGA-adapter at the other output?
regards,
nexus
what GFX card do you have? Is it one with two outputs and do you have 2 cables connected to it or 1 cable + VGA-adapter at the other output?
regards,
nexus
- Fri Oct 28, 2011 6:45 am
- Forum: General AmigaOS
- Topic: (Auto)Switch-off monitor bug (ScreenBlanker)
- Replies: 54
- Views: 41595
Re: (Auto)Switch-off monitor bug (ScreenBlanker)
I can not confirm both of the problems. Recently, I used to run some staff on my Amiga over night. I always can wake up the monitor the next morning and screenblanker always works still fine in the morning. So either the problems are related to Sam (I don't have one) or to the monitor. Regarding sam...
- Wed Oct 26, 2011 6:01 am
- Forum: General AmigaOS
- Topic: Please increase FAT32 read and write speed
- Replies: 18
- Views: 7631
Re: Please increase FAT32 read and write speed
@kas1e I think, you still misunderstood ssolie. You benchmark is reading from RAM: or writing to RAM: Both involve RAM: Since it is currently slower than needed to access RAM: your benchmark is obviously slower on OS4 as it could be. If this is the reason for you 300% difference, I don't know or if ...
- Sun Sep 18, 2011 11:30 am
- Forum: General AmigaOS
- Topic: c:copy command and links
- Replies: 26
- Views: 10456
Re: c:copy command and links
Hi Michael, what happens if you use 'mv <src> <dst>' to move a directory to a different partition? Are the links correctly set then? If so, a workaround would be to 'cp -a' first the directory on the same partition and then, to move it to its final destination. When you use 'cp -a', do you use Amiga...