Ubuntu 10.10 - Horizontal Scroll.

Discussion in 'Linux Virtual Machine' started by Sean Manning, Oct 21, 2010.

  1. Sean Manning

    Sean Manning Bit poster

    Messages:
    3
    Just installed the updated Parallels 6 that works with Ubuntu 10.10. Works great, except I noticed that horizontal scroll doesn't work on either of my input devices (Mighty Mouse, Magic Trackpad). Anyone else have this problem? /etc/X11/xorg.conf is below.




    #
    # X.Org server configuration file generated by Parallels Guest Tools.
    #

    # Generic Keyboard section
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection

    # Parallels Mouse section
    Section "InputDevice"
    Identifier "Parallels Mouse"
    Driver "prlmouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "auto"
    EndSection

    # Parallels Video section
    Section "Device"
    Identifier "Parallels Video"
    Driver "prlvideo"
    EndSection

    # Parallels Monitor section
    Section "Monitor"
    Identifier "Parallels Monitor"
    VendorName "Parallels Inc."
    ModelName "Parallels Monitor"
    EndSection

    # Parallels Screen section
    Section "Screen"
    Identifier "Parallels Screen"
    Device "Parallels Video"
    Monitor "Parallels Monitor"
    Option "NoMTRR"
    SubSection "Display"
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    # DefaultFlags section
    Section "ServerFlags"
    EndSection

    # DefaultLayout section
    Section "ServerLayout"
    Identifier "DefaultLayout"
    Screen "Parallels Screen"
    InputDevice "Parallels Mouse" "CorePointer"
    InputDevice "Generic Keyboard" "CoreKeyboard"
    EndSection
     

Share This Page