Linux

Discussion about everything. New games, 3d math, development tips...
Post Reply
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Linux

Post by Lonesome Ducky »

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?
JRowe47
Posts: 55
Joined: Sat Jun 30, 2007 9:09 am

Post by JRowe47 »

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.
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

So, can I set up ubuntu as a dual boot with vista?
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

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.
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

Better than my vista!
BTW, do you guys no anything about dual booting wiht ubuntu and vista? Because ubuntu is not noticing that vista exists.
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

dunno which boot manager ubuntu uses (lilo, grub), but you gotta chainload into windows' NTLDR to boot into windows

i dual boot gentoo and vista on my notebook, just a simple entry in the boot loader
The Bard sRc

Blog | Twitter
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

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
blizboy4
Posts: 3
Joined: Mon Jul 30, 2007 10:51 pm

Post by blizboy4 »

I use it and all you have to do is go through the setup tell it to share the hard drive then when your done the dual boot is automaticly set up.
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

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.
lol, "like chi described" :lol:

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
The Bard sRc

Blog | Twitter
FlyingIsFun1217
Posts: 219
Joined: Fri Apr 13, 2007 8:29 pm
Location: Illinois
Contact:

Post by FlyingIsFun1217 »

I dual boot a xubuntu and vista machine.
If you need any specific help, tell me ;)

FlyingIsFun1217
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post by TheRLG »

JRowe47 wrote: WINdows Emulator (WINE)
Just to be clear, WINE Is Not an Emulator!
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

oops, i forgot it again :oops:

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
The Bard sRc

Blog | Twitter
Post Reply