Ubuntu Experiences Database

  • Top Posts

  • c

Archive for December 16th, 2006

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"

Posted in Howto, applications, linux, ubuntu | 2 Comments »