Adding an additional mouse

My Arch 0.6 desktop currently uses a USB mouse.  I just purchased a PS/2
KVM switch for use with this and an additional computer.  Will I have
any issues using the KVM device with the PS/2 mouse and my primary
desktop, or must I add an entry to my XFree86Config to account for the
PS/2 mouse as well.  If so, how would that look.
Thanks.

Three parts, in /etc/X11/XF86Config:
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
# Option "Device" "/dev/mouse"
Option "Device" "/dev/misc/psaux"
Option "Protocol" "PS/2"
# Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/input/mice"
# Option "Protocol" "PS/2"
Option "Protocol" "ImPS/2"
# Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Each mouse needs its own input device.  Then in the ServerLayout section you need to specify which on is the CorePointer (the one that's there all the time) and which one just sends core events (SendCoreEvents).  The setup I have here is for a sometimes-connected usb mouse.  Yours should work nearly the same.
That is of course if you want to use the PS/2 mouse... I've never heard of Linux (or X) complaining because you weren't using everything plugged into your system.

Similar Messages

  • Adding one additional row to table control of VA01

    HI all,
    I am working on free goods N:N senario which is not supported by sap standard.
    so we have decided to club all the material on the basis of material group and PSTYV = 'tann' in the table control of va01 and at the end of tann we have to display the free goods .The user exit is USEREXIT_MOVE_FIELD_TO_KOMP.
    Please help in in adding the additional row in table control of va01 (TCTRL_U_ERF_AUFTRAG).
    Even i have gone through all the thread in sdn and tried all the solution but none of the solution is working .
    plz quote solutions....
    thanks..
    Kundal.

    The user exit is USEREXIT_MOVE_FIELD_TO_KOMP
    Are you adding condition records, or adding free materials to VBAP?  If free materials to VBAP, you're in the wrong exit, I think....look for routines that allow you to add to internal table XVBAP in includes named like MV45AFZ*, and remember to set you UPDKZ to 'I'-insert if you're adding new rows.
    Not sure what you mean by not supported by SAP standard;  SAP does support free goods, via config!
    Edited by: BreakPoint on Mar 14, 2011 4:11 PM

  • Trying to extend the WLAN range by adding an additional Airport Extreme second gen with Ethernet as backchannel.

    Hi,
    I'm trying to extend the coverage of my home WLAN by adding an additional airport express. I want to use Ethernet as the back channel but whatever I do this ends up in a situation where the WLAN dies completely. I have been able to extend the range by using WLAN to WLAN extension but this reduced the bandwidth a lot.
    I have an VDSL modem and uses a airport express as access router. with this unit operating by iteself everything works fine.
    It is when I add a second airport express (both second gen) that I get in trouble.
    Any idea of what goes wrong?

    It is best to set up the extra AE to create a wireless network. You should use the same name (SSID) as you did when setting up the first one. Also use the same password and encryption.
    Put the network channel selection on automatic or select different channels for both networks.

  • Use additional mouse buttons in javafx

    Hi to all
    Is there a possibility to use events for additional mouse buttons, like the next or previous mouse buttons, in javafx? If I use the setOnMousePressed event on a node, it only throws an event for the "PRIMARY" "SECONDARY" and "MIDDLE" buttons.
    node.setOnMousePressed(new EventHandler<MouseEvent>() {   
          @Override public void handle(MouseEvent mouseEvent) {
              System.err.println("mouse button: " + mouseEvent.getButton());
    If i use this java application (http://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html) it is also possible to throw events for the next or previous mouse buttons of the mouse. But not in my javafx application.
    Thanks in advance...

    Hi
    Please look at class MouseEvent at method getButton()
    Enum Constant and DescriptionMIDDLE
    Represents middle (button 2) mouse button.
    NONE
    Represents no button.
    PRIMARY
    Represents primary (button 1, usually the left) mouse button.
    SECONDARY
    Represents seconday (button 3, usually the right) mouse button.
    Shlomo.

  • Gnome: additional mouse cursors?

    Just swtiched over from Ubuntu to Arch on my main desktop (yeah!) and am wondering where I can find additional mouse cursors for Gnome.  I'm not wanting anything rediculous, just the 'ubuntu clearlooks' standard white cursor with animated 'wait' cursor.  If I right click my desktop>change background>theme>customize>pointer I only see a few options:
    handhelds
    redglass
    whiteglass
    Thanks in advance!

    graysky wrote:
    Just swtiched over from Ubuntu to Arch on my main desktop (yeah!) and am wondering where I can find additional mouse cursors for Gnome.  I'm not wanting anything rediculous, just the 'ubuntu clearlooks' standard white cursor with animated 'wait' cursor.  If I right click my desktop>change background>theme>customize>pointer I only see a few options:
    handhelds
    redglass
    whiteglass
    Thanks in advance!
    Gnome-Look is a good place to start.

  • Mac won't sleep after adding Kensington Wireless Mouse

    I've added a Kensington PilotMouse Laser Wireless to my system and now it won't sleep, without first switching off the mouse. Kensington has no info on this, is there a workaround?
    PowerMac G4 (Dual 867) Mac OS X (10.4.4)

    The "sleep" that you describe is not sleep. Your mac has crashed but since it thinks it is sleeping there is nothing in the crash logs.
    Sleep on modern computers is not just a hardware shutdown. Because X and XP are server based kernels they are designed to run 24/7 and do what they can to keep it that way. Deep sleep requires an orderly shut down of processes and loading their status into memory so that when it wakes, all is as it was.
    There are many things that can prevent sleep. Usb devices are designed to wake a mac on a change of state (doing something). When my mac did what yours did the only fix for it was an erase and install. I tried all the other solutions but the only one that worked was an erase and install.
    If you care to try some of the "fixes" then here are some.
    Reset the pmu.
    http://docs.info.apple.com/article.html?artnum=95037
    • Trash all caches (system and user)
    • Mac OS X power management is sensitive to malfunctions in USB devices.
    Remove USB peripherals, one at a time
    • Mac will not sleep if Applications/processes continuously writing to the Console logs.
    Launch Console in Applications/Utilities and check both the console.log and system.log logs for blocks of recurring messages written therein that repeat at high frequency.
    Note: the console.log file should open by default when you launch Console.
    • Quit System Preferences.... Navigate to ....
    /Library/Preferences and delete.....com.apple.AutoWake.plist
    Enter your Admin password, when prompted.
    •If this does not solve the problem, your Energy Saver preferences may be corrupt.
    Navigate to /Library/Preferences/SystemConfiguration (folder) and delete.
    com.apple.PowerManagement.plist
    com.apple.AutoWake.plist
    Enter your Admin password, when prompted.
    • and finally....
    Navigate to ~/Library/Preferences/ and delete......
    com.apple.systemuiserver.plist

  • Adding a additional iCloud  address book account.

    short and sweet:
    - have anybody added a second icloud account on the address book preferences?
    - I already have my icloud account set up in Lion (and works perfectly), trying to add my partner's address book (only) on
    the application preferences (see: http://www.macosliontips.com/wp-content/uploads/2011/10/lion-address-book-google -contacts-sync-removed.jpg)
    - trying to get some advice, has anybody try this?, did it messed up your contacts?, I need some advice, what would happen?, afraid of doing it, and messing all of my contacts.
    thx.

    *an additional.

  • Adding an addition feilds n the field status group

    Hi all
    I want to know, how to add a new field in the in the field status.
    e.g.
    in the standard  feild status group G001 we have fields namely general data, material managenment,addition account assignment,ect
    In additional account assignment i want to add some new feilds like Charges,dimension,etc. apart from the standard fields like Fund Center,Commitment item,Cost center
    But when i checked,their is no provission for adding the new fields.
    Can any one help out in this regard.......
    Its a urgent requirment ............
    Thnx
    Regards
    Praeen

    Hi
    You have to extend the coding block of the BSEG table with the required fields.
    You can then use there fields in the field status
    Regards
    Ole

  • Application installation when adding an additional RD Session Host to a collection

    I am in the process of adding a second RD session host to a collection in my Windows Server 2012 R2 RDS deployment. When doing this should I install the applications I wish to publish as remoteapps before adding the host to the collection or after?
    There doesn't appear to be a way to add the RD session host role before adding the host to the collection.
    I am concerned that if I install the applications before adding to the collection, the server may not install them in 'change user /install' mode. However if I install them afterwards, users may be load balanced to the new RD Session host before the
    applications are installed.
    I was just wondering what procedures others use when adding additional RD session host servers to existing collections?
    Thanks

    Hi,
    First you install RD Session Host on the new server, then applications, then add it to collection.  You can install RDSH via Server Manager -- RDS -- Overview -- Deployment Servers -- Tasks -- Add RD Session Host Servers.
    -TP

  • Saving custom fields to MSEG added in additional TAB in MIGO transaction

    Hi Experts,
    I am facing an issue with an enhancement in MIGO transaction for which i need help. I have gone through several threads with similar issues but none of them have solved my issue. I have worked around with all BADIs of MIGO and user exits available but to no avail so I am posting a new thread.
    The requirement is pretty straight forward of adding a custom TAB in item details section of MIGO transaction. I have done that using BADI: MB_MIGO_BADI, method PBO_DETAIL. I created a screen with my custom fields and passed them in this method. The TAB appears as expected with all the fields. The custom fields are in MSEG table which has been enhanced and it needs to be updated with the user values on the screen.
    The issue creeps in when there are multiple materials in the purchasing document and user works around with them. Say he clicks on the second material and in the custom TAB changes its details in custom fields. Now he clicks on the fourth material and changes its details. Continues this for all the materials in random order. How do i identify in my custom screen [developed separately and called in PBO_DETAIL of the BADI] which details belong to which material or line number. The only way to do it is by using the purchasing order number and line item number. These are not available in my custom screen and needs to be exported from somewhere and imported there. I have not been able to identify the point where export can be done.
    Can anyone help me out with this problem? Either the point where export can be done or any other way of identifying the link between the line number / material number and the custom field details entered by the user.
    Thanks,
    Ritvik

    Hi Ritvik,
    you will not need it.
    The item methods will process exactly the item what the addional item data are related to. In PBO_DETAIL and PAI_DETAIL, use parameter I_LINE_ID for the item reference.
    Note: Not only read SCN etc,  also the parameters desciption of the methods used.
    Regards,
    Clemens

  • I need help adding an additional button to a web template

    Hello,
    I am trying to add an aditional button to a web template I inherited.  I am not a web person just trying to fill a gap at the company.
    If you look at my test server www.pondviewtech.com I want to add another button above the request demo one.  I have tried a bunch of things:  making the button smaller, adding a similar line to my index file as the same button, deleting the "Welcome to" text.  The best I could get was this www.pondviewtech.com/buttontest.html .  I have attached my buttontest.html file.  I couldn't figure out how to paste a few lines of code in this page.
    I didn't create the template so if it is a mess don't worry about my feelings.
    Thanks for any help or suggestions.

    Change this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    to this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="yourlink.htm"><img src="yourbutton.png" width="266" height="56" border="0" align="right" /></a></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    Be aware that my suggestion here is NOT valid XHTML, but since you are not a web developer, and the 'invalid' markup that I have suggested will not affect the rendering or operation of the page, I decided to keep it simple for you.  In my suggestion, "yourlink.html" refers to the page to which you want this button to link, and "yourbutton.png" refers to the filename of the button image (obviously you'd want to change this to correspond to the filename and extension of the image you have created).

  • My friend has a macbook and is having problems controlling he mouse/trackppad. The problem started with snow leopard and continues with Lion. The mouse moves at random across the screen and is difficult to control. Adding a separate mouse cures the proble

    My friend has a Macbook running Lion. She uses the trackpad for her mouse. The mouse can't be controlled, except with great difficulty. It hops all around the screen at randon. The problem can be mitigated to some extent by using an external USB mouse; however, when this mouse is not is use, it keeps jumping at random around the screen. 

    My friend has a Macbook running Lion. She uses the trackpad for her mouse. The mouse can't be controlled, except with great difficulty. It hops all around the screen at randon. The problem can be mitigated to some extent by using an external USB mouse; however, when this mouse is not is use, it keeps jumping at random around the screen. 

  • Adding an additional name to a BT account - is it ...

    Hi everyone
    I'm helping my Mum setup internet for the first time on her phone line and she is going to go with Infinity.
    She is completely technophobic so I will be ordering it and setting everything up for her. If there are any issues I will also be dealing with the technical support and sorting it all out.
    She is with BT at the moment just with a phone and will be wanting to order Infinity with the anytime phone package.
    What I want to know is can I be added to her account so if there are any problems, or anything to order it can be done in my name or joint names rather than hers?
    For example she doesn't want to pay by direct debit so pays an extra £5.00 a quarter, I'm quite happy to have the bill in joint names and for a DD to come out of my account if it makes it cheaper.
    Can that be done? Most importantly, if we can how long does it take to do and it won't lock her into any new contract by doing that will it?
    Thanks very much!
    Any replies will be much appreciated, I'm quite excited to get her motoring into fibre territory and relatively lowering her bills at the same time! 
    Solved!
    Go to Solution.

    If you would like to try Live Chat they should be able to help you.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Adding an additional STB

    I currently have a splitter with one input feeding 3 outputs for my TV's and 1 output for my computer/router.  I would like to add an additional television output.  What type of splitter do I need?  Should I get on with 1 input and 5 outputs or should I take one of the existing TV outputs and split that into two signals.
    Also, is there a preferred splitter that I should use?

    you could either use a 5 way splitter or add and additional 2 way splitter as long has they are 1000 mhz. Any splitters that are less that 1000 mhz will eventually cause pixelation
    Frank
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Webdynpro ALV - Adding an additional row

    Hi Friends,
    I want to develop an ALV report in Webdynpro ABAP as per the format mentioned in the below link. I want to have an additional row after the subtotal in ALV to show some calculation.As per the format below in the output after subtotaling the total operating revenue and total other income i would like to have an additional row to show the Total revenue(total operating revenue + total other income). Similarly after subtotaling the cost of sales, I would like to show the gross profit(total operating revenue - cost of sales) in an additional row. Please let me know whether this is possible in ALV. If so please advice me how to achieve it.
    http://www.imagebanana.com/view/gpl4ynnk/report_layout.jpg
    Regards
    SAPTechies

    Hi,
    I'm not sure but have you tried implementing the code you want after the total inside  end of page.
    There is another event called 'AFTER_LINE_OUTPUT' , try using them.
    Refer the below links for understanding how to use them.
    END-OF-PAGE
    http://help.sap.com/saphelp_470/helpdata/en/9f/dba04f35c111d1829f0000e829fbfe/content.htm
    Thanks.

Maybe you are looking for