Logitech mx510

Im trying to get all my buttons and mousewheel working, but cant.
xorg.conf
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2" # PS/2 Mouse
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
#Option "ZAxisMapping" "4 5 6 7"
Option "ZAxisMapping" "6 7"
Any ideas?

Well, decided to add my entire xorg.conf for reference, hope it helps you out.
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
# Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
# Files section. This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
#FontPath "/usr/lib/X11/fonts/local/"
#FontPath "/usr/lib/X11/fonts/misc/"
#FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
#FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
#FontPath "/usr/lib/X11/fonts/Speedo/"
#FontPath "/usr/lib/X11/fonts/Type1/"
#FontPath "/usr/lib/X11/fonts/TrueType/"
#FontPath "/usr/lib/X11/fonts/freefont/"
#FontPath "/usr/lib/X11/fonts/75dpi/"
#FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_>/<KP_> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
Identifier "mx510"
Driver "evdev"
# Option "Device" "/dev/input/event9"
Option "Name" "PS2++ Logitech MX Mouse"
EndSection
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "phillips 190s"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30 - 83
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 56-76
EndSection
Section "Monitor"
Identifier "aoc spectrum 7g"
HorizSync 30-95
VertRefresh 50-160
EndSection
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "geforce 6600gt"
Driver "nvidia"
Option "NoLogo" "1"
VideoRam 262144
# Insert Clocks lines here if appropriate
#EndSection
#Section "Device"
# Option "TwinView"
# Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
# Option "TwinViewOrientation" "RightOf"
# Option "SecondMonitorHorizSync" "30-95"
# Option "SecondMonitorVertRefresh" "50-160"
#EndSection
#Section "Device"
# Option "ConnectedMonitor" "LCD,CRT"
EndSection
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "geforce 6600gt"
Monitor "phillips 190s"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
# InputDevice "Mouse1" "CorePointer"
InputDevice "mx510" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
# Section "DRI"
# Mode 0666
# EndSection

Similar Messages

  • Evdev + logitech mx510 + xorg patches

    I've been trying to get my Logitech Mx510 mouse (10 buttons) working for 2 weeks, on and off, and finally realized today that I would have to patch and rebuild XOrg to make it work.
    I know what's required, and I know how to do it, but the technical parts are over my head (patch files confuse me to no end).
    Would someone else be willing to help me out with this? I think that several people (fellow gamers?  ) could benefit from having a fully working 7+ button mouse.
    Anyways, using the default XOrg PKGBUILD + new patches should work fine, but the Gentoo patches have to be re-written to work with Arch.
    Gentoo xorg-evdev patches:
    http://dev.gentoo.org/~spyderous/xorg-x … e-v3.patch
    http://dev.gentoo.org/~spyderous/xorg-x … d-v2.patch
    http://dev.gentoo.org/~spyderous/xorg-x … ouse.patch
    All of those need to be rewritten in minor ways to patch Arch's more vanilla sources properly. Like I said, patch files confuse the hell out of me, so someone a bit more intelligent than myself who's willing to help will be my personal hero.  8)
    Almost forgot to add a link to the original article that inspired to start all this: Get  all mouse buttons working.
    Thank you.

    No need to rewrite the Gentoo patches. Just apply the following patch to the the original xorg PKGBUILD:
    $ patch -p0 -i xorg-evdev-pkgbuild.patch
    Edit the patched PKGBUILD and comment out this line if you don't have a modern CPU with SSE support.
    echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
    xorg-evdev-pkgbuild.patch:
    --- PKGBUILD.org 2005-03-15 12:27:47.000000000 +0100
    +++ PKGBUILD 2005-03-15 11:18:50.000000000 +0100
    @@ -2,7 +2,7 @@
    # Maintainer: judd <[email protected]>
    pkgname=xorg
    pkgver=11R6.8.2
    -pkgrel=2
    +pkgrel=2my
    pkgdesc="A fork of the XFree86 Project with a GPL-compatible license"
    url="http://www.x.org"
    depends=('glibc' 'freetype1' 'fontconfig' 'gcc' 'libpng')
    @@ -13,11 +13,17 @@
    install=x.install
    source=(http://ftp.skynet.be/pub/ftp.x.org/pub/X${pkgver}/src-single/X${pkgver}-src.tar.bz2
    http://www.joerg-pommnitz.de/TrueType/ttmkfdir.tar.gz xdm.pam
    - libGL.la xorg.sh vm86-tls.patch)
    + libGL.la xorg.sh vm86-tls.patch
    + http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9000_all_6.7.99.2-lnx-evdev-core-v3.patch
    + http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9001_all_4.3.0-lnx-evdev-keyboard-v2.patch
    + http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9002_all_6.7.0-lnx-evdev-mouse.patch
    + http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9010_all_6.7.99.1-logitech-ps2-plusplus-v2.patch)
    md5sums=('8131cd7ea1e4566e6e05c438a93fcfe1' 'dcf6aa4d28f5c52acf2bb57f49f53089'
    '419d6289ba6f851135f5c70c0e3cbec4' '6b4052cf6d50cbd2854ebd3409f02695'
    - '4e052c5e16a17a99b02c6b64d10b1636' '0e34d03a727cd24519e0fc7f9374fa29')
    + '4e052c5e16a17a99b02c6b64d10b1636' '0e34d03a727cd24519e0fc7f9374fa29'
    + '3f6409aca9bda356b70f6d50d8dd5623' 'eaa2cfd047687ced295721982b81275e'
    + '3beb384ac87aeac0678a59fc49f2b520' '080a481ffc8ee6a327841e5679436c33')
    +
    build() {
    cd $startdir/src
    make FREETYPE_INCL=/usr/include/freetype || return 1
    @@ -25,6 +31,11 @@
    cd $startdir/src/xc
    patch -Np0 -i ../vm86-tls.patch || return 1
    + patch -Np1 -i ../9000_all_6.7.99.2-lnx-evdev-core-v3.patch || return 1
    + patch -Np1 -i ../9001_all_4.3.0-lnx-evdev-keyboard-v2.patch || return 1
    + patch -Np1 -i ../9002_all_6.7.0-lnx-evdev-mouse.patch || return 1
    + patch -Np1 -i ../9010_all_6.7.99.1-logitech-ps2-plusplus-v2.patch || return 1
    +
    # build fixes
    sed -i 's|$(HARDCOPYDIR)||g' doc/Imakefile || return 1
    echo $"#define DefaultGcc2i386Opt $CFLAGS -fno-strength-reduce -fno-strict-aliasing" >config/cf/host.def
    @@ -43,7 +54,7 @@
    echo $'#define HasMTRRSupport YESn' >>config/cf/host.def
    echo $'#define HasMMXSupport YESn' >>config/cf/host.def
    # Katmai: PIII SSE instructions; 3DNow: AMD instructions
    - #echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
    + echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
    #echo $'#define Has3DNowSupport YESn' >>config/cf/host.def
    make World || return 1
    make DESTDIR=$startdir/pkg install

  • Logitech M305 wireless mouse suddenly not working

    I've been using this mouse since I bought my MacBook Pro and suddenly my Mac doesn't even recognize it. I tried downloading the Logitech app that lets you configure the mouse too and it sees it, but still no response when I move or click the mouse. I just replaced the battery on the mouse and tried switching USB ports for the sensor....no dice. I'm wondering if the recent security update messed it up??

    I was also inquiring about this problem.
    I currently use a Logitech Mx510 Optical Mouse and its side "back" and "foward" buttons are also rejected by Safari.
    *This problem occurs both on my Windows XP Pro and Windows Vista Ultimate
    - My current rig for both computers are.
    - Asus P5B Deluxe
    - Intel E6600
    - 2 GB 667 Corsair
    - 160 GB SATA II
    - Geforce 8800 GTX 640 MB.
    *Both OS's are up to date on all service packs*
    Custom.   Windows XP Pro   Asus P5B Deluxe. Intel E6600. Geforce 8800 GTX 640 MB. 2 GB Corsair 667.

  • Logitech Mouse Causing Kernel Panics in 10.6.6

    After updating to 10.6.6 I was getting kernel panics a few minutes after reboot. After hours of troubleshooting I finally realized that it was my Logitech MX510 mouse.
    I just want this to be a known issue so others don't have to troubleshoot and uninstall everything to figure out the problem

    Update:
    It was not the mouse after all. Spotlight was trying to index my boot camp partition and causing the kernel panics.
    Please delete this thread. Thank you

  • Mighty mouse alternative for OSX and XP

    Just ordered a Mac Pro - upgrading from G5 Powermac. I got the mighty mouse with the G5 and of course the MP comes with the same. I have gotten used to the mighty mouse to a point but part of the reason for getting the MP is for Windows and gaming. For this I think another mouse with 'real' buttons might be better. What are your recommendations for a quality wired multi-purpose mouse (XP and OSX) and are there any mouses (mice/moose/meece) that have a scroll wheel similar to the might mouse one (very useful in PS etc). I'm not keen on trackball types btw.
    Thanks

    The Logitech MX510. Love it w/ Mac and Windows.
    I'm a QA engineer w/ Avid and purchased this mouse for multi-button assignment mouse testing on mac and pc. I have one at home now too, it's the cat's meow. (sorry bad joke).
    I just couldn't get use to the mighty mouse. Don't dig the "Touch-sensitive top shell".
    15" 1.67 PowerBook, 2GB Ram, 100GB drive   Mac OS X (10.4.5)   ruthband.com

  • MSI neo2 platinum problem, forced to reset BIOS everytime I turn on the PSU

    I just got my neo2 platinum mobo. Everytime I switch it ON all the led's at the back (diagnostic) turn red/orange and never turn green.
    I have to reset the bios everytime to get it to post successfully. (bios is the original bios, no flashes done)
    Processor: 3000+ (939)
    Anyone else have this problem? what causes it?
    [update] the bios version is 1.3 which is the latest on the msi website
    System Specs..
    AMD Athlon 64 3000+ 90nm (socket 939)
    MSI K8N Neo2 Platinum
    1 GB Kingston HyperX DDR 400 CS2
    SBlive
    Nvidia GeForce4 Ti4200 128MB MEM
    Logitech MX510
    1x80GB WD HDD with 8MB cache
    1x120GB WD HDD with 8MB cache
    Lite-On 48x CD-RW
    NEC 16X DVD RW Drive
    RAIDMAX Black Aluminum Gaming Case with 6 case fans and 420W PSU

    I think the power supply may be the problem
    Once you reset the bios you don't need the amps to spin up the drives, as they are already spinning, saving you about 3 amps I bet. If the newer bios doesn't help, try unplugging half those case fans, the non boot drive, and take the cd's out of you optical drives so they dont spin up, then try cold booting your box a couple times. If it works you know you need a new power supply.
     If it doesn't perhaps you've got a grounding problem? Are you positive that nothing metal is touching your motherboard where it shouldn't? If that isn't it, Id  assume the cmos never really clears, and then take the battery out of the motherboard for a good hour while the power supply is unplugged, then give it another shot. I've seen a bunch of DFI boards do weird stuff like that before, the exact same thing actually. Nvidia has a few odd issues with the nforce chipsets and the cmos.
    Oh, since you asked, 3000+ is 1.8 ghz. It will probably run at 2.4ghz easy (1.4 volts), thats a 90nm chip

  • Mouse4/Mouse5 for tools in photoshop cs5

    Im using a logitech mx510 and would like to use the buttons on the side (mouse4/mouse5) as shortcuts for my move/brush tools. However, photohop  says it only allows me to use A-Z on the keyboard for tool shortcuts. Is there anyways around this?
    What I REALLY want is to be able to select a layer just by clicking it in the comp. Right now I have to ctrl+opt+cmd-click in order for it to do that, and that only works when I have the move tool selected! It'd be nice if I could highlight the layer just by clicking it with mouse4 and then be on my way. I couldn't find any shortcut in the keyboard preferences menu that functions like that but would love to know if this is possible, thank you!
    Another thing I've been curious about is whether or not its possible to make it so photoshops 'Save As' command can default to a certain type/folder?  I work at a news station and I make about 30 graphics a day - all .pngs, all going in the same folder. It gets pretty old having to navigate to the right folder and change it to a png every time, and when I make it into an action it overwrites the previous file each time. Any ideas?

    Your problem stems form upgrading CS5 to 10.7 without first checking, CS5 Photoshop has issues in 10.7, it's being rewritten and there is a CS6 Pre-release that works for 10.7.
    http://roaringapps.com/apps:table
    GO back to Snow Kitty 10.6 for now on a DU Zero Erased drive under 50% filled,  wait it out until CS6 and works on a new 10.8 machine released after this summer, make your hardware software RAM decision then, likely 15" or better.
    10.7 is 64 bit like 10.8 will be, so little changes to 10.8 CS6 will be needed to work.
    How to revert your Mac to Snow Leopard
    clone your Lion drive to a external that way you can option key boot off of it less you forget something
     Most commonly used backup methods explained

  • J2 SE 1.4.2_05

    Hello,
    I know this is an older version of java 2 runttime for windows xp, but no matter if I install the latest 1.5, when I launch the java console plug-in, I get a box with a white background and nothing else. Sometimes I see the console with the tabs on top but it does not respond to my mouse clicks. Any one else ever had this problem? I have another computer with the same OS and browser, and I can launch the console with no issues. The machine which I am having java console problem:
    ASUS P4C800E P4 2.8c Ghz/800Mhz FSB
    Thermaltake Spark 7 HSF and Antec silver thermal paste
    1GB Corsair Twinx 3200LL
    WD36G Raptor (x2) S-ATA HDD in RAID 0 array
    Pioneer DVR-108 DVD-RW
    SB Audigy 1
    ATI Radeon 9800 Pro 128MB
    Lian-Li PC-60 with Antec 430W TruePower
    Sony FD G520 monitor/1200x1600/85Hz
    MS multimedia keyboard
    Logitech MX510 mouse
    Monsoon Planar Media 9 speakers
    Windows XP Pro SP2 and latest security patches
    Firefox 1.03
    Symantec Systemworks 2005
    thanks,
    java_with_ice

    I figured out my problem. Actually it is not my system. Java 2SE has issue with anti-aliasing. As soon as you set AA to any value (other than application preference), Java control panel will not display. In fact, if you run a Java applet program, your PC might even crash if AA is turned on!
    java_with_ice.

  • Keyboard freeze in Finder - can someone with a 2-button mouse reproduce?

    I've been having a problem where the Finder suddenly stops responding to key presses. I'm using a Microsoft IntelliMouse, and I'm trying to find out if it's the mouse or the Finder's fault. If you use a 2-button mouse, would you mind trying the following? (I don't think a Mighty Mouse will work for this):
    1. Open a window in the Finder.
    2. Put it into column view.
    3. In the white background of the window, click both mouse buttons at once. You'll probably need to do this several times, so you can be sure they were pressed at exactly the same time.
    4. Try to use some Finder keyboard shortcuts (e.g. arrow keys to select a folder, or command-N to open a new window. Nothing should work.
    5. You can fix things by force-quitting and re-launching the Finder, or just restarting.
    I can consistently reproduce this on a MacBook Pro with OS 10.5. I used to have the same problem on a PowerBook G4 with OS 10.4, although I can't be sure it was caused by these exact steps. My mouse is http://www.amazon.com/Microsoft-D58-00026-Intellimouse-Optical-Mouse/dp/B00005TQ 08 with no special drivers installed, just the built-in ones.
    Can anyone else reproduce this, and tell me what kind of mouse, mouse driver, OS, and Mac you're using? Thanks,
    Jacob

    I was able to reproduce the problem using a Logitech MX510 optical mouse, built-in Mac driver (no 3rd party mouse software installed). I'm running Leopard on a MacBook Pro 2.16 GHz Core Duo.
    Also, I didn't have to press both buttons at the same time; holding down the left-click and then right-clicking led to the same problem. Left-clicking while holding down right-click doesn't cause any problems.

  • Mouse Not Working / Not Turned On

    Hello,
    This week I decided to up my Linux experience. I was using Ubuntu Linux before, and I decided to step-up to something a little less... handed-to-you. Enter Arch Linux, and enter problems! I've been in the IRC all day trying to get X running (apprently, I decided to install Arch Linux on the wrong day, as the new X7 package just entered the Arch Repo). Well, I got it running, and I can log into GNOME...
    ...but from there, I'm stuck.
    My mouse (A Logitech MX510) not only does not work in Gnome... it doesn't work anywhere in Arch! The laser does not turn on when I select Arch VIA GRUB... once selected, the thing turns off and stays off.
    I was suggested to use gpm; however, that did not work, and would throw up lines of error whenever I rebooted. Then, I read to install xf86-input-mouse... but I already have that!
    What am I to do! It was suggested that is was not a problem in X... to veer away from the X 7.0 malarkey that's ensueing in the forums and IRC room.
    Thanks for any help. Other than not being able to do anything, Arch Linux is great! Damn fast.

    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/unimaps
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE=
    HARDWARECLOCK="localtime"
    TIMEZONE="America/Los_Angeles"
    KEYMAP=us
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by hwdetect
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    #   - prefix a module with a ! to disable it
    MODULES=(evdev usb_storage usbhid ohci_hcd ehci_hcd uhci_hcd)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="backroom"
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond dbus hal httpd openntpd gdm alsa)
    # End of file

  • Problems with DDR2700 on Neo2-FIR?

    Hi, Long Time Viewer, First Time Poster.
    I been running a Intel P4 system for a few years now and my SiS655 motherboard fails on me when i play any new games on it. Games like Full Spectrum Warrior, Doom 3, Battlefield Vietnam are not working at all. The HSF Fan failed. So with these problems, I see a chance to upgrade in the meantime.
    I decided on the Neo2-FIR, AMD 64 3200+ and a Zalman CNPS7000-ALCU HSF, wanting to change it up abit from my run with Intel. The other componets I will transfer over from my current setup are:
    BFG GeForce 6800 GT  (256 MB)
    Creative SB0240 Audigy 2 Platinum Sound Card
    Floppy disk drive
    ST380011A  (80 GB, 7200 RPM, Ultra-ATA/100)
    LG CD-RW GCE-8520B  (52x/24x/52x CD-RW)
    LG DVD-ROM GDR8162B  (16x/48x DVD-ROM)
    Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    Logitech MX510 Optical Mouse
    4 80mm Fans for Cooling.
    2x512 Megs of Kingston Value RamDDR2700 Cas 2.5
    From reading this fourm, I find out that the PSU is very important in building a AMD machine. I currently have a THERMALTAKE 420w at:
    +5V 40A
    +3.3V 30A
    +12V 18A
    I was looking at getting a OCZ Modstream 450W, with +3.3V(28A), +5V(45A), +12V(26A).
    In Doing so, I will have to wait before i can get some DRR3200 Kingston RAM to complete my upgrade.
    I want to ask a few questions.
    1) Is the PSU I am looking to buy better than the one I currently have, or is there a better one for my setup?
    2) How much will my preformance suffer with using DDR2700 on a  Neo2-FIR, AMD 64 3200+ S939?
    Thanks in Advance.

    The PSU you are looking at buy looks good with 26 amps at +12V compared to your older PSU at 18 amp. You won't lose much performance from using the PC2700, only a small percentage. You could always overclock it slightly. Good choice components though I am sure some people wouild insist you get an Enermax PSU. I think your choice is fine though.

  • Problems running PC game with bootcamp, graphics card problem?

    I have searched extensively on answers to this question and I've gotten some vague ideas of what to do, but not a direct answer.
    I recently installed a copy of Windows on my 15in Macbook Pro (the ones that came out right before the latest ones in late August/Early October 2008 or whatever). I did this in order to play Final Fantasy XI Online on my laptop. The machine is more than capable of running the game and I've read forum posts that had said that it works fine through bootcamp. I installed the game and was playing it just fine until one day the game began to lag really bad in areas where there were a lot of people or in other words something very demanding of the memory/graphics. I don't mean internet speed lag, I mean the computer would slow the game down to a crawl and the sound would be sort of garbled like it was some sort of feedback. It would happen periodically or if some sort of animation would start (spellcasting, etc)
    I've tried everything from changing the settings of the game so that it's not as demanding to installing modified drivers for the graphics card (256mb Nvidia GeForce 8600M GT). I read that there may be some problems with the graphics and sound cards communicating which causes lag?
    The computer also gets unnaturally hot while I run the game/windows in general. Could it be a cooling problem?
    Please help!

    Processor:     
    Intel(R) Celeron(R) CPU E1400 @ 2,00GHz (2 CPUs)
    Memory:    
    4gig,Corsair TwinX XMS2 DDR2 800Mhz
    Hard Drive:    
    Seagate 1 TB
    Video Card:    
    ATI Radeon HD 3850 X2
    Monitor:    
    EIZO monitor
    Sound Card:    
    Realtek 7.1 HD Sound
    Speakers/Headphones:    
    Mikomi 5.1 HD @ Headphones
    Keyboard:    
    Logitech Gaming Keyboard
    Mouse:    
    Logitech MX510 Gaming Mouse
    Mouse Surface:    
    Belkin Mouse Mat
    Operating System:    
    Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.090804-1435)
    Motherboard:    
    MSI P35 Neo 2
    Computer Case:    
    CiT 1004 CSCIT1004 Black Screwless Gaming Case
    PSU:600 Watt GreatPower
    this is my gaming rig

  • MOVED: help with ( mobo + graphics card ) problem

    This topic has been moved to Intel Core 2 Duo/Quad boards.
    https://forum-en.msi.com/index.php?topic=133975.0

    Processor:     
    Intel(R) Celeron(R) CPU E1400 @ 2,00GHz (2 CPUs)
    Memory:    
    4gig,Corsair TwinX XMS2 DDR2 800Mhz
    Hard Drive:    
    Seagate 1 TB
    Video Card:    
    ATI Radeon HD 3850 X2
    Monitor:    
    EIZO monitor
    Sound Card:    
    Realtek 7.1 HD Sound
    Speakers/Headphones:    
    Mikomi 5.1 HD @ Headphones
    Keyboard:    
    Logitech Gaming Keyboard
    Mouse:    
    Logitech MX510 Gaming Mouse
    Mouse Surface:    
    Belkin Mouse Mat
    Operating System:    
    Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.090804-1435)
    Motherboard:    
    MSI P35 Neo 2
    Computer Case:    
    CiT 1004 CSCIT1004 Black Screwless Gaming Case
    PSU:600 Watt GreatPower
    this is my gaming rig

  • Help with ( mobo + graphics card ) problem

    i have a MSI P35 Neo2-FR: Platinum and my gpu is a ATI Radeon HD 3850 x2 that runs in crossfire.
    i noticed the other day when i tryed a game for the 1st time in a while.. I only built this pc last xmas.. The problem i noticed is the preformance of the graphics card didn't seem up to scratch with the preformance i have looked around many sites but can't find a solution to the problem when i looked at the review of the MSI P35 Neo2-FR: Platinum motherboard that someone had wrote up i can't remember were i sow it but they said that the Duel cards they have only ran at 4x when i would have thought would run at x16
    any solution how i can fix this problem?

    Processor:     
    Intel(R) Celeron(R) CPU E1400 @ 2,00GHz (2 CPUs)
    Memory:    
    4gig,Corsair TwinX XMS2 DDR2 800Mhz
    Hard Drive:    
    Seagate 1 TB
    Video Card:    
    ATI Radeon HD 3850 X2
    Monitor:    
    EIZO monitor
    Sound Card:    
    Realtek 7.1 HD Sound
    Speakers/Headphones:    
    Mikomi 5.1 HD @ Headphones
    Keyboard:    
    Logitech Gaming Keyboard
    Mouse:    
    Logitech MX510 Gaming Mouse
    Mouse Surface:    
    Belkin Mouse Mat
    Operating System:    
    Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.090804-1435)
    Motherboard:    
    MSI P35 Neo 2
    Computer Case:    
    CiT 1004 CSCIT1004 Black Screwless Gaming Case
    PSU:600 Watt GreatPower
    this is my gaming rig

  • MSI K8N Diamond hangs on startup

    Without having changed anything (neither hardware nor software), the computer now hangs on every bootup.
    It only get to the MSI Diamond logo screen (with Graphic memory passed and memory check stated in the background)
    I cant even press DEL to enter BIOS menu or F11 to enter startup menu.
    The computer has worked like a charm for 6 months since I installed it, so this current problem is really strange.
    Windows XP Pro SP2
    MSI K8N Diamond (Award Bios)
    XFX GeForce 6800 Ultra
    2048MB PC3500 RAM
    250GB SATA Hitachi Deskstar T7K250 7200RPM (Master boot)
    250GB ATA Seagate Barracuda 7200RPM
    Creative Soundblaster XFI Fatal1ty FPS
    Logitech MX510
    Logitech UltraX Flat Keyboard

    My PSU is a Hiper Type-R 480W (sufficient for my usage at least)
    The problem seems to be in the USB handling, since it randomly decides to fullfill the startup after I've disconnected/reconnected some of the USB devices;
    My USB devices are;
    Wacom Intuos2 (Tablet)
    M-Audio Oxygen-8 (Midi keyboard)
    These USB ports and devices never caused any problems before though. And since the startup shouldn't care about USB, it's damn strange that it just hangs without any error what so ever.
    DXDiag;
    Code: [Select]
    System Information
    Time of this report: 3/6/2006, 14:57:44
           Machine name: SYNTHETI-7C3D19
       Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_gdr.050301-1519)
               Language: Swedish (Regional Setting: Swedish)
    System Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
           System Model: MS-7100
                   BIOS: Phoenix - AwardBIOS v6.00PG
              Processor: AMD Athlon(tm) 64 Processor 3500+,  MMX,  3DNow, ~2.2GHz
                 Memory: 2048MB RAM
              Page File: 295MB used, 2621MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: Not found
         DxDiag Version: 5.03.2600.2180 32bit Unicode
    DxDiag Notes
      DirectX Files Tab: No problems found.
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Music Tab: No problems found.
              Input Tab: No problems found.
            Network Tab: No problems found.
    Disk & DVD/CD-ROM Drives
          Drive: C:
     Free Space: 130.5 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: HDS722525VLSA80
          Drive: G:
     Free Space: 25.3 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: ST3250823A
          Drive: D:
          Model: SONY DVD-ROM DDU1613
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Swedish), 8/3/2004 20:59:54, 49536 bytes
          Drive: F:
          Model: _NEC DVD_RW ND-3520A
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Swedish), 8/3/2004 20:59:54, 49536 bytes
          Drive: H:
          Model: Generic DVD-ROM SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Swedish), 8/3/2004 20:59:54, 49536 bytes

Maybe you are looking for