Ubuntu Experiences Database

  • Top Posts

  • c

Installing Adobe Photoshop 7.0

Posted by maximillan on December 16, 2006

first, install wine > Install Wine in Ubuntu

then,

sudo wine /media/cdrom/Setup.exe

install with default options

Type

sudo gedit /etc/X11/xorg.conf

and Delete these Lines

Section “InputDevice”
Driver “wacom”
Identifier “stylus”
Option “Device” “/dev/wacom” # Change to
# /dev/input/event
# for USB
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection

Section “InputDevice”
Driver “wacom”
Identifier “eraser”
Option “Device” “/dev/wacom” # Change to
# /dev/input/event
# for USB
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection

Section “InputDevice”
Driver “wacom”
Identifier “cursor”
Option “Device” “/dev/wacom” # Change to
# /dev/input/event
# for USB
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
EndSection

and these in the “ServerLayout” Section at the bottom of the file.

InputDevice “stylus” “SendCoreEvents”
InputDevice “cursor” “SendCoreEvents”
InputDevice “eraser” “SendCoreEvents”

lastly create shortcut on desktop, enter these to command box

wine "c:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe"

2 Responses to “Installing Adobe Photoshop 7.0”

  1. Cadraig said

    Worked first time, like a charm. Good stuff.

  2. jucelio said

    Instal na Área de trabalho

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>