impossibile avviare in failsafex

Pubblicità

Sandor

Utente Attivo
Messaggi
134
Reazioni
3
Punteggio
38
ciao a tutti,

volevo provare a avviare ubuntu 13.10 in modalità grafica d'emergenze, solo che quando compare la scritta "stand by one minute.." premo ok, compare un trattino lampeggiante e niente più, e quindi sono constretto a spegnere il computer. Secondo voi è grve e c'è un modo di risolvere?? oppure posso fregarmene e disabilitirare la recovery editando il grub??

p.s ho un macbook, intel core 2 duo, scheda grafica nvidia geforce 320m

grazie
 
La modalità "normale" ti funziona, comunque?
Credo che per capire che è successo tu debba guardare i file di log del server grafico.
In questo caso il file per gli altri è /var/log/Xorg.0.log, per te sarà /var/log/Xorg.1.log, visto che riavviando il pc con la grafica normale il log "ruota" dalla posizione 0 (current) alla posizione 1.
Se non ci capisci niente prova a postarcelo, vediamo se c'è qualcuno che coglie
 
La modalità "normale" ti funziona, comunque?
Credo che per capire che è successo tu debba guardare i file di log del server grafico.
In questo caso il file per gli altri è /var/log/Xorg.0.log, per te sarà /var/log/Xorg.1.log, visto che riavviando il pc con la grafica normale il log "ruota" dalla posizione 0 (current) alla posizione 1.
Se non ci capisci niente prova a postarcelo, vediamo se c'è qualcuno che coglie



Codice:
.\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/Xorg.man.pre,v 1.3 2005/07/04 18:41:01 ajax Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH Xorg 1 "xorg-server 1.14.3" "X Version 11"
.SH NAME
Xorg - X11R7 X server
.SH SYNOPSIS
.B Xorg
.RI [\fB:\fP display ]
.RI [ option
.IR ... ]
.SH DESCRIPTION
.B Xorg
is a full featured X server that was originally designed for UNIX and
UNIX-like operating systems running on Intel x86 hardware.  It now runs
on a wider range of hardware and OS platforms.
.PP
This work was derived by the X.Org Foundation from the XFree86 Project's
.I "XFree86\ 4.4rc2"
release.
The XFree86 release was originally derived from
.I "X386\ 1.2"
by Thomas Roell which was contributed to X11R5 by Snitily Graphics
Consulting Service.
.SH PLATFORMS
.PP
.B Xorg
operates under a wide range of operating systems and hardware platforms.
The Intel x86 (IA32) architecture is the most widely supported hardware
platform.  Other hardware platforms include Compaq Alpha, Intel IA64, AMD64,
SPARC and PowerPC.  The most widely supported operating systems are the
free/OpenSource UNIX-like systems such as Linux, FreeBSD, NetBSD,
OpenBSD, and Solaris.  Commercial UNIX operating systems such as
UnixWare are also supported.  Other supported operating systems include
GNU Hurd.  Mac OS X is supported with the
Xquartz(1) X server.  Win32/Cygwin is supported with the
XWin(1) X server.
.PP
.SH "NETWORK CONNECTIONS"
.B Xorg
supports connections made using the following reliable
byte-streams:
.TP 4
.I "Local"
On most platforms, the "Local" connection type is a UNIX-domain socket.
On some System V platforms, the "local" connection types also include
STREAMS pipes, named pipes, and some other mechanisms.
.TP 4
.I TCP\/IP
.B Xorg
listens on port
.RI 6000+ n ,
where
.I n
is the display number.  This connection type can be disabled with the
.B \-nolisten
option (see the Xserver(1) man page for details).
.SH "ENVIRONMENT VARIABLES"
For operating systems that support local connections other than Unix
Domain sockets (SVR3 and SVR4), there is a compiled-in list specifying
the order in which local connections should be attempted.  This list
can be overridden by the
.I XLOCAL
environment variable described below.  If the display name indicates a
best-choice connection should be made (e.g.
.BR :0.0 ),
each connection mechanism is tried until a connection succeeds or no
more mechanisms are available.  Note: for these OSs, the Unix Domain
socket connection is treated differently from the other local connection
types.  To use it the connection must be made to
.BR unix:0.0 .
.PP
The
.I XLOCAL
environment variable should contain a list of one more
more of the following:
.PP
.RS 8
.nf
NAMED
PTS
SCO
ISC
.fi
.RE
.PP
which represent SVR4 Named Streams pipe, Old-style USL Streams pipe,
SCO XSight Streams pipe, and ISC Streams pipe, respectively.  You can
select a single mechanism (e.g.
.IR XLOCAL=NAMED ),
or an ordered list (e.g. \fIXLOCAL="NAMED:PTS:SCO"\fP).
his variable overrides the compiled-in defaults.  For SVR4 it is
recommended that
.I NAMED
be the first preference connection.  The default setting is
.IR PTS:NAMED:ISC:SCO .
.PP
To globally override the compiled-in defaults, you should define (and
export if using
.B sh
or
.BR ksh )
.I XLOCAL
globally.  If you use startx(1) or xinit(1), the definition should be
at the top of your
.I .xinitrc
file.  If you use xdm(1), the definitions should be early on in the
.I /usr/lib/X11/xdm/Xsession
script.
.SH OPTIONS
.B Xorg
supports several mechanisms for supplying/obtaining configuration and
run-time parameters: command line options, environment variables, the
xorg.conf(5) configuration files, auto-detection, and
fallback defaults.  When the same information is supplied in more than
one way, the highest precedence mechanism is used.  The list of mechanisms
is ordered from highest precedence to lowest.  Note that not all parameters
can be supplied via all methods.  The available command line options
and environment variables (and some defaults) are described here and in
the Xserver(1) manual page.  Most configuration file
parameters, with their defaults, are described in the
xorg.conf(5) manual page.  Driver and module specific
configuration parameters are described in the relevant driver or module
manual page.
.PP
In addition to the normal server options described in the
Xserver(1) manual page,
.B Xorg
accepts the following command line switches:
.TP 8
.BI vt XX
.I XX
specifies the Virtual Terminal device number which
.B Xorg
will use.  Without this option,
.B Xorg
will pick the first available Virtual Terminal that it can locate.  This
option applies only to platforms that have virtual terminal support, such
as Linux, BSD, OpenSolaris, SVR3, and SVR4.
.TP
.B \-allowMouseOpenFail
Allow the server to start up even if the mouse device can't be opened
or initialised.  This is equivalent to the
.B AllowMouseOpenFail
xorg.conf(5) file option.
.TP 8
.B \-allowNonLocalXvidtune
Make the VidMode extension available to remote clients.  This allows
the xvidtune client to connect from another host.  This is equivalent
to the
.B AllowNonLocalXvidtune
xorg.conf(5) file option.  By default non-local
connections are not allowed.
.TP 8
.BI \-bgamma " value"
Set the blue gamma correction.
.I value
must be between 0.1 and 10.
The default is 1.0.  Not all drivers support this.  See also the
.BR \-gamma ,
.BR \-rgamma ,
and
.B \-ggamma
options.
.TP 8
.BI \-bpp " n"
No longer supported.  Use
.B \-depth
to set the color depth, and use
.B \-fbbpp
if you really need to force a non-default framebuffer (hardware) pixel
format.
.TP 8
.BI \-config " file"
Read the server configuration from
.IR file .
This option will work for any file when the server is run as root (i.e,
with real-uid 0), or for files relative to a directory in the config
search path for all other users.
.TP 8
.BI \-configdir " directory"
Read the server configuration files from
.IR directory .
This option will work for any directory when the server is run as root
(i.e, with real-uid 0), or for directories relative to a directory in the
config directory search path for all other users.
.TP 8
.B \-configure
When this option is specified, the
.B Xorg
server loads all video driver modules, probes for available hardware,
and writes out an initial xorg.conf(5) file based on
what was detected.  This option currently has some problems on some
platforms, but in most cases it is a good way to bootstrap the
configuration process.  This option is only available when the server
is run as root (i.e, with real-uid 0).
.TP 8
.BI "\-crt /dev/tty" XX
SCO only.  This is the same as the
.B vt
option, and is provided for compatibility with the native SCO X server.
.TP 8
.BI \-depth " n"
Sets the default color depth.  Legal values are 1, 4, 8, 15, 16, and
24.  Not all drivers support all values.
.TP 8
.B \-disableVidMode
Disable the parts of the VidMode extension (used by the xvidtune
client) that can be used to change the video modes.  This is equivalent
to the
.B DisableVidModeExtension
xorg.conf(5) file option.
.TP 8
.B \-fbbpp \fIn\fP
Sets the number of framebuffer bits per pixel.  You should only set this
if you're sure it's necessary; normally the server can deduce the correct
value from
.B \-depth
above.  Useful if you want to run a depth 24 configuration with a 24
bpp framebuffer rather than the (possibly default) 32 bpp framebuffer
(or vice versa).  Legal values are 1, 8, 16, 24, 32.  Not all drivers
support all values.
.TP 8
.B \-flipPixels
Swap the default values for the black and white pixels.
.TP 8
.BI \-gamma " value"
Set the gamma correction.
.I value
must be between 0.1 and 10.  The default is 1.0.  This value is applied
equally to the R, G and B values.  Those values can be set independently
with the
.BR \-rgamma ,
.BR \-bgamma ,
and
.B \-ggamma
options.  Not all drivers support this.
.TP 8
.BI \-ggamma " value"
Set the green gamma correction.
.I value
must be between 0.1 and 10.  The default is 1.0.  Not all drivers support
this.  See also the
.BR \-gamma ,
.BR \-rgamma ,
and
.B \-bgamma
options.
.TP 8
.B \-ignoreABI
The
.B Xorg
server checks the ABI revision levels of each module that it loads.  It
will normally refuse to load modules with ABI revisions that are newer
than the server's.  This is because such modules might use interfaces
that the server does not have.  When this option is specified, mismatches
like this are downgraded from fatal errors to warnings.  This option
should be used with care.
.TP 8
.B \-isolateDevice \fIbus\-id\fP
Restrict device resets to the device at
.IR bus\-id .
The
.I bus\-id
string has the form
.IB bustype : bus : device : function
(e.g., \(oqPCI:1:0:0\(cq).
At present, only isolation of PCI devices is supported; i.e., this option
is ignored if
.I bustype
is anything other than \(oqPCI\(cq.
.TP 8
.B \-keeptty
Prevent the server from detaching its initial controlling terminal.
This option is only useful when debugging the server.  Not all platforms
support (or can use) this option.
.TP 8
.BI \-keyboard " keyboard-name"
Use the xorg.conf(5) file
.B InputDevice
section called
.I keyboard-name
as the core keyboard.  This option is ignored when the
.B Layout
section specifies a core keyboard.  In the absence of both a Layout
section and this option, the first relevant
.B InputDevice
section is used for the core keyboard.
.TP 8
.BI \-layout " layout-name"
Use the xorg.conf(5) file
.B Layout
section called
.IR layout-name .
By default the first
.B Layout
section is used.
.TP 8
.BI \-logfile " filename"
Use the file called
.I filename
as the
.B Xorg
server log file.  The default log file is
.BI /var/log/Xorg. n .log
on most platforms, where
.I n
is the display number of the
.B Xorg
server.  The default may be in a different directory on some platforms.
This option is only available when the server is run as root (i.e, with
real-uid 0).
.TP 8
.BR \-logverbose " [\fIn\fP]"
Sets the verbosity level for information printed to the
.B Xorg
server log file.  If the
.I n
value isn't supplied, each occurrence of this option increments the log
file verbosity level.  When the
.I n
value is supplied, the log file verbosity level is set to that value.
The default log file verbosity level is 3.
.TP 8
.BI \-modulepath " searchpath"
Set the module search path to
.IR searchpath .
.I searchpath
is a comma separated list of directories to search for
.B Xorg
server modules.  This option is only available when the server is run
as root (i.e, with real-uid 0).
.TP 8
.B \-nosilk
Disable Silken Mouse support.
.TP 8
.B \-novtswitch
Disable the automatic switching on X server reset and shutdown to the
VT that was active when the server started, if supported by the OS.
.TP 8
.B \-pixmap24
Set the internal pixmap format for depth 24 pixmaps to 24 bits per pixel.
The default is usually 32 bits per pixel.  There is normally little
reason to use this option.  Some client applications don't like this
pixmap format, even though it is a perfectly legal format.  This is
equivalent to the
.B Pixmap
xorg.conf(5) file option.
.TP 8
.B \-pixmap32
Set the internal pixmap format for depth 24 pixmaps to 32 bits per pixel.
This is usually the default.  This is equivalent to the
.B Pixmap
xorg.conf(5) file option.
.TP 8
.BI \-pointer " pointer-name"
Use the xorg.conf(5) file
.B InputDevice
section called
.I pointer-name
as the core pointer.  This option is ignored when the
.B Layout
section specifies a core pointer.  In the absence of both a Layout
section and this option, the first relevant
.B InputDevice
section is used for the core pointer.
.TP 8
.B \-quiet
Suppress most informational messages at startup.  The verbosity level
is set to zero.
.TP 8
.BI \-rgamma " value"
Set the red gamma correction.
.I value
must be between 0.1 and 10.  The default is 1.0.  Not all drivers support
this.  See also the
.BR \-gamma ,
.BR \-bgamma ,
and
.B \-ggamma
options.
.TP 8
.B \-sharevts
Share virtual terminals with another X server, if supported by the OS.
.TP 8
.BI \-screen " screen-name"
Use the xorg.conf(5) file
.B Screen
section called
.IR screen-name .
By default the screens referenced by the default
.B Layout
section are used, or the first
.B Screen
section when there are no
.B Layout
sections.
.TP 8
.B \-showconfig
This is the same as the
.B \-version
option, and is included for compatibility reasons.  It may be removed
in a future release, so the
.B \-version
option should be used instead.
.TP 8
.B \-showDefaultModulePath
Print out the default module path the server was compiled with.
.TP 8
.B \-showDefaultLibPath
Print out the path libraries should be installed to.
.TP 8
.B \-showopts
For each driver module installed, print out the list of options and their
argument types.
.TP 8
.BI \-weight " nnn"
Set RGB weighting at 16 bpp.  The default is 565.  This applies only to
those drivers which support 16 bpp.
.TP 8
.BR \-verbose " [\fIn\fP]"
Sets the verbosity level for information printed on stderr.  If the
.I n
value isn't supplied, each occurrence of this option increments the
verbosity level.  When the
.I n
value is supplied, the verbosity level is set to that value.  The default
verbosity level is 0.
.TP 8
.B \-version
Print out the server version, patchlevel, release date, the operating
system/platform it was built on, and whether it includes module loader
support.
.SH "KEYBOARD"
.PP
The
.B Xorg
server is normally configured to recognize various special combinations
of key presses that instruct the server to perform some action, rather
than just sending the key press event to a client application. These actions
depend on the XKB keymap loaded by a particular keyboard device and may or
may not be available on a given configuration.
.PP
The following key combinations are commonly part of the default XKEYBOARD
keymap.
.TP 8
.B Ctrl+Alt+Backspace
Immediately kills the server -- no questions asked. It can be disabled by
setting the
.B DontZap
xorg.conf(5) file option to a TRUE value.
.PP
.RS 8
It should be noted that zapping is triggered by the
.B Terminate_Server
action in the keyboard map. This action is not part of the default keymaps
but can be enabled with the XKB option
.B \*qterminate:ctrl_alt_bksp\*q.
.RE
.TP 8
.B Ctrl+Alt+Keypad-Plus
Change video mode to next one specified in the configuration file.
This can be disabled with the
.B DontZoom
xorg.conf(5) file option.
.TP 8
.B Ctrl+Alt+Keypad-Minus
Change video mode to previous one specified in the configuration file.
This can be disabled with the
.B DontZoom
xorg.conf(5) file option.
.TP 8
.B Ctrl+Alt+F1...F12
For systems with virtual terminal support, these keystroke
combinations are used to switch to virtual terminals 1 through 12,
respectively.  This can be disabled with the
.B DontVTSwitch
xorg.conf(5) file option.
.SH CONFIGURATION
.B Xorg
typically uses a configuration file called
.B xorg.conf
and configuration files with the suffix
.I .conf
in a directory called
.B xorg.conf.d
for its initial setup.
Refer to the xorg.conf(5) manual page for information
about the format of this file.
.PP
.B Xorg
has a mechanism for automatically generating a built-in configuration
at run-time when no
.B xorg.conf
file or
.B xorg.conf.d
files are present.  The current version of this automatic configuration
mechanism works in two ways.
.PP
The first is via enhancements that have made many components of the
.B xorg.conf
file optional.  This means that information that can be probed or
reasonably deduced doesn't need to be specified explicitly, greatly
reducing the amount of built-in configuration information that needs to
be generated at run-time.
.PP
The second is to have "safe" fallbacks for most configuration information.
This maximises the likelihood that the
.B Xorg
server will start up in some usable configuration even when information
about the specific hardware is not available.
.PP
The automatic configuration support for Xorg is work in progress.
It is currently aimed at the most popular hardware and software platforms
supported by Xorg.  Enhancements are planned for future releases.
.SH FILES
The
.B Xorg
server config files can be found in a range of locations.  These are
documented fully in the xorg.conf(5) manual page.  The
most commonly used locations are shown here.
.TP 30
.B /etc/X11/xorg.conf
Server configuration file.
.TP 30
.B /etc/X11/xorg.conf-4
Server configuration file.
.TP 30
.B /etc/xorg.conf
Server configuration file.
.TP 30
.B /usr/etc/xorg.conf
Server configuration file.
.TP 30
.B /usr/lib/X11/xorg.conf
Server configuration file.
.TP 30
.B /etc/X11/xorg.conf.d
Server configuration directory.
.TP 30
.B /etc/X11/xorg.conf.d-4
Server configuration directory.
.TP 30
.B /etc/xorg.conf.d
Server configuration directory.
.TP 30
.B /usr/etc/xorg.conf.d
Server configuration directory.
.TP 30
.B /usr/lib/X11/xorg.conf.d
Server configuration directory.
.TP 30
.BI /var/log/Xorg. n .log
Server log file for display
.IR n .
.TP 30
.B /usr/bin/\(**
Client binaries.
.TP 30
.B /usr/include/\(**
Header files.
.TP 30
.B /usr/lib/\(**
Libraries.
.TP 30
.B /usr/share/fonts/X11/\(**
Fonts.
.TP 30
.B /usr/share/X11/XErrorDB
Client error message database.
.TP 30
.B /usr/lib/X11/app-defaults/\(**
Client resource specifications.
.TP 30
.B /usr/share/man/man?/\(**
Manual pages.
.TP 30
.BI /etc/X n .hosts
Initial access control list for display
.IR n .
.SH "SEE ALSO"
X(7), Xserver(1), xdm(1), xinit(1),
xorg.conf(5), xvidtune(1),
xkeyboard-config (7),
apm(4),
ati(4),
chips(4),
cirrus(4),
cyrix(4),
fbdev(4),
glide(4),
glint(4),
i128(4),
i740(4),
imstt(4),
intel(4),
mga(4),
neomagic(4),
nsc(4),
nv(4),
openchrome (4),
r128(4),
rendition(4),
s3virge(4),
siliconmotion(4),
sis(4),
sunbw2(4),
suncg14(4),
suncg3(4),
suncg6(4),
sunffb(4),
sunleo(4),
suntcx(4),
tdfx(4),
tga(4),
trident(4),
tseng(4),
v4l(4),
vesa(4),
vmware(4),
.br
Web site
.IR <http://www.x.org> .

.SH AUTHORS
Xorg has many contributors world wide.  The names of most of them
can be found in the documentation, ChangeLog files in the source tree,
and in the actual source code.
.PP
Xorg was originally based on XFree86 4.4rc2.
That was originally based on \fIX386 1.2\fP by Thomas Roell, which
was contributed to the then X Consortium's X11R5 distribution by SGCS.
.PP
Xorg is released by the X.Org Foundation.
.PP
The project that became XFree86 was originally founded in 1992 by
David Dawes, Glenn Lai, Jim Tsillas and David Wexelblat.
.PP
XFree86 was later integrated in the then X Consortium's X11R6 release
by a group of dedicated XFree86 developers, including the following:
.PP
.RS 4
.nf
Stuart Anderson    \fIanderson@metrolink.com\fP
Doug Anson         \fIdanson@lgc.com\fP
Gertjan Akkerman   \fIakkerman@dutiba.twi.tudelft.nl\fP
Mike Bernson       \fImike@mbsun.mlb.org\fP
Robin Cutshaw      \fIrobin@XFree86.org\fP
David Dawes        \fIdawes@XFree86.org\fP
Marc Evans         \fImarc@XFree86.org\fP
Pascal Haible      \fIhaible@izfm.uni-stuttgart.de\fP
Matthieu Herrb     \fIMatthieu.Herrb@laas.fr\fP
Dirk Hohndel       \fIhohndel@XFree86.org\fP
David Holland      \fIdavidh@use.com\fP
Alan Hourihane     \fIalanh@fairlite.demon.co.uk\fP
Jeffrey Hsu        \fIhsu@soda.berkeley.edu\fP
Glenn Lai          \fIglenn@cs.utexas.edu\fP
Ted Lemon          \fImellon@ncd.com\fP
Rich Murphey       \fIrich@XFree86.org\fP
Hans Nasten        \fInasten@everyware.se\fP
Mark Snitily       \fImark@sgcs.com\fP
Randy Terbush      \fIrandyt@cse.unl.edu\fP
Jon Tombs          \fItombs@XFree86.org\fP
Kees Verstoep      \fIversto@cs.vu.nl\fP
Paul Vixie         \fIpaul@vix.com\fP
Mark Weaver        \fIMark_Weaver@brown.edu\fP
David Wexelblat    \fIdwex@XFree86.org\fP
Philip Wheatley    \fIPhilip.Wheatley@ColumbiaSC.NCR.COM\fP
Thomas Wolfram     \fIwolf@prz.tu-berlin.de\fP
Orest Zborowski    \fIorestz@eskimo.com\fP
.fi
.RE
.PP
Xorg source is available from the FTP server
\fI<ftp://ftp.x.org/>\fP, and from the X.Org
server \fI<http://gitweb.freedesktop.org/>\fP.  Documentation and other
information can be found from the X.Org web site
\fI<http://www.x.org/>\fP.

.SH LEGAL
.PP
.B Xorg
is copyright software, provided under licenses that permit modification
and redistribution in source and binary form without fee.
.B Xorg is copyright by numerous authors and
contributors from around the world.  Licensing information can be found
at
.IR <http://www.x.org> .
Refer to the source code for specific copyright notices.
.PP
.B XFree86(TM)
is a trademark of The XFree86 Project, Inc.
.PP
.B X11(TM)
and
.B X Window System(TM)
are trademarks of The Open Group.

ecco qua spero sia questo il file che dive, ho fatto un cerca nell'hard disk. La modalità normale cmq si avvia senza problemi
 
Mah, mi sa che mi sono sbagliato io sulla questione della log rotation... non sembra un log di startup, sembra una descrizione di Xorg.
Ora sono al lavoro su Win e non posso guardare in giro per i log come si chiama il file di log dello startup precedente, sempre che ci sia
 
Mah, mi sa che mi sono sbagliato io sulla questione della log rotation... non sembra un log di startup, sembra una descrizione di Xorg.
Ora sono al lavoro su Win e non posso guardare in giro per i log come si chiama il file di log dello startup precedente, sempre che ci sia


Codice:
[     5.312] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[     5.312] X Protocol Version 11, Revision 0
[     5.312] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[     5.312] Current Operating System: Linux giacomo-ubu 3.11.6-031106-generic #201310181453 SMP Fri Oct 18 18:54:15 UTC 2013 x86_64
[     5.312] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.6-031106-generic root=UUID=7f540582-2e6c-4d9d-a9b6-57832cd66ab1 ro quiet splash nomodeset video=uvesafb:mode_option=1280x800-24,mtrr=3,scroll=ywrap
[     5.312] Build Date: 15 October 2013  09:23:37AM
[     5.313] xorg-server 2:1.14.3-3ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[     5.313] Current version of pixman: 0.30.2
[     5.313]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     5.313] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.313] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 27 23:30:33 2013
[     5.321] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.330] (==) No Layout section.  Using the first Screen section.
[     5.330] (==) No screen section available. Using defaults.
[     5.330] (**) |-->Screen "Default Screen Section" (0)
[     5.330] (**) |   |-->Monitor "<default monitor>"
[     5.332] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     5.332] (==) Automatically adding devices
[     5.332] (==) Automatically enabling devices
[     5.332] (==) Automatically adding GPU devices
[     5.338] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     5.338]     Entry deleted from font path.
[     5.338] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     5.338]     Entry deleted from font path.
[     5.338] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     5.338]     Entry deleted from font path.
[     5.339] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     5.339]     Entry deleted from font path.
[     5.339] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     5.339]     Entry deleted from font path.
[     5.339] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[     5.339] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     5.339] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.339] (II) Loader magic: 0x7fdf0b84ed20
[     5.339] (II) Module ABI versions:
[     5.339]     X.Org ANSI C Emulation: 0.4
[     5.339]     X.Org Video Driver: 14.1
[     5.339]     X.Org XInput driver : 19.1
[     5.339]     X.Org Server Extension : 7.0
[     5.340] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.345] (--) PCI:*(0:2:0:0) 10de:08a0:106b:00ce rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[     5.348] (II) Open ACPI successful (/var/run/acpid.socket)
[     5.349] Initializing built-in extension Generic Event Extension
[     5.349] Initializing built-in extension SHAPE
[     5.349] Initializing built-in extension MIT-SHM
[     5.349] Initializing built-in extension XInputExtension
[     5.350] Initializing built-in extension XTEST
[     5.350] Initializing built-in extension BIG-REQUESTS
[     5.350] Initializing built-in extension SYNC
[     5.350] Initializing built-in extension XKEYBOARD
[     5.350] Initializing built-in extension XC-MISC
[     5.350] Initializing built-in extension SECURITY
[     5.350] Initializing built-in extension XINERAMA
[     5.350] Initializing built-in extension XFIXES
[     5.350] Initializing built-in extension RENDER
[     5.350] Initializing built-in extension RANDR
[     5.350] Initializing built-in extension COMPOSITE
[     5.350] Initializing built-in extension DAMAGE
[     5.350] Initializing built-in extension MIT-SCREEN-SAVER
[     5.350] Initializing built-in extension DOUBLE-BUFFER
[     5.350] Initializing built-in extension RECORD
[     5.350] Initializing built-in extension DPMS
[     5.350] Initializing built-in extension X-Resource
[     5.350] Initializing built-in extension XVideo
[     5.350] Initializing built-in extension XVideo-MotionCompensation
[     5.350] Initializing built-in extension SELinux
[     5.350] Initializing built-in extension XFree86-VidModeExtension
[     5.350] Initializing built-in extension XFree86-DGA
[     5.350] Initializing built-in extension XFree86-DRI
[     5.350] Initializing built-in extension DRI2
[     5.350] (II) "glx" will be loaded by default.
[     5.350] (WW) "xmir" is not to be loaded by default. Skipping.
[     5.350] (II) LoadModule: "dri2"
[     5.350] (II) Module "dri2" already built-in
[     5.350] (II) LoadModule: "glamoregl"
[     5.355] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.490] (EE) Failed to load /usr/lib/xorg/modules/libglamoregl.so: /usr/lib/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context
[     5.490] (II) UnloadModule: "glamoregl"
[     5.490] (II) Unloading glamoregl
[     5.490] (EE) Failed to load module "glamoregl" (loader failed, 7)
[     5.490] (II) LoadModule: "glx"
[     5.490] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[     5.565] (II) Module glx: vendor="NVIDIA Corporation"
[     5.565]     compiled for 4.0.2, module version = 1.0.0
[     5.565]     Module class: X.Org Server Extension
[     5.565] (II) NVIDIA GLX Module  331.17  Thu Oct 17 09:30:48 PDT 2013
[     5.565] Loading extension GLX
[     5.565] (==) Matched nvidia as autoconfigured driver 0
[     5.565] (==) Matched nouveau as autoconfigured driver 1
[     5.565] (==) Matched nvidia as autoconfigured driver 2
[     5.565] (==) Matched nouveau as autoconfigured driver 3
[     5.565] (==) Matched vesa as autoconfigured driver 4
[     5.565] (==) Matched modesetting as autoconfigured driver 5
[     5.565] (==) Matched fbdev as autoconfigured driver 6
[     5.565] (==) Assigned the driver to the xf86ConfigLayout
[     5.565] (II) LoadModule: "nvidia"
[     5.566] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[     5.587] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.587]     compiled for 4.0.2, module version = 1.0.0
[     5.587]     Module class: X.Org Video Driver
[     5.587] (II) LoadModule: "nouveau"
[     5.588] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     5.590] (II) Module nouveau: vendor="X.Org Foundation"
[     5.590]     compiled for 1.14.2, module version = 1.0.9
[     5.590]     Module class: X.Org Video Driver
[     5.590]     ABI class: X.Org Video Driver, version 14.1
[     5.590] (II) LoadModule: "vesa"
[     5.590] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.591] (II) Module vesa: vendor="X.Org Foundation"
[     5.591]     compiled for 1.14.1, module version = 2.3.2
[     5.591]     Module class: X.Org Video Driver
[     5.591]     ABI class: X.Org Video Driver, version 14.1
[     5.591] (II) LoadModule: "modesetting"
[     5.591] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.592] (II) Module modesetting: vendor="X.Org Foundation"
[     5.592]     compiled for 1.14.1, module version = 0.8.0
[     5.592]     Module class: X.Org Video Driver
[     5.592]     ABI class: X.Org Video Driver, version 14.1
[     5.592] (II) LoadModule: "fbdev"
[     5.592] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     5.593] (II) Module fbdev: vendor="X.Org Foundation"
[     5.593]     compiled for 1.14.1, module version = 0.4.3
[     5.593]     Module class: X.Org Video Driver
[     5.593]     ABI class: X.Org Video Driver, version 14.1
[     5.593] (II) NVIDIA dlloader X Driver  331.17  Thu Oct 17 09:11:05 PDT 2013
[     5.593] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.593] (II) NOUVEAU driver 
[     5.593] (II) NOUVEAU driver for NVIDIA chipset families :
[     5.593]     RIVA TNT        (NV04)
[     5.593]     RIVA TNT2       (NV05)
[     5.593]     GeForce 256     (NV10)
[     5.593]     GeForce 2       (NV11, NV15)
[     5.593]     GeForce 4MX     (NV17, NV18)
[     5.593]     GeForce 3       (NV20)
[     5.593]     GeForce 4Ti     (NV25, NV28)
[     5.593]     GeForce FX      (NV3x)
[     5.593]     GeForce 6       (NV4x)
[     5.593]     GeForce 7       (G7x)
[     5.593]     GeForce 8       (G8x)
[     5.593]     GeForce GTX 200 (NVA0)
[     5.593]     GeForce GTX 400 (NVC0)
[     5.593] (II) VESA: driver for VESA chipsets: vesa
[     5.593] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.593] (II) FBDEV: driver for framebuffer: fbdev
[     5.593] (++) using VT number 7

[     5.594] (II) Loading sub module "fb"
[     5.594] (II) LoadModule: "fb"
[     5.595] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.596] (II) Module fb: vendor="X.Org Foundation"
[     5.596]     compiled for 1.14.3, module version = 1.0.0
[     5.596]     ABI class: X.Org ANSI C Emulation, version 0.4
[     5.596] (WW) Unresolved symbol: fbGetGCPrivateKey
[     5.596] (II) Loading sub module "wfb"
[     5.596] (II) LoadModule: "wfb"
[     5.596] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.598] (II) Module wfb: vendor="X.Org Foundation"
[     5.598]     compiled for 1.14.3, module version = 1.0.0
[     5.598]     ABI class: X.Org ANSI C Emulation, version 0.4
[     5.598] (II) Loading sub module "ramdac"
[     5.598] (II) LoadModule: "ramdac"
[     5.598] (II) Module "ramdac" already built-in
[     5.600] (WW) Falling back to old probe method for vesa
[     5.600] (WW) Falling back to old probe method for modesetting
[     5.600] (WW) Falling back to old probe method for fbdev
[     5.600] (II) Loading sub module "fbdevhw"
[     5.600] (II) LoadModule: "fbdevhw"
[     5.601] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     5.601] (II) Module fbdevhw: vendor="X.Org Foundation"
[     5.601]     compiled for 1.14.3, module version = 0.0.2
[     5.601]     ABI class: X.Org Video Driver, version 14.1
[     5.601] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     5.601] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     5.601] (==) NVIDIA(0): RGB weight 888
[     5.601] (==) NVIDIA(0): Default visual is TrueColor
[     5.601] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.602] (**) NVIDIA(0): Enabling 2D acceleration
[     6.151] (II) NVIDIA(0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[     6.151] (II) NVIDIA(0):     stereo.
[     6.151] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[     6.152] (II) NVIDIA(0): NVIDIA GPU GeForce 320M (C89) at PCI:2:0:0 (GPU-0)
[     6.152] (--) NVIDIA(0): Memory: 262144 kBytes
[     6.152] (--) NVIDIA(0): VideoBIOS: 70.89.02.00.00
[     6.155] (--) NVIDIA(0): Valid display device(s) on GeForce 320M at PCI:2:0:0
[     6.155] (--) NVIDIA(0):     Apple (DFP-0) (boot, connected)
[     6.155] (--) NVIDIA(0):     DFP-1
[     6.155] (--) NVIDIA(0):     DFP-2
[     6.155] (--) NVIDIA(0): Apple (DFP-0): Internal Dual Link LVDS
[     6.155] (--) NVIDIA(0): Apple (DFP-0): 330.0 MHz maximum pixel clock
[     6.155] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[     6.155] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[     6.155] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[     6.155] (--) NVIDIA(0): DFP-2: 480.0 MHz maximum pixel clock
[     6.156] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     6.156] (**) NVIDIA(0):     device Apple (DFP-0) (Using EDID frequencies has been
[     6.156] (**) NVIDIA(0):     enabled on all display devices.)
[     6.156] (==) NVIDIA(0): 
[     6.156] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.156] (==) NVIDIA(0):     will be used as the requested mode.
[     6.156] (==) NVIDIA(0): 
[     6.156] (II) NVIDIA(0): Validated MetaModes:
[     6.156] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     6.156] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[     7.223] (--) NVIDIA(0): DPI set to (112, 112); computed from "UseEdidDpi" X config
[     7.223] (--) NVIDIA(0):     option
[     7.223] (II) UnloadModule: "nouveau"
[     7.223] (II) Unloading nouveau
[     7.224] (II) UnloadModule: "vesa"
[     7.224] (II) Unloading vesa
[     7.224] (II) UnloadModule: "modesetting"
[     7.224] (II) Unloading modesetting
[     7.224] (II) UnloadModule: "fbdev"
[     7.224] (II) Unloading fbdev
[     7.224] (II) UnloadSubModule: "fbdevhw"
[     7.224] (II) Unloading fbdevhw
[     7.224] (--) Depth 24 pixmap format is 32 bpp
[     7.224] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[     7.235] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     7.558] Loading extension NV-GLX
[     7.583] (==) NVIDIA(0): Disabling shared memory pixmaps
[     7.583] (==) NVIDIA(0): Backing store disabled
[     7.583] (==) NVIDIA(0): Silken mouse enabled
[     7.584] (==) NVIDIA(0): DPMS enabled
[     7.584] Loading extension NV-CONTROL
[     7.584] Loading extension XINERAMA
[     7.584] (II) Loading sub module "dri2"
[     7.584] (II) LoadModule: "dri2"
[     7.584] (II) Module "dri2" already built-in
[     7.584] (II) NVIDIA(0): [DRI2] Setup complete
[     7.584] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     7.584] (--) RandR disabled
[     7.590] (II) SELinux: Disabled on system
[     7.590] (II) Initializing extension GLX
[     7.619] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     7.623] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.623] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.623] (II) LoadModule: "evdev"
[     7.623] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     7.624] (II) Module evdev: vendor="X.Org Foundation"
[     7.624]     compiled for 1.14.1, module version = 2.7.3
[     7.624]     Module class: X.Org XInput Driver
[     7.624]     ABI class: X.Org XInput driver, version 19.1
[     7.624] (II) Using input driver 'evdev' for 'Power Button'
[     7.624] (**) Power Button: always reports core events
[     7.624] (**) evdev: Power Button: Device: "/dev/input/event3"
[     7.625] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.625] (--) evdev: Power Button: Found keys
[     7.625] (II) evdev: Power Button: Configuring as keyboard
[     7.625] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     7.625] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.625] (**) Option "xkb_rules" "evdev"
[     7.625] (**) Option "xkb_model" "pc105"
[     7.625] (**) Option "xkb_layout" "it"
[     7.626] (II) XKB: reuse xkmfile /var/lib/xkb/server-3781FECB9CB8D26EE03343DB2C93394EA704B98F.xkm
[     7.627] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     7.627] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.627] (II) Using input driver 'evdev' for 'Video Bus'
[     7.627] (**) Video Bus: always reports core events
[     7.627] (**) evdev: Video Bus: Device: "/dev/input/event4"
[     7.627] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.627] (--) evdev: Video Bus: Found keys
[     7.627] (II) evdev: Video Bus: Configuring as keyboard
[     7.627] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input4/event4"
[     7.627] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.627] (**) Option "xkb_rules" "evdev"
[     7.627] (**) Option "xkb_model" "pc105"
[     7.627] (**) Option "xkb_layout" "it"
[     7.628] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     7.628] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.628] (II) Using input driver 'evdev' for 'Power Button'
[     7.628] (**) Power Button: always reports core events
[     7.628] (**) evdev: Power Button: Device: "/dev/input/event1"
[     7.628] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.628] (--) evdev: Power Button: Found keys
[     7.628] (II) evdev: Power Button: Configuring as keyboard
[     7.628] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[     7.628] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.628] (**) Option "xkb_rules" "evdev"
[     7.628] (**) Option "xkb_model" "pc105"
[     7.628] (**) Option "xkb_layout" "it"
[     7.628] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.628] (II) No input driver specified, ignoring this device.
[     7.628] (II) This device may have been added with another device file.
[     7.629] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     7.629] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     7.629] (II) Using input driver 'evdev' for 'Sleep Button'
[     7.629] (**) Sleep Button: always reports core events
[     7.629] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[     7.629] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     7.629] (--) evdev: Sleep Button: Found keys
[     7.629] (II) evdev: Sleep Button: Configuring as keyboard
[     7.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[     7.629] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.629] (**) Option "xkb_rules" "evdev"
[     7.629] (**) Option "xkb_model" "pc105"
[     7.629] (**) Option "xkb_layout" "it"
[     7.629] (II) config/udev: Adding input device Built-in iSight (/dev/input/event5)
[     7.629] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
[     7.629] (II) Using input driver 'evdev' for 'Built-in iSight'
[     7.629] (**) Built-in iSight: always reports core events
[     7.629] (**) evdev: Built-in iSight: Device: "/dev/input/event5"
[     7.629] (--) evdev: Built-in iSight: Vendor 0x5ac Product 0x8507
[     7.629] (--) evdev: Built-in iSight: Found keys
[     7.629] (II) evdev: Built-in iSight: Configuring as keyboard
[     7.629] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.1/usb1/1-6/1-6:1.0/input/input5/event5"
[     7.629] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 10)
[     7.629] (**) Option "xkb_rules" "evdev"
[     7.629] (**) Option "xkb_model" "pc105"
[     7.629] (**) Option "xkb_layout" "it"
[     7.630] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event7)
[     7.630] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[     7.630] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[     7.630] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[     7.630] (**) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event7"
[     7.630] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Vendor 0x5ac Product 0x237
[     7.630] (--) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Found keys
[     7.630] (II) evdev: Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as keyboard
[     7.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.0/input/input7/event7"
[     7.630] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 11)
[     7.630] (**) Option "xkb_rules" "evdev"
[     7.630] (**) Option "xkb_model" "pc105"
[     7.630] (**) Option "xkb_layout" "it"
[     7.630] (II) config/udev: Adding input device bcm5974 (/dev/input/event6)
[     7.630] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
[     7.630] (**) bcm5974: Applying InputClass "touchpad catchall"
[     7.630] (**) bcm5974: Applying InputClass "Default clickpad buttons"
[     7.630] (**) bcm5974: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[     7.631] (II) LoadModule: "synaptics"
[     7.631] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.632] (II) Module synaptics: vendor="X.Org Foundation"
[     7.632]     compiled for 1.14.2, module version = 1.7.1
[     7.632]     Module class: X.Org XInput Driver
[     7.632]     ABI class: X.Org XInput driver, version 19.1
[     7.632] (II) Using input driver 'synaptics' for 'bcm5974'
[     7.632] (**) bcm5974: always reports core events
[     7.632] (**) Option "Device" "/dev/input/event6"
[     7.664] (II) synaptics: bcm5974: found clickpad property
[     7.664] (--) synaptics: bcm5974: x-axis range -4460 - 5166 (res 0)
[     7.664] (--) synaptics: bcm5974: y-axis range -75 - 6700 (res 0)
[     7.664] (--) synaptics: bcm5974: pressure range 0 - 256
[     7.664] (--) synaptics: bcm5974: finger width range 0 - 16
[     7.664] (--) synaptics: bcm5974: buttons: left double triple
[     7.664] (--) synaptics: bcm5974: Vendor 0x5ac Product 0x237
[     7.664] (**) Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
[     7.664] (--) synaptics: bcm5974: touchpad found
[     7.664] (**) bcm5974: always reports core events
[     7.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.2/input/input6/event6"
[     7.676] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 12)
[     7.676] (**) synaptics: bcm5974: (accel) MinSpeed is now constant deceleration 2.5
[     7.676] (**) synaptics: bcm5974: (accel) MaxSpeed is now 1.75
[     7.676] (**) synaptics: bcm5974: (accel) AccelFactor is now 0.017
[     7.676] (**) bcm5974: (accel) keeping acceleration scheme 1
[     7.676] (**) bcm5974: (accel) acceleration profile 1
[     7.676] (**) bcm5974: (accel) acceleration factor: 2.000
[     7.676] (**) bcm5974: (accel) acceleration threshold: 4
[     7.680] (--) synaptics: bcm5974: touchpad found
[     7.680] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[     7.680] (**) bcm5974: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.681] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[     7.681] (II) No input driver specified, ignoring this device.
[     7.681] (II) This device may have been added with another device file.
[     7.681] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[     7.681] (II) No input driver specified, ignoring this device.
[     7.681] (II) This device may have been added with another device file.
[     7.681] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     7.681] (II) No input driver specified, ignoring this device.
[     7.681] (II) This device may have been added with another device file.
[     7.681] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event13)
[     7.681] (II) No input driver specified, ignoring this device.
[     7.681] (II) This device may have been added with another device file.
[     7.681] (II) config/udev: Adding drm device (/dev/dri/card0)
[     7.681] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[     7.682] (II) config/udev: Adding input device applesmc (/dev/input/event8)
[     7.682] (II) No input driver specified, ignoring this device.
[     7.682] (II) This device may have been added with another device file.
[     7.682] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[     7.682] (II) No input driver specified, ignoring this device.
[     7.682] (II) This device may have been added with another device file.
[     7.689] (II) config/udev: Adding input device (unnamed) (/dev/input/event9)
[     7.689] (**) (unnamed): Applying InputClass "evdev keyboard catchall"
[     7.689] (II) Using input driver 'evdev' for '(unnamed)'
[     7.689] (**) (unnamed): always reports core events
[     7.689] (**) evdev: (unnamed): Device: "/dev/input/event9"
[     7.689] (--) evdev: (unnamed): Vendor 0 Product 0
[     7.689] (WW) evdev: (unnamed): Don't know how to use device
[     7.700] (EE) PreInit returned 8 for "(unnamed)"
[     7.700] (II) UnloadModule: "evdev"
[     7.700] (II) config/udev: Adding input device (unnamed) (/dev/input/mouse1)
[     7.700] (II) No input driver specified, ignoring this device.
[     7.700] (II) This device may have been added with another device file.
[     7.700] (II) config/udev: Adding input device (unnamed) (/dev/input/event10)
[     7.700] (**) (unnamed): Applying InputClass "evdev pointer catchall"
[     7.700] (II) Using input driver 'evdev' for '(unnamed)'
[     7.700] (**) (unnamed): always reports core events
[     7.700] (**) evdev: (unnamed): Device: "/dev/input/event10"
[     7.700] (EE) evdev: (unnamed): Unable to open evdev device "/dev/input/event10".
[     7.700] (EE) PreInit returned 2 for "(unnamed)"
[     7.700] (II) UnloadModule: "evdev"
[     7.700] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event13)
[     7.700] (II) No input driver specified, ignoring this device.
[     7.700] (II) This device may have been added with another device file.
[     7.701] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     7.701] (II) No input driver specified, ignoring this device.
[     7.701] (II) This device may have been added with another device file.
[     7.701] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[     7.701] (II) No input driver specified, ignoring this device.
[     7.701] (II) This device may have been added with another device file.
[     7.701] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[     7.701] (II) No input driver specified, ignoring this device.
[     7.701] (II) This device may have been added with another device file.
[     8.246] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[     8.246] (II) NVIDIA(GPU-0):     stereo.
[     9.240] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[     9.240] (II) NVIDIA(GPU-0):     stereo.
[    29.151] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[    29.151] (II) NVIDIA(GPU-0):     stereo.
[    29.971] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[    29.971] (II) NVIDIA(GPU-0):     stereo.
[    30.415] (II) XKB: reuse xkmfile /var/lib/xkb/server-3781FECB9CB8D26EE03343DB2C93394EA704B98F.xkm
[    30.510] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[    30.510] (II) NVIDIA(GPU-0):     stereo.
[    31.249] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[    31.271] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[    31.384] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[    31.384] (II) NVIDIA(GPU-0):     stereo.
[    32.639] (II) XKB: reuse xkmfile /var/lib/xkb/server-33A2FDB10309C00D486F3DCF6FCFF2AF219CCA53.xkm
[    52.011] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[    52.011] (II) NVIDIA(GPU-0):     stereo.
[ 11125.450] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[ 11125.450] (II) NVIDIA(GPU-0):     stereo.
[ 11308.722] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[ 11308.722] (II) NVIDIA(GPU-0):     stereo.
[ 11308.728] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[ 11308.728] (II) NVIDIA(GPU-0):     stereo.
[ 11318.205] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11318.307] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 11319.687] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[ 11319.687] (II) NVIDIA(GPU-0):     stereo.
[ 11319.727] (--) synaptics: bcm5974: touchpad found
[ 11319.727] setversion 1.4 failed
[ 11319.775] (II) NVIDIA(GPU-0): Display (Apple (DFP-0)) does not support NVIDIA 3D Vision
[ 11319.775] (II) NVIDIA(GPU-0):     stereo.
[ 11319.858] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1280x800 +0+0 {ViewPortIn=1280x800, ViewPortOut=1280x800+0+0}"
[ 11319.957] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[ 11319.977] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[ 11319.995] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[ 11320.027] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[ 11320.035] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm
[ 11320.045] (II) XKB: reuse xkmfile /var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm

magari è questo qui, ho digitato su firefox l'indirizzo del programma e mi è uscito questo file da aprire con gedit..
sopratutto se potete spiegarmi "display apple does not support NVIDA 3d vision" dato che nn riesco a modificare la luminosità dello schermo forse è li il problema
grazie
 
Ultima modifica:
Nvidia 3d vision non c'entra nulla sicuramente, ed a quel log manca la fine (che è in genere la parte in cui vengono riepilogati gli errori).
La luminosità dello schermo prova cambiarla da terminale: kubuntu - Unable to change brightness in a Lenovo laptop - Ask Ubuntu

Un bel po' di gente ha risolto la cosa della luminosità aggiungendo questa riga che vedi in grassetto al fie /etc/X11/xorg.conf:
Codice:
Section “Device”
  Identifier “Default Device”

Option “NoLogo” “True”

[B]Option “RegistryDwords” “EnableBrightnessControl=1″[/B]

EndSection
 
il punto è che quando digito da terminale sudo gedit /etc/X11/xorg.conf mi esce un file vuoto, forse nn è presente nel filesystem..

mq il file che ti ho postato è intero, ho appena ricontrollato
 
Ah, vero, è da parecchio che di default non lo crea più, quel file. Andrebbe generato e poi spostato a mano in /etc/X11.
Per generarlo senza dovrlo poi spostare, spostati col terminale in /etc/X11 e dai il comando
Codice:
sudo Xorg -configure
 
Ah, vero, è da parecchio che di default non lo crea più, quel file. Andrebbe generato e poi spostato a mano in /etc/X11.
Per generarlo senza dovrlo poi spostare, spostati col terminale in /etc/X11 e dai il comando
Codice:
sudo Xorg -configure

ciao allora ho dato il comando:

Codice:
cd /etc/X11

dopo diche scrivendo sudo Xorg -configure mi esce questo:

Codice:
(EE) 
Fatal server error:
(EE) Server is already active for display 0
    If this server is no longer running, remove /tmp/.X0-lock
    and start again.
(EE) 
(EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
(EE)

credo devo uscire dal server grafico, solo che nn so come si fa, o meglio l'ultima volta che ci ho provato a digitare sudo gdm stop, non potevo fare nulla e non riuscivo a entrare neanche nella console tty, e se provassi da cd live dici che può andare??
 
Pubblicità
Pubblicità
Indietro
Top