Erstmal hallo an alle in der Liste, ich bin frisch dazugestoßen.
Bin schon seit einigen Jahren Linux Nutzer und seit etwa einem Jahr bei
Debian. Leider leide ich in den letzten Monaten immer an den selben
Macken meines Systems.
Das Ärgerlichste ist folgendes: 
Immer wenn ich auf die Numlock oder Capslock taste drücke, geht meine
Maus nicht mehr, d.h. sie reagiert einfach nicht mehr. Konnte das
Ergebnis mit verschiedenen Mäusen reproduzieren. Habe sogar einige
Neuinstallationen hinter mir (potato, progeny, libranet), immer das
gleiche Resultat.
Ich denke es kann nur an der Hardware liegen (Keyboard und Maus hängen
am PS/2 Port oder an meiner XF86Config datei. Momentan habe ich testing
laufen.Maus ist eine Typhoon unplugged und Tastatur Microsoft Natural
Keyboard.

hier noch meine XF86Config-4:

Section "Files"

        FontPath        "unix/keysersoze:7100"
# local font "unix/:7100"
#server
#       RgbPath "/usr/X11R6/lib/X11/rgb"
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"

#experimental
#       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
#       FontPath        "/usr/X11R6/lib/X11/fonts/truetype"
#       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
#       FontPath        "/usr/X11R6/lib/X11/fonts/misc"
#       FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
#       FontPath        "/usr/X11R6/lib/X11/fonts/local"
#       FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
#       ModulePath      "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
        Load    "NVdriver"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
#       Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
#       Load    "wacom"
#       Load    "xf86GraphireUSB"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "microsoft"
#       Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
#       Option          "Protocol"              "mouse"
#       Option          "Protocol"              "ExplorerPS/2"
        Option          "Protocol"              "ImPS/2"
        Option          "Buttons"               "7"
        Option          "ZAxisMapping"          "4 5 6 7"
EndSection

#Section "InputDevice"
#       Identifier      "Generic Mouse"
#       Driver          "mouse"
#       Option          "SendCoreEvents"        "true"
#       Option          "Device"                "/dev/input/mice"
#       Option          "Protocol"              "ImPS/2"
#       Option          "ZAxisMapping"          "4 5"
#EndSection

Section "Device"
        Identifier      "nVidia Corporation NV11 (GeForce)"
#       Driver          "nv"
        Driver          "nvidia"
#       VideoRam        32000
        Option          "NvAGP" "1"
EndSection

Section "Monitor"
        Identifier      "V7:N110"
        HorizSync       30-110
        VertRefresh     50-150
        Option          "DPMS"

#Modeline "320x200"     12.75  320 324 372 388  200 204 206 210
doublescan
Modeline "320x200"     12.75    320  328  376  392    200  204  206  218
doublescan
#Modeline "320x224"     12.75  320 324 372 388  224 228 230 236
doublescan
Modeline "320x224"     12.75    320  340  388  400    224  228  230  240
doublescan
#Modeline "384x240"     20.00  384 388 436 480  240 244 246 254
doublescan
Modeline "384x240"     20.00    384  392  440  480    240  244  246  262
doublescan
#Modeline "360x288"     20.00  360 364 412 444  288 292 298 302
doublescan
Modeline "360x288"     20.00    360  368  416  448    288  292  298  310
doublescan
#Modeline "360x256"     18.00  360 364 412 444  256 260 266 270
doublescan
Modeline "360x256"      18.00    360  368  416  448    256  260  266 
278 doublescan
#Modeline "400x256"     22.00  400 416 480 504  256 259 262 269
doublescan
#Modeline "400x300"     19.00  400 412 476 500  300 303 306 317
#Modeline "400x224"     20.00  400 416 480 500  224 228 230 234
doublescan
#Modeline "512x384"     25.00  512 516 580 632  384 385 388 400
Modeline "512x384"     25.00    512  564  628  632    384  385  388  408
ModeLine "640x240"     31.50    640  680  744  788    240  244  246  254
doublescan
#ModeLine "672x240"     31.50  672 676 740 820  240 244 246 254
doublescan
ModeLine "672x240"     31.50    672  712  776  820    240  244  246  258
doublescan 

EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV11 (GeForce)"
        Monitor         "V7:N110"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
#               Modes           "1152x864" "1024x768" "800x600" "640x480"
                Modes   "1152x864" "1024x768" "800x600" "640x480" "256x256"
                Modes   "256x304" "248x320" "248x368" "248x384" "320x200"
                Modes   "320x224" "256x240" "292x240" "320x240" "336x240"
                Modes   "384x224" "384x240" "360x288" "360x256" "672x240"
                Modes   "400x300" "400x256" "400x224" "512x384" "640x240"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

#Section "DRI"
#       Mode    0666
#EndSection

# end of XF86Config





--
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an [EMAIL PROTECTED] die im Subject
"unsubscribe <deine_email_adresse>" enthaelt.
Bei Problemen bitte eine Mail an: [EMAIL PROTECTED]
-----------------------------------------------------------

943 eingetragene Mitglieder in dieser Liste.

Antwort per Email an