• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[BUG] VirtualBox 2.1.2 -> Mausintegration

tisu

Hacker
Hi,

ich hab' da nochmal 'ne Frage bzw. ein Problem.

Ich habe mir die VirtualBox 2.1.2_41885 mit USB-Unterstützung installiert. Natürlich die passende Version zu meiner Distro SUSE 11.0.

Ok.

Nach dem Tipp von spoensche habe ich dann meine SUSE 11.1 // GNOME in dieser VM installiert. Ebenfalls die passenden Guestadditions.

Läuft alles soweit.

ABER

Meine Mausintegration funktioniert nicht. *ärger* (Im Netz steht, das soll angeblich ein Bug sein)

Ich habe im Netz gesurft und einige Tipps befolgt um dieses Problem zu beheben.

Als erstes habe ich den Tipp befolgt in der /etc/sysconfig/boot den Eintrag RUN_PARALLEL von "yes" auf "no" zu setzen.

vorher:

RUN_PARALLEL="yes"

## Type: yesno
## Default: no

nachher:

RUN_PARALLEL="no"

## Type: yesno
## Default: no

jetzt wieder im Rohzustand (komplette Datei)

Code:
## Path:	System/Boot
## Description:	Controlling of the boot process
## Type:	yesno
## Default:	no
## Config:
#
# For interactive debugging of the startup process. If set
# to "yes" the system will ask whether to confirm every
# step of the boot process. This will however only work
# if the keyboard is already accessable at this time,
# eg. USB keyboards need their modules loaded first.
#
PROMPT_FOR_CONFIRM="no"

## Type:	integer
## Default:	5
#
# For interactive debugging of the startup process. How long
# wait before the default answer is assumed.
#
CONFIRM_PROMPT_TIMEOUT="5"

## Type:	yesno
## Default:	yes
#
# Run all scripts or rather start/stop all services
# which are independent from each other in parallel.
#
RUN_PARALLEL="yes"

## Type:	yesno
## Default:	no
#
# If set to "yes" this enables to stop the boot process by
# pressing Ctrl-S and continue with Ctrl-Q (xon/xoff
# flow control).
#
FLOW_CONTROL="no"

## Type:	integer
## Default:	10
#
# Limit the number of file system checkers that can be running in
# parallel.  This allows configurations which have a large number of
# disks to avoid fsck starting too many file system checkers at once,
# which might overload CPU and memory resources available on the
# system.
#
FSCK_MAX_INST="10"

## Type:        string
## Default:     ""
#
# Set additional parameters for klogconsole, e.g. "-l 7"
#
KLOGCONSOLE_PARAMS=""

Resultat: passiert ist nichts aber auch gar nichts :???:

Als zweites habe ich den Tipp befolgt in /etc/X11/xorg.conf den Maustreiber zu ändern.

vorher:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "VirtualBox Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

nachher:

Section "InputDevice"
Driver "vboxmouse"
Identifier "Mouse[1]"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "VirtualBox Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

jetzt wieder im Rohzustand (komplette Datei)

Code:
 # /.../
# SaX generated X11 config file
# Created on: 2009-01-30T10:48:47+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "ZapWarning" "on"
EndSection

Section "Module"
  Load         "dri"
  Load         "dbe"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "9"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "VirtualBox Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  305 230
  HorizSync    30-82
  Identifier   "Monitor[0]"
  ModelName    "1280X1024@60HZ"
  Option       "DPMS"
  Option       "PreferredMode" "1280x1024"
  VendorName   "--> LCD"
  VertRefresh  30-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
EndSection


Section "Screen"
  SubSection "Display"
    Depth      15
    Modes      "default" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "default" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "default" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "default" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "Framebuffer Graphics"
  Driver       "vboxvideo"
  Identifier   "Device[0]"
  VendorName   "VESA"
EndSection



Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection

Resultat: Mausintegration funktioniert. ABER -> Ich kann die Maus nach belieben bewegen; überall hin; aber ich kann nirgendes draufklicken bzw. es passiert nichts.

Dann habe ich versucht diese zwei Möglichkeiten in verschiedenen Kombinationen zusammen zu setzen. Was da alles bei rausgekommen ist :D omg.

Hat jemand eine Idee, was ich noch machen kann?

Viele Grüße
 
OP
T

tisu

Hacker
Hi,

ich könnte ja wenn ich wollte den Laptop soooo in die Ecke werfen. *aufreg*

Also, ich habe jetzt ohne Unterlass den ganzen Tag an diesem Problem getüfftelt.

GNOME
Xfce
KDE
minimales grafisches System


überall derselbe Fehler!

Das heißt konkret. Die Gasterweiterungen lassen sich prima installieren, auch die USB-Erweiterung funktioniert,
ABER
die Mausintegration tut es bei mir nicht in der Konstellation

Wirt: SUSE 11.0
Gast: SUSE 11.1

Fazit: Für meinen PC ist und bleibt SUSE 11.1 einfach nur unbrauchbar
 

Rainer Juhser

Moderator
Teammitglied
Hai ;)

Das ist ein bekanntes Problem >KLICK<, und es gibt wohl noch keinen endgültigen Fix dafür. Allerdings steht im VBox-Forum etwas von einem Würgaround, sieh dir das mal an.
 
OP
T

tisu

Hacker
thx a lot ;)

Hast Du vielleicht einen konkreten Link für das *würgarround* ich finde da jetzt nach mehrfachem suchen nichts. Oder kannst du mir den Suchbegriff nennen?

Viele Grüße
 

Rainer Juhser

Moderator
Teammitglied
Ich hatte das hier gemeint: http://www.virtualbox.org/ticket/3213
Did you change your xorg.conf file manually when you installed the Additions? If you did then you will have to make sure that the standard mouse driver gets loaded as well, because vboxmouse is just responsible for the mouse position - the normal mouse driver is still responsible for the buttons.
(Hervorhebungen sind von mir.) Ich weiß allerdings nicht, ob das was bringt, da ich (noch) nicht mit VBox gearbeitet habe.
 
OP
T

tisu

Hacker
Hi,

ich habs mal versucht. Leider ohne Erfolg.

Wenn es jemand geschafft hat, dann bitte ich um Zusendung des entsprechenden Xorg.conf Eintrags.

Danke ;)
 
Oben