Pagina 1 di 1

Il Log Out Si Blocca

Inviato: sab 19 mar 2005, 4:30
da v3g3t4
ciao a tutti da un po di tempo a questa parte mi si blocca il log out rimane la freccia del mouse e nn schioda nemmeno con ctrl-alt-canc e nn mi ritorna in modalita testo cosa puo essere ? vi posto qui il mio xorg magai e quello ...
<BR># File generated by xf86config.
<BR>
<BR>#
<BR># Copyright (c) 1999 by The XFree86 Project, Inc.
<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 the XFree86 Project 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># XFree86 Project.
<BR>#
<BR>
<BR># **********************************************************************
<BR># Refer to the XF86Config(4/5) man page for details about the format of
<BR># this file.
<BR># **********************************************************************
<BR>
<BR># NOTE: This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa
<BR># driver instead of the fbdev driver. Thanks to Kenneth Fanyo who pointed
<BR># this out to me. :)
<BR>
<BR># This XF86Config file is designed for use with the VESA framebuffer.
<BR># This generic interface should work with nearly all video cards
<BR># (although not every card will support every resolution).
<BR>
<BR># With the new driver, it should no longer be required to have frame buffer
<BR># support in the kernel, or to run it on the console.
<BR>#
<BR># Enjoy! :)
<BR># -- <a href="mailto:volkerdi@slackware.com" target="_new">volkerdi@slackware.com</a>
<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 font modules
<BR> Load "type1"
<BR> Load "freetype"
<BR> #Load "speedo"
<BR>
<BR># This loads the GLX module
<BR> Load "glx"
<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>
<BR># ModulePath can be used to set a search path for the X server modules.
<BR># The default path is shown here.
<BR>
<BR># ModulePath "/usr/X11R6/lib/modules"
<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/Type1"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/CID"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
<BR> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
<BR> FontPath "/usr/local/share/fonts"
<BR> FontPath "/usr/share/fonts"
<BR> FontPath "/usr/X11R6/lib/X11/fonts"
<BR> FontPath "/usr/share/fonts/default"
<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 "DontZoom"
<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># Set the basic blanking screen saver timeout.
<BR>
<BR># Option "blank time" "10" # 10 minutes
<BR>
<BR># Set the DPMS timeouts. These are set here because they are global
<BR># rather than screen-specific. These settings alone don´t enable DPMS.
<BR># It is enabled per-screen (or per-monitor), and even then only when
<BR># the driver supports it.
<BR>
<BR># Option "standby time" "20"
<BR># Option "suspend time" "30"
<BR># Option "off time" "60"
<BR>
<BR># On some platform the server needs to estimate the sizes of PCI
<BR># memory and pio ranges. This is done by assuming that PCI ranges
<BR># don´t overlap. Some broken BIOSes tend to set ranges of inactive
<BR># devices wrong. Here one can adjust how aggressive the assumptions
<BR># should be. Default is 0.
<BR>
<BR># Option "EstimateSizesAggresively" "0"
<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 "kbd"
<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># Set the keyboard auto repeat parameters. Not all platforms implement
<BR># this.
<BR>
<BR># Option "AutoRepeat" "500 5"
<BR>
<BR># Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).
<BR>
<BR># Option "Xleds" "1 2 3"
<BR>
<BR># To disable the XKEYBOARD extension, uncomment XkbDisable.
<BR>
<BR># Option "XkbDisable"
<BR>
<BR># To customise the XKB settings to suit your keyboard, modify the
<BR># lines below (which are the defaults). For example, for a European
<BR># keyboard, you will probably want to use one of:
<BR>#
<BR># Option "XkbModel" "pc102"
<BR># Option "XkbModel" "pc105"
<BR>#
<BR># If you have a Microsoft Natural keyboard, you can use:
<BR>#
<BR># Option "XkbModel" "microsoft"
<BR>#
<BR># If you have a US "windows" keyboard you will want:
<BR>#
<BR># Option "XkbModel" "pc104"
<BR>#
<BR># Then to change the language, change the Layout setting.
<BR># For example, a german layout can be obtained with:
<BR>#
<BR># Option "XkbLayout" "de"
<BR>#
<BR># or:
<BR>#
<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>#
<BR># Option "XkbOptions" "ctrl:swapcaps"
<BR>
<BR>
<BR># These are the default XKB settings for X.Org
<BR>#
<BR># Option "XkbRules" "xorg"
<BR># Option "XkbModel" "pc101"
<BR># Option "XkbLayout" "us"
<BR># Option "XkbVariant" ""
<BR># Option "XkbOptions" ""
<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 "ZAxisMapping" "4 5"
<BR> Option "Resolution" "600"
<BR>
<BR># On platforms where PnP mouse detection is supported the following
<BR># protocol setting can be used when using a newer PnP mouse:
<BR>
<BR># Option "Protocol" "IMPS/2"
<BR>
<BR># The available mouse protocols types that you can set below are:
<BR># Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
<BR># Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
<BR># MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
<BR># ThinkingMouse ThinkingMousePS/2 Xqueue
<BR>
<BR>
<BR>
<BR># The mouse device. The device is normally set to /dev/mouse,
<BR># which is usually a symbolic link to the real device.
<BR>
<BR> Option "Device" "/dev/mouse"
<BR># Option "Device" "/dev/psaux"
<BR># Option "Device" "/dev/ttyS0"
<BR># Option "Device" "/dev/ttyS1"
<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># Some examples of extended input devices
<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 "My Monitor"
<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 31.5 - 50.0
<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 40-90
<BR>
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Graphics device section
<BR># **********************************************************************
<BR>
<BR># Any number of graphics device sections may be present
<BR>
<BR>Section "Device"
<BR> Identifier "VESA Framebuffer"
<BR> Driver "vesa"
<BR> #VideoRam 4096
<BR> # Insert Clocks lines here if appropriate
<BR>EndSection
<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 "VESA Framebuffer"
<BR> Monitor "My Monitor"
<BR>
<BR># If your card can handle it, a higher default color depth (like 24 or 32)
<BR># is highly recommended.
<BR>
<BR># DefaultDepth 8
<BR># DefaultDepth 16
<BR> DefaultDepth 24
<BR># DefaultDepth 32
<BR>
<BR># "1024x768" is also a conservative usable default resolution. If you
<BR># have a better monitor, feel free to try resolutions such as
<BR># "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
<BR># card/monitor can produce)
<BR>
<BR> Subsection "Display"
<BR> Depth 8
<BR> Modes "1024x768" "800x600" "640x480"
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 16
<BR> Modes "1024x768" "800x600" "640x480"
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 24
<BR> Modes "1024x768" "800x600" "640x480"
<BR> EndSubsection
<BR> Subsection "Display"
<BR> Depth 32
<BR> Modes "1024x768" "800x600" "640x480"
<BR> EndSubsection
<BR>
<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>
<BR>
<BR>grazie in anticipo zio vege<br>

Il Log Out Si Blocca

Inviato: sab 19 mar 2005, 9:24
da picasso
il file /etc/X11/xorg.conf va bene anche se usare il driver vesa
<BR>non è proprio il massimo! Dovresti usare l driver specifico
<BR>della tua skeda video.
<BR>Comunque se sospetti che sia X il problema leggi le ultime righe
<BR>del file "/var/log/Xorg.0.log"<br>

Il Log Out Si Blocca

Inviato: sab 19 mar 2005, 10:07
da v3g3t4
ti posto le ultime righe ah il problema me lo ha fatto quando ho cercato di installare i driver Nvidia presi dl sito
<BR>
<BR>Vendor: NVidia Corporation
<BR>(II) VESA(0): VESA VBE OEM Product: NV25 Board
<BR>(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
<BR>(==) VESA(0): Write-combining range (0xc0000000,0x8000000)
<BR>(II) VESA(0): virtual address = 0x40a53000,
<BR> physical address = 0xc0000000, size = 134217728
<BR>(==) VESA(0): Default visual is TrueColor
<BR>(==) VESA(0): Backing store disabled
<BR>(==) RandR enabled
<BR>(II) Setting vga for screen 0.
<BR>(II) Initializing built-in extension MIT-SHM
<BR>(II) Initializing built-in extension XInputExtension
<BR>(II) Initializing built-in extension XTEST
<BR>(II) Initializing built-in extension XKEYBOARD
<BR>(II) Initializing built-in extension LBX
<BR>(II) Initializing built-in extension XC-APPGROUP
<BR>(II) Initializing built-in extension SECURITY
<BR>(II) Initializing built-in extension XINERAMA
<BR>(II) Initializing built-in extension XFIXES
<BR>(II) Initializing built-in extension XFree86-Bigfont
<BR>(II) Initializing built-in extension RENDER
<BR>(II) Initializing built-in extension RANDR
<BR>(II) Initializing built-in extension COMPOSITE
<BR>(II) Initializing built-in extension DAMAGE
<BR>(II) Initializing built-in extension XEVIE
<BR>(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
<BR>(**) Option "Protocol" "ImPS/2"
<BR>(**) Mouse1: Device: "/dev/mouse"
<BR>(**) Mouse1: Protocol: "ImPS/2"
<BR>(**) Option "CorePointer"
<BR>(**) Mouse1: Core Pointer
<BR>(**) Option "Device" "/dev/mouse"
<BR>(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
<BR>(**) Option "ZAxisMapping" "4 5"
<BR>(**) Mouse1: ZAxisMapping: buttons 4 and 5
<BR>(**) Mouse1: Buttons: 5
<BR>(**) Option "Resolution" "600"
<BR>(**) Mouse1: Resolution: 600
<BR>(**) Option "CoreKeyboard"
<BR>(**) Keyboard1: Core Keyboard
<BR>(**) Option "Protocol" "standard"
<BR>(**) Keyboard1: Protocol: standard
<BR>(**) Option "AutoRepeat" "500 30"
<BR>(**) Option "XkbRules" "xorg"
<BR>(**) Keyboard1: XkbRules: "xorg"
<BR>(**) Option "XkbModel" "pc101"
<BR>(**) Keyboard1: XkbModel: "pc101"
<BR>(**) Option "XkbLayout" "us"
<BR>(**) Keyboard1: XkbLayout: "us"
<BR>(**) Option "CustomKeycodes" "off"
<BR>(**) Keyboard1: CustomKeycodes disabled
<BR>(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
<BR>(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
<BR>(II) Mouse1: ps2EnableDataReporting: succeeded
<BR>Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from list!
<BR>Could not init font path element /usr/share/fonts/default, removing from list!
<BR>SetClientVersion: 0 8
<BR><br>

Il Log Out Si Blocca

Inviato: sab 19 mar 2005, 10:28
da picasso
il log sembra sia tutto apposto
<BR>l´unico segnale d´errore dice che
<BR>il driver nvidia non è stato trovato
<BR>probabilmente non lo hai installato bene
<BR>quindi probabilmente sei ancora in modalità vesa
<BR><br>