Vi posto anche il mio Xorg.conf, se potesse aiutarvi a farmi uscire da questo pasticcio
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Apr 10 18:52:28 PDT 2008
###########################################################################
#
# xorg.conf - 06.06.2008 - slackware 12.1 - sberla54
#
# contiene:
# nvidia - rotellina - IMPS2 - refresh - 1280x1024 - tastiera ita 105
# definizione mouse 800dpi per RX300 -
# testato coi driver nvidia 171.06.01
###########################################################################
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Identifier "Simple Layout"
Screen "Screen1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.
# ModulePath "/usr/lib/xorg/modules"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/cyrillic/"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# 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.
# Option "DontVTSwitch"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "DontZoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
# Set the basic blanking screen saver timeout.
# Option "blank time" "10" # 10 minutes
# Set the DPMS timeouts. These are set here because they are global
# rather than screen-specific. These settings alone don't enable DPMS.
# It is enabled per-screen (or per-monitor), and even then only when
# the driver supports it.
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"
# On some platform the server needs to estimate the sizes of PCI
# memory and pio ranges. This is done by assuming that PCI ranges
# don't overlap. Some broken BIOSes tend to set ranges of inactive
# devices wrong. Here one can adjust how aggressive the assumptions
# should be. Default is 0.
# Option "EstimateSizesAggresively" "0"
# No Nvidia Logo
### Option "NoLogo" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
# Riconoscimento rotellina:
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
# Risoluzione del Logitech RX300
Option "Resolution" "800"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Nvidia1"
Driver "nvidia"
EndSection
Section "Screen"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Identifier "Screen1"
Device "Nvidia1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Ho fatto un po' di prove con Glxgears, vedendo che alcuni avevano problemi di crash anche avviandolo, ed a me non da alcun problema:
Codice: Seleziona tutto
bash-3.1$ glxgears
23098 frames in 5.0 seconds = 4619.533 FPS
24680 frames in 5.1 seconds = 4876.951 FPS
27277 frames in 5.0 seconds = 5455.397 FPS
36844 frames in 5.0 seconds = 7368.664 FPS
37588 frames in 5.0 seconds = 7517.566 FPS
36881 frames in 5.0 seconds = 7376.122 FPS
35959 frames in 5.0 seconds = 7191.729 FPS
37651 frames in 5.0 seconds = 7530.095 FPS
34694 frames in 5.0 seconds = 6938.722 FPS
25521 frames in 5.0 seconds = 5104.088 FPS
38884 frames in 5.0 seconds = 7776.674 FPS
38665 frames in 5.0 seconds = 7732.971 FPS
38519 frames in 5.0 seconds = 7703.766 FPS
38622 frames in 5.0 seconds = 7724.272 FPS
39809 frames in 5.0 seconds = 7961.511 FPS
41069 frames in 5.0 seconds = 8213.654 FPS
40119 frames in 5.0 seconds = 8022.714 FPS
37971 frames in 5.0 seconds = 7594.121 FPS
39049 frames in 5.0 seconds = 7809.742 FPS
38862 frames in 5.0 seconds = 7772.308 FPS
35898 frames in 5.0 seconds = 7179.538 FPS
37656 frames in 5.0 seconds = 7531.141 FPS
36866 frames in 5.0 seconds = 7373.159 FPS
37013 frames in 5.0 seconds = 7402.511 FPS
34953 frames in 5.0 seconds = 6990.491 FPS
34273 frames in 5.0 seconds = 6854.555 FPS
36159 frames in 5.0 seconds = 7231.752 FPS
34670 frames in 5.0 seconds = 6933.986 FPS
37470 frames in 5.0 seconds = 7493.974 FPS
34196 frames in 5.0 seconds = 6839.085 FPS
35135 frames in 5.0 seconds = 7026.913 FPS
34798 frames in 5.0 seconds = 6957.975 FPS
33716 frames in 5.0 seconds = 6743.168 FPS
33550 frames in 5.0 seconds = 6709.561 FPS
23892 frames in 5.0 seconds = 4777.309 FPS
EDIT:
Ho disinstallato ogni driver nvidia con NVIDIA-Linux-x86-173.14.05-pkg1.run --uninstall , poi li ho reinstallati.
Quindi ora sono di nuovo coi driver Nvidia piu' recenti e sono sicuro che ci siano solo e soltanto loro.
Dopo averli installati in /var/log/messages e' comparso questo:
Codice: Seleziona tutto
Jun 7 16:28:03 joshua kernel: warning: process `nvidia-installe' used the deprecated sysctl system call with 1.23.
Jun 7 16:28:04 joshua last message repeated 2 times
anche se non credo sia importante.
Ho notato, inoltre, che questo errore:
Codice: Seleziona tutto
XIO: fatal IO error, 11 (Resource temporarily unavailable) on X server ":0.0"
mi e' comparso una volta anche utilizzando i driver NV di xorg.
Ho chiuso normalissimamente fluxbox ed in tty1 ho notato che c'era anche quella riga li.
Forse e' dovuto al fatto che io ho sempre in esecuzione alcuni programmi, quali metamonitor, qps, klipper, korganizer, che quando vado chiudere fluxbox vengono killati.
E' strano pero' leggere quello stesso errore anche usando i driver di xorg.
Specifico pero' che con i driver xorg finora non ho avuto nessunissimo crash.
Quell'errore e' saltato fuori dopo che avevo gia' chiuso volontariamente X.