KDE PANIC
Inviato: mer 2 mar 2005, 21:08
Ciao...
<BR>io uso slack10.0 con kernel 2.4.26
<BR>e kde di default...3.2.3
<BR>
<BR>il mio problema è che alle volte kde si blocca per alcuni secondi...
<BR>insomma mouse e finestre si inchiodano...poi ripartono...
<BR>
<BR>credo che il problema sia l´X in quanto il suono(se ad esempio sto ascoltando un CD) continua a funzionare senza blocchi anche mentre kde è inchiodato (ricordo che si parla sempre di secondi...poi riparte)...
<BR>
<BR>inizialmente pensavo fosse la scheda grafica...
<BR>così ho installato i driver per l´nvidia
<BR>ma la situazione ogni tanto si ripropone...
<BR>
<BR>ho notato che di solito (non è sempre vero) succedee dopo che ho esplorato il FS NTFS...potrebbe essere un conflitto con tale modulo?
<BR>
<BR>vi posto xorg.conf
<BR>
<BR># File generated by xf86config.
<BR>
<BR>#
<BR># Copyright (c) 2004, by the X.Org
<BR>#
<BR># Permission is hereby granted, free of charge, to any person obtaining a
<BR># copy of this software and associated documentation files (the "Software"),
<BR># to deal in the Software without restriction, including without limitation
<BR># the rights to use, copy, modify, merge, publish, distribute, sublicense,
<BR># and/or sell copies of the Software, and to permit persons to whom the
<BR># Software is furnished to do so, subject to the following conditions:
<BR>#
<BR># The above copyright notice and this permission notice shall be included in
<BR># all copies or substantial portions of the Software.
<BR>#
<BR># THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
<BR># IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
<BR># FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
<BR># THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
<BR># WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
<BR># OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
<BR># SOFTWARE.
<BR>#
<BR># Except as contained in this notice, the name of X.Org shall
<BR># not be used in advertising or otherwise to promote the sale, use or other
<BR># dealings in this Software without prior written authorization from the
<BR># X.Org.
<BR>#
<BR>
<BR># **********************************************************************
<BR># Refer to the XF86Config(4/5) man page for details about the format of
<BR># this file.
<BR># **********************************************************************
<BR>
<BR># **********************************************************************
<BR># Module section -- this section is used to specify
<BR># which dynamically loadable modules to load.
<BR># **********************************************************************
<BR>#
<BR>Section "Module"
<BR>
<BR># This loads the DBE extension module.
<BR>
<BR> Load "dbe" # Double buffer extension
<BR>
<BR># This loads the miscellaneous extensions module, and disables
<BR># initialisation of the XFree86-DGA extension within that module.
<BR> SubSection "extmod"
<BR> Option "omit xfree86-dga" # don´t initialise the DGA extension
<BR> EndSubSection
<BR>
<BR># This loads the Type1 and FreeType font modules
<BR> Load "type1"
<BR> Load "speedo"
<BR> Load "freetype"
<BR> Load "xtt" #non era selezionato
<BR>
<BR># This loads the GLX module
<BR> Load "glx"
<BR># This loads the DRI module
<BR> Load "dri" #non era selezionato
<BR>
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># Files section. This allows default font and rgb paths to be set
<BR># **********************************************************************
<BR>
<BR>Section "Files"
<BR>
<BR># The location of the RGB database. Note, this is the name of the
<BR># file minus the extension (like ".txt" or ".db"). There is normally
<BR># no need to change the default.
<BR>
<BR> RgbPath "/usr/X11R6/lib/X11/rgb"
<BR>
<BR># Multiple FontPath entries are allowed (which are concatenated together),
<BR># as well as specifying multiple comma-separated entries in one FontPath
<BR># command (or a combination of both methods)
<BR>#
<BR># If you don´t have a floating point coprocessor and emacs, Mosaic or other
<BR># programs take long to start up, try moving the Type1 and Speedo directory
<BR># to the end of this list (or comment them out).
<BR>#
<BR>
<BR> FontPath "/usr/X11R6/lib/X11/fonts/local/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
<BR>
<BR># The module search path. The default path is shown here.
<BR>
<BR># ModulePath "/usr/X11R6/lib/modules"
<BR>
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># Server flags section.
<BR># **********************************************************************
<BR>
<BR>Section "ServerFlags"
<BR>
<BR># Uncomment this to cause a core dump at the spot where a signal is
<BR># received. This may leave the console in an unusable state, but may
<BR># provide a better stack trace in the core dump to aid in debugging
<BR>
<BR># Option "NoTrapSignals"
<BR>
<BR># Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
<BR># (where n is 1 through 12). This allows clients to receive these key
<BR># events.
<BR>
<BR># Option "DontVTSwitch"
<BR>
<BR># Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
<BR># This allows clients to receive this key event.
<BR>
<BR># Option "DontZap"
<BR>
<BR># Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
<BR># sequences. This allows clients to receive these key events.
<BR>
<BR># Option "Dont Zoom"
<BR>
<BR># Uncomment this to disable tuning with the xvidtune client. With
<BR># it the client can still run and fetch card and monitor attributes,
<BR># but it will not be allowed to change them. If it tries it will
<BR># receive a protocol error.
<BR>
<BR># Option "DisableVidModeExtension"
<BR>
<BR># Uncomment this to enable the use of a non-local xvidtune client.
<BR>
<BR># Option "AllowNonLocalXvidtune"
<BR>
<BR># Uncomment this to disable dynamically modifying the input device
<BR># (mouse and keyboard) settings.
<BR>
<BR># Option "DisableModInDev"
<BR>
<BR># Uncomment this to enable the use of a non-local client to
<BR># change the keyboard or mouse settings (currently only xset).
<BR>
<BR># Option "AllowNonLocalModInDev"
<BR>
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># Input devices
<BR># **********************************************************************
<BR>
<BR># **********************************************************************
<BR># Core keyboard´s InputDevice section
<BR># **********************************************************************
<BR>
<BR>Section "InputDevice"
<BR>
<BR> Identifier "Keyboard1"
<BR> Driver "Keyboard"
<BR>
<BR># For most OSs the protocol can be omitted (it defaults to "Standard").
<BR># When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
<BR># uncomment the following line.
<BR>
<BR># Option "Protocol" "Xqueue"
<BR>
<BR># Option "AutoRepeat" "500 30"
<BR>
<BR># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
<BR># Option "Xleds" "1 2 3"
<BR>
<BR># Option "LeftAlt" "Meta"
<BR># Option "RightAlt" "ModeShift"
<BR>
<BR># To customise the XKB settings to suit your keyboard, modify the
<BR># lines below (which are the defaults). For example, for a non-U.S.
<BR># keyboard, you will probably want to use:
<BR># Option "XkbModel" "pc102"
<BR># If you have a US Microsoft Natural keyboard, you can use:
<BR># Option "XkbModel" "microsoft"
<BR>#
<BR># Then to change the language, change the Layout setting.
<BR># For example, a german layout can be obtained with:
<BR># Option "XkbLayout" "de"
<BR># or:
<BR># Option "XkbLayout" "de"
<BR># Option "XkbVariant" "nodeadkeys"
<BR>#
<BR># If you´d like to switch the positions of your capslock and
<BR># control keys, use:
<BR># Option "XkbOptions" "ctrl:swapcaps"
<BR>
<BR># These are the default XKB settings for X.Org
<BR># Option "XkbRules" "__XKBDEFRULES__"
<BR># Option "XkbModel" "pc101"
<BR># Option "XkbLayout" "us"
<BR># Option "XkbVariant" ""
<BR># Option "XkbOptions" ""
<BR>
<BR># Option "XkbDisable"
<BR>
<BR> Option "XkbRules" "xorg"
<BR> Option "XkbModel" "pc105"
<BR> Option "XkbLayout" "it"
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Core Pointer´s InputDevice section
<BR># **********************************************************************
<BR>
<BR>Section "InputDevice"
<BR>
<BR># Identifier and driver
<BR>
<BR> Identifier "Mouse1"
<BR> Driver "mouse"
<BR> Option "Protocol" "IMPS/2"
<BR> Option "Device" "/dev/mouse"
<BR> Option "ZAxisMapping" "4 5"
<BR>
<BR># Mouse-speed setting for PS/2 mouse.
<BR>
<BR># Option "Resolution" "256"
<BR>
<BR># When using XQUEUE, comment out the above two lines, and uncomment
<BR># the following line.
<BR>
<BR># Option "Protocol" "Xqueue"
<BR>
<BR># Baudrate and SampleRate are only for some Logitech mice. In
<BR># almost every case these lines should be omitted.
<BR>
<BR># Option "BaudRate" "9600"
<BR># Option "SampleRate" "150"
<BR>
<BR># Emulate3Buttons is an option for 2-button Microsoft mice
<BR># Emulate3Timeout is the timeout in milliseconds (default is 50ms)
<BR>
<BR># Option "Emulate3Buttons"
<BR># Option "Emulate3Timeout" "50"
<BR>
<BR># ChordMiddle is an option for some 3-button Logitech mice
<BR>
<BR># Option "ChordMiddle"
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Other input device sections
<BR># this is optional and is required only if you
<BR># are using extended input devices. This is for example only. Refer
<BR># to the XF86Config man page for a description of the options.
<BR># **********************************************************************
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "Mouse2"
<BR># Driver "mouse"
<BR># Option "Protocol" "MouseMan"
<BR># Option "Device" "/dev/mouse2"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "spaceball"
<BR># Driver "magellan"
<BR># Option "Device" "/dev/cua0"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "spaceball2"
<BR># Driver "spaceorb"
<BR># Option "Device" "/dev/cua0"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "touchscreen0"
<BR># Driver "microtouch"
<BR># Option "Device" "/dev/ttyS0"
<BR># Option "MinX" "1412"
<BR># Option "MaxX" "15184"
<BR># Option "MinY" "15372"
<BR># Option "MaxY" "1230"
<BR># Option "ScreenNumber" "0"
<BR># Option "ReportingMode" "Scaled"
<BR># Option "ButtonNumber" "1"
<BR># Option "SendCoreEvents"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "touchscreen1"
<BR># Driver "elo2300"
<BR># Option "Device" "/dev/ttyS0"
<BR># Option "MinX" "231"
<BR># Option "MaxX" "3868"
<BR># Option "MinY" "3858"
<BR># Option "MaxY" "272"
<BR># Option "ScreenNumber" "0"
<BR># Option "ReportingMode" "Scaled"
<BR># Option "ButtonThreshold" "17"
<BR># Option "ButtonNumber" "1"
<BR># Option "SendCoreEvents"
<BR># EndSection
<BR>
<BR># **********************************************************************
<BR># Monitor section
<BR># **********************************************************************
<BR>
<BR># Any number of monitor sections may be present
<BR>
<BR>Section "Monitor"
<BR>
<BR> Identifier "Samtron"
<BR>
<BR># HorizSync is in kHz unless units are specified.
<BR># HorizSync may be a comma separated list of discrete values, or a
<BR># comma separated list of ranges of values.
<BR># NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR´S
<BR># USER MANUAL FOR THE CORRECT NUMBERS.
<BR>
<BR> HorizSync 30-70
<BR>
<BR># HorizSync 30-64 # multisync
<BR># HorizSync 31.5, 35.2 # multiple fixed sync frequencies
<BR># HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
<BR>
<BR># VertRefresh is in Hz unless units are specified.
<BR># VertRefresh may be a comma separated list of discrete values, or a
<BR># comma separated list of ranges of values.
<BR># NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR´S
<BR># USER MANUAL FOR THE CORRECT NUMBERS.
<BR>
<BR> VertRefresh 50-160
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Graphics device section
<BR># **********************************************************************
<BR>
<BR># Any number of graphics device sections may be present
<BR>
<BR># Standard VGA Device:
<BR>
<BR>#!!Section "Device"
<BR>#!! Identifier "Standard VGA"
<BR># VendorName "Unknown"
<BR># BoardName "Unknown"
<BR>
<BR># The chipset line is optional in most cases. It can be used to override
<BR># the driver´s chipset detection, and should not normally be specified.
<BR>
<BR># Chipset "generic"
<BR>
<BR># The Driver line must be present. When using run-time loadable driver
<BR># modules, this line instructs the server to load the specified driver
<BR># module. Even when not using loadable driver modules, this line
<BR># indicates which driver should interpret the information in this section.
<BR>
<BR>#!! Driver "vga"
<BR># The BusID line is used to specify which of possibly multiple devices
<BR># this section is intended for. When this line isn´t present, a device
<BR># section can only match up with the primary video device. For PCI
<BR># devices a line like the following could be used. This line should not
<BR># normally be included unless there is more than one video device
<BR># intalled.
<BR>
<BR># BusID "PCI:0:10:0"
<BR>
<BR># VideoRam 256
<BR>
<BR># Clocks 25.2 28.3
<BR>
<BR>#!! EndSection
<BR>
<BR># Device configured by xf86config:
<BR>
<BR>Section "Device"
<BR> Identifier "NVIDIA"
<BR> Driver "nvidia"
<BR> BusID "PCI:01:00:00"
<BR> VideoRam 128
<BR> # Insert Clocks lines here if appropriate
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Screen sections
<BR># **********************************************************************
<BR>
<BR># Any number of screen sections may be present. Each describes
<BR># the configuration of a single screen. A single specific screen section
<BR># may be specified from the X server command line with the "-screen"
<BR># option.
<BR>Section "Screen"
<BR> Identifier "Screen 1"
<BR> Device "NVIDIA"
<BR> Monitor "Samtron"
<BR> DefaultDepth 24
<BR>
<BR> Subsection "Display"
<BR> Depth 8
<BR> Modes "1280x1024" "1024x768" "800x600" "640x480"
<BR> ViewPort 0 0
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 16
<BR> Modes "1280x1024" "1024x768" "800x600" "640x480"
<BR> ViewPort 0 0
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 24
<BR> Modes "1024x768"
<BR> ViewPort 0 0
<BR> EndSubsection
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># ServerLayout sections.
<BR># **********************************************************************
<BR>
<BR># Any number of ServerLayout sections may be present. Each describes
<BR># the way multiple screens are organised. A specific ServerLayout
<BR># section may be specified from the X server command line with the
<BR># "-layout" option. In the absence of this, the first section is used.
<BR># When now ServerLayout section is present, the first Screen section
<BR># is used alone.
<BR>
<BR>Section "ServerLayout"
<BR>
<BR># The Identifier line must be present
<BR> Identifier "Simple Layout"
<BR>
<BR># Each Screen line specifies a Screen section name, and optionally
<BR># the relative position of other screens. The four names after
<BR># primary screen name are the screens to the top, bottom, left and right
<BR># of the primary screen. In this example, screen 2 is located to the
<BR># right of screen 1.
<BR>
<BR> Screen "Screen 1"
<BR>
<BR># Each InputDevice line specifies an InputDevice section name and
<BR># optionally some options to specify the way the device is to be
<BR># used. Those options include "CorePointer", "CoreKeyboard" and
<BR># "SendCoreEvents".
<BR>
<BR> InputDevice "Mouse1" "CorePointer"
<BR> InputDevice "Keyboard1" "CoreKeyboard"
<BR>
<BR>EndSection
<BR>
<BR> Section "DRI"
<BR> Mode 0666
<BR> EndSection
<BR>
<BR>HELP ME
<BR>
<BR>
<BR>
<BR>
<BR><br>
<BR>io uso slack10.0 con kernel 2.4.26
<BR>e kde di default...3.2.3
<BR>
<BR>il mio problema è che alle volte kde si blocca per alcuni secondi...
<BR>insomma mouse e finestre si inchiodano...poi ripartono...
<BR>
<BR>credo che il problema sia l´X in quanto il suono(se ad esempio sto ascoltando un CD) continua a funzionare senza blocchi anche mentre kde è inchiodato (ricordo che si parla sempre di secondi...poi riparte)...
<BR>
<BR>inizialmente pensavo fosse la scheda grafica...
<BR>così ho installato i driver per l´nvidia
<BR>ma la situazione ogni tanto si ripropone...
<BR>
<BR>ho notato che di solito (non è sempre vero) succedee dopo che ho esplorato il FS NTFS...potrebbe essere un conflitto con tale modulo?
<BR>
<BR>vi posto xorg.conf
<BR>
<BR># File generated by xf86config.
<BR>
<BR>#
<BR># Copyright (c) 2004, by the X.Org
<BR>#
<BR># Permission is hereby granted, free of charge, to any person obtaining a
<BR># copy of this software and associated documentation files (the "Software"),
<BR># to deal in the Software without restriction, including without limitation
<BR># the rights to use, copy, modify, merge, publish, distribute, sublicense,
<BR># and/or sell copies of the Software, and to permit persons to whom the
<BR># Software is furnished to do so, subject to the following conditions:
<BR>#
<BR># The above copyright notice and this permission notice shall be included in
<BR># all copies or substantial portions of the Software.
<BR>#
<BR># THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
<BR># IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
<BR># FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
<BR># THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
<BR># WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
<BR># OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
<BR># SOFTWARE.
<BR>#
<BR># Except as contained in this notice, the name of X.Org shall
<BR># not be used in advertising or otherwise to promote the sale, use or other
<BR># dealings in this Software without prior written authorization from the
<BR># X.Org.
<BR>#
<BR>
<BR># **********************************************************************
<BR># Refer to the XF86Config(4/5) man page for details about the format of
<BR># this file.
<BR># **********************************************************************
<BR>
<BR># **********************************************************************
<BR># Module section -- this section is used to specify
<BR># which dynamically loadable modules to load.
<BR># **********************************************************************
<BR>#
<BR>Section "Module"
<BR>
<BR># This loads the DBE extension module.
<BR>
<BR> Load "dbe" # Double buffer extension
<BR>
<BR># This loads the miscellaneous extensions module, and disables
<BR># initialisation of the XFree86-DGA extension within that module.
<BR> SubSection "extmod"
<BR> Option "omit xfree86-dga" # don´t initialise the DGA extension
<BR> EndSubSection
<BR>
<BR># This loads the Type1 and FreeType font modules
<BR> Load "type1"
<BR> Load "speedo"
<BR> Load "freetype"
<BR> Load "xtt" #non era selezionato
<BR>
<BR># This loads the GLX module
<BR> Load "glx"
<BR># This loads the DRI module
<BR> Load "dri" #non era selezionato
<BR>
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># Files section. This allows default font and rgb paths to be set
<BR># **********************************************************************
<BR>
<BR>Section "Files"
<BR>
<BR># The location of the RGB database. Note, this is the name of the
<BR># file minus the extension (like ".txt" or ".db"). There is normally
<BR># no need to change the default.
<BR>
<BR> RgbPath "/usr/X11R6/lib/X11/rgb"
<BR>
<BR># Multiple FontPath entries are allowed (which are concatenated together),
<BR># as well as specifying multiple comma-separated entries in one FontPath
<BR># command (or a combination of both methods)
<BR>#
<BR># If you don´t have a floating point coprocessor and emacs, Mosaic or other
<BR># programs take long to start up, try moving the Type1 and Speedo directory
<BR># to the end of this list (or comment them out).
<BR>#
<BR>
<BR> FontPath "/usr/X11R6/lib/X11/fonts/local/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
<BR>
<BR># The module search path. The default path is shown here.
<BR>
<BR># ModulePath "/usr/X11R6/lib/modules"
<BR>
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># Server flags section.
<BR># **********************************************************************
<BR>
<BR>Section "ServerFlags"
<BR>
<BR># Uncomment this to cause a core dump at the spot where a signal is
<BR># received. This may leave the console in an unusable state, but may
<BR># provide a better stack trace in the core dump to aid in debugging
<BR>
<BR># Option "NoTrapSignals"
<BR>
<BR># Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
<BR># (where n is 1 through 12). This allows clients to receive these key
<BR># events.
<BR>
<BR># Option "DontVTSwitch"
<BR>
<BR># Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
<BR># This allows clients to receive this key event.
<BR>
<BR># Option "DontZap"
<BR>
<BR># Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
<BR># sequences. This allows clients to receive these key events.
<BR>
<BR># Option "Dont Zoom"
<BR>
<BR># Uncomment this to disable tuning with the xvidtune client. With
<BR># it the client can still run and fetch card and monitor attributes,
<BR># but it will not be allowed to change them. If it tries it will
<BR># receive a protocol error.
<BR>
<BR># Option "DisableVidModeExtension"
<BR>
<BR># Uncomment this to enable the use of a non-local xvidtune client.
<BR>
<BR># Option "AllowNonLocalXvidtune"
<BR>
<BR># Uncomment this to disable dynamically modifying the input device
<BR># (mouse and keyboard) settings.
<BR>
<BR># Option "DisableModInDev"
<BR>
<BR># Uncomment this to enable the use of a non-local client to
<BR># change the keyboard or mouse settings (currently only xset).
<BR>
<BR># Option "AllowNonLocalModInDev"
<BR>
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># Input devices
<BR># **********************************************************************
<BR>
<BR># **********************************************************************
<BR># Core keyboard´s InputDevice section
<BR># **********************************************************************
<BR>
<BR>Section "InputDevice"
<BR>
<BR> Identifier "Keyboard1"
<BR> Driver "Keyboard"
<BR>
<BR># For most OSs the protocol can be omitted (it defaults to "Standard").
<BR># When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
<BR># uncomment the following line.
<BR>
<BR># Option "Protocol" "Xqueue"
<BR>
<BR># Option "AutoRepeat" "500 30"
<BR>
<BR># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
<BR># Option "Xleds" "1 2 3"
<BR>
<BR># Option "LeftAlt" "Meta"
<BR># Option "RightAlt" "ModeShift"
<BR>
<BR># To customise the XKB settings to suit your keyboard, modify the
<BR># lines below (which are the defaults). For example, for a non-U.S.
<BR># keyboard, you will probably want to use:
<BR># Option "XkbModel" "pc102"
<BR># If you have a US Microsoft Natural keyboard, you can use:
<BR># Option "XkbModel" "microsoft"
<BR>#
<BR># Then to change the language, change the Layout setting.
<BR># For example, a german layout can be obtained with:
<BR># Option "XkbLayout" "de"
<BR># or:
<BR># Option "XkbLayout" "de"
<BR># Option "XkbVariant" "nodeadkeys"
<BR>#
<BR># If you´d like to switch the positions of your capslock and
<BR># control keys, use:
<BR># Option "XkbOptions" "ctrl:swapcaps"
<BR>
<BR># These are the default XKB settings for X.Org
<BR># Option "XkbRules" "__XKBDEFRULES__"
<BR># Option "XkbModel" "pc101"
<BR># Option "XkbLayout" "us"
<BR># Option "XkbVariant" ""
<BR># Option "XkbOptions" ""
<BR>
<BR># Option "XkbDisable"
<BR>
<BR> Option "XkbRules" "xorg"
<BR> Option "XkbModel" "pc105"
<BR> Option "XkbLayout" "it"
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Core Pointer´s InputDevice section
<BR># **********************************************************************
<BR>
<BR>Section "InputDevice"
<BR>
<BR># Identifier and driver
<BR>
<BR> Identifier "Mouse1"
<BR> Driver "mouse"
<BR> Option "Protocol" "IMPS/2"
<BR> Option "Device" "/dev/mouse"
<BR> Option "ZAxisMapping" "4 5"
<BR>
<BR># Mouse-speed setting for PS/2 mouse.
<BR>
<BR># Option "Resolution" "256"
<BR>
<BR># When using XQUEUE, comment out the above two lines, and uncomment
<BR># the following line.
<BR>
<BR># Option "Protocol" "Xqueue"
<BR>
<BR># Baudrate and SampleRate are only for some Logitech mice. In
<BR># almost every case these lines should be omitted.
<BR>
<BR># Option "BaudRate" "9600"
<BR># Option "SampleRate" "150"
<BR>
<BR># Emulate3Buttons is an option for 2-button Microsoft mice
<BR># Emulate3Timeout is the timeout in milliseconds (default is 50ms)
<BR>
<BR># Option "Emulate3Buttons"
<BR># Option "Emulate3Timeout" "50"
<BR>
<BR># ChordMiddle is an option for some 3-button Logitech mice
<BR>
<BR># Option "ChordMiddle"
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Other input device sections
<BR># this is optional and is required only if you
<BR># are using extended input devices. This is for example only. Refer
<BR># to the XF86Config man page for a description of the options.
<BR># **********************************************************************
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "Mouse2"
<BR># Driver "mouse"
<BR># Option "Protocol" "MouseMan"
<BR># Option "Device" "/dev/mouse2"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "spaceball"
<BR># Driver "magellan"
<BR># Option "Device" "/dev/cua0"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "spaceball2"
<BR># Driver "spaceorb"
<BR># Option "Device" "/dev/cua0"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "touchscreen0"
<BR># Driver "microtouch"
<BR># Option "Device" "/dev/ttyS0"
<BR># Option "MinX" "1412"
<BR># Option "MaxX" "15184"
<BR># Option "MinY" "15372"
<BR># Option "MaxY" "1230"
<BR># Option "ScreenNumber" "0"
<BR># Option "ReportingMode" "Scaled"
<BR># Option "ButtonNumber" "1"
<BR># Option "SendCoreEvents"
<BR># EndSection
<BR>#
<BR># Section "InputDevice"
<BR># Identifier "touchscreen1"
<BR># Driver "elo2300"
<BR># Option "Device" "/dev/ttyS0"
<BR># Option "MinX" "231"
<BR># Option "MaxX" "3868"
<BR># Option "MinY" "3858"
<BR># Option "MaxY" "272"
<BR># Option "ScreenNumber" "0"
<BR># Option "ReportingMode" "Scaled"
<BR># Option "ButtonThreshold" "17"
<BR># Option "ButtonNumber" "1"
<BR># Option "SendCoreEvents"
<BR># EndSection
<BR>
<BR># **********************************************************************
<BR># Monitor section
<BR># **********************************************************************
<BR>
<BR># Any number of monitor sections may be present
<BR>
<BR>Section "Monitor"
<BR>
<BR> Identifier "Samtron"
<BR>
<BR># HorizSync is in kHz unless units are specified.
<BR># HorizSync may be a comma separated list of discrete values, or a
<BR># comma separated list of ranges of values.
<BR># NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR´S
<BR># USER MANUAL FOR THE CORRECT NUMBERS.
<BR>
<BR> HorizSync 30-70
<BR>
<BR># HorizSync 30-64 # multisync
<BR># HorizSync 31.5, 35.2 # multiple fixed sync frequencies
<BR># HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
<BR>
<BR># VertRefresh is in Hz unless units are specified.
<BR># VertRefresh may be a comma separated list of discrete values, or a
<BR># comma separated list of ranges of values.
<BR># NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR´S
<BR># USER MANUAL FOR THE CORRECT NUMBERS.
<BR>
<BR> VertRefresh 50-160
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Graphics device section
<BR># **********************************************************************
<BR>
<BR># Any number of graphics device sections may be present
<BR>
<BR># Standard VGA Device:
<BR>
<BR>#!!Section "Device"
<BR>#!! Identifier "Standard VGA"
<BR># VendorName "Unknown"
<BR># BoardName "Unknown"
<BR>
<BR># The chipset line is optional in most cases. It can be used to override
<BR># the driver´s chipset detection, and should not normally be specified.
<BR>
<BR># Chipset "generic"
<BR>
<BR># The Driver line must be present. When using run-time loadable driver
<BR># modules, this line instructs the server to load the specified driver
<BR># module. Even when not using loadable driver modules, this line
<BR># indicates which driver should interpret the information in this section.
<BR>
<BR>#!! Driver "vga"
<BR># The BusID line is used to specify which of possibly multiple devices
<BR># this section is intended for. When this line isn´t present, a device
<BR># section can only match up with the primary video device. For PCI
<BR># devices a line like the following could be used. This line should not
<BR># normally be included unless there is more than one video device
<BR># intalled.
<BR>
<BR># BusID "PCI:0:10:0"
<BR>
<BR># VideoRam 256
<BR>
<BR># Clocks 25.2 28.3
<BR>
<BR>#!! EndSection
<BR>
<BR># Device configured by xf86config:
<BR>
<BR>Section "Device"
<BR> Identifier "NVIDIA"
<BR> Driver "nvidia"
<BR> BusID "PCI:01:00:00"
<BR> VideoRam 128
<BR> # Insert Clocks lines here if appropriate
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Screen sections
<BR># **********************************************************************
<BR>
<BR># Any number of screen sections may be present. Each describes
<BR># the configuration of a single screen. A single specific screen section
<BR># may be specified from the X server command line with the "-screen"
<BR># option.
<BR>Section "Screen"
<BR> Identifier "Screen 1"
<BR> Device "NVIDIA"
<BR> Monitor "Samtron"
<BR> DefaultDepth 24
<BR>
<BR> Subsection "Display"
<BR> Depth 8
<BR> Modes "1280x1024" "1024x768" "800x600" "640x480"
<BR> ViewPort 0 0
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 16
<BR> Modes "1280x1024" "1024x768" "800x600" "640x480"
<BR> ViewPort 0 0
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 24
<BR> Modes "1024x768"
<BR> ViewPort 0 0
<BR> EndSubsection
<BR>EndSection
<BR>
<BR># **********************************************************************
<BR># ServerLayout sections.
<BR># **********************************************************************
<BR>
<BR># Any number of ServerLayout sections may be present. Each describes
<BR># the way multiple screens are organised. A specific ServerLayout
<BR># section may be specified from the X server command line with the
<BR># "-layout" option. In the absence of this, the first section is used.
<BR># When now ServerLayout section is present, the first Screen section
<BR># is used alone.
<BR>
<BR>Section "ServerLayout"
<BR>
<BR># The Identifier line must be present
<BR> Identifier "Simple Layout"
<BR>
<BR># Each Screen line specifies a Screen section name, and optionally
<BR># the relative position of other screens. The four names after
<BR># primary screen name are the screens to the top, bottom, left and right
<BR># of the primary screen. In this example, screen 2 is located to the
<BR># right of screen 1.
<BR>
<BR> Screen "Screen 1"
<BR>
<BR># Each InputDevice line specifies an InputDevice section name and
<BR># optionally some options to specify the way the device is to be
<BR># used. Those options include "CorePointer", "CoreKeyboard" and
<BR># "SendCoreEvents".
<BR>
<BR> InputDevice "Mouse1" "CorePointer"
<BR> InputDevice "Keyboard1" "CoreKeyboard"
<BR>
<BR>EndSection
<BR>
<BR> Section "DRI"
<BR> Mode 0666
<BR> EndSection
<BR>
<BR>HELP ME
<BR>
<BR>
<BR>
<BR>
<BR><br>