"massimo s." <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] ha scritto:
> > "massimo s." <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] ha scritto:
> 
> Try removing the "ZAxisMapping", I remember to have read that this
> causes troubles on GNU/Hurd.


I tried removing the "ZAxisMapping", and also comment out "Emulate3Buttons," 
"Module."
However, the mouse didn't work...



Now, my /etc/X11/xorg.conf is as follows.

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier      "Configured Mouse"
Driver          "mouse"
Option          "CorePointer"
Option          "Device"                "/dev/mouse"
Option          "Protocol"              "osmouse"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "vmware"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection



-----
Yamamoto, H.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to