Simon Huggins wrote:
::snip? SNIP!::
Hrm, how bizarre.  Your locale is en_US is there anything odd about your
keyboard setup in your X config?  Can you give us the lines you have?
I've attached my X config. I'm currently running with the binary driver, though the problem persists regardless of whether I use "nv" or "nvidia."

Do you have any Xmodmap files or any other local keyboard config that
might be getting in the way?
Not that I'm aware of. This was a clean install when I ran into the problem Note that I installed the Debian base and then installed everything else by hand with apt-get/aptitude. This has worked flawlessly on a number of machines I've set up in the past, which is why I'm so confused.

Does this still happen if you just use startx?
It does happen if I still use startx. I noticed that if I merely kill xfce-mcs-manager and xfwm4 and start them over again (without touching any settings stuff), it just starts working properly.

And as a new development, when I start X, xfwm4 either isn't started or dies immediately. I have no idea whether or not this is related to the original problem or something different. Nonetheless, as I noted above, once I start it manually (from a terminal), it works as expected.

Actually, now that I think about it, I believe the xfwm4 not starting properly happened about when I added the composite stanza to my xorg.conf (this in relation to debian bug 445323).

--xsdg
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/etc/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "dbe"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "extmod"
        Load  "dri"
        Load  "GLcore"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
        Option          "XkbCompat"     ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        VertRefresh     40-150
        HorizSync       31.5-64.3
        DisplaySize     324 243
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     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                  # [<bool>]
        Identifier  "Card0"
#       Driver      "nv"
        Driver          "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G72 [GeForce 7300 SE]"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        
        SubSection "Display"
                Depth   16
                Modes   "1280x960"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1280x960"
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option  "Composite" "Disable"
EndSection

Reply via email to