Live data from Hacker News

How to use Photoshop in a VM on Ubuntu

prtfl.io

41–50 of 76 posts

Re: How to use Photoshop in a VM on Ubuntu

#41
post #39

Is Photoshop really 100% stable on Windows or OS X? Still, very nice guide.

On the Mac you can run it constantly and it won't ever crash. It's one of the most amazingly reliable pieces of software out there.

See: http://log.maniacalrage.net/tagged/cscr

It is not "one of the most amazingly reliable pieces of software out there" by any stretch of the imagination.

Re: How to use Photoshop in a VM on Ubuntu

#42

Photoshop in a VM? is that not a horribly laggy experience? I have a Core2 Quad Q6600 based computer and when I have run Windows inside a VM it is too laggy to use as a serious desktop beyond using a few basic apps. Doing 1080p video is choppy too. Is there something about newer CPUs such as i7 that makes virtualisation hugely faster and more responsive?

One of the major pain points with VMs is I/O. Get an SSD, and get a fast one, such as the Samsung 830/840Pro. Could be one of the smaller if short on cash.

This will do a lot to make your VMs responsive.

Re: How to use Photoshop in a VM on Ubuntu

#43

This is a great guide. I've invested heavily in MacOS, so I'll probably need to figure out an alternate approach. One thing struck me as odd: Why make a `photoshop` alias if you're going to have the shell script in `$HOME/bin`?

Because $HOME/bin is in the path? I always put stuff in $HOME/bin, $HOME/opt, $HOME/etc, etc. if its something that would work equally well mounted somewhere else. In this case it would just require a Linux with VirtualBox installed.

Re: How to use Photoshop in a VM on Ubuntu

#44
post #35

Photoshop in a VM? is that not a horribly laggy experience? I have a Core2 Quad Q6600 based computer and when I have run Windows inside a VM it is too laggy to use as a serious desktop beyond using a few basic apps. Doing 1080p video is choppy too. Is there something about newer CPUs such as i7 that makes virtualisation hugely faster and more responsive?

>> Is there something about newer CPUs such as i7 that makes virtualisation hugely faster and more responsive? Yes. http://ark.intel.com/Products/VirtualizationTechnology Running the Android Emulator on my i7-3770k is smooth as silk with Intel Virtualization turned on. Without IV it's like rubbing my face on sandpaper.

Sorry for hijacking the topic but I need to ask something.

I recently purchased a 3770k and all other parts arrived today. The documentation[1] says 3700k supports Vt-x but not Vt-d. Does that affect anything at all ?

1. http://ark.intel.com/products/65523

Re: How to use Photoshop in a VM on Ubuntu

#45
post #44
post #35

Earlier quoted context omitted.

>> Is there something about newer CPUs such as i7 that makes virtualisation hugely faster and more responsive? Yes. http://ark.intel.com/Products/VirtualizationTechnology Running the Android Emulator on my i7-3770k is smooth as silk with Intel Virtualization turned on. Without IV it's like rubbing my face on sandpaper.

Sorry for hijacking the topic but I need to ask something. I recently purchased a 3770k and all other parts arrived today. The documentation[1] says 3700k supports Vt-x but not Vt-d. Does that affect anything at all ? 1. http://ark.intel.com/products/65523

VT-x is for hardware virtualisation. VT-d is allows direct pass through of device (PCI, etc).

VT-x is essential, VT-d is 'nice' because it lets you hook PCI devices directly into the VM (good for some servers) but in general you don't need it.

3770k is a very nice chip! I love mine. Easy to overclock too.

Re: How to use Photoshop in a VM on Ubuntu

#46
Is anyone running the opposite setup? That is, Windows as the primary OS and Linux in a VM. I'm looking to upgrade my laptop soon and don't want to pay Apple's high prices, so I'm looking at 1080p Windows laptops.

I'm considering Windows as the base OS and a Linux VM for development stuff. I do web development, including design work, so I would need the ability to run Photoshop and other tools. But for running my ruby stuff (Rails, Spork, etc), I think a Linux VM would be ideal.

Summed up: How do others live in the Rails dev world when not using Mac OS?

Re: How to use Photoshop in a VM on Ubuntu

#47
post #46

Is anyone running the opposite setup? That is, Windows as the primary OS and Linux in a VM. I'm looking to upgrade my laptop soon and don't want to pay Apple's high prices, so I'm looking at 1080p Windows laptops. I'm considering Windows as the base OS and a Linux VM for development stuff. I do web development, including design work, so I would need the ability to run Photoshop and other tools. But for running my rub…

I did exactly this for many months, but then realized that I was spending 90% of my time in the VM and it just made more sense to run the linux install native.

My laptop is my development machine, so I usually have my desktop (Windows, since it doubles as a gaming rig) in reach if I need Windows for Photoshop or Visual Studio or something else briefly and don't feel like firing up a VM.

Re: How to use Photoshop in a VM on Ubuntu

#48

It is mainly "How to use VirtualBox on Ubuntu to run Windows, then install Photoshop and use it." I mean, come on!

I've been doing it this way for over a year and it's been nearly perfect. It looks and feels like a native app like he says in the article. However, I've noticed issues with USB peripherals / Virtualbox that make Photoshop nearly impossible to use with a tablet for me.

I think turning off mouse integration in virtualbox helps with the tablet issues. I use virtual box for Photoshop and light wave 3d, and the mouse integration feature always upset how the program read the cursors coordinates. You just have to remember to use the keyboard shortcut to turn it on again before trying to move your mouse back to a host program.

Re: How to use Photoshop in a VM on Ubuntu

#49
post #26
post #19

The main problem with using a VM is that you won't be able to open PSD files directly from your file browser. Having to switch to Photoshop and browse for the file would end up being a huge time sink in the long term.

Did you actually read the article? It seems he solved that too.

I'm talking about a native 'Click to open' function. The article only mentions sharing a folder to make it visible from the VM.

Re: How to use Photoshop in a VM on Ubuntu

#50
post #22

I was doing something similar but end it up ditching the whole thing since I'm running CS6 on Wine without any problems (except a buggy lasso tool): https://gist.github.com/4610671 It checks for the VM state and waits the system to be ready, so you can turn off the vm if you want. Feel free to adapt to your needs.

Do you have tablet pressure in CS6? Photoshop has run under Wine for years, although tablet pressure hasn't worked since CS2 AFAIK.
Post reply on HN