![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||
|
午後の紅茶 お願いします
![]() Join Date: Feb 2006
Location: Japan
Beans: 5,733
Ubuntu
|
CHICKENHEADS UNITE! If this picture hits a warm spot in your heart, this howto is for you! ![]() If you think this is the way a computer should look when you turn it on, this howto is for you! ![]() If this was the first program you ever wrote, this howto is for you! ![]() That's right, friends and neighbors. It's time to stop fragging and start playing. This howto will walk you through compiling VICE -- the Versatile Commodore Emulator -- in current Ubuntu releases. An hour from now, you'll be playing all the old classics, just like you used to in the good old days. Best of all, you can cut load times, bump up the speed and add gobs of memory at no cost. It's the dream C64 you always wanted! If you want more information about VICE, how it works or how to contribute, start here. VICE isn't anything new -- C64 emulators on the whole have been around for about a decade or more, in varying forms. VICE is just one of the oldest and well-established. By the way, you're not limited to the glory days of the C64. VICE includes emulators for the VIC-20, the C128 and a variety of other Commodore-era hardware. It's like having an entire computer museum at your disposal! This howto has been tested on
(A side note: I tried compiling this from the Xubuntu 7.04 live CD once, and while it probably would have worked fine, I ran out of memory before I could complete checkinstall. If you have more than 512Mb in your machine, you might be able to compile and run VICE from a live CD. I don't know why I mention that, except to suggest that it could possibly be done.) I should note that there are VICE packages in the repositories; click here for a list of each version available to each release. But for copyright reasons, they're supplied without the kernel ROMs, which means you'll have to find them, download them and install them from elsewhere. Without those ROMs, the VICE emulators don't work. If you decide to try it anyway, take a look at the readme files that are installed in /usr/lib/vice/docs when you install the VICE package. The ROMs are out there, but the legwork and experimentation is up to you. In the end, it might be easier to just compile. (Note: This howto was originally written for version 1.20, but newer versions have since been released. Where you see 1.20 in this howto, please substitute the new version number.) What you'll need An Internet connection The latest source version of VICE The build-essential and libxaw7-dev packages Quick and dirty: For advanced users
1. Download some stuff There are three things that you'll need before you can get started: The VICE tarball (which is to say, the VICE source code), the build-essential package and the libxaw7-dev package.2. Extract the tarball Now navigate to the VICE source package you downloaded. Then type in this command:3. Compile Next, navigate your terminal window into the VICE folder. The next three steps are short commands that take a long time.4. Uninstallation To remove VICE, return to the directory where you compiled it and give make the uninstall command.The End Optional Director's Cut Ending As lukew suggested below, it might be preferable to use checkinstall over the final step listed above -- sudo make install. The benefit is that checkinstall creates a .deb package, which makes it easier to get rid of VICE if you decide 1980s-era computing wasn't as great as it was cracked up to be, or if something goes wrong and you just want to try it over again.And that's about it. Unless you ran into compiling errors, you should be able to enter x64 into a terminal window and the VICE C64 emulator will spring into view, like a ninja! If you're more interested in the other emulators, take a glance back at the VICE home page to see which machines are represented, and how to invoke them. As far as getting games or programs or old disk images, you're on your own. A quick Google search will no doubt turn up hundreds of thousands of pages offering games from 20 and 25 years ago. But since most of that material is still copyrighted, it's not included in this howto. Have fun! P.S.: If you really want to wallow in the nostalgia, take a spin past Bo Zimmerman's fantastic Web pages dedicated to the No. 1 home computer of 25 years ago. Thread history: Edited, 06/10/15: I double-checked, and both build-essential and libxaw7-dev are within the main repositories, so I removed the part about enabling multiverse and universe.
__________________
Ubuntu user #7247 :: Linux user #409907
Motho ke motho ka botho :: Buy old, not new :: Keep your old computer :: Things to do with it Last edited by K.Mandla; April 29th, 2009 at 09:41 PM.. Reason: Updated for Ubuntu 9.04 |
||||
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2006
Beans: 21
Hardy Heron (Ubuntu Development)
|
Re: HOWTO: Compile VICE in Dapper and Edgy
Nicely done.
Thanks! -rcmiv |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: May 2006
Beans: 9
|
Re: HOWTO: Compile VICE in Dapper and Edgy
HELP!!!!:--
matthew@Bob3:~/Downloads/vice-1.20$ x64 *** VICE Version 1.19 *** Welcome to x64, the free portable C64 Emulator. Current VICE team members: A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies, M. Pottendorfer, M. Brenner, S. Trikaliotis, M. van den Heuvel. This is free software with ABSOLUTELY NO WARRANTY. See the "About VICE" command for more info. X11: Found 24bit/TrueColor visual. X11: Using private colormap. C64MEM: Error - Couldn't load kernal ROM `kernal'. Machine initialization failed. Exiting... |
|
|
|
|
|
#4 |
|
午後の紅茶 お願いします
![]() Join Date: Feb 2006
Location: Japan
Beans: 5,733
Ubuntu
|
Re: HOWTO: Compile VICE in Dapper and Edgy
Do you have the VICE package from the repositories installed? It looks like you're starting up version 1.19 when you give the x64 command.
Try Code:
sudo aptitude remove --purge vice
__________________
Ubuntu user #7247 :: Linux user #409907
Motho ke motho ka botho :: Buy old, not new :: Keep your old computer :: Things to do with it |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: May 2006
Beans: 9
|
Re: HOWTO: Compile VICE in Dapper and Edgy
That did it! Thank you!!!
|
|
|
|
|
|
#6 |
|
Fresh Brewed Ubuntu
![]() Join Date: Oct 2006
Location: Central Florida
Beans: 1,260
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Compile VICE in Dapper and Edgy
SWEEEEEEEEET! I can play those games I wrote for Compute!'s Gazette all over again!
__________________
Why can't life have a sudo apt-get install -f command? Install VMWare Server 2 on a text-only system Need help getting your printer working in Linux? It's all about choice, right? Then stop flaming Windows users. |
|
|
|
|
|
#7 |
|
Dipped in Ubuntu
![]() Join Date: Oct 2004
My beans are hidden!
Ubuntu Karmic Koala (testing)
|
Cool. I compiled vice 1.20 a little while ago, turns out it has a gnome ui if you'd rather use that than xaw.
to see the options ./configure --help for gnome ui ./configure --enable-gnomeui ![]() P.S. The double size thing is an option in ~/.vice/vicerc. Also, audacious has a great sid player (ported from xmms.) Just thought I'd plug my favorite player, since it handles more than mp3 and oggs
__________________
The idea of copyright did not exist in ancient times, when authors frequently copied other authors at length in works of non-fiction. This practice was useful, and is the only way many authors' works have survived even in part. -- Richard Stallman |
|
|
|
|
|
#8 |
|
A Carafe of Ubuntu
![]() Join Date: May 2005
Beans: 114
|
Re: HOWTO: Compile VICE in Dapper and Edgy
Does this emulator have a good fullscreen support yet? I remember trying it a couple of years back and it had dga and x11 modes, but it was difficult getting to to stretch, they definitely weren't using hardware overlay.
Has it got any better? I checked frodo's site and they announced an sdl version but I think development has ceased. |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2006
Beans: 22
|
Re: HOWTO: Compile VICE in Dapper and Edgy
how to start with gnome-ui??
|
|
|
|
|
|
#10 |
|
午後の紅茶 お願いします
![]() Join Date: Feb 2006
Location: Japan
Beans: 5,733
Ubuntu
|
Re: HOWTO: Compile VICE in Dapper and Edgy
You might have to compile it with the gnomeui option to start up with that UI.
I tried it with the --with-xaw3d UI option, and it's kind of clunky when compared to the standard libxaw7-dev interface. You need the xaw3dg-dev package for that, if you want to try it -- not the libxaw7-dev one.
__________________
Ubuntu user #7247 :: Linux user #409907
Motho ke motho ka botho :: Buy old, not new :: Keep your old computer :: Things to do with it |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|