Oxygen Basic
Information => Open Forum => Topic started by: JRS on November 22, 2010, 08:30:08 PM
-
Charles,
Even though I have moved my desktop to Linux, I'm still following along with your progress with the compiler under Linux/Wine. So far I have been able to run all the examples you provide.
John
[attachment deleted by admin]
-
I'm glad Wine makes life so easy, but it sorely tempts me to avoid producing a native Linux version of Oxygen :)
Charles
-
Running under Wine proves you follow the rules.
O2h will never shine as it should if it doesn't run native.
Windows is like an onion with all the layers you have to deal with. Does having faster processors justify the bloat?
-
This week I decided to move all my programming development to a linux based system (ubuntu 10.10).
I hope to also use the same machine to host a web site from my home.
Is wine the only way we can run oxygen on linux at the moment?
-
This week I decided to move all my programming development to a linux based system (ubuntu 10.10).
I hope to also use the same machine to host a web site from my home.
Is wine the only way we can run oxygen on linux at the moment?
Wise move. I have been on Ubuntu 10.10 for over 3 months as my primary desktop and I don't miss Windows one bit. Wine is a great way to bring your favorite Windows apps/tools with you. I recently was able to get VB6 running under Wine and O2h runs (99.7% so far) all of the demos presented here. The only issue I ran into was the dual window OpenGL demo and resizing the parent window. Charles sent me a special version with only one OpenGL window in use and it resized fine. Charles reported the bug to Wine so maybe it will be address even though not something you would see in day to day life.
-
Thanks for the positive reinforcement, experience and tips.
-
I've just created an Ubuntu 10.10 memory stick. Is there anything I need to know before trying to install Ubuntu alongside Vista? :)
Charles
-
Install Ubuntu so it boots off your memory stick and not as a file on Windows. I lost my complete Linux setup with an update using this non-standard/unsupport method of installing Ubuntu. I have two partitions on my hard disk. One is XP and the other Ubuntu and grub allows me to chose which OS to boot when I start my system up. My old laptop bios doesn't support booting from a USB memory stick so I didn't have a lot of options. Install Wine 1.3 to run O2h.
Other than that, it should be a fun ride.
-
Well my PC does support booting from USB. Nevertheless I got Linux Boot errors when I tried booting from the memory stick. so I put the iso file onto CD (using Nero) and that booted and installed nicely without a hitch. The only apparent imperfection is that Vista shows up on the Grub Boot menu as Windows Vista "Recovery mode" which seems to be erroneous since it runs normally.
Charles
PS I chose the "recommended" 32 bit Ubuntu even though my PC is 64 bit - I could switch later.
-
Charles,
Are you going to develop a linux version or is this just to test using Wine?
James
-
James,
Both I hope. I have not looked at Linux for a few years now. There is much to learn but I hope to start working on native Linux later in the year.
Charles
-
... The only apparent imperfection is that Vista shows up on the Grub Boot menu as Windows Vista "Recovery mode" which seems to be erroneous since it runs normally.
Windows "normally" has 2 partitions: one for boot, one for recovery.
Apparently in your case GRUB recognizes only one, and thinks its the recovery partition.
If its not the recovery partition but the normal Windows Boot partition then its a GRUB error; which would not surprise me.
IMHO GRUB (with that I mean GRUB2) is one of the worst Linux loaders out there.
The old GRUB series was easier to configure (manually, adding stuff...).
bye
-
Anytime one OS controls the activity of another, its like being in uncharted territory.
-
I woild like to be able to edit the Grub Boot menu so that Vista is the default startup, and also correct the labelling of the partitions. Is there any way of doing this?
Charles
-
This might help.
grub
https://help.ubuntu.com/community/GrubHowto/ChangeDefaultOS
grub2
http://ubuntuforums.org/showthread.php?t=1195275
-
I have been on a frenzy of trying different linux distros. I started with ubuntu 10.10. Then my friend said I should try the netbook version, since I am using my eeepc 701.
The 701 or in my case the 4g version is:
7" screen
512 mb ram
4gb solid state drive
windows xp
Windows XP ran great on it.
Anyways, the netbook version ran slow on it.
I then tried xubunu and then lubuntu.
lubuntu runs the quickest of the bunch, but still not as nice as my windows xp.
I am going to try damn small linux next and see how that feels on there.
And as a last step, I am thinking of reinstalling xp back on and running linux programming in one virtual machine
and the server on another virtual machine and see if that all works.
-
I've heard good reports about Puppy: http://puppylinux.com/
I have it runnnig on an old sony laptop duron processor, 128meg ram, 9gig HD.
I have not used it very much so I can't report on it's merits other than it seems faster than any other distro I've tried on this particular machine..
James
-
Thanks for the Grub links John. I will leave it well alone until I am feeling more adventurous. I can't afford any down-time if it goes wrong.
I wonder why it is called Grub. Is this a lack of self-esteem amongst the developers? :)
Charles
-
I wonder why it is called Grub.
GNU GRUB (or just GRUB) is a boot loader package that supports multiple operating systems on a computer. During boot-up, the user can select the operating system to run. GNU GRUB is based on an earlier multiboot package, GRUB (GRand Unified Bootloader). GRUB is most often used on Unix-like systems, including GNU, Linux and Solaris.
Some features of GRUB:
- It can support an unlimited number of boot entries.
- GRUB is dynamically configurable, which means that users can make changes during boot-up.
- GRUB can install to and run from any device, including hard drives, floppy disks, DVDs, CD-ROMs and USB drives.
- It can decompress operating systems before launching them.
- It can load operating systems from various locations, including networks.
- It doesn't need to be re-written each time a configuration file is changed.
- There are implementations that support Windows and DOS.
- The command interface is interactive.