Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/09/2014, à 10:23

gilles deloustal

écran iiyama prolite x4365 carte graphique via technologies

Bonjour. J'ai connecté un écran plat iiyama prolite x4365 sur une vieille tour nec sur laquelle j'ai installé xubuntu 14.04. Le problème existe quelle que soit la version de xubuntu.
Lors du boot, j'obtiens une erreur d'adressage, puis, "xubuntu" s'affiche, puis j'ai le message
"attention no signal
please check input signal
or connection"
Voici les quelques commandes que j'ai passées après avoir re-booté sur un écran cathodique connecté à cet ordinateur :

lspci | grep "VGA compatible controller"
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)
lshw -enable pci -class display
ATTENTION: ce programme devrait être lancé en tant que super-utilisateur.
  *-display NON-RÉCLAMÉ   
       description: VGA compatible controller
       produit: KM400/KN400/P4M800 [S3 UniChrome]
       fabriquant: VIA Technologies, Inc.
       identifiant matériel: 0
       information bus: pci@0000:01:00.0
       version: 01
       bits: 32 bits
       horloge: 66MHz
       fonctionnalités: vga_controller bus_master cap_list
       configuration: latency=32 mingnt=2
       ressources: mémoire:d8000000-dbffffff mémoire:dc000000-dcffffff mémoire:dd000000-dd00ffff
ATTENTION: les informations sont potentiellement incomplètes ou erronées, vous devriez lancer ce programme en tant que super-utilisateur.
grep /drivers/ /var/log/Xorg.0.log
[    30.098] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[    30.099] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    30.100] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    30.100] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so

Je n'ai pas de fichier /etc/X11/xorg.conf. En revanche, j'ai un dossier usr/share/x11/xorg.conf.d et des fichiers usr/share/man/man5/xorg.conf.d.5.gz et xorg.conf.5.gz
Voici à tout hasard, le contenu du fichier xorg.conf.5

.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH xorg.conf 5 "xorg-server 1.15.1" "X Version 11"
.SH NAME
xorg.conf, xorg.conf.d \- configuration files for
Xorg X server
.SH INTRODUCTION
.B Xorg
supports several mechanisms for supplying/obtaining configuration and
run-time parameters: command line options, environment variables, the
xorg.conf and xorg.conf.d 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 in the Xserver(1) and
Xorg(1) manual pages. Most configuration file
parameters, with their defaults, are described below. Driver and module
specific configuration parameters are described in the relevant driver
or module manual page.
.SH DESCRIPTION
.B Xorg
uses a configuration file called
.I xorg.conf
and files ending in the suffix
.I .conf
from the directory
.I xorg.conf.d
for its initial setup.
The
.I xorg.conf
configuration file is searched for in the following places when the
server is started as a normal user:
.PP
.RS 4
.nf
.IR /etc/X11/ <cmdline>
.IR /usr/etc/X11/ <cmdline>
.IB /etc/X11/ $XORGCONFIG
.IB /usr/etc/X11/ $XORGCONFIG
.I /etc/X11/xorg.conf
.I /etc/xorg.conf
.IR /usr/etc/X11/xorg.conf. <hostname>
.I /usr/etc/X11/xorg.conf
.IR /usr/lib/X11/xorg.conf. <hostname>
.I /usr/lib/X11/xorg.conf
.fi
.RE
.PP
where
.I <cmdline>
is a relative path (with no \(lq..\(rq components) specified with the
.B \-config
command line option,
.B $XORGCONFIG
is the relative path (with no \(lq..\(rq components) specified by that
environment variable, and
.I <hostname>
is the machine's hostname as reported by
.BR gethostname (3).
.PP
When the Xorg server is started by the \(lqroot\(rq user, the config file
search locations are as follows:
.PP
.RS 4
.nf
<cmdline>
.IR /etc/X11/ <cmdline>
.IR /usr/etc/X11/ <cmdline>
.B $XORGCONFIG
.IB /etc/X11/ $XORGCONFIG
.IB /usr/etc/X11/ $XORGCONFIG
.I /etc/X11/xorg.conf
.I /etc/xorg.conf
.IR /usr/etc/X11/xorg.conf. <hostname>
.I /usr/etc/X11/xorg.conf
.IR /usr/lib/X11/xorg.conf. <hostname>
.I /usr/lib/X11/xorg.conf
.fi
.RE
.PP
where
.I <cmdline>
is the path specified with the
.B \-config
command line option (which may be absolute or relative),
.B $XORGCONFIG
is the path specified by that
environment variable (absolute or relative),
.B $HOME
is the path specified by that environment variable (usually the home
directory), and
.I <hostname>
is the machine's hostname as reported by
.BR gethostname (3).
.PP
Additional configuration files are searched for in the following
directories when the server is started as a normal user:
.PP
.RS 4
.nf
.IR /etc/X11/ <cmdline>
.IR /etc/X11/ <cmdline>
.I /etc/X11/xorg.conf.d
.I /etc/X11/xorg.conf.d
.fi
.RE
.PP
where
.I <cmdline>
is a relative path (with no \(lq..\(rq components) specified with the
.B \-configdir
command line option.
.PP
When the Xorg server is started by the \(lqroot\(rq user, the
config directory search locations are as follows:
.PP
.RS 4
.nf
<cmdline>
.IR /etc/X11/ <cmdline>
.IR /etc/X11/ <cmdline>
.I /etc/X11/xorg.conf.d
.I /etc/X11/xorg.conf.d
.fi
.RE
.PP
where
.I <cmdline>
is the path specified with the
.B \-configdir
command line option (which may be absolute or relative).
.PP
Finally, configuration files will also be searched for in directories
reserved for system use. These are to separate configuration files from
the vendor or 3rd party packages from those of local administration.
These files are found in the following directories:
.PP
.RS 4
.nf
.I /usr/share/X11/xorg.conf.d
.I /usr/share/X11/xorg.conf.d
.fi
.RE
.PP
The
.I xorg.conf
and
.I xorg.conf.d
files are composed of a number of sections which may be present in any order,
or omitted to use default configuration values.
Each section has the form:
.PP
.RS 4
.nf
.BI "Section  \*q" SectionName \*q
.RI "    " SectionEntry
    ...
.B EndSection
.fi
.RE
.PP
The section names are:
.PP
.RS 4
.nf
.BR "Files          " "File pathnames"
.BR "ServerFlags    " "Server flags"
.BR "Module         " "Dynamic module loading"
.BR "Extensions     " "Extension enabling"
.BR "InputDevice    " "Input device description"
.BR "InputClass     " "Input class description"
.BR "Device         " "Graphics device description"
.BR "VideoAdaptor   " "Xv video adaptor description"
.BR "Monitor        " "Monitor description"
.BR "Modes          " "Video modes descriptions"
.BR "Screen         " "Screen configuration"
.BR "ServerLayout   " "Overall layout"
.BR "DRI            " "DRI\-specific configuration"
.BR "Vendor         " "Vendor\-specific configuration"
.fi
.RE
.PP
The following obsolete section names are still recognised for compatibility
purposes.
In new config files, the
.B InputDevice
section should be used instead.
.PP
.RS 4
.nf
.BR "Keyboard       " "Keyboard configuration"
.BR "Pointer        " "Pointer/mouse configuration"
.fi
.RE
.PP
The old
.B XInput
section is no longer recognised.
.PP
The
.B ServerLayout
sections are at the highest level.
They bind together the input and output devices that will be used in a session.
The input devices are described in the
.B InputDevice
sections.
Output devices usually consist of multiple independent components (e.g.,
a graphics board and a monitor).
These multiple components are bound together in the
.B Screen
sections, and it is these that are referenced by the
.B ServerLayout
section.
Each
.B Screen
section binds together a graphics board and a monitor.
The graphics boards are described in the
.B Device
sections, and the monitors are described in the
.B Monitor
sections.
.PP
Config file keywords are case\-insensitive, and \(lq_\(rq characters are
ignored.
Most strings (including
.B Option
names) are also case-insensitive, and insensitive to white space and
\(lq_\(rq characters.
.PP
Each config file entry usually takes up a single line in the file.  They
consist of a keyword, which is possibly followed by one or more arguments,
with the number and types of the arguments depending on the keyword.
The argument types are:
.PP
.RS 4
.nf
.BR "Integer     " "an integer number in decimal, hex or octal"
.BR "Real        " "a floating point number"
.BR "String      " "a string enclosed in double quote marks (\*q)"
.fi
.RE
.PP
Note: hex integer values must be prefixed with \(lq0x\(rq, and octal values
with \(lq0\(rq.
.PP
A special keyword called
.B Option
may be used to provide free\-form data to various components of the server.
The
.B Option
keyword takes either one or two string arguments.
The first is the option name, and the optional second argument is the
option value.
Some commonly used option value types include:
.PP
.RS 4
.nf
.BR "Integer     " "an integer number in decimal, hex or octal"
.BR "Real        " "a floating point number"
.BR "String      " "a sequence of characters"
.BR "Boolean     " "a boolean value (see below)"
.BR "Frequency   " "a frequency value (see below)"
.fi
.RE
.PP
Note that
.I all
.B Option
values, not just strings, must be enclosed in quotes.
.PP
Boolean options may optionally have a value specified.
When no value is specified, the option's value is
.BR TRUE .
The following boolean option values are recognised as
.BR TRUE :
.PP
.RS 4
.BR 1 ,
.BR on ,
.BR true ,
.B yes
.RE
.PP
and the following boolean option values are recognised as
.BR FALSE :
.PP
.RS 4
.BR 0 ,
.BR off ,
.BR false ,
.B no
.RE
.PP
If an option name is prefixed with
.RB \*q No \*q,
then the option value is negated.
.PP
Example: the following option entries are equivalent:
.PP
.RS 4
.nf
.B "Option \*qAccel\*q   \*qOff\*q"
.B "Option \*qNoAccel\*q"
.B "Option \*qNoAccel\*q \*qOn\*q"
.B "Option \*qAccel\*q   \*qfalse\*q"
.B "Option \*qAccel\*q   \*qno\*q"
.fi
.RE
.PP
Frequency option values consist of a real number that is optionally
followed by one of the following frequency units:
.PP
.RS 4
.BR Hz ,
.BR k ,
.BR kHz ,
.BR M ,
.B MHz
.RE
.PP
When the unit name is omitted, the correct units will be determined from
the value and the expectations of the appropriate range of the value.
It is recommended that the units always be specified when using frequency
option values to avoid any errors in determining the value.
.SH "FILES SECTION"
The
.B Files
section is used to specify some path names required by the server.
Some of these paths can also be set from the command line (see
.BR Xserver (1)
and
.BR Xorg (1)).
The command line settings override the values specified in the config
file.
The
.B Files
section is optional, as are all of the entries that may appear in it.
.PP
The entries that can appear in this section are:
.TP 7
.BI "FontPath \*q" path \*q
sets the search path for fonts.
This path is a comma separated list of font path elements which the Xorg
server searches for font databases.
Multiple
.B FontPath
entries may be specified, and they will be concatenated to build up the
fontpath used by the server.  Font path elements can be absolute
directory paths, catalogue directories or a font server identifier. The
formats of the later two are explained below:
.PP
.RS 7
Catalogue directories:
.PP
.RS 4
Catalogue directories can be specified using the prefix \fBcatalogue:\fR
before the directory name. The directory can then be populated with
symlinks pointing to the real font directories, using the following
syntax in the symlink name:
.PP
.RS 4
.IR <identifier> : [attribute]: pri= <priority>
.RE
.PP
where
.I <identifier>
is an alphanumeric identifier,
.I [attribute]
is an attribute which will be passed to the underlying FPE and
.I <priority>
is a number used to order the fontfile FPEs. Examples:
.PP
.RS 4
.nf
.I 75dpi:unscaled:pri=20  -> /usr/share/X11/fonts/75dpi
.I gscript:pri=60 -> /usr/share/fonts/default/ghostscript
.I misc:unscaled:pri=10 \-> /usr/share/X11/fonts/misc
.fi
.PP
.RE
.RE
.RE
.PP
.RS 7
Font server identifiers:
.PP
.RS 4
Font server identifiers have the form:
.RS 4
.PP
.IR <trans> / <hostname> : <port\-number>
.RE
.PP
where
.I <trans>
is the transport type to use to connect to the font server (e.g.,
.B unix
for UNIX\-domain sockets or
.B tcp
for a TCP/IP connection),
.I <hostname>
is the hostname of the machine running the font server, and
.I <port\-number>
is the port number that the font server is listening on (usually 7100).
.RE
.PP
When this entry is not specified in the config file, the server falls back
to the compiled\-in default font path, which contains the following
font path elements (which can be set inside a catalogue directory):
.PP
.RS 4
.nf
.I /usr/share/fonts/X11/misc/
.I /usr/share/fonts/X11/TTF/
.I /usr/share/fonts/X11/OTF/
.I /usr/share/fonts/X11/Type1/
.I /usr/share/fonts/X11/100dpi/
.I /usr/share/fonts/X11/75dpi/
.fi
.RE
.PP
Font path elements that are found to be invalid are removed from the
font path when the server starts up.
.RE
.TP 7
.BI "ModulePath \*q" path \*q
sets the search path for loadable Xorg server modules.
This path is a comma separated list of directories which the Xorg server
searches for loadable modules loading in the order specified.
Multiple
.B ModulePath
entries may be specified, and they will be concatenated to build the
module search path used by the server.  The default module path is
.PP
.RS 11
/usr/lib/xorg/modules
.RE
.\" The LogFile keyword is not currently implemented
.ig
.TP 7
.BI "LogFile \*q" path \*q
sets the name of the Xorg server log file.
The default log file name is
.PP
.RS 11
.RI /var/log/Xorg. <n> .log
.RE
.PP
.RS 7
where
.I <n>
is the display number for the Xorg server.
..
.TP 7
.BI "XkbDir \*q" path \*q
sets the base directory for keyboard layout files.  The
.B \-xkbdir
command line option can be used to override this.  The default directory is
.PP
.RS 11
/usr/share/X11/xkb
.RE
.SH "SERVERFLAGS SECTION"
In addition to options specific to this section (described below), the
.B ServerFlags
section is used to specify some global
Xorg server options.
All of the entries in this section are
.BR Options ,
although for compatibility purposes some of the old style entries are
still recognised.
Those old style entries are not documented here, and using them is
discouraged.
The
.B ServerFlags
section is optional, as are the entries that may be specified in it.
.PP
.B Options
specified in this section (with the exception of the
.B \*qDefaultServerLayout\*q
.BR Option )
may be overridden by
.B Options
specified in the active
.B ServerLayout
section.
Options with command line equivalents are overridden when their command
line equivalent is used.
The options recognised by this section are:
.TP 7
.BI "Option \*qDefaultServerLayout\*q  \*q" layout\-id \*q
This specifies the default
.B ServerLayout
section to use in the absence of the
.B \-layout
command line option.
.TP 7
.BI "Option \*qNoTrapSignals\*q  \*q" boolean \*q
This prevents the Xorg server from trapping a range of unexpected fatal
signals and exiting cleanly.
Instead, the Xorg server will die and drop core where the fault occurred.
The default behaviour is for the Xorg server to exit cleanly, but still drop a
core file.
In general you never want to use this option unless you are debugging an Xorg
server problem and know how to deal with the consequences.
.TP 7
.BI "Option \*qUseSIGIO\*q  \*q" boolean \*q
This controls whether the Xorg server requests that events from
input devices be reported via a SIGIO signal handler (also known as SIGPOLL
on some platforms), or only reported via the standard select(3) loop.
The default behaviour is platform specific.   In general you do not want to
use this option unless you are debugging the Xorg server, or
working around a specific bug until it is fixed, and understand the
consequences.
.TP 7
.BI "Option \*qDontVTSwitch\*q  \*q" boolean \*q
This disallows the use of the
.BI Ctrl+Alt+F n
sequence (where
.RI F n
refers to one of the numbered function keys).
That sequence is normally used to switch to another \*qvirtual terminal\*q
on operating systems that have this feature.
When this option is enabled, that key sequence has no special meaning and
is passed to clients.
Default: off.
.TP 7
.BI "Option \*qDontZap\*q  \*q" boolean \*q
This disallows the use of the
.B Terminate_Server
XKB action (usually on Ctrl+Alt+Backspace, depending on XKB options).
This action is normally used to terminate the Xorg server.
When this option is enabled, the action has no effect.
Default: off.
.TP 7
.BI "Option \*qDontZoom\*q  \*q" boolean \*q
This disallows the use of the
.B Ctrl+Alt+Keypad\-Plus
and
.B Ctrl+Alt+Keypad\-Minus
sequences.
These sequences allows you to switch between video modes.
When this option is enabled, those key sequences have no special meaning
and are passed to clients.
Default: off.
.TP 7
.BI "Option \*qDisableVidModeExtension\*q  \*q" boolean \*q
This disables the parts of the VidMode extension used by the xvidtune client
that can be used to change the video modes.
Default: the VidMode extension is enabled.
.TP 7
.BI "Option \*qAllowNonLocalXvidtune\*q  \*q" boolean \*q
This allows the xvidtune client (and other clients that use the VidMode
extension) to connect from another host.
Default: off.
.TP 7
.BI "Option \*qAllowMouseOpenFail\*q  \*q" boolean \*q
This tells the mousedrv(4) and vmmouse(4)
drivers to not report failure if the mouse device can't be opened/initialised.
It has no effect on the evdev(4) or other drivers.
Default: false.
.TP 7
.BI "Option \*qBlankTime\*q  \*q" time \*q
sets the inactivity timeout for the
.B blank
phase of the screensaver.
.I time
is in minutes.
This is equivalent to the Xorg server's
.B \-s
flag, and the value can be changed at run\-time with
.BR xset(1).
Default: 10 minutes.
.TP 7
.BI "Option \*qStandbyTime\*q  \*q" time \*q
sets the inactivity timeout for the
.B standby
phase of DPMS mode.
.I time
is in minutes, and the value can be changed at run\-time with
.BR xset(1).
Default: 10 minutes.
This is only suitable for VESA DPMS compatible monitors, and may not be
supported by all video drivers.
It is only enabled for screens that have the
.B \*qDPMS\*q
option set (see the MONITOR section below).
.TP 7
.BI "Option \*qSuspendTime\*q  \*q" time \*q
sets the inactivity timeout for the
.B suspend
phase of DPMS mode.
.I time
is in minutes, and the value can be changed at run\-time with
.BR xset(1).
Default: 10 minutes.
This is only suitable for VESA DPMS compatible monitors, and may not be
supported by all video drivers.
It is only enabled for screens that have the
.B \*qDPMS\*q
option set (see the MONITOR section below).
.TP 7
.BI "Option \*qOffTime\*q  \*q" time \*q
sets the inactivity timeout for the
.B off
phase of DPMS mode.
.I time
is in minutes, and the value can be changed at run\-time with
.BR xset(1).
Default: 10 minutes.
This is only suitable for VESA DPMS compatible monitors, and may not be
supported by all video drivers.
It is only enabled for screens that have the
.B \*qDPMS\*q
option set (see the MONITOR section below).
.TP 7
.BI "Option \*qPixmap\*q  \*q" bpp \*q
This sets the pixmap format to use for depth 24.
Allowed values for
.I bpp
are 24 and 32.
Default: 32 unless driver constraints don't allow this (which is rare).
Note: some clients don't behave well when this value is set to 24.
.TP 7
.BI "Option \*qNoPM\*q  \*q" boolean \*q
Disables something to do with power management events.
Default: PM enabled on platforms that support it.
.TP 7
.BI "Option \*qXinerama\*q  \*q" boolean \*q
enable or disable XINERAMA extension.
Default is disabled.
.TP 7
.BI "Option \*qAIGLX\*q \*q" boolean \*q
enable or disable AIGLX. AIGLX is enabled by default.
.TP 7
.BI "Option \*qDRI2\*q \*q" boolean \*q
enable or disable DRI2. DRI2 is disabled by default.
.TP 7
.BI "Option \*qGlxVisuals\*q \*q" string \*q
This option controls how many GLX visuals the GLX modules sets up.
The default value is
.BR "typical" ,
which will setup up a typical subset of
the GLXFBConfigs provided by the driver as GLX visuals.  Other options are
.BR "minimal" ,
which will set up the minimal set allowed by the GLX specification and
.BR "all"
which will setup GLX visuals for all GLXFBConfigs.
.TP 7
.BI "Option \*qUseDefaultFontPath\*q \*q" boolean \*q
Include the default font path even if other paths are specified in
xorg.conf. If enabled, other font paths are included as well. Enabled by
default.
.TP 7
.BI "Option \*qIgnoreABI\*q \*q" boolean \*q
Allow modules built for a different, potentially incompatible version of
the X server to load. Disabled by default.
.TP 7
.BI "Option \*qAutoAddDevices\*q \*q" boolean \*q
If this option is disabled, then no devices will be added from the HAL or
udev backends. Enabled by default.
.TP 7
.BI "Option \*qAutoEnableDevices\*q \*q" boolean \*q
If this option is disabled, then the devices will be added (and the
DevicePresenceNotify event sent), but not enabled, thus leaving policy up
to the client.
Enabled by default.
.TP 7
.BI "Option \*qAutoAddGPU\*q \*q" boolean \*q
If this option is disabled, then no GPU devices will be added from the udev
backend. Enabled by default. (May need to be disabled to setup Xinerama).
.TP 7
.BI "Option \*qLog\*q \*q" string \*q
This option controls whether the log is flushed and/or synced to disk after
each message.
Possible values are
.B flush
or
.BR sync .
Unset by default.
.SH "MODULE SECTION"
The
.B Module
section is used to specify which Xorg server modules should be loaded.
This section is ignored when the Xorg server is built in static form.
The type of modules normally loaded in this section are Xorg server
extension modules.
Most other module types are loaded automatically when they are needed via
other mechanisms.
The
.B Module
section is optional, as are all of the entries that may be specified in
it.
.PP
Entries in this section may be in two forms.
The first and most commonly used form is an entry that uses the
.B Load
keyword, as described here:
.TP 7
.BI "Load  \*q" modulename \*q
This instructs the server to load the module called
.IR modulename .
The module name given should be the module's standard name, not the
module file name.
The standard name is case\-sensitive, and does not include the \(lqlib\(rq
or \(lqcyg\(rq prefixes, or the \(lq.so\(rq or \(lq.dll\(rq suffixes.
.PP
.RS 7
Example: the DRI extension module can be loaded with the following entry:
.PP
.RS 4
.B "Load \*qdri\*q"
.RE
.RE
.TP 7
.BI "Disable  \*q" modulename \*q
This instructs the server to not load the module called
.IR modulename .
Some modules are loaded by default in the server, and this overrides that
default. If a
.B Load
instruction is given for the same module, it overrides the
.B Disable
instruction and the module is loaded. The module name given should be the
module's standard name, not the module file name. As with the
.B Load
instruction, the standard name is case-sensitive, and does not include the
"lib" prefix, or the ".a", ".o", or ".so" suffixes.
.PP
The second form of entry is a
.BR SubSection,
with the subsection name being the module name, and the contents of the
.B SubSection
being
.B Options
that are passed to the module when it is loaded.
.PP
Example: the extmod module (which contains a miscellaneous group of
server extensions) can be loaded, with the XFree86\-DGA extension
disabled by using the following entry:
.PP
.RS 4
.nf
.B "SubSection \*qextmod\*q"
.B "   Option  \*qomit XFree86\-DGA\*q"
.B EndSubSection
.fi
.RE
.PP
Modules are searched for in each directory specified in the
.B ModulePath
search path, and in the drivers, extensions, input, internal, and
multimedia subdirectories of each of those directories.
In addition to this, operating system specific subdirectories of all
the above are searched first if they exist.
.PP
To see what extension modules are available, check the extensions
subdirectory under:
.PP
.RS 4
.nf
/usr/lib/xorg/modules
.fi
.RE
.PP
The \(lqextmod\(rq, \(lqdbe\(rq, \(lqdri\(rq, \(lqdri2\(rq, \(lqglx\(rq,
and \(lqrecord\(rq extension modules are loaded automatically, if they
are present, unless disabled with \*qDisable\*q entries.
It is recommended
that at very least the \(lqextmod\(rq extension module be loaded.
If it isn't, some commonly used server extensions (like the SHAPE
extension) will not be available.
.SH "EXTENSIONS SECTION"
The
.B Extensions
section is used to specify which X11 protocol extensions should be enabled
or disabled.
The
.B Extensions
section is optional, as are all of the entries that may be specified in
it.
.PP
Entries in this section are listed as Option statements with the name of
the extension as the first argument, and a boolean value as the second.
The extension name is case\-sensitive, and matches the form shown in the output
of \*qXorg -extension ?\*q.
.PP
.RS 7
Example: the MIT-SHM extension can be disabled with the following entry:
.PP
.RS 4
.nf
.B "Section \*qExtensions\*q"
.B "    Option \*qMIT-SHM\*q \*qDisable\*q"
.B "EndSection"
.fi
.RE
.RE
.SH "INPUTDEVICE SECTION"
The config file may have multiple
.B InputDevice
sections.
Recent X servers employ HAL or udev backends for input device enumeration
and input hotplugging. It is usually not
necessary to provide
.B InputDevice
sections in the xorg.conf if hotplugging is in use (i.e. AutoAddDevices is
enabled). If hotplugging is enabled,
.B InputDevice
sections using the
.B mouse, kbd
and
.B vmmouse
driver will be ignored.
.PP
If hotplugging is disabled, there will normally
be at least two: one for the core (primary) keyboard
and one for the core pointer.
If either of these two is missing, a default configuration for the missing
ones will be used. In the absence of an explicitly specified core input
device, the first
.B InputDevice
marked as
.B CorePointer
(or
.BR CoreKeyboard )
is used.
If there is no match there, the first
.B InputDevice
that uses the \(lqmouse\(rq (or \(lqkbd\(rq) driver is used.
The final fallback is to use built\-in default configurations.
Currently the default configuration may not work as expected on all platforms.
.PP
.B InputDevice
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qInputDevice\*q"
.BI "    Identifier \*q" name \*q
.BI "    Driver     \*q" inputdriver \*q
.I  "    options"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
The
.B Identifier
and
.B Driver
entries are required in all
.B InputDevice
sections.
All other entries are optional.
.PP
The
.B Identifier
entry specifies the unique name for this input device.
The
.B Driver
entry specifies the name of the driver to use for this input device.
When using the loadable server, the input driver module
.RI \*q inputdriver \*q
will be loaded for each active
.B InputDevice
section.
An
.B InputDevice
section is considered active if it is referenced by an active
.B ServerLayout
section, if it is referenced by the
.B \-keyboard
or
.B \-pointer
command line options, or if it is selected implicitly as the core pointer
or keyboard device in the absence of such explicit references.
The most commonly used input drivers are
.BR evdev (4)
on Linux systems, and
.BR kbd (4)
and
.BR mousedrv (4)
on other platforms.
.PP
.PP
.B InputDevice
sections recognise some driver\-independent
.BR Options ,
which are described here.
See the individual input driver manual pages for a description of the
device\-specific options.
.TP 7
.BI "Option \*qAutoServerLayout\*q  \*q" boolean \*q
Always add the device to the ServerLayout section used by this instance of
the server. This affects implied layouts as well as explicit layouts
specified in the configuration and/or on the command line.
.TP 7
.BI "Option \*qCorePointer\*q"
Deprecated, see
.B Floating
.TP 7
.BI "Option \*qCoreKeyboard\*q"
Deprecated, see
.B Floating
.TP 7
.BI "Option \*qAlwaysCore\*q  \*q" boolean \*q
Deprecated, see
.B Floating
.TP 7
.BI "Option \*qSendCoreEvents\*q  \*q" boolean \*q
Deprecated, see
.B Floating

.TP 7
.BI "Option \*qFloating\*q  \*q" boolean \*q
When enabled, the input device is set up floating and does not
report events through any master device or control a cursor. The device is
only available to clients using the X Input Extension API. This option is
disabled by default.
The options
.B CorePointer,
.B CoreKeyboard,
.B AlwaysCore,
and
.B SendCoreEvents,
are the inverse of option
.B Floating
(i.e.
.B SendCoreEvents \*qon\*q
is equivalent to
.B Floating \*qoff\*q
).

This option controls the startup behavior only, a device
may be reattached or set floating at runtime.
.TP 7
.BI "Option \*qTransformationMatrix\*q \*q" a " " b " " c " " d " " e " " f " " g " " h " " i \*q
Specifies the 3x3 transformation matrix for absolute input devices. The
input device will be bound to the area given in the matrix.  In most
configurations, "a" and "e" specify the width and height of the area the
device is bound to, and "c" and "f" specify the x and y offset of the area.
The value range is 0 to 1, where 1 represents the width or height of all
root windows together, 0.5 represents half the area, etc. The values
represent a 3x3 matrix, with the first, second and third group of three
values representing the first, second and third row of the matrix,
respectively.  The identity matrix is "1 0 0 0 1 0 0 0 1".
.SS POINTER ACCELERATION
For pointing devices, the following options control how the pointer
is accelerated or decelerated with respect to physical device motion. Most of
these can be adjusted at runtime, see the xinput(1) man page for details. Only
the most important acceleration options are discussed here.
.TP 7
.BI "Option \*qAccelerationProfile\*q  \*q" integer \*q
Select the profile. In layman's terms, the profile constitutes the "feeling" of
the acceleration. More formally, it defines how the transfer function (actual
acceleration as a function of current device velocity and acceleration controls)
is constructed. This is mainly a matter of personal preference.
.PP
.RS 6
.nf
.B  " 0      classic (mostly compatible)"
.B  "-1      none (only constant deceleration is applied)"
.B  " 1      device-dependent"
.B  " 2      polynomial (polynomial function)"
.B  " 3      smooth linear (soft knee, then linear)"
.B  " 4      simple (normal when slow, otherwise accelerated)"
.B  " 5      power (power function)"
.B  " 6      linear (more speed, more acceleration)"
.B  " 7      limited (like linear, but maxes out at threshold)"
.fi
.RE
.TP 7
.BI "Option \*qConstantDeceleration\*q  \*q" real \*q
Makes the pointer go
.B deceleration
times slower than normal. Most useful for high-resolution devices. A value
between 0 and 1 will speed up the pointer.
.TP 7
.BI "Option \*qAdaptiveDeceleration\*q  \*q" real \*q
Allows to actually decelerate the pointer when going slow. At most, it will be
.B adaptive deceleration
times slower. Enables precise pointer placement without sacrificing speed.
.TP 7
.BI "Option \*qAccelerationScheme\*q  \*q" string \*q
Selects the scheme, which is the underlying algorithm.
.PP
.RS 7
.nf
.B  "predictable   default algorithm (behaving more predictable)"
.B  "lightweight   old acceleration code (as specified in the X protocol spec)"
.B  "none          no acceleration or deceleration"
.fi
.RE
.TP 7
.BI "Option \*qAccelerationNumerator\*q  \*q" integer \*q
.TP 7
.BI "Option \*qAccelerationDenominator\*q  \*q" integer \*q
Set numerator and denominator of the acceleration factor. The acceleration
factor is a rational which, together with threshold, can be used to tweak
profiles to suit the users needs. The
.B simple
and
.B limited
profiles use it directly (i.e. they accelerate by the factor), for other
profiles it should hold that a higher acceleration factor leads to a faster
pointer. Typically, 1 is unaccelerated and values up to 5 are sensible.
.TP 7
.BI "Option \*qAccelerationThreshold\*q  \*q" integer \*q
Set the threshold, which is roughly the velocity (usually device units per 10
ms) required for acceleration to become effective. The precise effect varies
with the profile however.

.SH "INPUTCLASS SECTION"
The config file may have multiple
.B InputClass
sections.
These sections are optional and are used to provide configuration for a
class of input devices as they are automatically added. An input device can
match more than one
.B InputClass
section. Each class can override settings from a previous class, so it is
best to arrange the sections with the most generic matches first.
.PP
.B InputClass
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qInputClass\*q"
.BI "    Identifier  \*q" name \*q
.I  "    entries"
.I  "    ..."
.I  "    options"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
The
.B Identifier
entry is required in all
.B InputClass
sections.
All other entries are optional.
.PP
The
.B Identifier
entry specifies the unique name for this input class.
The
.B Driver
entry specifies the name of the driver to use for this input device.
After all classes have been examined, the
.RI \*q inputdriver \*q
module from the first
.B Driver
entry will be enabled when using the loadable server.
.PP
When an input device is automatically added, its characteristics are
checked against all
.B InputClass
sections. Each section can contain optional entries to narrow the match
of the class. If none of the optional entries appear, the
.B InputClass
section is generic and will match any input device. If more than one of
these entries appear, they all must match for the configuration to apply.
.PP
There are two types of match entries used in
.B InputClass
sections. The first allows various tokens to be matched against attributes
of the device. An entry can be constructed to match attributes from different
devices by separating arguments with a '|' character. Multiple entries of the
same type may be supplied to add multiple matching conditions on the same
attribute. For example:
.PP
.RS 4
.nf
.B  "Section \*qInputClass\*q"
.B  "    Identifier   \*qMy Class\*q"
.B  "    # product string must contain example and
.B  "    # either gizmo or gadget
.B  "    MatchProduct \*qexample\*q
.B  "    MatchProduct \*qgizmo|gadget\*q
.I  "    ..."
.B  "EndSection"
.fi
.RE
.TP 7
.BI "MatchProduct  \*q" matchproduct \*q
This entry can be used to check if the substring
.RI \*q matchproduct \*q
occurs in the device's product name.
.TP 7
.BI "MatchVendor  \*q" matchvendor \*q
This entry can be used to check if the substring
.RI \*q matchvendor \*q
occurs in the device's vendor name.
.TP 7
.BI "MatchDevicePath \*q" matchdevice \*q
This entry can be used to check if the device file matches the
.RI \*q matchdevice \*q
pathname pattern.
.TP 7
.BI "MatchOS \*q" matchos \*q
This entry can be used to check if the operating system matches the
case-insensitive
.RI \*q matchos \*q
string. This entry is only supported on platforms providing the
.BR uname (2)
system call.
.TP 7
.BI "MatchPnPID \*q" matchpnp \*q
The device's Plug and Play (PnP) ID can be checked against the
.RI \*q matchpnp \*q
shell wildcard pattern.
.TP 7
.BI "MatchUSBID \*q" matchusb \*q
The device's USB ID can be checked against the
.RI \*q matchusb \*q
shell wildcard pattern. The ID is constructed as lowercase hexadecimal numbers
separated by a ':'. This is the same format as the
.BR lsusb (8)
program.
.TP 7
.BI "MatchDriver \*q" matchdriver \*q
Check the case-sensitive string
.RI \*q matchdriver \*q
against the currently configured driver of the device. Ordering of sections
using this entry is important since it will not match unless the driver has
been set by the config backend or a previous
.B InputClass
section.
.TP 7
.BI "MatchTag \*q" matchtag \*q
This entry can be used to check if tags assigned by the config backend
matches the
.RI \*q matchtag \*q
pattern. A match is found if at least one of the tags given in
.RI \*q matchtag \*q
matches at least one of the tags assigned by the backend.
.TP 7
.BI "MatchLayout \*q" matchlayout \*q
Check the case-sensitive string
.RI \*q matchlayout \*q
against the currently active
.B ServerLayout
section. The empty string "" matches an implicit layout which appears
if no named
.B ServerLayout
sections have been found.
.PP
The second type of entry is used to match device types. These entries take a
boolean argument similar to
.B Option
entries.
.TP 7
.BI "MatchIsKeyboard     \*q" bool \*q
.TP 7
.BI "MatchIsPointer      \*q" bool \*q
.TP 7
.BI "MatchIsJoystick     \*q" bool \*q
.TP 7
.BI "MatchIsTablet       \*q" bool \*q
.TP 7
.BI "MatchIsTouchpad     \*q" bool \*q
.TP 7
.BI "MatchIsTouchscreen  \*q" bool \*q
.PP
When an input device has been matched to the
.B InputClass
section, any
.B Option
entries are applied to the device. One
.B InputClass
specific
.B Option
is recognized. See the
.B InputDevice
section above for a description of the remaining
.B Option
entries.
.TP 7
.BI "Option \*qIgnore\*q \*q" boolean \*q
This optional entry specifies that the device should be ignored entirely,
and not added to the server. This can be useful when the device is handled
by another program and no X events should be generated.
.SH "DEVICE SECTION"
The config file may have multiple
.B Device
sections.
There must be at least one, for the video card being used.
.PP
.B Device
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qDevice\*q"
.BI "    Identifier \*q" name \*q
.BI "    Driver     \*q" driver \*q
.I  "    entries"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
The
.B Identifier
and
.B Driver
entries are required in all
.B Device
sections.  All other entries are optional.
.PP
The
.B Identifier
entry specifies the unique name for this graphics device.
The
.B Driver
entry specifies the name of the driver to use for this graphics device.
When using the loadable server, the driver module
.RI \*q driver \*q
will be loaded for each active
.B Device
section.
A
.B Device
section is considered active if it is referenced by an active
.B Screen
section.
.PP
.B Device
sections recognise some driver\-independent entries and
.BR Options ,
which are described here.
Not all drivers make use of these
driver\-independent entries, and many of those that do don't require them
to be specified because the information is auto\-detected.
See the individual graphics driver manual pages for further information
about this, and for a description of the device\-specific options.
Note that most of the
.B Options
listed here (but not the other entries) may be specified in the
.B Screen
section instead of here in the
.B Device
section.
.TP 7
.BI "BusID  \*q" bus\-id \*q
This specifies the bus location of the graphics card.
For PCI/AGP cards,
the
.I bus\-id
string has the form
.BI PCI: bus : device : function
(e.g., \(lqPCI:1:0:0\(rq might be appropriate for an AGP card).
This field is usually optional in single-head configurations when using
the primary graphics card.
In multi-head configurations, or when using a secondary graphics card in a
single-head configuration, this entry is mandatory.
Its main purpose is to make an unambiguous connection between the device
section and the hardware it is representing.
This information can usually be found by running the pciaccess tool
scanpci.
.TP 7
.BI "Screen  " number
This option is mandatory for cards where a single PCI entity can drive more
than one display (i.e., multiple CRTCs sharing a single graphics accelerator
and video memory).
One
.B Device
section is required for each head, and this
parameter determines which head each of the
.B Device
sections applies to.
The legal values of
.I number
range from 0 to one less than the total number of heads per entity.
Most drivers require that the primary screen (0) be present.
.TP 7
.BI "Chipset  \*q" chipset \*q
This usually optional entry specifies the chipset used on the graphics
board.
In most cases this entry is not required because the drivers will probe the
hardware to determine the chipset type.
Don't specify it unless the driver-specific documentation recommends that you
do.
.TP 7
.BI "Ramdac  \*q" ramdac\-type \*q
This optional entry specifies the type of RAMDAC used on the graphics
board.
This is only used by a few of the drivers, and in most cases it is not
required because the drivers will probe the hardware to determine the
RAMDAC type where possible.
Don't specify it unless the driver-specific documentation recommends that you
do.
.TP 7
.BI "DacSpeed  " speed
.TP 7
.BI "DacSpeed  " "speed\-8 speed\-16 speed\-24 speed\-32"
This optional entry specifies the RAMDAC speed rating (which is usually
printed on the RAMDAC chip).
The speed is in MHz.
When one value is given, it applies to all framebuffer pixel sizes.
When multiple values are given, they apply to the framebuffer pixel sizes
8, 16, 24 and 32 respectively.
This is not used by many drivers, and only needs to be specified when the
speed rating of the RAMDAC is different from the defaults built in to
driver, or when the driver can't auto-detect the correct defaults.
Don't specify it unless the driver-specific documentation recommends that you
do.
.TP 7
.BI "Clocks  " "clock ..."
specifies the pixel that are on your graphics board.
The clocks are in MHz, and may be specified as a floating point number.
The value is stored internally to the nearest kHz.
The ordering of the clocks is important.
It must match the order in which they are selected on the graphics board.
Multiple
.B Clocks
lines may be specified, and each is concatenated to form the list.
Most drivers do not use this entry, and it is only required for some older
boards with non-programmable clocks.
Don't specify this entry unless the driver-specific documentation explicitly
recommends that you do.
.TP
.BI "ClockChip  \*q" clockchip\-type \*q
This optional entry is used to specify the clock chip type on graphics
boards which have a programmable clock generator.
Only a few Xorg drivers support programmable clock chips.
For details, see the appropriate driver manual page.
.TP 7
.BI "VideoRam  " "mem"
This optional entry specifies the amount of video ram that is installed
on the graphics board.
This is measured in kBytes.
In most cases this is not required because the Xorg server probes
the graphics board to determine this quantity.
The driver-specific documentation should indicate when it might be needed.
.TP 7
.BI "BiosBase  " "baseaddress"
This optional entry specifies the base address of the video BIOS for
the VGA board.
This address is normally auto-detected, and should only be specified if the
driver-specific documentation recommends it.
.TP 7
.BI "MemBase  " "baseaddress"
This optional entry specifies the memory base address of a graphics
board's linear frame buffer.
This entry is not used by many drivers, and it should only be specified if
the driver-specific documentation recommends it.
.TP 7
.BI "IOBase  " "baseaddress"
This optional entry specifies the IO base address.
This entry is not used by many drivers, and it should only be specified if
the driver-specific documentation recommends it.
.TP 7
.BI "ChipID  " "id"
This optional entry specifies a numerical ID representing the chip type.
For PCI cards, it is usually the device ID.
This can be used to override the auto-detection, but that should only be done
when the driver-specific documentation recommends it.
.TP 7
.BI "ChipRev  " "rev"
This optional entry specifies the chip revision number.
This can be used to override the auto-detection, but that should only be done
when the driver-specific documentation recommends it.
.TP 7
.BI "TextClockFreq  " "freq"
This optional entry specifies the pixel clock frequency that is used
for the regular text mode.
The frequency is specified in MHz.
This is rarely used.
.TP 7
.BI "Option \*qModeDebug\*q \*q" boolean \*q
Enable printing of additional debugging information about modesetting to
the server log.
.ig
.TP 7
This optional entry allows an IRQ number to be specified.
..
.TP 7
.B Options
Option flags may be specified in the
.B Device
sections.
These include driver\-specific options and driver\-independent options.
The former are described in the driver\-specific documentation.
Some of the latter are described below in the section about the
.B Screen
section, and they may also be included here.

.SH "VIDEOADAPTOR SECTION"
Nobody wants to say how this works.
Maybe nobody knows ...

.SH "MONITOR SECTION"
The config file may have multiple
.B Monitor
sections.
There should normally be at least one, for the monitor being used,
but a default configuration will be created when one isn't specified.
.PP
.B Monitor
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qMonitor\*q"
.BI "    Identifier \*q" name \*q
.I  "    entries"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
The only mandatory entry in a
.B Monitor
section is the
.B Identifier
entry.
.PP
The
.B Identifier
entry specifies the unique name for this monitor.
The
.B Monitor
section may be used to provide information about the specifications of the
monitor, monitor-specific
.BR Options ,
and information about the video modes to use with the monitor.
.PP
With RandR 1.2-enabled drivers, monitor sections may be tied to specific
outputs of the video card.  Using the name of the output defined by the video
driver plus the identifier of a monitor section, one associates a monitor
section with an output by adding an option to the Device section in the
following format:

.BI "Option \*qMonitor-" outputname "\*q \*q" monitorsection \*q

(for example,
.B Option \*qMonitor-VGA\*q \*qVGA monitor\*q
for a VGA output)
.PP
In the absence of specific association of monitor sections to outputs, if a
monitor section is present the server will associate it with an output to
preserve compatibility for previous single-head configurations.
.PP
Specifying video modes is optional because the server will use the DDC or other
information provided by the monitor to automatically configure the list of
modes available.
When modes are specified explicitly in the
.B Monitor
section (with the
.BR Mode ,
.BR ModeLine ,
or
.B UseModes
keywords), built-in modes with the same names are not included.
Built-in modes with different names are, however, still implicitly included,
when they meet the requirements of the monitor.
.PP
The entries that may be used in
.B Monitor
sections are described below.
.TP 7
.BI "VendorName  \*q" vendor \*q
This optional entry specifies the monitor's manufacturer.
.TP 7
.BI "ModelName  \*q" model \*q
This optional entry specifies the monitor's model.
.TP 7
.BI "HorizSync  " "horizsync\-range"
gives the range(s) of horizontal sync frequencies supported by the
monitor.
.I horizsync\-range
may be a comma separated list of either discrete values or ranges of
values.
A range of values is two values separated by a dash.
By default the values are in units of kHz.
They may be specified in MHz or Hz
if
.B MHz
or
.B Hz
is added to the end of the line.
The data given here is used by the Xorg server to determine if video
modes are within the specifications of the monitor.
This information should be available in the monitor's handbook.
If this entry is omitted, a default range of 28\-33kHz is used.
.TP 7
.BI "VertRefresh  " "vertrefresh\-range"
gives the range(s) of vertical refresh frequencies supported by the
monitor.
.I vertrefresh\-range
may be a comma separated list of either discrete values or ranges of
values.
A range of values is two values separated by a dash.
By default the values are in units of Hz.
They may be specified in MHz or kHz
if
.B MHz
or
.B kHz
is added to the end of the line.
The data given here is used by the Xorg server to determine if video
modes are within the specifications of the monitor.
This information should be available in the monitor's handbook.
If this entry is omitted, a default range of 43\-72Hz is used.
.TP 7
.BI "DisplaySize  " "width height"
This optional entry gives the width and height, in millimetres, of the
picture area of the monitor.
If given this is used to calculate the horizontal and vertical pitch (DPI) of
the screen.
.TP 7
.BI "Gamma  " "gamma\-value"
.TP 7
.BI "Gamma  " "red\-gamma green\-gamma blue\-gamma"
This is an optional entry that can be used to specify the gamma correction
for the monitor.
It may be specified as either a single value or as three separate RGB values.
The values should be in the range 0.1 to 10.0, and the default is 1.0.
Not all drivers are capable of using this information.
.TP 7
.BI "UseModes  \*q" modesection\-id \*q
Include the set of modes listed in the
.B Modes
section called
.IR modesection\-id.
This makes all of the modes defined in that section available for use by
this monitor.
.TP 7
.BI "Mode  \*q" name \*q
This is an optional multi-line entry that can be used to provide
definitions for video modes for the monitor.
In most cases this isn't necessary because the built-in set of VESA standard
modes will be sufficient.
The
.B Mode
keyword indicates the start of a multi-line video mode description.
The mode description is terminated with the
.B EndMode
keyword.
The mode description consists of the following entries:
.RS 7
.TP 4
.BI "DotClock  " clock
is the dot (pixel) clock rate to be used for the mode.
.TP 4
.BI "HTimings  " "hdisp hsyncstart hsyncend htotal"
specifies the horizontal timings for the mode.
.TP 4
.BI "VTimings  " "vdisp vsyncstart vsyncend vtotal"
specifies the vertical timings for the mode.
.TP 4
.BI "Flags  \*q" flag \*q " ..."
specifies an optional set of mode flags, each of which is a separate
string in double quotes.
.B \*qInterlace\*q
indicates that the mode is interlaced.
.B \*qDoubleScan\*q
indicates a mode where each scanline is doubled.
.B \*q+HSync\*q
and
.B \*q\-HSync\*q
can be used to select the polarity of the HSync signal.
.B \*q+VSync\*q
and
.B \*q\-VSync\*q
can be used to select the polarity of the VSync signal.
.B \*qComposite\*q
can be used to specify composite sync on hardware where this is supported.
Additionally, on some hardware,
.B \*q+CSync\*q
and
.B \*q\-CSync\*q
may be used to select the composite sync polarity.
.TP 4
.BI "HSkew  " hskew
specifies the number of pixels (towards the right edge of the screen) by
which the display enable signal is to be skewed.
Not all drivers use this information.
This option might become necessary to override the default value supplied
by the server (if any).
\(lqRoving\(rq horizontal lines indicate this value needs to be increased.
If the last few pixels on a scan line appear on the left of the screen,
this value should be decreased.
.TP 4
.BI "VScan  " vscan
specifies the number of times each scanline is painted on the screen.
Not all drivers use this information.
Values less than 1 are treated as 1, which is the default.
Generally, the
.B \*qDoubleScan\*q
.B Flag
mentioned above doubles this value.
.RE
.TP 7
.BI "ModeLine  \*q" name \*q " mode\-description"
This entry is a more compact version of the
.B Mode
entry, and it also can be used to specify video modes for the monitor.
This is a single line format for specifying video modes.
In most cases this isn't necessary because the built\-in set of VESA
standard modes will be sufficient.
.PP
.RS 7
The
.I mode\-description
is in four sections, the first three of which are mandatory.
The first is the dot (pixel) clock.
This is a single number specifying the pixel clock rate for the mode in
MHz.
The second section is a list of four numbers specifying the horizontal
timings.
These numbers are the
.IR hdisp ,
.IR hsyncstart ,
.IR hsyncend ,
and
.I htotal
values.
The third section is a list of four numbers specifying the vertical
timings.
These numbers are the
.IR vdisp ,
.IR vsyncstart ,
.IR vsyncend ,
and
.I vtotal
values.
The final section is a list of flags specifying other characteristics of
the mode.
.B Interlace
indicates that the mode is interlaced.
.B DoubleScan
indicates a mode where each scanline is doubled.
.B +HSync
and
.B \-HSync
can be used to select the polarity of the HSync signal.
.B +VSync
and
.B \-VSync
can be used to select the polarity of the VSync signal.
.B Composite
can be used to specify composite sync on hardware where this is supported.
Additionally, on some hardware,
.B +CSync
and
.B \-CSync
may be used to select the composite sync polarity.
The
.B HSkew
and
.B VScan
options mentioned above in the
.B Mode
entry description can also be used here.
.RE
.TP 7
.BI "Option \*qDPMS\*q \*q" bool \*q
This option controls whether the server should enable the DPMS extension
for power management for this screen.  The default is to enable the
extension.
.TP 7
.BI "Option \*qSyncOnGreen\*q \*q" bool \*q
This option controls whether the video card should drive the sync signal
on the green color pin.  Not all cards support this option, and most
monitors do not require it.  The default is off.
.TP 7
.BI "Option \*qPrimary\*q \*q" bool \*q
This optional entry specifies that the monitor should be treated as the primary
monitor. (RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qPreferredMode\*q \*q" name \*q
This optional entry specifies a mode to be marked as the preferred initial mode
of the monitor.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qZoomModes\*q \*q" name " " name " " ... \*q
This optional entry specifies modes to be marked as zoom modes.
It is possible to switch to the next and previous mode via
.BR Ctrl+Alt+Keypad\-Plus " and " Ctrl+Alt+Keypad\-Minus .
All these keypad available modes are selected from the screen mode list.
This list is a copy of the compatibility output monitor mode list.
Since this output is the output connected to the lowest
dot-area monitor, as determined from its largest size mode, that
monitor defines the available zoom modes.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qPosition\*q \*q" x " " y \*q
This optional entry specifies the position of the monitor within the X
screen.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qLeftOf\*q \*q" output \*q
This optional entry specifies that the monitor should be positioned to the
left of the output (not monitor) of the given name.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qRightOf\*q \*q" output \*q
This optional entry specifies that the monitor should be positioned to the
right of the output (not monitor) of the given name.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qAbove\*q \*q" output \*q
This optional entry specifies that the monitor should be positioned above the
output (not monitor) of the given name.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qBelow\*q \*q" output \*q
This optional entry specifies that the monitor should be positioned below the
output (not monitor) of the given name.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qEnable\*q \*q" bool \*q
This optional entry specifies whether the monitor should be turned on
at startup.  By default, the server will attempt to enable all connected
monitors.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qDefaultModes\*q \*q" bool \*q
This optional entry specifies whether the server should add supported default
modes to the list of modes offered on this monitor. By default, the server
will add default modes; you should only disable this if you can guarantee
that EDID will be available at all times, or if you have added custom modelines
which the server can use.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qMinClock\*q \*q" frequency \*q
This optional entry specifies the minimum dot clock, in kHz, that is supported
by the monitor.
.TP 7
.BI "Option \*qMaxClock\*q \*q" frequency \*q
This optional entry specifies the maximum dot clock, in kHz, that is supported
by the monitor.
.TP 7
.BI "Option \*qIgnore\*q \*q" bool \*q
This optional entry specifies that the monitor should be ignored entirely,
and not reported through RandR.  This is useful if the hardware reports the
presence of outputs that don't exist.
(RandR 1.2-supporting drivers only)
.TP 7
.BI "Option \*qRotate\*q \*q" rotation \*q
This optional entry specifies the initial rotation of the given monitor.
Valid values for rotation are \*qnormal\*q, \*qleft\*q, \*qright\*q, and
\*qinverted\*q.
(RandR 1.2-supporting drivers only)

.SH "MODES SECTION"
The config file may have multiple
.B Modes
sections, or none.
These sections provide a way of defining sets of video modes independently
of the
.B Monitor
sections.
.B Monitor
sections may include the definitions provided in these sections by
using the
.B UseModes
keyword.
In most cases the
.B Modes
sections are not necessary because the built\-in set of VESA standard modes
will be sufficient.
.PP
.B Modes
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qModes\*q"
.BI "    Identifier \*q" name \*q
.I  "    entries"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
The
.B Identifier
entry specifies the unique name for this set of mode descriptions.
The other entries permitted in
.B Modes
sections are the
.B Mode
and
.B ModeLine
entries that are described above in the
.B Monitor
section.
.SH "SCREEN SECTION"
The config file may have multiple
.B Screen
sections.
There must be at least one, for the \(lqscreen\(rq being used.
A \(lqscreen\(rq represents the binding of a graphics device
.RB ( Device
section) and a monitor
.RB ( Monitor
section).
A
.B Screen
section is considered \(lqactive\(rq if it is referenced by an active
.B ServerLayout
section or by the
.B \-screen
command line option.
If neither of those is present, the first
.B Screen
section found in the config file is considered the active one.
.PP
.B Screen
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qScreen\*q"
.BI "    Identifier \*q" name \*q
.BI "    Device     \*q" devid \*q
.BI "    Monitor    \*q" monid \*q
.I  "    entries"
.I  "    ..."
.BI "    SubSection \*qDisplay\*q"
.I  "       entries"
.I  "       ...
.B  "    EndSubSection"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
The
.B Identifier
entry is mandatory.
All others are optional.
.PP
The
.B Identifier
entry specifies the unique name for this screen.
The
.B Screen
section provides information specific to the whole screen, including
screen\-specific
.BR Options .
In multi\-head configurations, there will be multiple active
.B Screen
sections, one for each head.
The entries available
for this section are:
.TP 7
.BI "Device  \*q" device\-id \*q
This entry specifies the
.B Device
section to be used for this screen.  When multiple graphics cards are
present, this is what ties a specific card to a screen.  The
.I device\-id
must match the
.B Identifier
of a
.B Device
section in the config file.
.TP 7
.BI "Monitor  \*q" monitor\-id \*q
specifies which monitor description is to be used for this screen.
If a
.B Monitor
name is not specified, a default configuration is used.
Currently the default configuration may not function as expected on all
platforms.
.TP 7
.BI "VideoAdaptor  \*q" xv\-id \*q
specifies an optional Xv video adaptor description to be used with this
screen.
.TP 7
.BI "DefaultDepth  " depth
specifies which color depth the server should use by default.
The
.B \-depth
command line option can be used to override this.
If neither is specified, the default depth is driver\-specific, but in most
cases is 8.
.TP 7
.BI "DefaultFbBpp  " bpp
specifies which framebuffer layout to use by default.
The
.B \-fbbpp
command line option can be used to override this.
In most cases the driver will chose the best default value for this.
The only case where there is even a choice in this value is for depth 24,
where some hardware supports both a packed 24 bit framebuffer layout and a
sparse 32 bit framebuffer layout.
.TP 7
.B Options
Various
.B Option
flags may be specified in the
.B Screen
section.
Some are driver\-specific and are described in the driver documentation.
Others are driver\-independent, and will eventually be described here.
.\" XXX These should really be in an xaa man page.
.TP 7
.BI "Option \*qAccel\*q"
Enables 2D hardware acceleration.
This option is on by default, but it may be necessary to turn it off if
there are bugs in the driver.
There are many options to disable specific accelerated operations, listed
below.
Note that disabling an operation will have no effect if the operation is
not accelerated (whether due to lack of support in the hardware or in the
driver).
.TP 7
.BI "Option \*qInitPrimary\*q \*q" boolean \*q
Use the Int10 module to initialize the primary graphics card.
Normally, only secondary cards are soft-booted using the Int10 module, as the
primary card has already been initialized by the BIOS at boot time.
Default: false.
.TP 7
.BI "Option \*qNoInt10\*q \*q" boolean \*q
Disables the Int10 module, a module that uses the int10 call to the BIOS
of the graphics card to initialize it.
Default: false.
.TP 7
.BI "Option \*qNoMTRR\*q"
Disables MTRR (Memory Type Range Register) support, a feature of modern
processors which can improve video performance by a factor of up to 2.5.
Some hardware has buggy MTRR support, and some video drivers have been
known to exhibit problems when MTRR's are used.
.PP
Each
.B Screen
section may optionally contain one or more
.B Display
subsections.
Those subsections provide depth/fbbpp specific configuration information,
and the one chosen depends on the depth and/or fbbpp that is being used for
the screen.
The
.B Display
subsection format is described in the section below.

.SH "DISPLAY SUBSECTION"
Each
.B Screen
section may have multiple
.B Display
subsections.
The \(lqactive\(rq
.B Display
subsection is the first that matches the depth and/or fbbpp values being
used, or failing that, the first that has neither a depth or fbbpp value
specified.
The
.B Display
subsections are optional.
When there isn't one that matches the depth and/or fbbpp values being used,
all the parameters that can be specified here fall back to their defaults.
.PP
.B Display
subsections have the following format:
.PP
.RS 4
.nf
.B  "    SubSection \*qDisplay\*q"
.BI "        Depth  " depth
.I  "        entries"
.I  "        ..."
.B  "    EndSubSection"
.fi
.RE
.TP 7
.BI "Depth  " depth
This entry specifies what colour depth the
.B Display
subsection is to be used for.
This entry is usually specified, but it may be omitted to create a match\-all
.B Display
subsection or when wishing to match only against the
.B FbBpp
parameter.
The range of
.I depth
values that are allowed depends on the driver.
Most drivers support 8, 15, 16 and 24.
Some also support 1 and/or 4, and some may support other values (like 30).
Note:
.I depth
means the number of bits in a pixel that are actually used to determine
the pixel colour.
32 is not a valid
.I depth
value.
Most hardware that uses 32 bits per pixel only uses 24 of them to hold the
colour information, which means that the colour depth is 24, not 32.
.TP 7
.BI "FbBpp  " bpp
This entry specifies the framebuffer format this
.B Display
subsection is to be used for.
This entry is only needed when providing depth 24 configurations that allow
a choice between a 24 bpp packed framebuffer format and a 32bpp sparse
framebuffer format.
In most cases this entry should not be used.
.TP 7
.BI "Weight  " "red\-weight green\-weight blue\-weight"
This optional entry specifies the relative RGB weighting to be used
for a screen is being used at depth 16 for drivers that allow multiple
formats.
This may also be specified from the command line with the
.B \-weight
option (see
.BR Xorg(1)).
.TP 7
.BI "Virtual  " "xdim ydim"
This optional entry specifies the virtual screen resolution to be used.
.I xdim
must be a multiple of either 8 or 16 for most drivers, and a multiple
of 32 when running in monochrome mode.
The given value will be rounded down if this is not the case.
Video modes which are too large for the specified virtual size will be
rejected.
If this entry is not present, the virtual screen resolution will be set to
accommodate all the valid video modes given in the
.B Modes
entry.
Some drivers/hardware combinations do not support virtual screens.
Refer to the appropriate driver\-specific documentation for details.
.TP 7
.BI "ViewPort  " "x0 y0"
This optional entry sets the upper left corner of the initial display.
This is only relevant when the virtual screen resolution is different
from the resolution of the initial video mode.
If this entry is not given, then the initial display will be centered in
the virtual display area.
.TP 7
.BI "Modes  \*q" mode\-name \*q " ..."
This optional entry specifies the list of video modes to use.
Each
.I mode\-name
specified must be in double quotes.
They must correspond to those specified or referenced in the appropriate
.B Monitor
section (including implicitly referenced built\-in VESA standard modes).
The server will delete modes from this list which don't satisfy various
requirements.
The first valid mode in this list will be the default display mode for
startup.
The list of valid modes is converted internally into a circular list.
It is possible to switch to the next mode with
.B Ctrl+Alt+Keypad\-Plus
and to the previous mode with
.BR Ctrl+Alt+Keypad\-Minus .
When this entry is omitted, the valid modes referenced by the appropriate
.B Monitor
section will be used.  If the
.B Monitor
section contains no modes, then the selection will be taken from the
built-in VESA standard modes.
.TP 7
.BI "Visual  \*q" visual\-name \*q
This optional entry sets the default root visual type.
This may also be specified from the command line (see the
.BR Xserver(1)
man page).
The visual types available for depth 8 are (default is
.BR PseudoColor ):
.PP
.RS 11
.nf
.B StaticGray
.B GrayScale
.B StaticColor
.B PseudoColor
.B TrueColor
.B DirectColor
.fi
.RE
.PP
.RS 7
The visual type available for the depths 15, 16 and 24 are (default is
.BR TrueColor ):
.PP
.RS 4
.nf
.B TrueColor
.B DirectColor
.fi
.RE
.PP
Not all drivers support
.B DirectColor
at these depths.
.PP
The visual types available for the depth 4 are (default is
.BR StaticColor ):
.PP
.RS 4
.nf
.B StaticGray
.B GrayScale
.B StaticColor
.B PseudoColor
.fi
.RE
.PP
The visual type available for the depth 1 (monochrome) is
.BR StaticGray .
.RE
.TP 7
.BI "Black  " "red green blue"
This optional entry allows the \(lqblack\(rq colour to be specified.
This is only supported at depth 1.
The default is black.
.TP 7
.BI "White  " "red green blue"
This optional entry allows the \(lqwhite\(rq colour to be specified.
This is only supported at depth 1.
The default is white.
.TP 7
.B Options
Option flags may be specified in the
.B Display
subsections.
These may include driver\-specific options and driver\-independent options.
The former are described in the driver\-specific documentation.
Some of the latter are described above in the section about the
.B Screen
section, and they may also be included here.
.SH "SERVERLAYOUT SECTION"
The config file may have multiple
.B ServerLayout
sections.
A \(lqserver layout\(rq represents the binding of one or more screens
.RB ( Screen
sections) and one or more input devices
.RB ( InputDevice
sections) to form a complete configuration.
In multi\-head configurations, it also specifies the relative layout of the
heads.
A
.B ServerLayout
section is considered \(lqactive\(rq if it is referenced by the
.B \-layout
command line option or by an
.B "Option \*qDefaultServerLayout\*q"
entry in the
.B ServerFlags
section (the former takes precedence over the latter).
If those options are not used, the first
.B ServerLayout
section found in the config file is considered the active one.
If no
.B ServerLayout
sections are present, the single active screen and two active (core)
input devices are selected as described in the relevant sections above.
.PP
.B ServerLayout
sections have the following format:
.PP
.RS 4
.nf
.B  "Section \*qServerLayout\*q"
.BI "    Identifier   \*q" name \*q
.BI "    Screen       \*q" screen\-id \*q
.I  "    ..."
.BI "    InputDevice  \*q" idev\-id \*q
.I  "    ..."
.I  "    options"
.I  "    ..."
.B  "EndSection"
.fi
.RE
.PP
Each
.B ServerLayout
section must have an
.B Identifier
entry and at least one
.B Screen
entry.
.PP
The
.B Identifier
entry specifies the unique name for this server layout.
The
.B ServerLayout
section provides information specific to the whole session, including
session\-specific
.BR Options .
The
.B ServerFlags
options (described above) may be specified here, and ones given here
override those given in the
.B ServerFlags
section.
.PP
The entries that may be used in this section are described here.
.TP 7
.BI "Screen  " "screen\-num" " \*qscreen\-id\*q " "position\-information"
One of these entries must be given for each screen being used in
a session.
The
.I screen\-id
field is mandatory, and specifies the
.B Screen
section being referenced.
The
.I screen\-num
field is optional, and may be used to specify the screen number
in multi\-head configurations.
When this field is omitted, the screens will be numbered in the order that
they are listed in.
The numbering starts from 0, and must be consecutive.
The
.I position\-information
field describes the way multiple screens are positioned.
There are a number of different ways that this information can be provided:
.RS 7
.TP 4
.I  "x y"
.TP 4
.BI "Absolute  " "x y"
These both specify that the upper left corner's coordinates are
.RI ( x , y ).
The
.B Absolute
keyword is optional.
Some older versions of XFree86 (4.2 and earlier) don't recognise the
.B Absolute
keyword, so it's safest to just specify the coordinates without it.
.TP 4
.BI "RightOf   \*q" screen\-id \*q
.TP 4
.BI "LeftOf    \*q" screen\-id \*q
.TP 4
.BI "Above     \*q" screen\-id \*q
.TP 4
.BI "Below     \*q" screen\-id \*q
.TP 4
.BI "Relative  \*q" screen\-id \*q " x y"
These give the screen's location relative to another screen.
The first four position the screen immediately to the right, left, above or
below the other screen.
When positioning to the right or left, the top edges are aligned.
When positioning above or below, the left edges are aligned.
The
.B Relative
form specifies the offset of the screen's origin (upper left corner)
relative to the origin of another screen.
.RE
.TP 7
.BI "InputDevice  \*q" idev\-id "\*q \*q" option \*q " ..."
One of these entries should be given for each input device being used in
a session.
Normally at least two are required, one each for the core pointer and
keyboard devices.
If either of those is missing, suitable
.B InputDevice
entries are searched for using the method described above in the
.B INPUTDEVICE
section.  The
.I idev\-id
field is mandatory, and specifies the name of the
.B InputDevice
section being referenced.
Multiple
.I option
fields may be specified, each in double quotes.
The options permitted here are any that may also be given in the
.B InputDevice
sections.
Normally only session\-specific input device options would be used here.
The most commonly used options are:
.PP
.RS 11
.nf
.B \*qCorePointer\*q
.B \*qCoreKeyboard\*q
.B \*qSendCoreEvents\*q
.fi
.RE
.PP
.RS 7
and the first two should normally be used to indicate the core pointer
and core keyboard devices respectively.
.RE
.TP 7
.B Options
In addition to the following, any option permitted in the
.B ServerFlags
section may also be specified here.
When the same option appears in both places, the value given here overrides
the one given in the
.B ServerFlags
section.
.TP 7
.BI "Option \*qIsolateDevice\*q  \*q" bus\-id \*q
Restrict device resets to the specified
.IR bus\-id .
See the
.B BusID
option (described in
.BR "DEVICE SECTION" ,
above) for the format of the
.I bus\-id
parameter.
This option overrides
.BR SingleCard ,
if specified.
At present, only PCI devices can be isolated in this manner.
.TP 7
.BI "Option \*qSingleCard\*q  \*q" boolean \*q
As
.BR IsolateDevice ,
except that the bus ID of the first device in the layout is used.
.PP
Here is an example of a
.B ServerLayout
section for a dual headed configuration with two mice:
.PP
.RS 4
.nf
.B "Section \*qServerLayout\*q"
.B "    Identifier  \*qLayout 1\*q"
.B "    Screen      \*qMGA 1\*q"
.B "    Screen      \*qMGA 2\*q RightOf \*qMGA 1\*q"
.B "    InputDevice \*qKeyboard 1\*q \*qCoreKeyboard\*q"
.B "    InputDevice \*qMouse 1\*q    \*qCorePointer\*q"
.B "    InputDevice \*qMouse 2\*q    \*qSendCoreEvents\*q"
.B "    Option      \*qBlankTime\*q  \*q5\*q"
.B "EndSection"
.fi
.RE
.SH "DRI SECTION"
This optional section is used to provide some information for the
Direct Rendering Infrastructure.
Details about the format of this section can be found on-line at
.IR <http://dri.freedesktop.org/> .
.SH "VENDOR SECTION"
The optional
.B Vendor
section may be used to provide vendor\-specific configuration information.
Multiple
.B Vendor
sections may be present, and they may contain an
.B Identifier
entry and multiple
.B Option
flags.
The data therein is not used in this release.
.PP
.SH "SEE ALSO"
General:
.BR X (7),
.BR Xserver (1),
.BR Xorg (1),
.BR cvt (1),
.BR gtf (1).
.PP
.B "Not all modules or interfaces are available on all platforms."
.PP
Display drivers:
.BR apm (4),
.BR ati (4),
.BR chips (4),
.BR cirrus (4),
.BR cyrix (4),
.BR fbdev (4),
.BR glide (4),
.BR glint (4),
.BR i128 (4),
.BR i740 (4),
.BR imstt (4),
.BR intel (4),
.BR mga (4),
.BR neomagic (4),
.BR nv (4),
.BR openchrome (4),
.BR r128 (4),
.BR radeon (4),
.BR rendition (4),
.BR savage (4),
.BR s3virge (4),
.BR siliconmotion (4),
.BR sis (4),
.BR sisusb (4),
.BR sunbw2 (4),
.BR suncg14 (4),
.BR suncg3 (4),
.BR suncg6 (4),
.BR sunffb (4),
.BR sunleo (4),
.BR suntcx (4),
.BR tdfx (4),
.\" .BR tga (4),
.BR trident (4),
.BR tseng (4),
.BR vesa (4),
.BR vmware (4),
.BR voodoo (4),
.BR wsfb (4),
.BR xgi (4),
.BR xgixp (4).
.PP
Input drivers:
.BR acecad (4),
.BR citron (4),
.BR elographics (4),
.BR evdev (4),
.BR fpit (4),
.BR joystick (4),
.BR kbd (4),
.BR mousedrv (4),
.BR mutouch (4),
.BR penmount (4),
.BR synaptics (4),
.BR vmmouse (4),
.BR void (4),
.BR wacom (4).
.PP
Other modules and interfaces:
.BR exa (4),
.BR fbdevhw (4),
.\" .BR shadowfb (4),
.BR v4l (4).
.br
.SH AUTHORS
This manual page was largely rewritten by David Dawes
.IR <dawes@xfree86.org> .

Voici xorg.0.log

[    29.920] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    29.920] X Protocol Version 11, Revision 0
[    29.920] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    29.921] Current Operating System: Linux marmite-xubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686
[    29.921] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=13253339-2e50-4f2a-8ce1-08d2620a0858 ro quiet splash vt.handoff=7
[    29.921] Build Date: 16 April 2014  01:40:08PM
[    29.921] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[    29.921] Current version of pixman: 0.30.2
[    29.921] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    29.921] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.921] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep  9 09:40:16 2014
[    29.932] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.932] (==) No Layout section.  Using the first Screen section.
[    29.932] (==) No screen section available. Using defaults.
[    29.932] (**) |-->Screen "Default Screen Section" (0)
[    29.932] (**) |   |-->Monitor "<default monitor>"
[    29.933] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    29.933] (==) Automatically adding devices
[    29.933] (==) Automatically enabling devices
[    29.933] (==) Automatically adding GPU devices
[    29.933] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    29.933] 	Entry deleted from font path.
[    29.933] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    29.933] 	Entry deleted from font path.
[    29.933] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    29.933] 	Entry deleted from font path.
[    29.933] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    29.933] 	Entry deleted from font path.
[    29.933] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    29.933] 	Entry deleted from font path.
[    29.933] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    29.933] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    29.933] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.933] (II) Loader magic: 0xb77116c0
[    29.933] (II) Module ABI versions:
[    29.933] 	X.Org ANSI C Emulation: 0.4
[    29.933] 	X.Org Video Driver: 15.0
[    29.933] 	X.Org XInput driver : 20.0
[    29.933] 	X.Org Server Extension : 8.0
[    29.934] (--) PCI:*(0:1:0:0) 1106:7205:1631:d002 rev 1, Mem @ 0xd8000000/67108864, 0xdc000000/16777216, BIOS @ 0x????????/65536
[    29.934] Initializing built-in extension Generic Event Extension
[    29.934] Initializing built-in extension SHAPE
[    29.934] Initializing built-in extension MIT-SHM
[    29.934] Initializing built-in extension XInputExtension
[    29.934] Initializing built-in extension XTEST
[    29.934] Initializing built-in extension BIG-REQUESTS
[    29.934] Initializing built-in extension SYNC
[    29.934] Initializing built-in extension XKEYBOARD
[    29.934] Initializing built-in extension XC-MISC
[    29.934] Initializing built-in extension SECURITY
[    29.934] Initializing built-in extension XINERAMA
[    29.934] Initializing built-in extension XFIXES
[    29.934] Initializing built-in extension RENDER
[    29.934] Initializing built-in extension RANDR
[    29.934] Initializing built-in extension COMPOSITE
[    29.935] Initializing built-in extension DAMAGE
[    29.935] Initializing built-in extension MIT-SCREEN-SAVER
[    29.935] Initializing built-in extension DOUBLE-BUFFER
[    29.935] Initializing built-in extension RECORD
[    29.935] Initializing built-in extension DPMS
[    29.935] Initializing built-in extension Present
[    29.935] Initializing built-in extension DRI3
[    29.935] Initializing built-in extension X-Resource
[    29.935] Initializing built-in extension XVideo
[    29.935] Initializing built-in extension XVideo-MotionCompensation
[    29.935] Initializing built-in extension SELinux
[    29.935] Initializing built-in extension XFree86-VidModeExtension
[    29.935] Initializing built-in extension XFree86-DGA
[    29.935] Initializing built-in extension XFree86-DRI
[    29.935] Initializing built-in extension DRI2
[    29.935] (II) LoadModule: "glx"
[    29.956] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    30.098] (II) Module glx: vendor="X.Org Foundation"
[    30.098] 	compiled for 1.15.1, module version = 1.0.0
[    30.098] 	ABI class: X.Org Server Extension, version 8.0
[    30.098] (==) AIGLX enabled
[    30.098] Loading extension GLX
[    30.098] (==) Matched openchrome as autoconfigured driver 0
[    30.098] (==) Matched modesetting as autoconfigured driver 1
[    30.098] (==) Matched fbdev as autoconfigured driver 2
[    30.098] (==) Matched vesa as autoconfigured driver 3
[    30.098] (==) Assigned the driver to the xf86ConfigLayout
[    30.098] (II) LoadModule: "openchrome"
[    30.098] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[    30.099] (II) Module openchrome: vendor="http://openchrome.org/"
[    30.099] 	compiled for 1.15.0, module version = 0.3.3
[    30.099] 	Module class: X.Org Video Driver
[    30.099] 	ABI class: X.Org Video Driver, version 15.0
[    30.099] (II) LoadModule: "modesetting"
[    30.099] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    30.099] (II) Module modesetting: vendor="X.Org Foundation"
[    30.099] 	compiled for 1.15.0, module version = 0.8.1
[    30.099] 	Module class: X.Org Video Driver
[    30.099] 	ABI class: X.Org Video Driver, version 15.0
[    30.099] (II) LoadModule: "fbdev"
[    30.100] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    30.100] (II) Module fbdev: vendor="X.Org Foundation"
[    30.100] 	compiled for 1.15.0, module version = 0.4.4
[    30.100] 	Module class: X.Org Video Driver
[    30.100] 	ABI class: X.Org Video Driver, version 15.0
[    30.100] (II) LoadModule: "vesa"
[    30.100] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    30.100] (II) Module vesa: vendor="X.Org Foundation"
[    30.101] 	compiled for 1.15.0, module version = 2.3.3
[    30.101] 	Module class: X.Org Video Driver
[    30.101] 	ABI class: X.Org Video Driver, version 15.0
[    30.101] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
	K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
	CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
	VX855/VX875, VX900
[    30.101] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    30.101] (II) FBDEV: driver for framebuffer: fbdev
[    30.101] (II) VESA: driver for VESA chipsets: vesa
[    30.101] (++) using VT number 7

[    30.131] (!!) VIA Technologies does not support this driver in any way.
[    30.131] (!!) For support, please refer to http://www.openchrome.org/.
[    30.131] (!!) (openchrome 0.3.3 release)
[    30.131] (WW) Falling back to old probe method for modesetting
[    30.132] (EE) open /dev/dri/card0: No such file or directory
[    30.132] (WW) Falling back to old probe method for fbdev
[    30.132] (II) Loading sub module "fbdevhw"
[    30.132] (II) LoadModule: "fbdevhw"
[    30.132] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    30.132] (II) Module fbdevhw: vendor="X.Org Foundation"
[    30.132] 	compiled for 1.15.1, module version = 0.0.2
[    30.132] 	ABI class: X.Org Video Driver, version 15.0
[    30.132] (WW) Falling back to old probe method for vesa
[    30.132] (II) CHROME(0): VIAPreInit
[    30.132] (II) CHROME(0): VIAGetRec
[    30.132] (--) CHROME(0): Chipset: KM400/KN400
[    30.133] (--) CHROME(0): Chipset revision: 0
[    30.238] (EE) CHROME(0): [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory
[    30.238] (II) Loading sub module "vgahw"
[    30.238] (II) LoadModule: "vgahw"
[    30.239] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    30.239] (II) Module vgahw: vendor="X.Org Foundation"
[    30.239] 	compiled for 1.15.1, module version = 0.1.0
[    30.239] 	ABI class: X.Org Video Driver, version 15.0
[    30.239] (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
[    30.239] (II) CHROME(0): VIAMapMMIO
[    30.239] (--) CHROME(0): mapping MMIO @ 0xdc000000 with size 0xd000
[    30.239] (--) CHROME(0): mapping BitBlt MMIO @ 0xdc200000 with size 0x200000
[    30.239] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[    30.239] (II) CHROME(0): VIAMapFB
[    30.239] (--) CHROME(0): mapping framebuffer @ 0xd8000000 with size 0x4000000
[    30.240] (--) CHROME(0): Frame buffer start: 0xb2992000, free start: 0x0 end: 0x4000000
[    30.240] (II) CHROME(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    30.240] (==) CHROME(0): Depth 24, (--) framebuffer bpp 32
[    30.240] (==) CHROME(0): RGB weight 888
[    30.240] (==) CHROME(0): Default visual is TrueColor
[    30.240] (II) CHROME(0): VIASetupDefaultOptions - Setting up default chipset options.
[    30.240] (==) CHROME(0): Shadow framebuffer is disabled.
[    30.240] (==) CHROME(0): Hardware acceleration is enabled.
[    30.240] (==) CHROME(0): Using EXA acceleration architecture.
[    30.240] (==) CHROME(0): EXA composite acceleration enabled.
[    30.240] (==) CHROME(0): EXA scratch area size is 4096 kB.
[    30.240] (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
[    30.240] (==) CHROME(0): GPU virtual command queue will be enabled.
[    30.240] (==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
[    30.240] (==) CHROME(0): AGP DMA will be enabled if DRI is enabled.
[    30.240] (==) CHROME(0): AGP DMA will be used for 2D acceleration.
[    30.240] (==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is enabled.
[    30.240] (==) CHROME(0): Will not enable VBE modes.
[    30.240] (==) CHROME(0): VBE VGA register save & restore will not be used
	if VBE modes are enabled.
[    30.240] (==) CHROME(0): Xv Bandwidth check is enabled.
[    30.240] (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
[    30.240] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
[    30.240] (==) CHROME(0): TV dotCrawl is disabled.
[    30.240] (==) CHROME(0): TV deflicker is set to 0.
[    30.240] (==) CHROME(0): No default TV type is set.
[    30.240] (==) CHROME(0): No default TV output signal type is set.
[    30.240] (==) CHROME(0): No default TV output port is set.
[    30.240] (==) CHROME(0): Will not print VGA registers.
[    30.240] (==) CHROME(0): Will not scan I2C buses.
[    30.240] (II) CHROME(0): ...Finished parsing config file options.
[    30.240] (--) CHROME(0): Detected Packard Bell Quasar2 (MSI MS6786). Card-Ids (1631|D002)
[    30.240] (II) CHROME(0): Detected MemClk 6
[    30.241] (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 6
[    30.241] (II) CHROME(0): Detected TV standard: NTSC.
[    30.241] (II) Loading sub module "ramdac"
[    30.241] (II) LoadModule: "ramdac"
[    30.241] (II) Module "ramdac" already built-in
[    30.241] (II) Loading sub module "i2c"
[    30.241] (II) LoadModule: "i2c"
[    30.241] (II) Module "i2c" already built-in
[    30.241] (II) CHROME(0): ViaI2CInit
[    30.241] (II) CHROME(0): ViaI2CBus1Init
[    30.241] (II) CHROME(0): I2C bus "I2C bus 1" initialized.
[    30.241] (II) CHROME(0): ViaI2cBus2Init
[    30.241] (II) CHROME(0): I2C bus "I2C bus 2" initialized.
[    30.241] (II) CHROME(0): ViaI2CBus3Init
[    30.241] (II) CHROME(0): I2C bus "I2C bus 3" initialized.
[    30.241] (II) Loading sub module "ddc"
[    30.241] (II) LoadModule: "ddc"
[    30.241] (II) Module "ddc" already built-in
[    30.241] (II) CHROME(0): ViaOutputsDetect
[    30.241] (==) CHROME(0): LVDS-0 : Digital output bus width is 12 bits.
[    30.241] (==) CHROME(0): LVDS-0 : DVI Center is disabled.
[    30.241] (==) CHROME(0): LVDS Panel will not be forced.
[    30.241] (==) CHROME(0): Panel size is not selected from config file.
[    30.241] (II) CHROME(0): Output VGA-1 has no monitor section
[    30.242] (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
[    30.811] (II) CHROME(0): EDID for output VGA-1
[    30.811] (II) CHROME(0): Manufacturer: CPQ  Model: 1366  Serial#: 1110651449
[    30.811] (II) CHROME(0): Year: 2000  Week: 45
[    30.811] (II) CHROME(0): EDID Version: 1.1
[    30.811] (II) CHROME(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    30.811] (II) CHROME(0): Sync:  Separate
[    30.811] (II) CHROME(0): Max Image Size [cm]: horiz.: 32  vert.: 24
[    30.811] (II) CHROME(0): Gamma: 2.26
[    30.811] (II) CHROME(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    30.811] (II) CHROME(0): redX: 0.645 redY: 0.321   greenX: 0.285 greenY: 0.600
[    30.811] (II) CHROME(0): blueX: 0.142 blueY: 0.057   whiteX: 0.283 whiteY: 0.298
[    30.811] (II) CHROME(0): Supported established timings:
[    30.811] (II) CHROME(0): 720x400@70Hz
[    30.811] (II) CHROME(0): 640x480@60Hz
[    30.811] (II) CHROME(0): 640x480@67Hz
[    30.811] (II) CHROME(0): 640x480@72Hz
[    30.811] (II) CHROME(0): 640x480@75Hz
[    30.811] (II) CHROME(0): 800x600@60Hz
[    30.811] (II) CHROME(0): 800x600@72Hz
[    30.811] (II) CHROME(0): 800x600@75Hz
[    30.811] (II) CHROME(0): 832x624@75Hz
[    30.811] (II) CHROME(0): 1024x768@60Hz
[    30.811] (II) CHROME(0): 1024x768@70Hz
[    30.811] (II) CHROME(0): 1024x768@75Hz
[    30.811] (II) CHROME(0): Manufacturer's mask: 0
[    30.811] (II) CHROME(0): Supported standard timings:
[    30.811] (II) CHROME(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[    30.811] (II) CHROME(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[    30.811] (II) CHROME(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[    30.811] (II) CHROME(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    30.811] (II) CHROME(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    30.811] (II) CHROME(0): Supported detailed timing:
[    30.812] (II) CHROME(0): clock: 94.5 MHz   Image Size:  306 x 230 mm
[    30.812] (II) CHROME(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
[    30.812] (II) CHROME(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
[    30.812] (II) CHROME(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 115 MHz
[    30.812] (II) CHROME(0): Serial No: 045CG24KB329
[    30.812] (II) CHROME(0): Monitor name: COMPAQ S710
[    30.812] (II) CHROME(0): EDID (in hex):
[    30.812] (II) CHROME(0): 	00ffffffffffff000e11661339323342
[    30.812] (II) CHROME(0): 	2d0a01016820187ee81269a552499924
[    30.812] (II) CHROME(0): 	0e484cbdee00315945596159714f8180
[    30.812] (II) CHROME(0): 	010101010101ea240060410028303060
[    30.812] (II) CHROME(0): 	130032e61000001e000000fd0032a01e
[    30.812] (II) CHROME(0): 	460b000a202020202020000000ff0030
[    30.812] (II) CHROME(0): 	3435434732344b423332390a000000fc
[    30.812] (II) CHROME(0): 	00434f4d50415120533731300a20003a
[    30.812] (--) CHROME(0): DDC pI2CBus1 detected a CRT
[    30.812] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    30.812] (II) CHROME(0): ViaComputeDotClock 94500 : 4542 : 0521
[    30.812] (II) CHROME(0): ViaComputeDotClock 40000 : 515f : 8643
[    30.813] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    30.813] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    30.813] (II) CHROME(0): ViaComputeDotClock 30240 : 0000 : 873b
[    30.813] (II) CHROME(0): ViaComputeDotClock 25175 : 0000 : 0407
[    30.813] (II) CHROME(0): ViaComputeDotClock 28320 : 0000 : c65f
[    30.814] (II) CHROME(0): ViaComputeDotClock 78750 : 0000 : 020b
[    30.814] (II) CHROME(0): ViaComputeDotClock 75000 : 156e : 0415
[    30.814] (II) CHROME(0): ViaComputeDotClock 65000 : 0d3b : 866d
[    30.814] (II) CHROME(0): ViaComputeDotClock 57284 : 4e70 : 0208
[    30.814] (II) CHROME(0): ViaComputeDotClock 49500 : c353 : 8653
[    30.815] (II) CHROME(0): ViaComputeDotClock 50000 : c354 : 0207
[    30.815] (II) CHROME(0): ViaComputeDotClock 36000 : 5879 : c679
[    30.815] (II) CHROME(0): ViaComputeDotClock 56250 : 0000 : 4737
[    30.815] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    30.815] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    30.815] (II) CHROME(0): Printing probed modes for output VGA-1
[    30.815] (II) CHROME(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    30.815] (II) CHROME(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    30.816] (II) CHROME(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    30.816] (II) CHROME(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    30.816] (II) CHROME(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    30.816] (II) CHROME(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    30.816] (II) CHROME(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    30.816] (II) CHROME(0): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    30.816] (II) CHROME(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    30.816] (II) CHROME(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    30.816] (II) CHROME(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    30.816] (II) CHROME(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    30.816] (II) CHROME(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    30.816] (II) CHROME(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    30.816] (II) CHROME(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    30.816] (II) CHROME(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    30.816] (II) CHROME(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    30.816] (II) CHROME(0): Output VGA-1 connected
[    30.816] (II) CHROME(0): Using exact sizes for initial modes
[    30.816] (II) CHROME(0): Output VGA-1 using initial mode 1152x864
[    30.816] (II) CHROME(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    30.816] (==) CHROME(0): DPI set to (96, 96)
[    30.816] (II) Loading sub module "fb"
[    30.816] (II) LoadModule: "fb"
[    30.816] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.817] (II) Module fb: vendor="X.Org Foundation"
[    30.817] 	compiled for 1.15.1, module version = 1.0.0
[    30.817] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.817] (II) Loading sub module "exa"
[    30.817] (II) LoadModule: "exa"
[    30.817] (II) Loading /usr/lib/xorg/modules/libexa.so
[    30.817] (II) Module exa: vendor="X.Org Foundation"
[    30.817] 	compiled for 1.15.1, module version = 2.6.0
[    30.817] 	ABI class: X.Org Video Driver, version 15.0
[    30.817] (II) UnloadModule: "modesetting"
[    30.817] (II) Unloading modesetting
[    30.817] (II) UnloadModule: "fbdev"
[    30.817] (II) Unloading fbdev
[    30.818] (II) UnloadSubModule: "fbdevhw"
[    30.818] (II) Unloading fbdevhw
[    30.818] (II) UnloadModule: "vesa"
[    30.818] (II) Unloading vesa
[    30.818] (--) Depth 24 pixmap format is 32 bpp
[    30.818] (II) CHROME(0): VIAScreenInit
[    30.818] (II) CHROME(0): Frame Buffer From (0,0) To (1152,14563)
[    30.818] (II) CHROME(0): Using 13699 lines for offscreen memory.
[    30.818] 3981312 bytes of Linear memory allocated at 3cc000, handle 3110927896
[    30.818] 262144 bytes of Linear memory allocated at 798000, handle 3110965648
[    30.818] 32 bytes of Linear memory allocated at 7d8200, handle 3110965776
[    30.818] 32 bytes of Linear memory allocated at 7d8280, handle 3110965960
[    30.818] (II) CHROME(0): - Visuals set up
[    30.818] (II) CHROME(0): - B & W
[    30.818] (**) CHROME(0): Option "MigrationHeuristic" "greedy"
[    30.818] (II) EXA(0): Offscreen pixmap area of 63127552 bytes
[    30.818] (II) EXA(0): Driver registered support for the following operations:
[    30.818] (II)         Solid
[    30.818] (II)         Copy
[    30.818] (II)         Composite (RENDER acceleration)
[    30.818] (II) CHROME(0): [EXA] Enabled EXA acceleration.
[    30.818] (==) CHROME(0): Backing store enabled
[    30.818] (II) CHROME(0): - Backing store set up
[    30.818] (II) CHROME(0): - SW cursor set up
[    30.818] 256 bytes of Linear memory allocated at 7d8300, handle 3110945600
[    30.818] 256 bytes of Linear memory allocated at 7d8400, handle 3110966048
[    30.819] (II) CHROME(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    30.819] (II) CHROME(0): - Def Color map set up
[    30.819] (II) CHROME(0): - Palette loaded
[    30.819] (II) CHROME(0): - Color maps etc. set up
[    30.819] (==) CHROME(0): DPMS enabled
[    30.819] (II) CHROME(0): - DPMS set up
[    30.819] (II) CHROME(0): VIAEnterVT
[    30.819] (II) CHROME(0): VIASave
[    30.819] (II) CHROME(0): Primary
[    30.820] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[    30.820] (II) CHROME(0): Crtc...
[    30.820] (II) CHROME(0): TVSave...
[    30.820] (II) CHROME(0): VIASave
[    30.820] (II) CHROME(0): Primary
[    30.820] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[    30.820] (II) CHROME(0): Crtc...
[    30.820] (II) CHROME(0): TVSave...
[    30.820] (II) CHROME(0): ViaDisplayDisableCRT
[    30.820] (II) CHROME(0): ViaFirstCRTCModeValid
[    30.820] (II) CHROME(0): ViaDisplayDisableCRT
[    30.820] (II) CHROME(0): ViaModeFirstCRTC
[    30.820] (II) CHROME(0): ViaFirstCRTCSetMode
[    30.820] (II) CHROME(0): Setting up 1152x864
[    30.820] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    30.820] (II) CHROME(0): ViaSetPrimaryFIFO
[    30.820] (II) CHROME(0): ViaSetPrimaryExpireNumber
[    30.820] (II) CHROME(0): ViaSetDotclock to 0x008479
[    30.820] (II) CHROME(0): ViaSetUseExternalClock
[    30.820] (II) CHROME(0): ViaDisplayDisableSimultaneous
[    30.820] (II) CHROME(0): ViaFirstCRTCSetStartingAddress
[    30.820] (II) CHROME(0): ViaDisplayEnableCRT
[    30.820] (II) CHROME(0): VIALoadRgbLut
[    30.821] (II) CHROME(0): ViaDisplayEnableCRT
[    30.821] DRM memory allocation failed -6
[    30.821] 635904 bytes of Linear memory allocated at 7d9400, handle 3110956104
[    30.825] (II) CHROME(0): Benchmarking video copy.  Less time is better.
[    30.837] (--) CHROME(0): Timed   libc YUV420 copy... 9586708. Throughput: 129.3 MiB/s.
[    30.849] (--) CHROME(0): Timed kernel YUV420 copy... 9598848. Throughput: 129.1 MiB/s.
[    30.858] (--) CHROME(0): Timed    SSE YUV420 copy... 5947920. Throughput: 208.4 MiB/s.
[    30.866] (--) CHROME(0): Timed    MMX YUV420 copy... 5763409. Throughput: 215.1 MiB/s.
[    30.873] (--) CHROME(0): Timed 3DNow! YUV420 copy... 5666210. Throughput: 218.8 MiB/s.
[    30.881] (--) CHROME(0): Timed   MMX2 YUV420 copy... 5756357. Throughput: 215.4 MiB/s.
[    30.882] Freed 8229888 (pool 4)
[    30.882] (--) CHROME(0): Using 3DNow! YUV42X copy for video.
[    30.882] (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
[    30.882] (II) CHROME(0): - Done
[    30.882] (--) RandR disabled
[    30.893] (II) SELinux: Disabled on system
[    30.895] (II) AIGLX: Screen 0 is not DRI2 capable
[    30.895] (EE) AIGLX: reverting to software rendering
[    31.019] (II) AIGLX: Loaded and initialized swrast
[    31.019] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    31.020] (II) CHROME(0): Setting screen physical size to 304 x 228
[    31.047] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    31.054] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    31.054] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    31.054] (II) LoadModule: "evdev"
[    31.054] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    31.068] (II) Module evdev: vendor="X.Org Foundation"
[    31.068] 	compiled for 1.15.0, module version = 2.8.2
[    31.068] 	Module class: X.Org XInput Driver
[    31.068] 	ABI class: X.Org XInput driver, version 20.0
[    31.068] (II) Using input driver 'evdev' for 'Power Button'
[    31.068] (**) Power Button: always reports core events
[    31.068] (**) evdev: Power Button: Device: "/dev/input/event2"
[    31.068] (--) evdev: Power Button: Vendor 0 Product 0x1
[    31.068] (--) evdev: Power Button: Found keys
[    31.068] (II) evdev: Power Button: Configuring as keyboard
[    31.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    31.068] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    31.068] (**) Option "xkb_rules" "evdev"
[    31.068] (**) Option "xkb_model" "pc105"
[    31.068] (**) Option "xkb_layout" "fr"
[    31.068] (**) Option "xkb_variant" "latin9"
[    31.072] (II) XKB: reuse xkmfile /var/lib/xkb/server-816A055A5FF7D63897839A4BDEDC3908551E49DA.xkm
[    31.073] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    31.073] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    31.073] (II) Using input driver 'evdev' for 'Power Button'
[    31.073] (**) Power Button: always reports core events
[    31.073] (**) evdev: Power Button: Device: "/dev/input/event0"
[    31.073] (--) evdev: Power Button: Vendor 0 Product 0x1
[    31.073] (--) evdev: Power Button: Found keys
[    31.073] (II) evdev: Power Button: Configuring as keyboard
[    31.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    31.073] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    31.073] (**) Option "xkb_rules" "evdev"
[    31.074] (**) Option "xkb_model" "pc105"
[    31.074] (**) Option "xkb_layout" "fr"
[    31.074] (**) Option "xkb_variant" "latin9"
[    31.074] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    31.074] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    31.074] (II) Using input driver 'evdev' for 'Sleep Button'
[    31.074] (**) Sleep Button: always reports core events
[    31.074] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    31.074] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    31.074] (--) evdev: Sleep Button: Found keys
[    31.075] (II) evdev: Sleep Button: Configuring as keyboard
[    31.075] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[    31.075] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    31.075] (**) Option "xkb_rules" "evdev"
[    31.075] (**) Option "xkb_model" "pc105"
[    31.075] (**) Option "xkb_layout" "fr"
[    31.075] (**) Option "xkb_variant" "latin9"
[    31.075] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    31.075] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    31.076] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    31.076] (**) AT Translated Set 2 keyboard: always reports core events
[    31.076] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    31.076] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    31.076] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    31.076] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    31.076] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    31.076] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    31.076] (**) Option "xkb_rules" "evdev"
[    31.076] (**) Option "xkb_model" "pc105"
[    31.076] (**) Option "xkb_layout" "fr"
[    31.076] (**) Option "xkb_variant" "latin9"
[    31.077] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4)
[    31.077] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    31.077] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    31.077] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    31.077] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
[    31.077] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[    31.077] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    31.077] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    31.077] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[    31.077] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    31.077] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    31.077] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    31.077] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[    31.077] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    31.077] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    31.077] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 10)
[    31.077] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[    31.077] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[    31.077] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[    31.077] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    31.077] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    31.078] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    31.078] (II) No input driver specified, ignoring this device.
[    31.078] (II) This device may have been added with another device file.
[    31.087] (II) CHROME(0): ViaDisplayEnableCRT
[    34.782] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    34.782] (II) CHROME(0): Using EDID range info for horizontal sync
[    34.782] (II) CHROME(0): Using EDID range info for vertical refresh
[    34.782] (II) CHROME(0): Printing DDC gathered Modelines:
[    34.782] (II) CHROME(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    34.782] (II) CHROME(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.782] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    34.782] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    34.782] (II) CHROME(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    34.782] (II) CHROME(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.782] (II) CHROME(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.782] (II) CHROME(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    34.782] (II) CHROME(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    34.782] (II) CHROME(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.782] (II) CHROME(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    34.782] (II) CHROME(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    34.782] (II) CHROME(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    34.782] (II) CHROME(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    34.782] (II) CHROME(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    34.782] (II) CHROME(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    34.782] (II) CHROME(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.782] (--) CHROME(0): DDC pI2CBus1 detected a CRT
[    34.782] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    34.783] (II) CHROME(0): ViaComputeDotClock 94500 : 4542 : 0521
[    34.783] (II) CHROME(0): ViaComputeDotClock 40000 : 515f : 8643
[    34.783] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    34.783] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    34.784] (II) CHROME(0): ViaComputeDotClock 30240 : 0000 : 873b
[    34.784] (II) CHROME(0): ViaComputeDotClock 25175 : 0000 : 0407
[    34.784] (II) CHROME(0): ViaComputeDotClock 28320 : 0000 : c65f
[    34.784] (II) CHROME(0): ViaComputeDotClock 78750 : 0000 : 020b
[    34.784] (II) CHROME(0): ViaComputeDotClock 75000 : 156e : 0415
[    34.785] (II) CHROME(0): ViaComputeDotClock 65000 : 0d3b : 866d
[    34.785] (II) CHROME(0): ViaComputeDotClock 57284 : 4e70 : 0208
[    34.785] (II) CHROME(0): ViaComputeDotClock 49500 : c353 : 8653
[    34.785] (II) CHROME(0): ViaComputeDotClock 50000 : c354 : 0207
[    34.786] (II) CHROME(0): ViaComputeDotClock 36000 : 5879 : c679
[    34.786] (II) CHROME(0): ViaComputeDotClock 56250 : 0000 : 4737
[    34.786] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    34.786] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    36.030] 5242880 bytes of Linear memory allocated at 7d9400, handle 3113445632
[    36.030] (II) CHROME(0): Allocate new frame buffer 1280x1024 stride 5120
[    36.030] (II) CHROME(0): ViaFirstCRTCModeValid
[    36.030] (II) CHROME(0): ViaDisplayDisableCRT
[    36.030] (II) CHROME(0): ViaModeFirstCRTC
[    36.030] (II) CHROME(0): ViaFirstCRTCSetMode
[    36.030] (II) CHROME(0): Setting up 1152x864
[    36.030] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    36.030] (II) CHROME(0): ViaSetPrimaryFIFO
[    36.030] (II) CHROME(0): ViaSetPrimaryExpireNumber
[    36.030] (II) CHROME(0): ViaSetDotclock to 0x008479
[    36.030] (II) CHROME(0): ViaSetUseExternalClock
[    36.030] (II) CHROME(0): ViaDisplayDisableSimultaneous
[    36.030] (II) CHROME(0): ViaFirstCRTCSetStartingAddress
[    36.030] (II) CHROME(0): ViaDisplayEnableCRT
[    36.030] (II) CHROME(0): ViaDisplayEnableCRT
[    36.030] (II) CHROME(0): SetMode ret so we cleanup old front_bo
[    36.030] (II) CHROME(0): More cleanup old front_bo
[    36.030] Freed 3981312 (pool 4)
[    36.071] (II) CHROME(0): ViaFirstCRTCModeValid
[    36.071] (II) CHROME(0): ViaDisplayDisableCRT
[    36.071] (II) CHROME(0): ViaModeFirstCRTC
[    36.071] (II) CHROME(0): ViaFirstCRTCSetMode
[    36.071] (II) CHROME(0): Setting up 1280x1024
[    36.071] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    36.071] (II) CHROME(0): ViaSetPrimaryFIFO
[    36.071] (II) CHROME(0): ViaSetPrimaryExpireNumber
[    36.072] (II) CHROME(0): ViaSetDotclock to 0x008479
[    36.072] (II) CHROME(0): ViaSetUseExternalClock
[    36.072] (II) CHROME(0): ViaDisplayDisableSimultaneous
[    36.072] (II) CHROME(0): ViaFirstCRTCSetStartingAddress
[    36.072] (II) CHROME(0): ViaDisplayEnableCRT
[    36.072] (II) CHROME(0): ViaDisplayEnableCRT
[    38.509] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    38.512] (II) CHROME(0): Using hsync ranges from config file
[    38.512] (II) CHROME(0): Using vrefresh ranges from config file
[    38.512] (II) CHROME(0): Printing DDC gathered Modelines:
[    38.512] (II) CHROME(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    38.512] (II) CHROME(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    38.512] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    38.512] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    38.512] (II) CHROME(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    38.512] (II) CHROME(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    38.512] (II) CHROME(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    38.512] (II) CHROME(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    38.512] (II) CHROME(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    38.512] (II) CHROME(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    38.512] (II) CHROME(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    38.512] (II) CHROME(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    38.512] (II) CHROME(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    38.512] (II) CHROME(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    38.512] (II) CHROME(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    38.512] (II) CHROME(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    38.512] (II) CHROME(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    38.512] (--) CHROME(0): DDC pI2CBus1 detected a CRT
[    38.512] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    38.512] (II) CHROME(0): ViaComputeDotClock 94500 : 4542 : 0521
[    38.513] (II) CHROME(0): ViaComputeDotClock 40000 : 515f : 8643
[    38.513] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    38.513] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    38.513] (II) CHROME(0): ViaComputeDotClock 30240 : 0000 : 873b
[    38.513] (II) CHROME(0): ViaComputeDotClock 25175 : 0000 : 0407
[    38.514] (II) CHROME(0): ViaComputeDotClock 28320 : 0000 : c65f
[    38.514] (II) CHROME(0): ViaComputeDotClock 78750 : 0000 : 020b
[    38.514] (II) CHROME(0): ViaComputeDotClock 75000 : 156e : 0415
[    38.514] (II) CHROME(0): ViaComputeDotClock 65000 : 0d3b : 866d
[    38.514] (II) CHROME(0): ViaComputeDotClock 57284 : 4e70 : 0208
[    38.515] (II) CHROME(0): ViaComputeDotClock 49500 : c353 : 8653
[    38.515] (II) CHROME(0): ViaComputeDotClock 50000 : c354 : 0207
[    38.515] (II) CHROME(0): ViaComputeDotClock 36000 : 5879 : c679
[    38.519] (II) CHROME(0): ViaComputeDotClock 56250 : 0000 : 4737
[    38.520] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    38.520] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    39.056] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    39.060] (II) CHROME(0): Using hsync ranges from config file
[    39.060] (II) CHROME(0): Using vrefresh ranges from config file
[    39.060] (II) CHROME(0): Printing DDC gathered Modelines:
[    39.060] (II) CHROME(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    39.060] (II) CHROME(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    39.060] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    39.060] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    39.060] (II) CHROME(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    39.060] (II) CHROME(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    39.060] (II) CHROME(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    39.060] (II) CHROME(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    39.060] (II) CHROME(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    39.060] (II) CHROME(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    39.060] (II) CHROME(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    39.060] (II) CHROME(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    39.060] (II) CHROME(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    39.060] (II) CHROME(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    39.060] (II) CHROME(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    39.060] (II) CHROME(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    39.060] (II) CHROME(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    39.060] (--) CHROME(0): DDC pI2CBus1 detected a CRT
[    39.060] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    39.061] (II) CHROME(0): ViaComputeDotClock 94500 : 4542 : 0521
[    39.061] (II) CHROME(0): ViaComputeDotClock 40000 : 515f : 8643
[    39.061] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    39.061] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    39.061] (II) CHROME(0): ViaComputeDotClock 30240 : 0000 : 873b
[    39.062] (II) CHROME(0): ViaComputeDotClock 25175 : 0000 : 0407
[    39.062] (II) CHROME(0): ViaComputeDotClock 28320 : 0000 : c65f
[    39.062] (II) CHROME(0): ViaComputeDotClock 78750 : 0000 : 020b
[    39.062] (II) CHROME(0): ViaComputeDotClock 75000 : 156e : 0415
[    39.062] (II) CHROME(0): ViaComputeDotClock 65000 : 0d3b : 866d
[    39.063] (II) CHROME(0): ViaComputeDotClock 57284 : 4e70 : 0208
[    39.063] (II) CHROME(0): ViaComputeDotClock 49500 : c353 : 8653
[    39.063] (II) CHROME(0): ViaComputeDotClock 50000 : c354 : 0207
[    39.063] (II) CHROME(0): ViaComputeDotClock 36000 : 5879 : c679
[    39.063] (II) CHROME(0): ViaComputeDotClock 56250 : 0000 : 4737
[    39.072] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    39.072] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    39.565] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    39.565] (II) CHROME(0): Using hsync ranges from config file
[    39.565] (II) CHROME(0): Using vrefresh ranges from config file
[    39.565] (II) CHROME(0): Printing DDC gathered Modelines:
[    39.565] (II) CHROME(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    39.565] (II) CHROME(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    39.565] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    39.565] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    39.565] (II) CHROME(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    39.565] (II) CHROME(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    39.565] (II) CHROME(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    39.565] (II) CHROME(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    39.565] (II) CHROME(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    39.565] (II) CHROME(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    39.565] (II) CHROME(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    39.565] (II) CHROME(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    39.565] (II) CHROME(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    39.565] (II) CHROME(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    39.565] (II) CHROME(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    39.565] (II) CHROME(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    39.565] (II) CHROME(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    39.565] (--) CHROME(0): DDC pI2CBus1 detected a CRT
[    39.565] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    39.566] (II) CHROME(0): ViaComputeDotClock 94500 : 4542 : 0521
[    39.566] (II) CHROME(0): ViaComputeDotClock 40000 : 515f : 8643
[    39.566] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    39.566] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    39.566] (II) CHROME(0): ViaComputeDotClock 30240 : 0000 : 873b
[    39.567] (II) CHROME(0): ViaComputeDotClock 25175 : 0000 : 0407
[    39.567] (II) CHROME(0): ViaComputeDotClock 28320 : 0000 : c65f
[    39.567] (II) CHROME(0): ViaComputeDotClock 78750 : 0000 : 020b
[    39.567] (II) CHROME(0): ViaComputeDotClock 75000 : 156e : 0415
[    39.567] (II) CHROME(0): ViaComputeDotClock 65000 : 0d3b : 866d
[    39.574] (II) CHROME(0): ViaComputeDotClock 57284 : 4e70 : 0208
[    39.575] (II) CHROME(0): ViaComputeDotClock 49500 : c353 : 8653
[    39.575] (II) CHROME(0): ViaComputeDotClock 50000 : c354 : 0207
[    39.575] (II) CHROME(0): ViaComputeDotClock 36000 : 5879 : c679
[    39.575] (II) CHROME(0): ViaComputeDotClock 56250 : 0000 : 4737
[    39.580] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    39.580] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    40.239] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    40.242] (II) CHROME(0): Using hsync ranges from config file
[    40.242] (II) CHROME(0): Using vrefresh ranges from config file
[    40.242] (II) CHROME(0): Printing DDC gathered Modelines:
[    40.242] (II) CHROME(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    40.242] (II) CHROME(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    40.242] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    40.242] (II) CHROME(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    40.242] (II) CHROME(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    40.242] (II) CHROME(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    40.242] (II) CHROME(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    40.242] (II) CHROME(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    40.242] (II) CHROME(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    40.242] (II) CHROME(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    40.242] (II) CHROME(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    40.242] (II) CHROME(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    40.242] (II) CHROME(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    40.242] (II) CHROME(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    40.242] (II) CHROME(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    40.242] (II) CHROME(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    40.242] (II) CHROME(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    40.242] (--) CHROME(0): DDC pI2CBus1 detected a CRT
[    40.242] (II) CHROME(0): EDID vendor "CPQ", prod id 4966
[    40.242] (II) CHROME(0): ViaComputeDotClock 94500 : 4542 : 0521
[    40.243] (II) CHROME(0): ViaComputeDotClock 40000 : 515f : 8643
[    40.243] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    40.243] (II) CHROME(0): ViaComputeDotClock 31500 : c558 : 050b
[    40.243] (II) CHROME(0): ViaComputeDotClock 30240 : 0000 : 873b
[    40.243] (II) CHROME(0): ViaComputeDotClock 25175 : 0000 : 0407
[    40.248] (II) CHROME(0): ViaComputeDotClock 28320 : 0000 : c65f
[    40.248] (II) CHROME(0): ViaComputeDotClock 78750 : 0000 : 020b
[    40.249] (II) CHROME(0): ViaComputeDotClock 75000 : 156e : 0415
[    40.249] (II) CHROME(0): ViaComputeDotClock 65000 : 0d3b : 866d
[    40.249] (II) CHROME(0): ViaComputeDotClock 57284 : 4e70 : 0208
[    40.249] (II) CHROME(0): ViaComputeDotClock 49500 : c353 : 8653
[    40.249] (II) CHROME(0): ViaComputeDotClock 50000 : c354 : 0207
[    40.252] (II) CHROME(0): ViaComputeDotClock 36000 : 5879 : c679
[    40.252] (II) CHROME(0): ViaComputeDotClock 56250 : 0000 : 4737
[    40.252] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479
[    40.253] (II) CHROME(0): ViaComputeDotClock 108000 : 0b53 : 8479

voici xorg.1.log

[   637.886] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[   637.886] X Protocol Version 11, Revision 0
[   637.886] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[   637.886] Current Operating System: Linux marmite-xubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686
[   637.886] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=13253339-2e50-4f2a-8ce1-08d2620a0858 ro quiet splash vt.handoff=7
[   637.886] Build Date: 16 April 2014  01:40:08PM
[   637.886] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[   637.886] Current version of pixman: 0.30.2
[   637.886] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   637.886] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   637.886] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Sep  9 09:38:26 2014
[   637.886] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   637.887] (==) No Layout section.  Using the first Screen section.
[   637.887] (==) No screen section available. Using defaults.
[   637.887] (**) |-->Screen "Default Screen Section" (0)
[   637.887] (**) |   |-->Monitor "<default monitor>"
[   637.887] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   637.887] (==) Automatically adding devices
[   637.887] (==) Automatically enabling devices
[   637.887] (==) Automatically adding GPU devices
[   637.887] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   637.887] 	Entry deleted from font path.
[   637.887] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   637.887] 	Entry deleted from font path.
[   637.887] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   637.887] 	Entry deleted from font path.
[   637.887] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   637.887] 	Entry deleted from font path.
[   637.888] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   637.888] 	Entry deleted from font path.
[   637.888] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[   637.888] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   637.888] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   637.888] (II) Loader magic: 0xb77f36c0
[   637.888] (II) Module ABI versions:
[   637.888] 	X.Org ANSI C Emulation: 0.4
[   637.888] 	X.Org Video Driver: 15.0
[   637.888] 	X.Org XInput driver : 20.0
[   637.888] 	X.Org Server Extension : 8.0
[   637.889] (--) PCI:*(0:1:0:0) 1106:7205:1631:d002 rev 1, Mem @ 0xd8000000/67108864, 0xdc000000/16777216, BIOS @ 0x????????/65536
[   637.889] Initializing built-in extension Generic Event Extension
[   637.889] Initializing built-in extension SHAPE
[   637.889] Initializing built-in extension MIT-SHM
[   637.889] Initializing built-in extension XInputExtension
[   637.889] Initializing built-in extension XTEST
[   637.889] Initializing built-in extension BIG-REQUESTS
[   637.889] Initializing built-in extension SYNC
[   637.889] Initializing built-in extension XKEYBOARD
[   637.889] Initializing built-in extension XC-MISC
[   637.889] Initializing built-in extension SECURITY
[   637.889] Initializing built-in extension XINERAMA
[   637.889] Initializing built-in extension XFIXES
[   637.889] Initializing built-in extension RENDER
[   637.889] Initializing built-in extension RANDR
[   637.889] Initializing built-in extension COMPOSITE
[   637.889] Initializing built-in extension DAMAGE
[   637.889] Initializing built-in extension MIT-SCREEN-SAVER
[   637.889] Initializing built-in extension DOUBLE-BUFFER
[   637.889] Initializing built-in extension RECORD
[   637.889] Initializing built-in extension DPMS
[   637.889] Initializing built-in extension Present
[   637.889] Initializing built-in extension DRI3
[   637.889] Initializing built-in extension X-Resource
[   637.889] Initializing built-in extension XVideo
[   637.889] Initializing built-in extension XVideo-MotionCompensation
[   637.889] Initializing built-in extension SELinux
[   637.889] Initializing built-in extension XFree86-VidModeExtension
[   637.889] Initializing built-in extension XFree86-DGA
[   637.889] Initializing built-in extension XFree86-DRI
[   637.889] Initializing built-in extension DRI2
[   637.889] (II) LoadModule: "glx"
[   637.890] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   637.892] (II) Module glx: vendor="X.Org Foundation"
[   637.892] 	compiled for 1.15.1, module version = 1.0.0
[   637.892] 	ABI class: X.Org Server Extension, version 8.0
[   637.892] (==) AIGLX enabled
[   637.892] Loading extension GLX
[   637.892] (==) Matched openchrome as autoconfigured driver 0
[   637.892] (==) Matched modesetting as autoconfigured driver 1
[   637.892] (==) Matched fbdev as autoconfigured driver 2
[   637.892] (==) Matched vesa as autoconfigured driver 3
[   637.892] (==) Assigned the driver to the xf86ConfigLayout
[   637.893] (II) LoadModule: "openchrome"
[   637.893] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[   637.893] (II) Module openchrome: vendor="http://openchrome.org/"
[   637.893] 	compiled for 1.15.0, module version = 0.3.3
[   637.893] 	Module class: X.Org Video Driver
[   637.893] 	ABI class: X.Org Video Driver, version 15.0
[   637.893] (II) LoadModule: "modesetting"
[   637.894] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   637.894] (II) Module modesetting: vendor="X.Org Foundation"
[   637.894] 	compiled for 1.15.0, module version = 0.8.1
[   637.894] 	Module class: X.Org Video Driver
[   637.894] 	ABI class: X.Org Video Driver, version 15.0
[   637.894] (II) LoadModule: "fbdev"
[   637.894] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   637.894] (II) Module fbdev: vendor="X.Org Foundation"
[   637.894] 	compiled for 1.15.0, module version = 0.4.4
[   637.894] 	Module class: X.Org Video Driver
[   637.894] 	ABI class: X.Org Video Driver, version 15.0
[   637.894] (II) LoadModule: "vesa"
[   637.894] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   637.895] (II) Module vesa: vendor="X.Org Foundation"
[   637.895] 	compiled for 1.15.0, module version = 2.3.3
[   637.895] 	Module class: X.Org Video Driver
[   637.895] 	ABI class: X.Org Video Driver, version 15.0
[   637.895] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
	K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
	CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
	VX855/VX875, VX900
[   637.895] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   637.895] (II) FBDEV: driver for framebuffer: fbdev
[   637.895] (II) VESA: driver for VESA chipsets: vesa
[   637.895] (++) using VT number 8

[   638.003] (!!) VIA Technologies does not support this driver in any way.
[   638.004] (!!) For support, please refer to http://www.openchrome.org/.
[   638.004] (!!) (openchrome 0.3.3 release)
[   638.004] (WW) Falling back to old probe method for modesetting
[   638.004] (EE) open /dev/dri/card0: No such file or directory
[   638.004] (WW) Falling back to old probe method for fbdev
[   638.004] (II) Loading sub module "fbdevhw"
[   638.004] (II) LoadModule: "fbdevhw"
[   638.004] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   638.004] (II) Module fbdevhw: vendor="X.Org Foundation"
[   638.004] 	compiled for 1.15.1, module version = 0.0.2
[   638.004] 	ABI class: X.Org Video Driver, version 15.0
[   638.005] (WW) Falling back to old probe method for vesa
[   638.005] (II) CHROME(0): VIAPreInit
[   638.005] (II) CHROME(0): VIAGetRec
[   638.005] (--) CHROME(0): Chipset: KM400/KN400
[   638.005] (--) CHROME(0): Chipset revision: 0
[   638.087] (EE) CHROME(0): [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory
[   638.087] (II) Loading sub module "vgahw"
[   638.087] (II) LoadModule: "vgahw"
[   638.088] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   638.088] (II) Module vgahw: vendor="X.Org Foundation"
[   638.088] 	compiled for 1.15.1, module version = 0.1.0
[   638.088] 	ABI class: X.Org Video Driver, version 15.0
[   638.088] (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
[   638.088] (II) CHROME(0): VIAMapMMIO
[   638.088] (--) CHROME(0): mapping MMIO @ 0xdc000000 with size 0xd000
[   638.088] (--) CHROME(0): mapping BitBlt MMIO @ 0xdc200000 with size 0x200000
[   638.088] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[   638.088] (II) CHROME(0): VIAMapFB
[   638.088] (--) CHROME(0): mapping framebuffer @ 0xd8000000 with size 0x4000000
[   638.089] (--) CHROME(0): Frame buffer start: 0xb2a74000, free start: 0x0 end: 0x4000000
[   638.089] (II) CHROME(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   638.089] (==) CHROME(0): Depth 24, (--) framebuffer bpp 32
[   638.089] (==) CHROME(0): RGB weight 888
[   638.089] (==) CHROME(0): Default visual is TrueColor
[   638.089] (II) CHROME(0): VIASetupDefaultOptions - Setting up default chipset options.
[   638.089] (==) CHROME(0): Shadow framebuffer is disabled.
[   638.089] (==) CHROME(0): Hardware acceleration is enabled.
[   638.089] (==) CHROME(0): Using EXA acceleration architecture.
[   638.089] (==) CHROME(0): EXA composite acceleration enabled.
[   638.089] (==) CHROME(0): EXA scratch area size is 4096 kB.
[   638.089] (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
[   638.089] (==) CHROME(0): GPU virtual command queue will be enabled.
[   638.089] (==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
[   638.089] (==) CHROME(0): AGP DMA will be enabled if DRI is enabled.
[   638.089] (==) CHROME(0): AGP DMA will be used for 2D acceleration.
[   638.089] (==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is enabled.
[   638.089] (==) CHROME(0): Will not enable VBE modes.
[   638.089] (==) CHROME(0): VBE VGA register save & restore will not be used
	if VBE modes are enabled.
[   638.089] (==) CHROME(0): Xv Bandwidth check is enabled.
[   638.089] (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
[   638.089] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
[   638.089] (==) CHROME(0): TV dotCrawl is disabled.
[   638.089] (==) CHROME(0): TV deflicker is set to 0.
[   638.089] (==) CHROME(0): No default TV type is set.
[   638.089] (==) CHROME(0): No default TV output signal type is set.
[   638.089] (==) CHROME(0): No default TV output port is set.
[   638.089] (==) CHROME(0): Will not print VGA registers.
[   638.089] (==) CHROME(0): Will not scan I2C buses.
[   638.089] (II) CHROME(0): ...Finished parsing config file options.
[   638.089] (--) CHROME(0): Detected Packard Bell Quasar2 (MSI MS6786). Card-Ids (1631|D002)
[   638.089] (II) CHROME(0): Detected MemClk 6
[   638.089] (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 6
[   638.089] (II) CHROME(0): Detected TV standard: NTSC.
[   638.089] (II) Loading sub module "ramdac"
[   638.089] (II) LoadModule: "ramdac"
[   638.089] (II) Module "ramdac" already built-in
[   638.089] (II) Loading sub module "i2c"
[   638.089] (II) LoadModule: "i2c"
[   638.089] (II) Module "i2c" already built-in
[   638.089] (II) CHROME(0): ViaI2CInit
[   638.089] (II) CHROME(0): ViaI2CBus1Init
[   638.089] (II) CHROME(0): I2C bus "I2C bus 1" initialized.
[   638.089] (II) CHROME(0): ViaI2cBus2Init
[   638.089] (II) CHROME(0): I2C bus "I2C bus 2" initialized.
[   638.089] (II) CHROME(0): ViaI2CBus3Init
[   638.090] (II) CHROME(0): I2C bus "I2C bus 3" initialized.
[   638.090] (II) Loading sub module "ddc"
[   638.090] (II) LoadModule: "ddc"
[   638.090] (II) Module "ddc" already built-in
[   638.090] (II) CHROME(0): ViaOutputsDetect
[   638.090] (==) CHROME(0): LVDS-0 : Digital output bus width is 12 bits.
[   638.090] (==) CHROME(0): LVDS-0 : DVI Center is disabled.
[   638.090] (==) CHROME(0): LVDS Panel will not be forced.
[   638.090] (==) CHROME(0): Panel size is not selected from config file.
[   638.090] (II) CHROME(0): Output VGA-1 has no monitor section
[   638.090] (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
[   638.109] (--) CHROME(0): Test for CRT with VSYNC
[   638.117] (II) CHROME(0): EDID for output VGA-1
[   638.117] (II) CHROME(0): Output VGA-1 disconnected
[   638.117] (WW) CHROME(0): No outputs definitely connected, trying again...
[   638.117] (II) CHROME(0): Output VGA-1 disconnected
[   638.117] (WW) CHROME(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[   638.117] (II) CHROME(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   638.117] (==) CHROME(0): DPI set to (96, 96)
[   638.117] (II) Loading sub module "fb"
[   638.117] (II) LoadModule: "fb"
[   638.118] (II) Loading /usr/lib/xorg/modules/libfb.so
[   638.118] (II) Module fb: vendor="X.Org Foundation"
[   638.118] 	compiled for 1.15.1, module version = 1.0.0
[   638.118] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   638.118] (II) Loading sub module "exa"
[   638.118] (II) LoadModule: "exa"
[   638.118] (II) Loading /usr/lib/xorg/modules/libexa.so
[   638.119] (II) Module exa: vendor="X.Org Foundation"
[   638.119] 	compiled for 1.15.1, module version = 2.6.0
[   638.119] 	ABI class: X.Org Video Driver, version 15.0
[   638.119] (II) UnloadModule: "modesetting"
[   638.119] (II) Unloading modesetting
[   638.119] (II) UnloadModule: "fbdev"
[   638.119] (II) Unloading fbdev
[   638.119] (II) UnloadSubModule: "fbdevhw"
[   638.119] (II) Unloading fbdevhw
[   638.119] (II) UnloadModule: "vesa"
[   638.119] (II) Unloading vesa
[   638.119] (--) Depth 24 pixmap format is 32 bpp
[   638.119] (II) CHROME(0): VIAScreenInit
[   638.119] (II) CHROME(0): Frame Buffer From (0,0) To (1024,16384)
[   638.119] (II) CHROME(0): Using 15616 lines for offscreen memory.
[   638.119] 3145728 bytes of Linear memory allocated at 300000, handle 3086325592
[   638.119] 262144 bytes of Linear memory allocated at 600000, handle 3086311824
[   638.119] 32 bytes of Linear memory allocated at 640000, handle 3086311952
[   638.119] 32 bytes of Linear memory allocated at 640080, handle 3086312136
[   638.119] (II) CHROME(0): - Visuals set up
[   638.119] (II) CHROME(0): - B & W
[   638.123] (**) CHROME(0): Option "MigrationHeuristic" "greedy"
[   638.123] (II) EXA(0): Offscreen pixmap area of 63963136 bytes
[   638.123] (II) EXA(0): Driver registered support for the following operations:
[   638.123] (II)         Solid
[   638.123] (II)         Copy
[   638.123] (II)         Composite (RENDER acceleration)
[   638.123] (II) CHROME(0): [EXA] Enabled EXA acceleration.
[   638.123] (==) CHROME(0): Backing store enabled
[   638.123] (II) CHROME(0): - Backing store set up
[   638.123] (II) CHROME(0): - SW cursor set up
[   638.123] 256 bytes of Linear memory allocated at 640100, handle 3086291784
[   638.123] 256 bytes of Linear memory allocated at 640200, handle 3086312224
[   638.123] (II) CHROME(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   638.123] (II) CHROME(0): - Def Color map set up
[   638.123] (II) CHROME(0): - Palette loaded
[   638.123] (II) CHROME(0): - Color maps etc. set up
[   638.123] (==) CHROME(0): DPMS enabled
[   638.123] (II) CHROME(0): - DPMS set up
[   638.123] (II) CHROME(0): VIAEnterVT
[   638.123] (II) CHROME(0): VIASave
[   638.123] (II) CHROME(0): Primary
[   638.124] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[   638.124] (II) CHROME(0): Crtc...
[   638.124] (II) CHROME(0): TVSave...
[   638.124] (II) CHROME(0): VIASave
[   638.124] (II) CHROME(0): Primary
[   638.124] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[   638.124] (II) CHROME(0): Crtc...
[   638.124] (II) CHROME(0): TVSave...
[   638.124] (II) CHROME(0): ViaDisplayDisableCRT
[   638.124] (II) CHROME(0): ViaDisplayDisableCRT
[   638.125] DRM memory allocation failed -6
[   638.125] 635904 bytes of Linear memory allocated at 641000, handle 3086306952
[   638.142] (II) CHROME(0): Benchmarking video copy.  Less time is better.
[   638.166] (--) CHROME(0): Timed   libc YUV420 copy... 17909608. Throughput: 69.2 MiB/s.
[   638.189] (--) CHROME(0): Timed kernel YUV420 copy... 16852050. Throughput: 73.6 MiB/s.
[   638.208] (--) CHROME(0): Timed    SSE YUV420 copy... 14666525. Throughput: 84.5 MiB/s.
[   638.224] (--) CHROME(0): Timed    MMX YUV420 copy... 14648921. Throughput: 84.6 MiB/s.
[   638.239] (--) CHROME(0): Timed 3DNow! YUV420 copy... 7838595. Throughput: 158.1 MiB/s.
[   638.255] (--) CHROME(0): Timed   MMX2 YUV420 copy... 5716195. Throughput: 216.9 MiB/s.
[   638.259] Freed 6557696 (pool 4)
[   638.259] (--) CHROME(0): Using MMX2 YUV42X copy for video.
[   638.259] (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
[   638.260] (II) CHROME(0): - Done
[   638.260] (--) RandR disabled
[   638.284] (II) SELinux: Disabled on system
[   638.285] (II) AIGLX: Screen 0 is not DRI2 capable
[   638.285] (EE) AIGLX: reverting to software rendering
[   638.336] (II) AIGLX: Loaded and initialized swrast
[   638.336] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   638.361] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[   638.368] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   638.368] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   638.368] (II) LoadModule: "evdev"
[   638.368] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   638.369] (II) Module evdev: vendor="X.Org Foundation"
[   638.369] 	compiled for 1.15.0, module version = 2.8.2
[   638.369] 	Module class: X.Org XInput Driver
[   638.369] 	ABI class: X.Org XInput driver, version 20.0
[   638.369] (II) Using input driver 'evdev' for 'Power Button'
[   638.369] (**) Power Button: always reports core events
[   638.369] (**) evdev: Power Button: Device: "/dev/input/event2"
[   638.369] (--) evdev: Power Button: Vendor 0 Product 0x1
[   638.369] (--) evdev: Power Button: Found keys
[   638.369] (II) evdev: Power Button: Configuring as keyboard
[   638.369] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   638.369] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   638.369] (**) Option "xkb_rules" "evdev"
[   638.369] (**) Option "xkb_model" "pc105"
[   638.369] (**) Option "xkb_layout" "fr"
[   638.369] (**) Option "xkb_variant" "latin9"
[   638.373] (II) XKB: reuse xkmfile /var/lib/xkb/server-816A055A5FF7D63897839A4BDEDC3908551E49DA.xkm
[   638.375] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   638.375] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   638.375] (II) Using input driver 'evdev' for 'Power Button'
[   638.375] (**) Power Button: always reports core events
[   638.375] (**) evdev: Power Button: Device: "/dev/input/event0"
[   638.375] (--) evdev: Power Button: Vendor 0 Product 0x1
[   638.375] (--) evdev: Power Button: Found keys
[   638.375] (II) evdev: Power Button: Configuring as keyboard
[   638.375] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[   638.375] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   638.375] (**) Option "xkb_rules" "evdev"
[   638.375] (**) Option "xkb_model" "pc105"
[   638.375] (**) Option "xkb_layout" "fr"
[   638.375] (**) Option "xkb_variant" "latin9"
[   638.376] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   638.376] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   638.376] (II) Using input driver 'evdev' for 'Sleep Button'
[   638.376] (**) Sleep Button: always reports core events
[   638.376] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   638.376] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   638.376] (--) evdev: Sleep Button: Found keys
[   638.376] (II) evdev: Sleep Button: Configuring as keyboard
[   638.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[   638.376] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   638.376] (**) Option "xkb_rules" "evdev"
[   638.376] (**) Option "xkb_model" "pc105"
[   638.376] (**) Option "xkb_layout" "fr"
[   638.376] (**) Option "xkb_variant" "latin9"
[   638.377] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   638.377] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   638.377] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   638.377] (**) AT Translated Set 2 keyboard: always reports core events
[   638.377] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[   638.377] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   638.377] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   638.377] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   638.377] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   638.377] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[   638.377] (**) Option "xkb_rules" "evdev"
[   638.377] (**) Option "xkb_model" "pc105"
[   638.377] (**) Option "xkb_layout" "fr"
[   638.377] (**) Option "xkb_variant" "latin9"
[   638.378] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4)
[   638.378] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[   638.379] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[   638.379] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[   638.379] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
[   638.379] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[   638.379] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[   638.379] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[   638.379] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[   638.379] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[   638.379] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[   638.379] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[   638.379] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[   638.379] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   638.379] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[   638.379] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 10)
[   638.379] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[   638.379] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[   638.379] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[   638.379] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[   638.379] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[   638.380] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[   638.380] (II) No input driver specified, ignoring this device.
[   638.380] (II) This device may have been added with another device file.

voici xorg.0.log.old

[    26.740] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    26.740] X Protocol Version 11, Revision 0
[    26.740] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    26.740] Current Operating System: Linux marmite-xubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686
[    26.740] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=13253339-2e50-4f2a-8ce1-08d2620a0858 ro quiet splash vt.handoff=7
[    26.740] Build Date: 16 April 2014  01:40:08PM
[    26.740] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[    26.740] Current version of pixman: 0.30.2
[    26.740] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    26.740] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.741] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep  9 09:28:15 2014
[    26.752] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    26.753] (==) No Layout section.  Using the first Screen section.
[    26.753] (==) No screen section available. Using defaults.
[    26.753] (**) |-->Screen "Default Screen Section" (0)
[    26.753] (**) |   |-->Monitor "<default monitor>"
[    26.753] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    26.753] (==) Automatically adding devices
[    26.753] (==) Automatically enabling devices
[    26.753] (==) Automatically adding GPU devices
[    26.753] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    26.754] 	Entry deleted from font path.
[    26.754] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    26.754] 	Entry deleted from font path.
[    26.754] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    26.754] 	Entry deleted from font path.
[    26.754] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    26.754] 	Entry deleted from font path.
[    26.754] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    26.754] 	Entry deleted from font path.
[    26.754] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    26.754] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    26.754] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.754] (II) Loader magic: 0xb77516c0
[    26.754] (II) Module ABI versions:
[    26.754] 	X.Org ANSI C Emulation: 0.4
[    26.754] 	X.Org Video Driver: 15.0
[    26.754] 	X.Org XInput driver : 20.0
[    26.754] 	X.Org Server Extension : 8.0
[    26.755] (--) PCI:*(0:1:0:0) 1106:7205:1631:d002 rev 1, Mem @ 0xd8000000/67108864, 0xdc000000/16777216, BIOS @ 0x????????/65536
[    26.755] Initializing built-in extension Generic Event Extension
[    26.755] Initializing built-in extension SHAPE
[    26.755] Initializing built-in extension MIT-SHM
[    26.755] Initializing built-in extension XInputExtension
[    26.755] Initializing built-in extension XTEST
[    26.755] Initializing built-in extension BIG-REQUESTS
[    26.755] Initializing built-in extension SYNC
[    26.755] Initializing built-in extension XKEYBOARD
[    26.755] Initializing built-in extension XC-MISC
[    26.755] Initializing built-in extension SECURITY
[    26.755] Initializing built-in extension XINERAMA
[    26.755] Initializing built-in extension XFIXES
[    26.755] Initializing built-in extension RENDER
[    26.755] Initializing built-in extension RANDR
[    26.755] Initializing built-in extension COMPOSITE
[    26.755] Initializing built-in extension DAMAGE
[    26.755] Initializing built-in extension MIT-SCREEN-SAVER
[    26.755] Initializing built-in extension DOUBLE-BUFFER
[    26.755] Initializing built-in extension RECORD
[    26.755] Initializing built-in extension DPMS
[    26.755] Initializing built-in extension Present
[    26.755] Initializing built-in extension DRI3
[    26.755] Initializing built-in extension X-Resource
[    26.755] Initializing built-in extension XVideo
[    26.755] Initializing built-in extension XVideo-MotionCompensation
[    26.755] Initializing built-in extension SELinux
[    26.755] Initializing built-in extension XFree86-VidModeExtension
[    26.755] Initializing built-in extension XFree86-DGA
[    26.755] Initializing built-in extension XFree86-DRI
[    26.755] Initializing built-in extension DRI2
[    26.755] (II) LoadModule: "glx"
[    26.785] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    26.885] (II) Module glx: vendor="X.Org Foundation"
[    26.885] 	compiled for 1.15.1, module version = 1.0.0
[    26.885] 	ABI class: X.Org Server Extension, version 8.0
[    26.885] (==) AIGLX enabled
[    26.885] Loading extension GLX
[    26.885] (==) Matched openchrome as autoconfigured driver 0
[    26.885] (==) Matched modesetting as autoconfigured driver 1
[    26.885] (==) Matched fbdev as autoconfigured driver 2
[    26.885] (==) Matched vesa as autoconfigured driver 3
[    26.885] (==) Assigned the driver to the xf86ConfigLayout
[    26.885] (II) LoadModule: "openchrome"
[    26.886] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[    26.886] (II) Module openchrome: vendor="http://openchrome.org/"
[    26.886] 	compiled for 1.15.0, module version = 0.3.3
[    26.886] 	Module class: X.Org Video Driver
[    26.886] 	ABI class: X.Org Video Driver, version 15.0
[    26.886] (II) LoadModule: "modesetting"
[    26.886] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    26.886] (II) Module modesetting: vendor="X.Org Foundation"
[    26.886] 	compiled for 1.15.0, module version = 0.8.1
[    26.886] 	Module class: X.Org Video Driver
[    26.886] 	ABI class: X.Org Video Driver, version 15.0
[    26.886] (II) LoadModule: "fbdev"
[    26.887] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    26.887] (II) Module fbdev: vendor="X.Org Foundation"
[    26.887] 	compiled for 1.15.0, module version = 0.4.4
[    26.887] 	Module class: X.Org Video Driver
[    26.887] 	ABI class: X.Org Video Driver, version 15.0
[    26.887] (II) LoadModule: "vesa"
[    26.887] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    26.887] (II) Module vesa: vendor="X.Org Foundation"
[    26.887] 	compiled for 1.15.0, module version = 2.3.3
[    26.887] 	Module class: X.Org Video Driver
[    26.887] 	ABI class: X.Org Video Driver, version 15.0
[    26.887] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
	K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
	CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
	VX855/VX875, VX900
[    26.888] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    26.888] (II) FBDEV: driver for framebuffer: fbdev
[    26.888] (II) VESA: driver for VESA chipsets: vesa
[    26.888] (++) using VT number 7

[    26.888] (!!) VIA Technologies does not support this driver in any way.
[    26.888] (!!) For support, please refer to http://www.openchrome.org/.
[    26.888] (!!) (openchrome 0.3.3 release)
[    26.888] (WW) Falling back to old probe method for modesetting
[    26.888] (EE) open /dev/dri/card0: No such file or directory
[    26.888] (WW) Falling back to old probe method for fbdev
[    26.888] (II) Loading sub module "fbdevhw"
[    26.888] (II) LoadModule: "fbdevhw"
[    26.888] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    26.889] (II) Module fbdevhw: vendor="X.Org Foundation"
[    26.889] 	compiled for 1.15.1, module version = 0.0.2
[    26.889] 	ABI class: X.Org Video Driver, version 15.0
[    26.889] (WW) Falling back to old probe method for vesa
[    26.889] (II) CHROME(0): VIAPreInit
[    26.889] (II) CHROME(0): VIAGetRec
[    26.889] (--) CHROME(0): Chipset: KM400/KN400
[    26.889] (--) CHROME(0): Chipset revision: 0
[    26.964] (EE) CHROME(0): [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory
[    26.964] (II) Loading sub module "vgahw"
[    26.964] (II) LoadModule: "vgahw"
[    26.964] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    26.964] (II) Module vgahw: vendor="X.Org Foundation"
[    26.965] 	compiled for 1.15.1, module version = 0.1.0
[    26.965] 	ABI class: X.Org Video Driver, version 15.0
[    26.965] (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
[    26.965] (II) CHROME(0): VIAMapMMIO
[    26.965] (--) CHROME(0): mapping MMIO @ 0xdc000000 with size 0xd000
[    26.965] (--) CHROME(0): mapping BitBlt MMIO @ 0xdc200000 with size 0x200000
[    26.965] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[    26.965] (II) CHROME(0): VIAMapFB
[    26.965] (--) CHROME(0): mapping framebuffer @ 0xd8000000 with size 0x4000000
[    26.965] (--) CHROME(0): Frame buffer start: 0xb29d2000, free start: 0x0 end: 0x4000000
[    26.965] (II) CHROME(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    26.965] (==) CHROME(0): Depth 24, (--) framebuffer bpp 32
[    26.965] (==) CHROME(0): RGB weight 888
[    26.965] (==) CHROME(0): Default visual is TrueColor
[    26.965] (II) CHROME(0): VIASetupDefaultOptions - Setting up default chipset options.
[    26.965] (==) CHROME(0): Shadow framebuffer is disabled.
[    26.965] (==) CHROME(0): Hardware acceleration is enabled.
[    26.965] (==) CHROME(0): Using EXA acceleration architecture.
[    26.965] (==) CHROME(0): EXA composite acceleration enabled.
[    26.965] (==) CHROME(0): EXA scratch area size is 4096 kB.
[    26.965] (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
[    26.966] (==) CHROME(0): GPU virtual command queue will be enabled.
[    26.966] (==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
[    26.966] (==) CHROME(0): AGP DMA will be enabled if DRI is enabled.
[    26.966] (==) CHROME(0): AGP DMA will be used for 2D acceleration.
[    26.966] (==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is enabled.
[    26.966] (==) CHROME(0): Will not enable VBE modes.
[    26.966] (==) CHROME(0): VBE VGA register save & restore will not be used
	if VBE modes are enabled.
[    26.966] (==) CHROME(0): Xv Bandwidth check is enabled.
[    26.966] (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
[    26.966] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
[    26.966] (==) CHROME(0): TV dotCrawl is disabled.
[    26.966] (==) CHROME(0): TV deflicker is set to 0.
[    26.966] (==) CHROME(0): No default TV type is set.
[    26.966] (==) CHROME(0): No default TV output signal type is set.
[    26.966] (==) CHROME(0): No default TV output port is set.
[    26.966] (==) CHROME(0): Will not print VGA registers.
[    26.966] (==) CHROME(0): Will not scan I2C buses.
[    26.966] (II) CHROME(0): ...Finished parsing config file options.
[    26.966] (--) CHROME(0): Detected Packard Bell Quasar2 (MSI MS6786). Card-Ids (1631|D002)
[    26.966] (II) CHROME(0): Detected MemClk 6
[    26.966] (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 6
[    26.966] (II) CHROME(0): Detected TV standard: NTSC.
[    26.966] (II) Loading sub module "ramdac"
[    26.966] (II) LoadModule: "ramdac"
[    26.966] (II) Module "ramdac" already built-in
[    26.966] (II) Loading sub module "i2c"
[    26.966] (II) LoadModule: "i2c"
[    26.966] (II) Module "i2c" already built-in
[    26.966] (II) CHROME(0): ViaI2CInit
[    26.966] (II) CHROME(0): ViaI2CBus1Init
[    26.966] (II) CHROME(0): I2C bus "I2C bus 1" initialized.
[    26.966] (II) CHROME(0): ViaI2cBus2Init
[    26.966] (II) CHROME(0): I2C bus "I2C bus 2" initialized.
[    26.966] (II) CHROME(0): ViaI2CBus3Init
[    26.966] (II) CHROME(0): I2C bus "I2C bus 3" initialized.
[    26.966] (II) Loading sub module "ddc"
[    26.966] (II) LoadModule: "ddc"
[    26.966] (II) Module "ddc" already built-in
[    26.966] (II) CHROME(0): ViaOutputsDetect
[    26.966] (==) CHROME(0): LVDS-0 : Digital output bus width is 12 bits.
[    26.966] (==) CHROME(0): LVDS-0 : DVI Center is disabled.
[    26.966] (==) CHROME(0): LVDS Panel will not be forced.
[    26.966] (==) CHROME(0): Panel size is not selected from config file.
[    26.966] (II) CHROME(0): Output VGA-1 has no monitor section
[    26.967] (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
[    26.974] (--) CHROME(0): Test for CRT with VSYNC
[    26.974] (II) CHROME(0): EDID for output VGA-1
[    26.974] (II) CHROME(0): Output VGA-1 disconnected
[    26.974] (WW) CHROME(0): No outputs definitely connected, trying again...
[    26.974] (II) CHROME(0): Output VGA-1 disconnected
[    26.974] (WW) CHROME(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[    26.974] (II) CHROME(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    26.974] (==) CHROME(0): DPI set to (96, 96)
[    26.974] (II) Loading sub module "fb"
[    26.974] (II) LoadModule: "fb"
[    26.975] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.975] (II) Module fb: vendor="X.Org Foundation"
[    26.975] 	compiled for 1.15.1, module version = 1.0.0
[    26.975] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.975] (II) Loading sub module "exa"
[    26.975] (II) LoadModule: "exa"
[    26.975] (II) Loading /usr/lib/xorg/modules/libexa.so
[    26.975] (II) Module exa: vendor="X.Org Foundation"
[    26.976] 	compiled for 1.15.1, module version = 2.6.0
[    26.976] 	ABI class: X.Org Video Driver, version 15.0
[    26.976] (II) UnloadModule: "modesetting"
[    26.976] (II) Unloading modesetting
[    26.976] (II) UnloadModule: "fbdev"
[    26.976] (II) Unloading fbdev
[    26.976] (II) UnloadSubModule: "fbdevhw"
[    26.976] (II) Unloading fbdevhw
[    26.976] (II) UnloadModule: "vesa"
[    26.976] (II) Unloading vesa
[    26.976] (--) Depth 24 pixmap format is 32 bpp
[    26.976] (II) CHROME(0): VIAScreenInit
[    26.976] (II) CHROME(0): Frame Buffer From (0,0) To (1024,16384)
[    26.976] (II) CHROME(0): Using 15616 lines for offscreen memory.
[    26.976] 3145728 bytes of Linear memory allocated at 300000, handle 3095222104
[    26.976] 262144 bytes of Linear memory allocated at 600000, handle 3095208336
[    26.976] 32 bytes of Linear memory allocated at 640000, handle 3095208464
[    26.977] 32 bytes of Linear memory allocated at 640080, handle 3095208648
[    26.977] (II) CHROME(0): - Visuals set up
[    26.977] (II) CHROME(0): - B & W
[    26.977] (**) CHROME(0): Option "MigrationHeuristic" "greedy"
[    26.977] (II) EXA(0): Offscreen pixmap area of 63963136 bytes
[    26.977] (II) EXA(0): Driver registered support for the following operations:
[    26.977] (II)         Solid
[    26.977] (II)         Copy
[    26.977] (II)         Composite (RENDER acceleration)
[    26.977] (II) CHROME(0): [EXA] Enabled EXA acceleration.
[    26.977] (==) CHROME(0): Backing store enabled
[    26.977] (II) CHROME(0): - Backing store set up
[    26.977] (II) CHROME(0): - SW cursor set up
[    26.977] 256 bytes of Linear memory allocated at 640100, handle 3095188296
[    26.977] 256 bytes of Linear memory allocated at 640200, handle 3095208736
[    26.977] (II) CHROME(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    26.977] (II) CHROME(0): - Def Color map set up
[    26.977] (II) CHROME(0): - Palette loaded
[    26.977] (II) CHROME(0): - Color maps etc. set up
[    26.977] (==) CHROME(0): DPMS enabled
[    26.977] (II) CHROME(0): - DPMS set up
[    26.977] (II) CHROME(0): VIAEnterVT
[    26.977] (II) CHROME(0): VIASave
[    26.977] (II) CHROME(0): Primary
[    26.978] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[    26.978] (II) CHROME(0): Crtc...
[    26.978] (II) CHROME(0): TVSave...
[    26.978] (II) CHROME(0): VIASave
[    26.978] (II) CHROME(0): Primary
[    26.978] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[    26.978] (II) CHROME(0): Crtc...
[    26.978] (II) CHROME(0): TVSave...
[    26.978] (II) CHROME(0): ViaDisplayDisableCRT
[    26.978] (II) CHROME(0): ViaDisplayDisableCRT
[    26.978] DRM memory allocation failed -6
[    26.979] 635904 bytes of Linear memory allocated at 641000, handle 3095203464
[    26.983] (II) CHROME(0): Benchmarking video copy.  Less time is better.
[    26.996] (--) CHROME(0): Timed   libc YUV420 copy... 9294295. Throughput: 133.4 MiB/s.
[    27.007] (--) CHROME(0): Timed kernel YUV420 copy... 9331371. Throughput: 132.8 MiB/s.
[    27.015] (--) CHROME(0): Timed    SSE YUV420 copy... 5429658. Throughput: 228.3 MiB/s.
[    27.022] (--) CHROME(0): Timed    MMX YUV420 copy... 5528885. Throughput: 224.2 MiB/s.
[    27.031] (--) CHROME(0): Timed 3DNow! YUV420 copy... 5424295. Throughput: 228.5 MiB/s.
[    27.038] (--) CHROME(0): Timed   MMX2 YUV420 copy... 5542345. Throughput: 223.7 MiB/s.
[    27.039] Freed 6557696 (pool 4)
[    27.039] (--) CHROME(0): Using 3DNow! YUV42X copy for video.
[    27.039] (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
[    27.039] (II) CHROME(0): - Done
[    27.039] (--) RandR disabled
[    27.051] (II) SELinux: Disabled on system
[    27.052] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.052] (EE) AIGLX: reverting to software rendering
[    27.173] (II) AIGLX: Loaded and initialized swrast
[    27.173] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    27.200] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    27.206] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    27.206] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.206] (II) LoadModule: "evdev"
[    27.207] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    27.222] (II) Module evdev: vendor="X.Org Foundation"
[    27.222] 	compiled for 1.15.0, module version = 2.8.2
[    27.222] 	Module class: X.Org XInput Driver
[    27.222] 	ABI class: X.Org XInput driver, version 20.0
[    27.222] (II) Using input driver 'evdev' for 'Power Button'
[    27.223] (**) Power Button: always reports core events
[    27.223] (**) evdev: Power Button: Device: "/dev/input/event2"
[    27.223] (--) evdev: Power Button: Vendor 0 Product 0x1
[    27.223] (--) evdev: Power Button: Found keys
[    27.223] (II) evdev: Power Button: Configuring as keyboard
[    27.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    27.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.223] (**) Option "xkb_rules" "evdev"
[    27.223] (**) Option "xkb_model" "pc105"
[    27.223] (**) Option "xkb_layout" "fr"
[    27.223] (**) Option "xkb_variant" "latin9"
[    27.227] (II) XKB: reuse xkmfile /var/lib/xkb/server-816A055A5FF7D63897839A4BDEDC3908551E49DA.xkm
[    27.229] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    27.229] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.229] (II) Using input driver 'evdev' for 'Power Button'
[    27.229] (**) Power Button: always reports core events
[    27.229] (**) evdev: Power Button: Device: "/dev/input/event0"
[    27.229] (--) evdev: Power Button: Vendor 0 Product 0x1
[    27.229] (--) evdev: Power Button: Found keys
[    27.229] (II) evdev: Power Button: Configuring as keyboard
[    27.229] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    27.229] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    27.229] (**) Option "xkb_rules" "evdev"
[    27.229] (**) Option "xkb_model" "pc105"
[    27.229] (**) Option "xkb_layout" "fr"
[    27.229] (**) Option "xkb_variant" "latin9"
[    27.230] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    27.230] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    27.230] (II) Using input driver 'evdev' for 'Sleep Button'
[    27.230] (**) Sleep Button: always reports core events
[    27.230] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    27.230] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    27.230] (--) evdev: Sleep Button: Found keys
[    27.230] (II) evdev: Sleep Button: Configuring as keyboard
[    27.230] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[    27.230] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    27.230] (**) Option "xkb_rules" "evdev"
[    27.230] (**) Option "xkb_model" "pc105"
[    27.230] (**) Option "xkb_layout" "fr"
[    27.230] (**) Option "xkb_variant" "latin9"
[    27.231] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    27.231] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    27.231] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    27.231] (**) AT Translated Set 2 keyboard: always reports core events
[    27.231] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    27.231] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    27.231] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    27.231] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    27.231] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    27.231] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    27.231] (**) Option "xkb_rules" "evdev"
[    27.231] (**) Option "xkb_model" "pc105"
[    27.231] (**) Option "xkb_layout" "fr"
[    27.231] (**) Option "xkb_variant" "latin9"
[    27.232] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4)
[    27.232] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    27.232] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    27.232] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    27.232] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
[    27.233] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[    27.233] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    27.233] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    27.233] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[    27.233] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    27.233] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    27.233] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    27.233] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[    27.233] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    27.233] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    27.233] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 10)
[    27.233] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[    27.233] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[    27.233] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[    27.233] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    27.233] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    27.234] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    27.234] (II) No input driver specified, ignoring this device.
[    27.234] (II) This device may have been added with another device file.
[    31.763] (--) CHROME(0): Test for CRT with VSYNC
[    34.163] (--) CHROME(0): Test for CRT with VSYNC
[   637.940] (II) CHROME(0): VIALeaveVT
[   637.941] (II) CHROME(0): VIARestore
[   637.941] (II) CHROME(0): ViaDisplayInit
[   637.941] (II) CHROME(0): ViaSecondDisplayChannelDisable
[   637.941] (II) CHROME(0): ViaDisablePrimaryFIFO
[   637.941] (II) CHROME(0): VIARestore
[   637.941] (II) CHROME(0): ViaDisplayInit
[   637.941] (II) CHROME(0): ViaSecondDisplayChannelDisable
[   637.942] (II) CHROME(0): ViaDisablePrimaryFIFO

Merci pour votre aide

Hors ligne