Linux
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
Linux
I was thinking of trying out ubuntu linux, but there is one thing i want to know: will it play games that run on windows?
What you're looking for is an ubuntu compatible WINdows Emulator (WINE), like you'll find here: http://www.google.com/search?hl=en&q=WI ... gle+Search
I don't know of any programs specifically that can't be run on Linux, but I do know that some are a pain in the arse to set up. Anyway, even if they are a pain in the arse, the more popular a program, the more likely it is that some geek, somewhere, has posted a guide online that tells how to run it on Linux
BTW, WINE makes things possible, but sometimes it's tedious. There's a learning curve involved, but I'd say it's worthwhile.
I don't know of any programs specifically that can't be run on Linux, but I do know that some are a pain in the arse to set up. Anyway, even if they are a pain in the arse, the more popular a program, the more likely it is that some geek, somewhere, has posted a guide online that tells how to run it on Linux
BTW, WINE makes things possible, but sometimes it's tedious. There's a learning curve involved, but I'd say it's worthwhile.
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
-
- Posts: 224
- Joined: Tue Oct 25, 2005 4:32 pm
- Location: Louisiana, USA, backwater country
- Contact:
yep. you sure can
i personally use wine and cedega together. i use cedega for my games and wine for everything else windows. you'll get arond 80% compatibility that way.
i personally use wine and cedega together. i use cedega for my games and wine for everything else windows. you'll get arond 80% compatibility that way.
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
Ubuntu uses GRUB. It should have no problem noticing Vista though... Read up on editing grub files, maybe someone here can post up the snippet for booting into a windows-like os like chi described.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
lol, "like chi described"BlindSide wrote:Ubuntu uses GRUB. It should have no problem noticing Vista though... Read up on editing grub files, maybe someone here can post up the snippet for booting into a windows-like os like chi described.
i was going to do it last night while I was working on my notebook, but i forgot. i'll put it up tonight when I get home
-
- Posts: 219
- Joined: Fri Apr 13, 2007 8:29 pm
- Location: Illinois
- Contact:
oops, i forgot it again
anyway, here's the grub entry I use on my notebook, in my case I have the drive in 4 partitions (boot with grub, linux swap, ntfs, ext3)
anyway, here's the grub entry I use on my notebook, in my case I have the drive in 4 partitions (boot with grub, linux swap, ntfs, ext3)
Code: Select all
title=Windows Vista
rootnoverify (hd0,2)
makeactive
chainloader +1