i have posted this problem a week ago and still finding solutions
everyday. i have kernel 2.4.12, Xfree-4.1.0-7 and nvidia-kernel-1541. i have a 
problem
with X particularly xterm. when i start and exit eterm, it works. but
when i start xterm and exits, either by typing exit or pressing the
close button, it hangs along with the xserver. so what i do is press
ctrl-alt-del but it doesnt shutdown properly because runlevel 6 also
hangs. 

it seems that i am the only one having these problems and people who
have responded to me a week ago dont have any problems at all...

i have attached here my XF86Config-4...

any help will be appreciated.. 
thank you


PS. 2.4.12 is using ext3 plus devfs. i have an nvidia tnt2 m64.

-- 
"When you have eliminated the impossible, 
whatever remains, however improbable,
must be the truth."
        --Sherlock Holmes _The Sign of Four_
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        #FontPath       "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        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"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
        Load    "ddc"
        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"
EndSection

Section "InputDevice"
        Identifier      "Serial Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "AutoRepeat" "500 30"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Serial Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "Microsoft"
        Option          "Emulate3Buttons"       "true"
        #Option         "ZAxisMapping"          "4 5"
EndSection

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

Section "Device"
        Identifier      "tnt2"
        Driver          "nvidia"
        VideoRam        32640
        Option          "NvAgp" "2"
        #Option         "IgnoreEDID" "1"
        #Option         "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "aoc5en"
        HorizSync       30-54
        VertRefresh     50-120
        #Option         "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "tnt2"
        Monitor         "aoc5en"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "640x480" "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "640x480" "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "640x480" "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "640x480" "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "640x480" "800x600"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config

Reply via email to