Grant Edwards wrote:
On 2008-09-05, Dale <[EMAIL PROTECTED]> wrote:
pat wrote:
Well, I found "DontVTSwitch" and set it to "off" in the X.org keyboard section
but doesn't help. Is it what you have meant?

Thanks

Pat

That may be one but there is also this one:

#    Option    "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

I think if it is not there, it will work. Basically, it is disabled by default. I don't have that line at all in my file and it works fine.

I have neither NoTrapSignals nor DontVTSwitch, but I've never
been able to get any of the <Ctrl><Alt> keys to work on a
couple of my machines.


My xorg.conf file is small. I attached a copy. Maybe a side by side or a diff will help. Maybe it is something else that loads up that I have that is missing for yours.

Dale

:-) :-)
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Fri Jan 11 15:05:59 PST 
2008

# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************
#Section "dri"
#       Group "graphics"
#       Mode 0660
#EndSection 

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

Section "Files"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "glx"
    Load           "extmod"
    Load           "xtrap"
    Load           "record"
    Load           "dbe"
    Load           "freetype"
    Load           "type1"
EndSection

Section "ServerFlags"

#       Option  "OffTime"       "10"
    Option         "BlankTime" "5"
    Option         "StandbyTime" "10"
#       Option  "SuspendTime"   "10"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV34 [GeForce FX 5200]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    Option         "DPMS" "TRUE"
    SubSection     "Display"
        Viewport    0 0
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Reply via email to