Dual head, display driven by mga driver has "X" cursor and is unusable

Chris Fisichella chris at communityrenewables.com
Thu Mar 5 07:52:39 PST 2015


Hi,

Does anyone have any experience with removing the X cursor from a second
monitor to make it workable?

Thanks,
Chris

I have been trying to add a second monitor to my machine. I can' quite get
it. I am running Debian 7.6.0 and can get the desktop to show either:
1. On the original monitor (HP 2025, Nouveau driver), second monitor does
not load X
2. On the second monitor (Haier 760, mga driver), first monitor is black
with just an underscore cursor showing
3. The first monitor showing a usable window manager. I am typing in that
window manager right now. Off to the right is the second monitor. I can
move my cursor onto it and it turns to an X. I can't drag any windows onto
that display. I arrived at this configuration by using the xorg.conf file
that was generated by running

#Xorg - configure

In the Xorg.0.log file, I see:
[    18.165] (EE) [drm] drmOpen failed.
[    18.165] (EE) MGA(1): [drm] DRIScreenInit failed.  Disabling DRI.
.
.
.
[    18.166] (WW) MGA(1): Direct rendering disabled
[    18.166] (--) RandR disabled

The entire Xorg.0.log file is below
Indeed, when I run
#xrandr
I don't see the second display.

Here is the xorg.conf file that was generated by Xorg -configure
I tried to reduce the color depth when I saw a message in the log file to
do so.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    Screen      3  "Screen3" RightOf "Screen2"
    Screen      4  "Screen4" RightOf "Screen3"
    Screen      5  "Screen5" RightOf "Screen4"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "dri"
    Load  "dri2"
    Load  "record"
    Load  "extmod"
    Load  "glx"
    Load  "dbe"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor2"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor3"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor4"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor5"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               #
[<bool>]
        #Option     "HWcursor"               #
[<bool>]
        #Option     "NoAccel"                #
[<bool>]
        #Option     "ShadowFB"               #
[<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "WrappedFB"              #
[<bool>]
        #Option     "GLXVBlank"              #
[<bool>]
        #Option     "ZaphodHeads"            # <str>
        #Option     "PageFlip"               #
[<bool>]
        #Option     "SwapLimit"              # <i>
        #Option     "AsyncUTSDFS"            #
[<bool>]
    Identifier  "Card0"
    Driver      "nouveau"
    BusID       "PCI:0:13:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               #
[<bool>]
        #Option     "HWcursor"               #
[<bool>]
        #Option     "PciRetry"               #
[<bool>]
        #Option     "SyncOnGreen"            #
[<bool>]
        #Option     "NoAccel"                #
[<bool>]
        #Option     "ShowCache"              #
[<bool>]
        #Option     "MGASDRAM"               #
[<bool>]
        #Option     "ShadowFB"               #
[<bool>]
        #Option     "UseFBDev"               #
[<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "SetMclk"                #
<freq>
        #Option     "OverclockMem"           # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "Rotate"                 #
[<str>]
        #Option     "TexturedVideo"          # [<bool>]
        #Option     "Crtc2Half"              #
[<bool>]
        #Option     "Crtc2Ram"               # <i>
        #Option     "Int10"                  #
[<bool>]
        #Option     "AGPMode"                # <i>
        #Option     "AGPSize"                # <i>
        #Option     "DigitalScreen1"         # [<bool>]
        #Option     "DigitalScreen2"         # [<bool>]
        #Option     "TV"                   
 # [<bool>]
        #Option     "TVStandard"             #
[<str>]
        #Option     "CableType"              #
[<str>]
        #Option     "NoHal"                  #
[<bool>]
        #Option     "SwappedHead"            #
[<bool>]
        #Option     "DRI"                    #
[<bool>]
        #Option     "MergedFB"               #
[<bool>]
        #Option     "Monitor2HSync"          # [<str>]
        #Option     "Monitor2VRefresh"       # [<str>]
        #Option     "Monitor2Position"       # [<str>]
        #Option     "MetaModes"              #
[<str>]
        #Option     "OldDmaInit"             "True"
        #Option     "ForcePciDma"            #
[<bool>]
        #Option     "AccelMethod"            # [<str>]
        #Option     "KVM"                    #
[<bool>]
    Identifier  "Card1"
    Driver      "mga"
    BusID       "PCI:1:7:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               #
[<bool>]
        #Option     "Rotate"                 #
<str>
        #Option     "fbdev"                  #
<str>
        #Option     "debug"                  #
[<bool>]
    Identifier  "Card2"
    Driver      "fbdev"
    BusID       "PCI:0:13:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               #
[<bool>]
        #Option     "Rotate"                 #
<str>
        #Option     "fbdev"                  #
<str>
        #Option     "debug"                  #
[<bool>]
    Identifier  "Card3"
    Driver      "fbdev"
    BusID       "PCI:1:7:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               #
[<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card4"
    Driver      "vesa"
    BusID       "PCI:0:13:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               #
[<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card5"
    Driver      "vesa"
    BusID       "PCI:1:7:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
#    SubSection "Display"
#        Viewport   0 0
#        Depth     24
#    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    DefaultDepth    16
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
#    SubSection "Display"
#        Viewport   0 0
#        Depth     24
#    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen2"
    Device     "Card2"
    Monitor    "Monitor2"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
#    SubSection "Display"
#        Viewport   0 0
#        Depth     24
#    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen3"
    Device     "Card3"
    Monitor    "Monitor3"
    DefaultDepth    16
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
#    SubSection "Display"
#        Viewport   0 0
#        Depth     24
#    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen4"
    Device     "Card4"
    Monitor    "Monitor4"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
#    SubSection "Display"
#        Viewport   0 0
#        Depth     24
#    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen5"
    Device     "Card5"
    Monitor    "Monitor5"
    DefaultDepth    16
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
#    SubSection "Display"
#        Viewport   0 0
#        Depth     24
#    EndSubSection
EndSection

[    16.874]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    16.874] X Protocol Version 11, Revision 0
[    16.874] Build Operating System: Linux 3.16-2-amd64 x86_64 Debian
[    16.874] Current Operating System: Linux debianX 3.2.0-4-amd64 #1
SMP Debian 3.2.65-1+deb7u1 x86_64
[    16.874] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64
root=UUID=5065c16a-b30d-4008-8b8d-d8099675e145 ro quiet
[    16.874] Build Date: 09 December 2014  09:12:48PM
[    16.874] xorg-server 2:1.12.4-6+deb7u5 (Moritz Muehlenhoff
<jmm at debian.org>)
[    16.874] Current version of pixman: 0.26.0
[    16.874]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    16.874] Markers: (--) probed, (**) from config file, (==) default
setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.875] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar  3
12:54:37 2015
[    16.919] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    16.919] (==) Using system config directory
"/usr/share/X11/xorg.conf.d"
[    16.942] (==) ServerLayout "X.org Configured"
[    16.942] (**) |-->Screen "Screen0" (0)
[    16.942] (**) |   |-->Monitor "Monitor0"
[    16.943] (**) |   |-->Device "Card0"
[    16.943] (**) |-->Screen "Screen1" (1)
[    16.943] (**) |   |-->Monitor "Monitor1"
[    16.943] (**) |   |-->Device "Card1"
[    16.943] (**) |-->Screen "Screen2" (2)
[    16.943] (**) |   |-->Monitor "Monitor2"
[    16.944] (**) |   |-->Device "Card2"
[    16.944] (**) |-->Screen "Screen3" (3)
[    16.944] (**) |   |-->Monitor "Monitor3"
[    16.945] (**) |   |-->Device "Card3"
[    16.945] (**) |-->Screen "Screen4" (4)
[    16.945] (**) |   |-->Monitor "Monitor4"
[    16.945] (**) |   |-->Device "Card4"
[    16.945] (**) |-->Screen "Screen5" (5)
[    16.945] (**) |   |-->Monitor "Monitor5"
[    16.946] (**) |   |-->Device "Card5"
[    16.946] (**) |-->Input Device "Mouse0"
[    16.946] (**) |-->Input Device "Keyboard0"
[    16.946] (==) Automatically adding devices
[    16.946] (==) Automatically enabling devices
[    16.971] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not
exist.
[    16.971]     Entry deleted from font path.
[    16.985] (WW) The directory
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    16.985]     Entry deleted from font path.
[    16.985] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not
exist.
[    16.985]     Entry deleted from font path.
[    16.985] (WW) The directory
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    16.985]     Entry deleted from font path.
[    16.985] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    16.985] (**) ModulePath set to "/usr/lib/xorg/modules"
[    16.985] (WW) Hotplugging is on, devices using drivers 'kbd',
'mouse' or 'vmmouse' will be disabled.
[    16.985] (WW) Disabling Mouse0
[    16.985] (WW) Disabling Keyboard0
[    16.985] (II) Loader magic: 0x7fe1bdca7ae0
[    16.985] (II) Module ABI versions:
[    16.985]     X.Org ANSI C Emulation: 0.4
[    16.985]     X.Org Video Driver: 12.1
[    16.986]     X.Org XInput driver : 16.0
[    16.986]     X.Org Server Extension : 6.0
[    16.987] (--) PCI: (0:0:13:0) 10de:03d1:105b:0d15 rev 162, Mem @
0xfb000000/16777216, 0xe0000000/268435456, 0xfa000000/16777216, BIOS @
0x????????/131072
[    16.987] (--) PCI:*(0:1:7:0) 102b:0520:102b:ff03 rev 1, Mem @
0xf9000000/16777216, 0xfd7fc000/16384, 0xfc800000/8388608, BIOS @
0x????????/65536
[    16.988] (II) Open ACPI successful (/var/run/acpid.socket)
[    16.988] (II) "extmod" will be loaded. This was enabled by default
and also specified in the config file.
[    16.988] (II) "dbe" will be loaded. This was enabled by default and
also specified in the config file.
[    16.988] (II) "glx" will be loaded. This was enabled by default and
also specified in the config file.
[    16.988] (II) "record" will be loaded. This was enabled by default
and also specified in the config file.
[    16.988] (II) "dri" will be loaded. This was enabled by default and
also specified in the config file.
[    16.988] (II) "dri2" will be loaded. This was enabled by default and
also specified in the config file.
[    16.988] (II) LoadModule: "dri"
[    16.989] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    17.006] (II) Module dri: vendor="X.Org Foundation"
[    17.006]     compiled for 1.12.4, module version = 1.0.0
[    17.006]     ABI class: X.Org Server Extension, version 6.0
[    17.006] (II) Loading extension XFree86-DRI
[    17.006] (II) LoadModule: "dri2"
[    17.006] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    17.007] (II) Module dri2: vendor="X.Org Foundation"
[    17.007]     compiled for 1.12.4, module version = 1.2.0
[    17.007]     ABI class: X.Org Server Extension, version 6.0
[    17.007] (II) Loading extension DRI2
[    17.007] (II) LoadModule: "record"
[    17.007] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    17.008] (II) Module record: vendor="X.Org Foundation"
[    17.008]     compiled for 1.12.4, module version = 1.13.0
[    17.008]     Module class: X.Org Server Extension
[    17.008]     ABI class: X.Org Server Extension, version 6.0
[    17.008] (II) Loading extension RECORD
[    17.008] (II) LoadModule: "extmod"
[    17.008] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    17.024] (II) Module extmod: vendor="X.Org Foundation"
[    17.024]     compiled for 1.12.4, module version = 1.0.0
[    17.024]     Module class: X.Org Server Extension
[    17.024]     ABI class: X.Org Server Extension, version 6.0
[    17.024] (II) Loading extension SELinux
[    17.024] (II) Loading extension MIT-SCREEN-SAVER
[    17.024] (II) Loading extension XFree86-VidModeExtension
[    17.024] (II) Loading extension XFree86-DGA
[    17.024] (II) Loading extension DPMS
[    17.024] (II) Loading extension XVideo
[    17.024] (II) Loading extension XVideo-MotionCompensation
[    17.024] (II) Loading extension X-Resource
[    17.024] (II) LoadModule: "glx"
[    17.024] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.162] (II) Module glx: vendor="X.Org Foundation"
[    17.162]     compiled for 1.12.4, module version = 1.0.0
[    17.162]     ABI class: X.Org Server Extension, version 6.0
[    17.162] (==) AIGLX enabled
[    17.166] (II) Loading extension GLX
[    17.166] (II) LoadModule: "dbe"
[    17.167] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    17.180] (II) Module dbe: vendor="X.Org Foundation"
[    17.180]     compiled for 1.12.4, module version = 1.0.0
[    17.180]     Module class: X.Org Server Extension
[    17.180]     ABI class: X.Org Server Extension, version 6.0
[    17.180] (II) Loading extension DOUBLE-BUFFER
[    17.180] (II) LoadModule: "nouveau"
[    17.189] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    17.211] (II) Module nouveau: vendor="X.Org Foundation"
[    17.211]     compiled for 1.12.4, module version = 1.0.1
[    17.211]     Module class: X.Org Video Driver
[    17.211]     ABI class: X.Org Video Driver, version 12.1
[    17.211] (II) LoadModule: "mga"
[    17.212] (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
[    17.257] (II) Module mga: vendor="X.Org Foundation"
[    17.257]     compiled for 1.12.4, module version = 1.5.0
[    17.257]     Module class: X.Org Video Driver
[    17.257]     ABI class: X.Org Video Driver, version 12.1
[    17.257] (II) LoadModule: "fbdev"
[    17.258] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    17.263] (II) Module fbdev: vendor="X.Org Foundation"
[    17.263]     compiled for 1.12.1, module version = 0.4.2
[    17.263]     ABI class: X.Org Video Driver, version 12.0
[    17.263] (II) LoadModule: "vesa"
[    17.264] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    17.280] (II) Module vesa: vendor="X.Org Foundation"
[    17.280]     compiled for 1.12.1, module version = 2.3.1
[    17.280]     Module class: X.Org Video Driver
[    17.280]     ABI class: X.Org Video Driver, version 12.0
[    17.280] (II) NOUVEAU driver Date:   Fri Jul 6 16:23:50 2012 +1000
[    17.280] (II) NOUVEAU driver for NVIDIA chipset families :
[    17.280]     RIVA TNT        (NV04)
[    17.280]     RIVA TNT2       (NV05)
[    17.280]     GeForce 256     (NV10)
[    17.280]     GeForce 2       (NV11, NV15)
[    17.281]     GeForce 4MX     (NV17, NV18)
[    17.281]     GeForce 3       (NV20)
[    17.281]     GeForce 4Ti     (NV25, NV28)
[    17.281]     GeForce FX      (NV3x)
[    17.281]     GeForce 6       (NV4x)
[    17.281]     GeForce 7       (G7x)
[    17.281]     GeForce 8       (G8x)
[    17.281]     GeForce GTX 200 (NVA0)
[    17.281]     GeForce GTX 400 (NVC0)
[    17.281] (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg,
mga2164w,
    mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
    mgag200 SE A PCI, mgag200 SE B PCI, mgag200 EV Maxim,
    mgag200 ER SH7757, mgag200 eW Nuvoton, mgag200eH, mgag400, mgag550
[    17.281] (II) FBDEV: driver for framebuffer: fbdev
[    17.282] (II) VESA: driver for VESA chipsets: vesa
[    17.282] (++) using VT number 7

[    17.282] drmOpenDevice: node name is /dev/dri/card0
[    17.282] drmOpenDevice: open result is 8, (OK)
[    17.282] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
[    17.282] drmOpenDevice: node name is /dev/dri/card0
[    17.282] drmOpenDevice: open result is 8, (OK)
[    17.282] drmOpenByBusid: drmOpenMinor returns 8
[    17.282] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
[    17.282] (II) [drm] nouveau interface version: 1.0.0
[    17.283] (WW) Falling back to old probe method for fbdev
[    17.283] (II) Loading sub module "fbdevhw"
[    17.283] (II) LoadModule: "fbdevhw"
[    17.283] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    17.294] (II) Module fbdevhw: vendor="X.Org Foundation"
[    17.294]     compiled for 1.12.4, module version = 0.0.2
[    17.294]     ABI class: X.Org Video Driver, version 12.1
[    17.294] (WW) Falling back to old probe method for vesa
[    17.294] (II) Loading sub module "dri"
[    17.294] (II) LoadModule: "dri"
[    17.294] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    17.294] (II) Module dri: vendor="X.Org Foundation"
[    17.294]     compiled for 1.12.4, module version = 1.0.0
[    17.294]     ABI class: X.Org Server Extension, version 6.0
[    17.295] (II) NOUVEAU(0): Loaded DRI module
[    17.295] drmOpenDevice: node name is /dev/dri/card0
[    17.295] drmOpenDevice: open result is 9, (OK)
[    17.295] drmOpenDevice: node name is /dev/dri/card0
[    17.295] drmOpenDevice: open result is 9, (OK)
[    17.295] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
[    17.295] drmOpenDevice: node name is /dev/dri/card0
[    17.295] drmOpenDevice: open result is 9, (OK)
[    17.295] drmOpenByBusid: drmOpenMinor returns 9
[    17.295] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
[    17.295] (II) [drm] DRM interface version 1.4
[    17.295] (II) [drm] DRM open master succeeded.
[    17.295] (--) NOUVEAU(0): Chipset: "NVIDIA NV4c"
[    17.295] (II) NOUVEAU(0): Creating default Display subsection in
Screen section
    "Screen0" for depth/fbbpp 24/32
[    17.295] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    17.295] (==) NOUVEAU(0): RGB weight 888
[    17.295] (==) NOUVEAU(0): Default visual is TrueColor
[    17.295] (==) NOUVEAU(0): Using HW cursor
[    17.295] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    17.295] (==) NOUVEAU(0): Page flipping enabled
[    17.295] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[    17.325] (II) NOUVEAU(0): Output VGA-1 using monitor section
Monitor0
[    17.356] (II) NOUVEAU(0): EDID for output VGA-1
[    17.356] (II) NOUVEAU(0): Manufacturer: HWP  Model: 2612  Serial#:
16843009
[    17.356] (II) NOUVEAU(0): Year: 2005  Week: 38
[    17.356] (II) NOUVEAU(0): EDID Version: 1.3
[    17.356] (II) NOUVEAU(0): Analog Display Input,  Input Voltage
Level: 0.700/0.300 V
[    17.356] (II) NOUVEAU(0): Sync:  Separate  Composite 
SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
[    17.356] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 41  vert.:
31
[    17.356] (II) NOUVEAU(0): Gamma: 2.20
[    17.356] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off;
RGB/Color Display
[    17.356] (II) NOUVEAU(0): First detailed timing is preferred mode
[    17.356] (II) NOUVEAU(0): redX: 0.633 redY: 0.342   greenX: 0.290
greenY: 0.615
[    17.356] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.075   whiteX:
0.313 whiteY: 0.329
[    17.356] (II) NOUVEAU(0): Supported established timings:
[    17.356] (II) NOUVEAU(0): 720x400 at 70Hz
[    17.356] (II) NOUVEAU(0): 640x480 at 60Hz
[    17.356] (II) NOUVEAU(0): 640x480 at 75Hz
[    17.356] (II) NOUVEAU(0): 800x600 at 60Hz
[    17.356] (II) NOUVEAU(0): 800x600 at 75Hz
[    17.356] (II) NOUVEAU(0): 832x624 at 75Hz
[    17.356] (II) NOUVEAU(0): 1024x768 at 60Hz
[    17.356] (II) NOUVEAU(0): 1024x768 at 70Hz
[    17.356] (II) NOUVEAU(0): 1024x768 at 75Hz
[    17.356] (II) NOUVEAU(0): 1280x1024 at 75Hz
[    17.356] (II) NOUVEAU(0): 1152x864 at 75Hz
[    17.356] (II) NOUVEAU(0): Manufacturer's mask: 0
[    17.356] (II) NOUVEAU(0): Supported standard timings:
[    17.357] (II) NOUVEAU(0): #0: hsize: 640  vsize 480  refresh: 85 
vid: 22833
[    17.357] (II) NOUVEAU(0): #1: hsize: 800  vsize 600  refresh: 85 
vid: 22853
[    17.357] (II) NOUVEAU(0): #2: hsize: 1024  vsize 768  refresh:
85  vid: 22881
[    17.357] (II) NOUVEAU(0): #3: hsize: 1280  vsize 960  refresh:
60  vid: 16513
[    17.357] (II) NOUVEAU(0): #4: hsize: 1280  vsize 1024  refresh:
60  vid: 32897
[    17.357] (II) NOUVEAU(0): #5: hsize: 1280  vsize 1024  refresh:
85  vid: 39297
[    17.357] (II) NOUVEAU(0): #6: hsize: 1600  vsize 1200  refresh:
60  vid: 16553
[    17.357] (II) NOUVEAU(0): #7: hsize: 1600  vsize 1200  refresh:
75  vid: 20393
[    17.357] (II) NOUVEAU(0): Supported detailed timing:
[    17.357] (II) NOUVEAU(0): clock: 162.0 MHz   Image Size:  408 x
306 mm
[    17.357] (II) NOUVEAU(0): h_active: 1600  h_sync: 1664  h_sync_end
1856 h_blank_end 2160 h_border: 0
[    17.357] (II) NOUVEAU(0): v_active: 1200  v_sync: 1201  v_sync_end
1204 v_blanking: 1250 v_border: 0
[    17.357] (II) NOUVEAU(0): Ranges: V min: 48 V max: 85 Hz, H min: 30
H max: 94 kHz, PixClock max 215 MHz
[    17.357] (II) NOUVEAU(0): Monitor name: hp L2035
[    17.357] (II) NOUVEAU(0): Serial No: CNP538Y2V5
[    17.357] (II) NOUVEAU(0): EDID (in hex):
[    17.357] (II) NOUVEAU(0):     00ffffffffffff0022f0122601010101
[    17.357] (II) NOUVEAU(0):     260f01030f291f78ea2695a2574a9d25
[    17.357] (II) NOUVEAU(0):     135054a56f8031594559615981408180
[    17.357] (II) NOUVEAU(0):     8199a940a94f483f403062b0324040c0
[    17.357] (II) NOUVEAU(0):     130098321100001e000000fd0030551e
[    17.357] (II) NOUVEAU(0):     5e15000a202020202020000000fc0068
[    17.357] (II) NOUVEAU(0):     70204c323033350a20202020000000ff
[    17.357] (II) NOUVEAU(0):     00434e50353338593256350a20200044
[    17.357] (II) NOUVEAU(0): EDID vendor "HWP", prod id 9746
[    17.357] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    17.357] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    17.357] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    17.357] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    17.357] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.357] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    17.357] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.357] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.357] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    17.357] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024
1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696
752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832
896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024
1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  157.50  1280
1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  202.50  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz e)
[    17.358] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[    17.358] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    17.358] (II) NOUVEAU(0): Modeline "1600x1200"x75.0  202.50  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x1024"x85.0  157.50  1280
1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x85.0   94.50  1024
1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024
1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832
864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "800x600"x85.1   56.25  800
832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    17.358] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800
816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    17.359] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800
840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.359] (II) NOUVEAU(0): Modeline "640x480"x85.0   36.00  640
696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    17.359] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640
656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    17.359] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640
656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.359] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720
738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.359] (II) NOUVEAU(0): Output VGA-1 connected
[    17.359] (II) NOUVEAU(0): Using exact sizes for initial modes
[    17.359] (II) NOUVEAU(0): Output VGA-1 using initial mode 1600x1200
[    17.359] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0)
unless otherwise stated.
[    17.359] (--) NOUVEAU(0): Virtual size is 1600x1200 (pitch 0)
[    17.359] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz
(scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    17.359] (**) NOUVEAU(0):  Driver mode "1600x1200": 202.5 MHz
(scaled from 0.0 MHz), 93.8 kHz, 75.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1600x1200"x75.0  202.50  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1280x1024": 157.5 MHz
(scaled from 0.0 MHz), 91.1 kHz, 85.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1280x1024"x85.0  157.50  1280
1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz
(scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280
1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz
(scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz
(scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz
(scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152
1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1024x768": 94.5 MHz (scaled
from 0.0 MHz), 68.7 kHz, 85.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1024x768"x85.0   94.50  1024
1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled
from 0.0 MHz), 60.1 kHz, 75.1 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024
1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled
from 0.0 MHz), 56.5 kHz, 70.1 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024
1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled
from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    17.359] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.359] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled
from 0.0 MHz), 49.7 kHz, 74.6 Hz
[    17.360] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832
864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "800x600": 56.2 MHz (scaled
from 0.0 MHz), 53.7 kHz, 85.1 Hz
[    17.360] (II) NOUVEAU(0): Modeline "800x600"x85.1   56.25  800
832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled
from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    17.360] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800
816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled
from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    17.360] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800
840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "640x480": 36.0 MHz (scaled
from 0.0 MHz), 43.3 kHz, 85.0 Hz
[    17.360] (II) NOUVEAU(0): Modeline "640x480"x85.0   36.00  640
696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled
from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    17.360] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640
656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled
from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    17.360] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640
656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.360] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled
from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    17.360] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720
738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.360] (**) NOUVEAU(0): Display dimensions: (410, 310) mm
[    17.360] (**) NOUVEAU(0): DPI set to (99, 98)
[    17.360] (II) Loading sub module "fb"
[    17.360] (II) LoadModule: "fb"
[    17.360] (II) Loading /usr/lib/xorg/modules/libfb.so
[    17.377] (II) Module fb: vendor="X.Org Foundation"
[    17.378]     compiled for 1.12.4, module version = 1.0.0
[    17.378]     ABI class: X.Org ANSI C Emulation, version 0.4
[    17.378] (II) Loading sub module "exa"
[    17.378] (II) LoadModule: "exa"
[    17.378] (II) Loading /usr/lib/xorg/modules/libexa.so
[    17.388] (II) Module exa: vendor="X.Org Foundation"
[    17.388]     compiled for 1.12.4, module version = 2.5.0
[    17.388]     ABI class: X.Org Video Driver, version 12.1
[    17.388] (II) Loading sub module "shadowfb"
[    17.388] (II) LoadModule: "shadowfb"
[    17.389] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    17.390] (II) Module shadowfb: vendor="X.Org Foundation"
[    17.390]     compiled for 1.12.4, module version = 1.0.0
[    17.390]     ABI class: X.Org ANSI C Emulation, version 0.4
[    17.390] (II) Loading sub module "vgahw"
[    17.390] (II) LoadModule: "vgahw"
[    17.390] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    17.391] (II) Module vgahw: vendor="X.Org Foundation"
[    17.391]     compiled for 1.12.4, module version = 0.1.0
[    17.391]     ABI class: X.Org Video Driver, version 12.1
[    17.391] (--) MGA(1): Chipset: "mgag200 PCI"
[    17.391] (--) MGA(1): Linear framebuffer at 0xF9000000
[    17.391] (--) MGA(1): MMIO registers at 0xFD7FC000
[    17.391] (--) MGA(1): Pseudo-DMA transfer window at 0xFC800000
[    17.395] (II) MGA(1): MAPPED Framebuffer F9000000 800000 to
7FE1B8073000.
[    17.398] (II) MGA(1): UNMAPPING framebuffer 0x7FE1B8073000,
0x800000.
[    17.403] (**) MGA(1): Depth 16, (--) framebuffer bpp 16
[    17.403] (==) MGA(1): RGB weight 565
[    17.403] (==) MGA(1): Using AGP 1x mode
[    17.403] (==) MGA(1): Using HW cursor
[    17.403] (==) MGA(1): Using XAA acceleration
[    17.403] (II) Loading sub module "xaa"
[    17.403] (II) LoadModule: "xaa"
[    17.403] (II) Loading /usr/lib/xorg/modules/libxaa.so
[    17.415] (II) Module xaa: vendor="X.Org Foundation"
[    17.415]     compiled for 1.12.4, module version = 1.2.1
[    17.415]     ABI class: X.Org Video Driver, version 12.1
[    17.416] (--) MGA(1): Video BIOS info block at offset 0x07540
[    17.416] (==) MGA(1): VideoRAM: 8192 kByte
[    17.416] (II) Loading sub module "ddc"
[    17.416] (II) LoadModule: "ddc"
[    17.416] (II) Module "ddc" already built-in
[    17.416] (II) Loading sub module "i2c"
[    17.416] (II) LoadModule: "i2c"
[    17.416] (II) Module "i2c" already built-in
[    17.417] (II) MGA(1): MAPPED Framebuffer F9000000 800000 to
7FE1B7E0B000.
[    17.419] (II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[    17.599] (II) MGA(1): I2C bus "DDC P1" initialized.
[    17.751] (II) MGA(1): I2C device "DDC P1:ddc2" registered at address
0xA0.
[    17.810] (II) MGA(1): I2C monitor info
[    17.810] (II) MGA(1): Manufacturer: STD  Model: 760  Serial#: 1
[    17.810] (II) MGA(1): Year: 2007  Week: 28
[    17.810] (II) MGA(1): EDID Version: 1.3
[    17.810] (II) MGA(1): Analog Display Input,  Input Voltage Level:
0.700/0.300 V
[    17.810] (II) MGA(1): Sync:  Separate
[    17.810] (II) MGA(1): Indeterminate output size
[    17.810] (II) MGA(1): Gamma: 2.20
[    17.810] (II) MGA(1): DPMS capabilities: StandBy Suspend Off;
RGB/Color Display
[    17.810] (II) MGA(1): First detailed timing is preferred mode
[    17.810] (II) MGA(1): redX: 0.000 redY: 0.000   greenX: 0.000
greenY: 0.000
[    17.810] (II) MGA(1): blueX: 0.000 blueY: 0.000   whiteX: 0.000
whiteY: 0.000
[    17.810] (II) MGA(1): Supported established timings:
[    17.810] (II) MGA(1): 640x480 at 60Hz
[    17.810] (II) MGA(1): 800x600 at 60Hz
[    17.810] (II) MGA(1): 1024x768 at 60Hz
[    17.810] (II) MGA(1): Manufacturer's mask: 0
[    17.811] (II) MGA(1): Supported standard timings:
[    17.811] (II) MGA(1): #0: hsize: 1024  vsize 768  refresh: 60 
vid: 16481
[    17.811] (II) MGA(1): Supported detailed timing:
[    17.811] (II) MGA(1): clock: 65.0 MHz   Image Size:  0 x 0 mm
[    17.811] (II) MGA(1): h_active: 1024  h_sync: 1048  h_sync_end
1184 h_blank_end 1344 h_border: 0
[    17.811] (II) MGA(1): v_active: 768  v_sync: 771  v_sync_end 777
v_blanking: 806 v_border: 0
[    17.811] (II) MGA(1): EDID (in hex):
[    17.811] (II) MGA(1):     00ffffffffffff004e84600701000000
[    17.811] (II) MGA(1):     1c11010308000078ea00000000000000
[    17.811] (II) MGA(1):     00000021080061400101010101010101
[    17.811] (II) MGA(1):     01010101010164190040410026301888
[    17.811] (II) MGA(1):     36000000000000180000001000000000
[    17.811] (II) MGA(1):     00000000000000000000000000100000
[    17.811] (II) MGA(1):     00000000000000000000000000000010
[    17.811] (II) MGA(1):     000000000000000000000000000000e7
[    17.811] (II) MGA(1): end of monitor info
[    17.837] (II) MGA(1): UNMAPPING framebuffer 0x7FE1B7E0B000,
0x800000.
[    17.840] (II) MGA(1): EDID vendor "STD", prod id 1888
[    17.840] (II) MGA(1): Printing DDC gathered Modelines:
[    17.840] (II) MGA(1): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[    17.840] (II) MGA(1): Modeline "800x600"x0.0   40.00  800 840 968
1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.841] (II) MGA(1): Modeline "640x480"x0.0   25.18  640 656 752
800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.841] (==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
[    17.841] (==) MGA(1): Min pixel clock is 17 MHz
[    17.841] (--) MGA(1): Max pixel clock is 250 MHz
[    17.841] (II) MGA(1): Monitor1: Using hsync range of 31.47-48.36 kHz
[    17.841] (II) MGA(1): Monitor1: Using vrefresh range of 59.94-60.32
Hz
[    17.841] (II) MGA(1): Estimated virtual size for aspect ratio 1.3333
is 1024x768
[    17.841] (II) MGA(1): Clock range:  17.75 to 250.00 MHz
[    17.841] (II) MGA(1): Not using default mode "640x350" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "320x175" (bad mode
clock/interlace/doublescan)
[    17.841] (II) MGA(1): Not using default mode "640x400" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "320x200" (bad mode
clock/interlace/doublescan)
[    17.841] (II) MGA(1): Not using default mode "720x400" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "360x200" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
[    17.841] (II) MGA(1): Not using default mode "640x480" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
[    17.841] (II) MGA(1): Not using default mode "640x480" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
[    17.841] (II) MGA(1): Not using default mode "640x480" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "320x240" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "800x600" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "400x300" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "800x600" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "400x300" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "800x600" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "400x300" (vrefresh out
of range)
[    17.841] (II) MGA(1): Not using default mode "800x600" (hsync out of
range)
[    17.841] (II) MGA(1): Not using default mode "400x300" (hsync out of
range)
[    17.841] (II) MGA(1): Not using default mode "1024x768i" (vrefresh
out of range)
[    17.841] (II) MGA(1): Not using default mode "512x384i" (vrefresh
out of range)
[    17.841] (II) MGA(1): Not using default mode "1024x768" (hsync out
of range)
[    17.841] (II) MGA(1): Not using default mode "512x384" (hsync out of
range)
[    17.841] (II) MGA(1): Not using default mode "1024x768" (hsync out
of range)
[    17.841] (II) MGA(1): Not using default mode "512x384" (hsync out of
range)
[    17.841] (II) MGA(1): Not using default mode "1024x768" (hsync out
of range)
[    17.841] (II) MGA(1): Not using default mode "512x384" (hsync out of
range)
[    17.841] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.841] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.841] (II) MGA(1): Not using default mode "1280x960" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "640x480" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1280x960" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "640x480" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1280x1024" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "640x512" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1280x1024" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "640x512" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1280x1024" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "640x512" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1600x1200" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "800x600" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1600x1200" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "800x600" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1600x1200" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "800x600" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1600x1200" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "800x600" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1600x1200" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "800x600" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1792x1344" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "896x672" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1792x1344" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "896x672" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1856x1392" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "928x696" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1856x1392" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "928x696" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1920x1440" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "960x720" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1920x1440" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "960x720" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "832x624" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "416x312" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.842] (II) MGA(1): Not using default mode "1152x864" (width too
large for virtual size)
[    17.842] (II) MGA(1): Not using default mode "576x432" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1360x768" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "1360x768" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "1400x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "700x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1400x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "700x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1400x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "700x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1400x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "700x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1440x900" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "720x450" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1600x1024" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "800x512" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1680x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "840x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1680x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "840x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1680x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "840x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1680x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "840x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1680x1050" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "840x525" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1920x1080" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "960x540" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1920x1200" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "960x600" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "1920x1440" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "960x720" (hsync out of
range)
[    17.843] (II) MGA(1): Not using default mode "2048x1536" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "1024x768" (hsync out
of range)
[    17.843] (II) MGA(1): Not using default mode "2048x1536" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "1024x768" (hsync out
of range)
[    17.843] (II) MGA(1): Not using default mode "2048x1536" (width too
large for virtual size)
[    17.843] (II) MGA(1): Not using default mode "1024x768" (hsync out
of range)
[    17.843] (--) MGA(1): Has SDRAM
[    17.843] (--) MGA(1): Virtual size is 1024x768 (pitch 1024)
[    17.843] (**) MGA(1): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz,
60.0 Hz
[    17.844] (II) MGA(1): Modeline "1024x768"x60.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz ezP)
[    17.844] (**) MGA(1): *Default mode "1024x768": 65.0 MHz, 48.4 kHz,
60.0 Hz
[    17.844] (II) MGA(1): Modeline "1024x768"x60.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz zd)
[    17.844] (**) MGA(1): *Driver mode "800x600": 40.0 MHz, 37.9 kHz,
60.3 Hz
[    17.844] (II) MGA(1): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz ez)
[    17.844] (**) MGA(1): *Default mode "800x600": 40.0 MHz, 37.9 kHz,
60.3 Hz
[    17.844] (II) MGA(1): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz zd)
[    17.844] (**) MGA(1): *Driver mode "640x480": 25.2 MHz, 31.5 kHz,
59.9 Hz
[    17.844] (II) MGA(1): Modeline "640x480"x59.9   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz ez)
[    17.844] (**) MGA(1): *Default mode "640x480": 25.2 MHz, 31.5 kHz,
59.9 Hz
[    17.844] (II) MGA(1): Modeline "640x480"x59.9   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz zd)
[    17.844] (**) MGA(1): *Default mode "680x384": 36.0 MHz, 47.4 kHz,
60.0 Hz (D)
[    17.844] (II) MGA(1): Modeline "680x384"x60.0   36.00  680 704
720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz zd)
[    17.844] (**) MGA(1): *Default mode "680x384": 42.4 MHz, 47.7 kHz,
59.8 Hz (D)
[    17.844] (II) MGA(1): Modeline "680x384"x59.8   42.38  680 716
784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz zd)
[    17.844] (**) MGA(1): *Default mode "512x384": 32.5 MHz, 48.4 kHz,
60.0 Hz (D)
[    17.844] (II) MGA(1): Modeline "512x384"x60.0   32.50  512 524
592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz zd)
[    17.844] (**) MGA(1): *Default mode "400x300": 20.0 MHz, 37.9 kHz,
60.3 Hz (D)
[    17.844] (II) MGA(1): Modeline "400x300"x60.3   20.00  400 420
484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz zd)
[    17.844] (==) MGA(1): DPI set to (96, 96)
[    17.844] (II) MGA(1): YDstOrg is set to 0
[    17.844] (II) Loading sub module "fb"
[    17.844] (II) LoadModule: "fb"
[    17.844] (II) Loading /usr/lib/xorg/modules/libfb.so
[    17.845] (II) Module fb: vendor="X.Org Foundation"
[    17.845]     compiled for 1.12.4, module version = 1.0.0
[    17.845]     ABI class: X.Org ANSI C Emulation, version 0.4
[    17.845] (II) Loading sub module "ramdac"
[    17.845] (II) LoadModule: "ramdac"
[    17.845] (II) Module "ramdac" already built-in
[    17.845] (II) UnloadModule: "fbdev"
[    17.845] (II) Unloading fbdev
[    17.845] (II) UnloadSubModule: "fbdevhw"
[    17.845] (II) Unloading fbdevhw
[    17.845] (II) UnloadModule: "vesa"
[    17.845] (II) Unloading vesa
[    17.845] (--) Depth 24 pixmap format is 32 bpp
[    17.845] (II) NOUVEAU(0): Opened GPU channel 1
[    17.847] (II) NOUVEAU(0): [DRI2] Setup complete
[    17.847] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    17.847] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    17.874] (II) EXA(0): Driver allocated offscreen pixmaps
[    17.874] (II) EXA(0): Driver registered support for the following
operations:
[    17.874] (II)         Solid
[    17.874] (II)         Copy
[    17.874] (II)         Composite (RENDER acceleration)
[    17.874] (II)         UploadToScreen
[    17.874] (II)         DownloadFromScreen
[    17.874] (==) NOUVEAU(0): Backing store disabled
[    17.874] (==) NOUVEAU(0): Silken mouse enabled
[    17.874] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture
adapter.
[    17.874] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    17.874] (==) NOUVEAU(0): DPMS enabled
[    17.875] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[    17.875] (--) RandR disabled
[    17.877] (II) MGA(1): MAPPED Framebuffer F9000000 800000 to
7FE1B7E0B000.
[    17.878] (II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[    18.028] (--) MGA(1): 64 DWORD fifo
[    18.043] (==) MGA(1): Default visual is TrueColor
[    18.043] (II) MGA(1): [drm] bpp: 16 depth: 16
[    18.043] (II) MGA(1): [drm] Sarea 2200+664: 2864
[    18.043] drmOpenDevice: node name is /dev/dri/card0
[    18.044] drmOpenDevice: open result is 11, (OK)
[    18.044] drmOpenDevice: node name is /dev/dri/card0
[    18.044] drmOpenDevice: open result is 11, (OK)
[    18.044] drmOpenByBusid: Searching for BusID pci:0000:01:07.0
[    18.044] drmOpenDevice: node name is /dev/dri/card0
[    18.044] drmOpenDevice: open result is 11, (OK)
[    18.044] drmOpenByBusid: drmOpenMinor returns 11
[    18.044] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    18.044] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
[    18.044] drmOpenDevice: node name is /dev/dri/card1
[    18.048] drmOpenByBusid: drmOpenMinor returns -1
[    18.048] drmOpenDevice: node name is /dev/dri/card2
[    18.052] drmOpenByBusid: drmOpenMinor returns -1
[    18.052] drmOpenDevice: node name is /dev/dri/card3
[    18.056] drmOpenByBusid: drmOpenMinor returns -1
[    18.056] drmOpenDevice: node name is /dev/dri/card4
[    18.060] drmOpenByBusid: drmOpenMinor returns -1
[    18.060] drmOpenDevice: node name is /dev/dri/card5
[    18.064] drmOpenByBusid: drmOpenMinor returns -1
[    18.064] drmOpenDevice: node name is /dev/dri/card6
[    18.068] drmOpenByBusid: drmOpenMinor returns -1
[    18.068] drmOpenDevice: node name is /dev/dri/card7
[    18.072] drmOpenByBusid: drmOpenMinor returns -1
[    18.072] drmOpenDevice: node name is /dev/dri/card8
[    18.076] drmOpenByBusid: drmOpenMinor returns -1
[    18.076] drmOpenDevice: node name is /dev/dri/card9
[    18.080] drmOpenByBusid: drmOpenMinor returns -1
[    18.080] drmOpenDevice: node name is /dev/dri/card10
[    18.084] drmOpenByBusid: drmOpenMinor returns -1
[    18.084] drmOpenDevice: node name is /dev/dri/card11
[    18.088] drmOpenByBusid: drmOpenMinor returns -1
[    18.088] drmOpenDevice: node name is /dev/dri/card12
[    18.092] drmOpenByBusid: drmOpenMinor returns -1
[    18.092] drmOpenDevice: node name is /dev/dri/card13
[    18.096] drmOpenByBusid: drmOpenMinor returns -1
[    18.096] drmOpenDevice: node name is /dev/dri/card14
[    18.100] drmOpenByBusid: drmOpenMinor returns -1
[    18.100] drmOpenDevice: node name is /dev/dri/card15
[    18.104] drmOpenByBusid: drmOpenMinor returns -1
[    18.104] drmOpenDevice: node name is /dev/dri/card0
[    18.104] drmOpenDevice: open result is 11, (OK)
[    18.104] drmOpenDevice: node name is /dev/dri/card0
[    18.104] drmOpenDevice: open result is 11, (OK)
[    18.104] drmOpenDevice: node name is /dev/dri/card1
[    18.108] drmOpenDevice: node name is /dev/dri/card2
[    18.112] drmOpenDevice: node name is /dev/dri/card3
[    18.116] drmOpenDevice: node name is /dev/dri/card4
[    18.120] drmOpenDevice: node name is /dev/dri/card5
[    18.124] drmOpenDevice: node name is /dev/dri/card6
[    18.128] drmOpenDevice: node name is /dev/dri/card7
[    18.133] drmOpenDevice: node name is /dev/dri/card8
[    18.137] drmOpenDevice: node name is /dev/dri/card9
[    18.141] drmOpenDevice: node name is /dev/dri/card10
[    18.145] drmOpenDevice: node name is /dev/dri/card11
[    18.149] drmOpenDevice: node name is /dev/dri/card12
[    18.153] drmOpenDevice: node name is /dev/dri/card13
[    18.157] drmOpenDevice: node name is /dev/dri/card14
[    18.161] drmOpenDevice: node name is /dev/dri/card15
[    18.165] (EE) [drm] drmOpen failed.
[    18.165] (EE) MGA(1): [drm] DRIScreenInit failed.  Disabling DRI.
[    18.165] (II) MGA(1): Using 3327 lines for offscreen memory.
[    18.165] (II) MGA(1): Using XFree86 Acceleration Architecture (XAA)
[    18.165]     Screen to screen bit blits
[    18.165]     Solid filled rectangles
[    18.165]     Solid filled trapezoids
[    18.165]     8x8 mono pattern filled rectangles
[    18.165]     8x8 mono pattern filled trapezoids
[    18.165]     Indirect CPU to Screen color expansion
[    18.165]     Screen to Screen color expansion
[    18.165]     Solid Lines
[    18.165]     Dashed Lines
[    18.165]     Scanline Image Writes
[    18.165]     Setting up tile and stipple cache:
[    18.165]         32 128x128 slots
[    18.165]         18 256x256 slots
[    18.165]         6 512x512 slots
[    18.166] (==) MGA(1): Backing store disabled
[    18.166] (==) MGA(1): Silken mouse enabled
[    18.166] (==) MGA(1): DPMS enabled
[    18.166] (II) MGA(1): Using overlay video
[    18.166] (WW) MGA(1): Direct rendering disabled
[    18.166] (--) RandR disabled
[    18.166] (II) Initializing built-in extension Generic Event
Extension
[    18.166] (II) Initializing built-in extension SHAPE
[    18.166] (II) Initializing built-in extension MIT-SHM
[    18.166] (II) Initializing built-in extension XInputExtension
[    18.166] (II) Initializing built-in extension XTEST
[    18.166] (II) Initializing built-in extension BIG-REQUESTS
[    18.166] (II) Initializing built-in extension SYNC
[    18.166] (II) Initializing built-in extension XKEYBOARD
[    18.166] (II) Initializing built-in extension XC-MISC
[    18.166] (II) Initializing built-in extension SECURITY
[    18.166] (II) Initializing built-in extension XINERAMA
[    18.166] (II) Initializing built-in extension XFIXES
[    18.166] (II) Initializing built-in extension RENDER
[    18.166] (II) Initializing built-in extension RANDR
[    18.166] (II) Initializing built-in extension COMPOSITE
[    18.166] (II) Initializing built-in extension DAMAGE
[    18.167] (II) SELinux: Disabled on system
[    18.535] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.535] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.535] (II) AIGLX: enabled GLX_SGI_swap_control and
GLX_MESA_swap_control
[    18.535] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer
objects
[    18.536] (II) AIGLX: Loaded and initialized nouveau
[    18.536] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.536] (II) AIGLX: Screen 1 is not DRI2 capable
[    18.536] (II) AIGLX: Screen 1 is not DRI capable
[    18.817] (II) AIGLX: Loaded and initialized swrast
[    18.817] (II) GLX: Initialized DRISWRAST GL provider for screen 1
[    18.826] (II) NOUVEAU(0): NVEnterVT is called.
[    18.832] (II) NOUVEAU(0): Setting screen physical size to 423 x 317
[    18.832] resize called 1600 1200
[    19.210] (II) config/udev: Adding input device Power Button
(/dev/input/event2)
[    19.210] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[    19.210] (II) LoadModule: "evdev"
[    19.210] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.222] (II) Module evdev: vendor="X.Org Foundation"
[    19.222]     compiled for 1.12.1, module version = 2.7.0
[    19.222]     Module class: X.Org XInput Driver
[    19.222]     ABI class: X.Org XInput driver, version 16.0
[    19.222] (II) Using input driver 'evdev' for 'Power Button'
[    19.222] (**) Power Button: always reports core events
[    19.222] (**) evdev: Power Button: Device: "/dev/input/event2"
[    19.222] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.222] (--) evdev: Power Button: Found keys
[    19.222] (II) evdev: Power Button: Configuring as keyboard
[    19.222] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    19.222] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 6)
[    19.222] (**) Option "xkb_rules" "evdev"
[    19.222] (**) Option "xkb_model" "pc105"
[    19.222] (**) Option "xkb_layout" "us"
[    19.224] (II) config/udev: Adding input device Power Button
(/dev/input/event1)
[    19.224] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[    19.224] (II) Using input driver 'evdev' for 'Power Button'
[    19.224] (**) Power Button: always reports core events
[    19.224] (**) evdev: Power Button: Device: "/dev/input/event1"
[    19.224] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.224] (--) evdev: Power Button: Found keys
[    19.224] (II) evdev: Power Button: Configuring as keyboard
[    19.224] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    19.224] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 7)
[    19.224] (**) Option "xkb_rules" "evdev"
[    19.224] (**) Option "xkb_model" "pc105"
[    19.224] (**) Option "xkb_layout" "us"
[    19.226] (II) config/udev: Adding input device HDA Digital PCBeep
(/dev/input/event5)
[    19.226] (II) No input driver specified, ignoring this device.
[    19.226] (II) This device may have been added with another device
file.
[    19.226] (II) config/udev: Adding input device HDA NVidia Headphone
(/dev/input/event6)
[    19.226] (II) No input driver specified, ignoring this device.
[    19.226] (II) This device may have been added with another device
file.
[    19.227] (II) config/udev: Adding input device AT Translated Set 2
keyboard (/dev/input/event0)
[    19.227] (**) AT Translated Set 2 keyboard: Applying InputClass
"evdev keyboard catchall"
[    19.227] (II) Using input driver 'evdev' for 'AT Translated Set 2
keyboard'
[    19.227] (**) AT Translated Set 2 keyboard: always reports core
events
[    19.227] (**) evdev: AT Translated Set 2 keyboard: Device:
"/dev/input/event0"
[    19.227] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1
Product 0x1
[    19.227] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    19.227] (II) evdev: AT Translated Set 2 keyboard: Configuring as
keyboard
[    19.227] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    19.227] (II) XINPUT: Adding extended input device "AT Translated
Set 2 keyboard" (type: KEYBOARD, id 8)
[    19.227] (**) Option "xkb_rules" "evdev"
[    19.227] (**) Option "xkb_model" "pc105"
[    19.228] (**) Option "xkb_layout" "us"
[    19.229] (II) config/udev: Adding input device ImPS/2 Generic Wheel
Mouse (/dev/input/event4)
[    19.229] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev
pointer catchall"
[    19.229] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel
Mouse'
[    19.229] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    19.229] (**) evdev: ImPS/2 Generic Wheel Mouse: Device:
"/dev/input/event4"
[    19.229] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product
0x5
[    19.229] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse
buttons
[    19.229] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll
wheel(s)
[    19.229] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[    19.229] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y
relative axes
[    19.229] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as
mouse
[    19.229] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel
support
[    19.229] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping:
buttons 4 and 5
[    19.229] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton:
4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.229] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[    19.229] (II) XINPUT: Adding extended input device "ImPS/2 Generic
Wheel Mouse" (type: MOUSE, id 9)
[    19.230] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for
relative axes.
[    19.230] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping
acceleration scheme 1
[    19.230] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration
profile 0
[    19.230] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration
factor: 2.000
[    19.230] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration
threshold: 4
[    19.231] (II) config/udev: Adding input device ImPS/2 Generic Wheel
Mouse (/dev/input/mouse0)
[    19.231] (II) No input driver specified, ignoring this device.
[    19.231] (II) This device may have been added with another device
file.
[    19.231] (II) config/udev: Adding input device PC Speaker
(/dev/input/event3)
[    19.231] (II) No input driver specified, ignoring this device.
[    19.232] (II) This device may have been added with another device
file.
[161374.937] (II) NOUVEAU(0): EDID vendor "HWP", prod id 9746
[161374.937] (II) NOUVEAU(0): Using hsync ranges from config file
[161374.937] (II) NOUVEAU(0): Using vrefresh ranges from config file
[161374.937] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[161374.937] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664
1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[161374.937] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[161374.937] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[161374.937] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296
1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696
752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832
896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024 1072
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376
1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  157.50  1280 1344
1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[161374.938] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  202.50  1600 1664
1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz e)
[161374.995] (II) NOUVEAU(0): EDID vendor "HWP", prod id 9746
[161374.995] (II) NOUVEAU(0): Using hsync ranges from config file
[161374.995] (II) NOUVEAU(0): Using vrefresh ranges from config file
[161374.995] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[161374.995] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664
1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[161374.995] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656
720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738
846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296
1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864
928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696
752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832
896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024 1072
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376
1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  157.50  1280 1344
1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[161374.995] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  202.50  1600 1664
1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz e)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20150305/2b13431b/attachment-0001.html>


More information about the xorg mailing list