|
From: Evenbit on 1 Feb 2008 21:26 On Jan 31, 12:20 pm, //\\\\o//\\\\annabee <"Ubuntu for ever"> wrote: > my hardware: amd64 single core 3700, 1 giga ram, geforce chipset, ati > radeon gt800 256m Believe it or not, the Compiz graphic effects work on an old ATI Radeon 9000 64MB. Nathan.
From: Evenbit on 1 Feb 2008 21:33 On Jan 31, 3:49 pm, //\\\\o//\\\\annabee <"Ubuntu for ever"> wrote: > På Thu, 31 Jan 2008 20:31:40 +0100, skrev Evenbit <nbaker2...(a)charter.net>: > > > On Jan 31, 12:20 pm, //\\\\o//\\\\annabee <"Ubuntu for ever"> wrote: > >> I finally got a successful DVD with Ubunty 7.10 (Gutzy) > >> and it found all my hardware, and is fast, and the graphic is _splended_ > >> - very fast slick graphic, with full hardware acceleration enabled > >> default. > > > That's the Compiz-Fusion which beats the pants off of MS' AreoGlass. > > I havent been able to install Vista. 500 giga space avail, but it insisted > on having 40gig on a spesific drive. So I didnt bother. An OS that stupid, > to let 500giga go undetected ...so utterly arrogant, it does not deserve > to be given a chance. > I briefly tested Vista once and the only bad thing I could say about it was the feeling that I was being "handled" by the OS. It felt like "Clippy" was back to help me even when I wasn't asking for it. Nathan.
From: Evenbit on 1 Feb 2008 21:53 On Jan 31, 5:13 pm, Frank Kotler <fbkot...(a)verizon.net> wrote: > //\\o//\\annabee wrote: > > ... > > > Only drawback is I now have to start using NASM for coding. > > No, you could use Gas... :) > > Seriously, as an "assembler", Nasm and the assembler in RosAsm do > exactly the same thing. I think the bulk of your pain is from missing > the IDE, not any shortcoming in Nasm, as an "assembler". Ah-ha! RosAsm causes pain!! :) > > You'll need to build yourself *some* kind of an "environment" in which > to work (always). Okay, it won't be the fully integrated environment > that you know and love - at least, not at first... But you'll need > something (besides just Nasm... or an alternative), so you might as well > start looking for the "components" of what you'd like to be using. Just type "vi" and press ENTER. :) > > You'll want an editor. I suppose you'll want a pointee-clickee one. I > can't help you there. Only thing I've used is "kwrite", and then only to > cut-and-paste code in and out of these posts - never tried actually > editing anything with it. There are lots of editors... mostly > open-source... mostly *not* in asm... He might try to see if this works in Wine: http://www.flos-freeware.ch/notepad2.html ....or maybe download "gSciTE" Seriously, a basic skill with "vi" or "nano" for quick edits from the command line. > > You'll want to look at Jeff Owens' AsmIde. I don't think you'll like it > - not much like RosAsm - but it may have parts you can use (either as > part of your not-yet-integrated development environment, or as code to > build something "better" on). FreeBasic works on Ubuntu. Might be useful for a quick prototype... > > You recall that nasm-glade-demo that "AIR" ("AIRR"?) posted, some time > ago? I never got it to run. Apparently an editor, implemented as Nasm > and XML (???). Betov thought it looked interesting, as I recall. Never > heard much about it... Just the "beginings" of an editor. IIRC, the menu commands were not actually coded. > > I see no longer any reason to use windows. I see no longer any reason to use doors. Nathan.
From: //o//annabee on 1 Feb 2008 00:55 On Fri, 01 Feb 2008 03:33:12 +0100, Evenbit <nbaker2328(a)charter.net> wrote: > I briefly tested Vista once and the only bad thing I could say about > it was the feeling that I was being "handled" by the OS. It felt like > "Clippy" was back to help me even when I wasn't asking for it. Windows allways gave me this feeling.The reason I stuck with it was because I had so much code written for it and that it seemed "fast" compared to the Linux distros I tested. Now that is reversed, Linux is gotten slick and smart and _much_ more efficient and has infinatly more apps available. And come with a promise to allways remain free software. 30 minutes for a complete reinstall. No need to reinstall drivers, apps is installed in clicktime. Windows can never keep up with this. > Nathan. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
From: Herbert Kleebauer on 1 Feb 2008 04:08
//\\\\o//\\\\annabee wrote: > Only drawback is I now have to start using NASM for coding. You don't have to use NASM for coding. In opposite to Windows, Linux comes with a pre installed C compiler. Who would use a bike if he get a Porsche for free. And if you really need to drive to a location which can't be reached with the Porsche, then there is always GAS in the trunk. And GAS has a much better syntax than any of the existing Intel like assemblers. > I see no longer any reason to use windows. Then put your eyeglasses on. You don't "use" the OS. The OS is needed to execute your applications. So, which OS you use depends for what OS the application you want to use is written. And in most cases this is Windows. |