Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VMware crasht Xorg wenn Maus mit evdev betrieben wird
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
W1cht3lmann
n00b
n00b


Joined: 20 Jul 2005
Posts: 1

PostPosted: Wed Jul 20, 2005 6:35 pm    Post subject: VMware crasht Xorg wenn Maus mit evdev betrieben wird Reply with quote

Moin, mein gutes, ansonsten perfekt rund laufendes Gentoo-System hat leider folgendes Problem:

Seit ich meine Maus (Logitech MX1000) mit dem "evdev"-Treiber benutze um die Seitentasten nutzen zu können, führt das Starten einer beliebigen VM in VMware nur noch dazu, daß sich der Xserver komplett beendet, und zwar genau so, als würde ich manuell den Windowmanager (Fluxbox) beenden. (Connection reset by Peer)

Stelle ich in der XF86Config den "Driver"-Eintrag wieder zurück auf mouse, funktioniert VMware wieder wunderbar.

Hat jemand eine Ahnung woran das liegen könnte oder wo man ansetzen kann um dem Problem auf den Grund zu gehen?

Die System- und Xorg-Logs sehen ganz normal aus, ganz als würde ich X einfach selbst beenden. Im Gentoo-Bugzilla, den Gentoo- und den VMware-Foren habe ich schon erfolglos gesucht...

Mein System:

Gentoo 1.4
Xorg 6.8.2
VMware Workstation 5.0.0.13124 (war mit 4.5.2 dasselbe...)
Athlon XP 2000+
Epox EP8-KRAI
512 Mb DDR 400
Nvidia GF FX 5200
Belinea 19" TFT am DVI
80 Gb Seagate Barracuda ATA IV
NEC ND-3500A
Pioneer dvd-106s
420W LC-Power NT

Meine XF86Config:
Code:
Section "ServerLayout"
   Identifier     "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
   FontPath     "/usr/share/fonts/artwiz"
EndSection

Section "Module"
#    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
#EndSubSection
   Load  "extmod"
#   Load  "xie"
#   Load  "pex5"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
#   Load  "speedo"
   Load  "type1"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
   Option   "XkbLayout"   "de"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
#   Driver      "mouse"
#   Option       "Protocol" "ExplorerPS/2"
#   Option   "Buttons"   "7"
#   Option       "Device" "/dev/mouse"
#   Option   "ZAxisMapping"   "4 5 8 9"
        Driver      "evdev"
        Option      "Protocol" "evdev"
   Option  "ZAxisMapping"  "4 5"
        Option      "Device" "/dev/input/event1" # (cat /proc/bus/input/devices)
        Option      "Name" "Logitech USB Receiver"
EndSection   
   
Section "Monitor"
   #DisplaySize     360   270   # mm
   Identifier   "Monitor0"
   VendorName   "IVM"
   ModelName    "1980"
   HorizSync    31.0 - 80.0
   VertRefresh  60.0
#   HorizSync    30 - 86   
#   VertRefresh  50 - 120
   Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "ForcePCIMode"          # [<bool>]
        #Option     "CCEPIOMode"            # [<bool>]
        #Option     "CCENoSecurity"         # [<bool>]
        #Option     "CCEusecTimeout"        # <i>
        #Option     "AGPMode"               # <i>
        #Option     "AGPSize"               # <i>
        #Option     "RingSize"              # <i>
        #Option     "BufferSize"            # <i>
        #Option     "Display"               # <str>
        #Option     "PanelWidth"            # <i>
        #Option     "PanelHeight"           # <i>
        #Option     "ProgramFPRegs"         # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "ShowCache"             # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "ATI"
   BoardName   "Rage 128 RF"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     16

   SubSection "Display"
      Depth     1
   EndSubSection
   SubSection "Display"
      Depth     4
   EndSubSection
   SubSection "Display"
      Depth     8
   EndSubSection
   SubSection "Display"
      Depth     15
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

_________________
CU Wichtel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum