Results 1 to 5 of 5

Thread: xserver-xorg-via can't be installed?

  1. #1
    Join Date
    Sep 2008
    Beans
    26

    xserver-xorg-via can't be installed?

    Just upgraded to Intrepid. I can't seem to get xserver-xorg-via installed. I see it in Synaptic, but when I try to mark it for installation Synaptic says:
    Package xserver-xorg-video-via has no available version, but exists in the database.

    Should I be using a different video driver? VIA worked for me under Hardy and lspci says:
    01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)

    Neither s3 nor vesa seem to do the trick.

  2. #2
    Join Date
    Jul 2008
    Beans
    1

    Re: xserver-xorg-via can't be installed?

    i have the same graphics display adapter (K8M800). i think the recommended driver to use is openchrome.

  3. #3
    Join Date
    Sep 2008
    Beans
    26

    Re: xserver-xorg-via can't be installed?

    XOrg won't start with the OpenChrome driver.
    Here's my setup: Onboard video (the one that was using the via driver) connected to a Hyundai LCD monitor; one additional PCI nVidia card connected to another LCD monitor.

    xorg.conf is:
    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc105"
            Option          "XkbLayout"     "us"
    EndSection
    
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
    EndSection
    
    Section "ServerFlags"
            Option "Xinerama" "on"
    EndSection
    
    Section "ServerLayout"
            Identifier      "Default Layout"
            Screen      0  "Screen1" LeftOf "Screen0"
            Screen      1  "Screen0" 0 0
    EndSection
    
    Section "Monitor"
            Identifier   "Hyundai L70S"
            #HorizSync    31.5 - 80.0
            HorizSync    50-90
            VertRefresh  55-75
    EndSection
    
    Section "Monitor"
            Identifier   "Monitor1"
            VendorName   "Monitor Vendor"
            ModelName    "Monitor Model"
    
            Option      "DPMS"
    EndSection
    
    Section "Device"
        #VideoRam    8192
        # Insert Clocks lines here if appropriate
            Identifier  "VIA"
            #Driver      "via"
            Driver      "openchrome"
            Option      "NoDDC" "True"
            Option      "AGPMode" "1" #Added as per DRI User Guide
            VideoRam    32768         #Added as per DRI User Guide
            BusID       "PCI:1:0:0"
    EndSection
    
    Section "Device"
            Option     "HWcursor" "True"
            Option     "RenderAccel" "True"
            Identifier  "Card1"
            Driver      "nv"
            VendorName  "Nvidia"
            BoardName   "e-GeForce MX 4000"
            BusID       "PCI:0:9:0"
    EndSection
    
    Section "Screen"
            Identifier "Screen1"
            Device     "VIA"
            Monitor    "Hyundai L70S"
            DefaultDepth     24
            SubSection "Display"
                    Depth     8
                    Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
            EndSubSection
            SubSection "Display"
                    Depth     16
                    Modes    "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     8
                    Modes    "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     24
                    #Modes    "1280x1024" "1024x768" "800x600" "640x480"
                    Modes    "1280x1024" "640x480"
            EndSubSection
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Card1"
            Monitor    "Monitor1"
            Option     "DPMS"
            DefaultDepth     24
            SubSection "Display"
                    Depth     8
                    Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480" "640x400"
            EndSubSection
            SubSection "Display"
                    Depth     16
                    Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     8
                    Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     24
                    Modes    "1680x1050" "1280x1024" "640x480"
            EndSubSection
    EndSection
    
    Section "Module"
        Disable "glx"
        Disable "xtrap"
        Disable "record"
        Disable "GLcore"
        Disable "dri"
    EndSection
    Xorg.0.log is:
    Code:
    X.Org X Server 1.5.2
    Release Date: 10 October 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
    Current Operating System: Linux adaptive 2.6.24-17-generic #1 SMP Thu May 1 14:31:33 UTC 2008 i686
    Build Date: 24 October 2008  08:00:16AM
    xorg-server 2:1.5.2-2ubuntu3 (buildd@rothera.buildd)
            Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  3 15:02:44 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Screen1" (0)
    (**) |   |-->Monitor "Hyundai L70S"
    (**) |   |-->Device "VIA"
    (**) |-->Screen "Screen0" (1)
    (**) |   |-->Monitor "Monitor1"
    (**) |   |-->Device "Card1"
    (**) Option "Xinerama" "on"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) Xinerama: enabled
    (==) No FontPath specified.  Using compiled-in default.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
            Entry deleted from font path.
    (==) 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,
            /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
            If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d9a40
    (II) Module ABI versions:
            X.Org ANSI C Emulation: 0.4
            X.Org Video Driver: 4.1
            X.Org XInput driver : 2.1
            X.Org Server Extension : 1.1
            X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 7
    
    (--) PCI:*(0@0:9:0) nVidia Corporation NV18 [GeForce4 MX 4000] rev 193, Mem @ 0xec000000/0, 0xe0000000/0, BIOS @ 0x????????/131072
    (--) PCI: (0@1:0:0) VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] rev 1, Mem @ 0xe8000000/0, 0xed000000/0, BIOS @ 0x????????/65536
    (II) System resource ranges:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [4] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [8] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [9] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [10] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [11] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [12] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [13] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [14] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [15] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [16] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [17] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [18] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [19] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [20] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [21] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [22] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [23] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [24] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [25] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [26] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [27] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [28] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [29] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [30] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [31] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [32] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [33] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [34] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [35] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [36] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [37] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [38] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [39] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [40] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [41] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [42] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [43] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [44] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [45] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [46] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [47] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [48] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [49] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [50] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [51] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [52] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [53] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [54] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [55] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [56] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [57] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [58] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [59] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
    (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.
    (WW) "xtrap" will not be loaded unless you've specified it to be loaded elsewhere.
    (WW) "record" will not be loaded unless you've specified it to be loaded elsewhere.
    (WW) "GLcore" will not be loaded unless you've specified it to be loaded elsewhere.
    (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded even though the default is to disable it.
    (II) "freetype" will be loaded by default.
    (II) "record" will be loaded even though the default is to disable it.
    (II) "dri" will be loaded even though the default is to disable it.
    (II) LoadModule: "extmod"
    
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "freetype"
    
    (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
            compiled for 1.5.2, module version = 2.1.0
            Module class: X.Org Font Renderer
            ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "openchrome"
    
    (II) Loading /usr/lib/xorg/modules/drivers//openchrome_drv.so
    (II) Module openchrome: vendor="http://openchrome.org/"
            compiled for 1.5.1, module version = 0.2.903
            Module class: X.Org Video Driver
            ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "nv"
    
    (II) Loading /usr/lib/xorg/modules/drivers//nv_drv.so
    (II) Module nv: vendor="X.Org Foundation"
            compiled for 1.5.0, module version = 2.1.10
            Module class: X.Org Video Driver
            ABI class: X.Org Video Driver, version 4.1
    (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
            K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
            K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890
    (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
            Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
            Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
            GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
            GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
            Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
            GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
            GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
            GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
            GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
            GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
            GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
            Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
            GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
            GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
            GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
            Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
            GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
            Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
            GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
            GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
            GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
            GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
            GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
            GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
            Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
            GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
            GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
            GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
            GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
            GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
            Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
            GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
            GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
            GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
            GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
            Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
            GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
            GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
            GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
            Quadro FX 540, GeForce 6200, GeForce 6500,
            GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
            GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
            GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
            GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
            GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
            GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
            GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
            GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
            GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
            GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
            GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
            GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
            Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
            GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
            GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
            Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
            Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
            GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS,
            GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS,
            GeForce 8600 GT, GeForce 8600 GT, GeForce 8400 GS, GeForce 9500M GS,
            GeForce 8600M GT, GeForce 9650M GS, GeForce 8700M GT, Quadro FX 370,
            Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M, Quadro FX 570,
            Quadro FX 1700, GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS,
            GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
            GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
            Quadro NVS 135M, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290,
            GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512,
            GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS,
            GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS,
            GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, Quadro FX 3700,
            Quadro FX 3600M, GeForce 9600 GT, GeForce 9600M GT, GeForce 9600M GS,
            GeForce 9600M GT, GeForce 9500M G, GeForce 8400 GS, GeForce 9300M GS,
            GeForce 9200M GS, GeForce 9300M GS
    (II) Primary Device is: PCI 00@00:09:0
    (!!) VIA Technologies does not support this driver in any way.
    (!!) For support, please refer to http://www.openchrome.org/.
    (!!) (openchrome 0.2.903 release)
    (--) CHROME(0): NV: Found NVIDIA GeForce4 MX 4000 at 00@00:09:0
    (II) resource ranges after probing:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [4] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [8] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [9] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [10] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [11] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [12] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [13] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [14] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [15] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [16] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [17] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [18] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [19] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [20] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [21] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [22] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [23] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [24] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [25] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [26] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [27] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [28] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [29] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [30] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [31] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [32] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [33] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [34] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [35] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [36] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [37] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [38] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [39] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [40] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [41] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [42] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [43] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [44] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [45] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [46] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [47] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [48] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [49] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [50] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [51] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [52] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [53] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [54] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [55] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [56] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [57] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [58] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [59] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
    (II) CHROME(0): VIAPreInit
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 0.1.0
            ABI class: X.Org Video Driver, version 4.1
    (II) CHROME(0): VIAGetRec
    (**) CHROME(0): Depth 24, (--) framebuffer bpp 32
    (==) CHROME(0): RGB weight 888
    (==) CHROME(0): Default visual is TrueColor
    (--) CHROME(0): Chipset: K8M800/K8N800
    (--) CHROME(0): Chipset revision: 0
    (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
    (II) CHROME(0): Setting up default chipset options.
    (II) CHROME(0): VIASetupDefaultOptions
    (II) CHROME(0): Reading config file...
    (II) CHROME(0): Starting to parse config file options...
    (==) CHROME(0): Shadow framebuffer is disabled.
    (==) CHROME(0): Hardware acceleration is enabled.
    (==) CHROME(0): Using XAA acceleration architecture.
    (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
    (==) CHROME(0): GPU virtual command queue will be enabled.
    (==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
    (==) CHROME(0): AGP DMA will be disabled if DRI is enabled.
    (==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is enabled.
    (==) CHROME(0): Will not enable VBE modes.
    (==) CHROME(0): VBE VGA register save & restore will not be used
            if VBE modes are enabled.
    (==) CHROME(0): Xv Bandwidth check is enabled.
    (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
    (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
    (==) CHROME(0): Digital output bus width is 12 bits.
    (==) CHROME(0): DVI Center is disabled.
    (==) CHROME(0): Panel size is not selected from config file.
    (==) CHROME(0): Panel will not be forced.
    (==) CHROME(0): TV dotCrawl is disabled.
    (==) CHROME(0): TV deflicker is set to 0.
    (==) CHROME(0): No default TV type is set.
    (==) CHROME(0): No default TV output signal type is set.
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xed000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xed200000 with size 0x20000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) CHROME(0): Will not print VGA registers.
    (==) CHROME(0): Will not scan I2C buses.
    (II) CHROME(0): ...Finished parsing config file options.
    (WW) CHROME(0): Manufacturer plainly copied main PCI IDs to subsystem/card IDs.
    (--) CHROME(0): Detected VIA VT3108 (K8M800).
    (II) CHROME(0): Detected MemClk 15
    (WW) CHROME(0): Unknown Memory clock: 15
    (II) CHROME(0): ViaGetMemoryBandwidth
    (II) CHROME(0): Detected TV standard: PAL.
    (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) CHROME(0): ViaI2CInit
    (II) CHROME(0): ViaI2CBus1Init
    (II) CHROME(0): I2C bus "I2C bus 1" initialized.
    (II) CHROME(0): ViaI2cBus2Init
    (II) CHROME(0): I2C bus "I2C bus 2" initialized.
    (II) CHROME(0): ViaI2CBus3Init
    (II) CHROME(0): I2C bus "I2C bus 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (**) CHROME(0): Option "NoDDC" "True"
    (II) CHROME(0): ViaOutputsDetect
    (II) CHROME(0): VIATVDetect
    (II) CHROME(0): ViaOutputsSelect
    (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00
    (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0xcf
    (II) CHROME(0): ViaOutputsSelect: CRT.
    (II) CHROME(0): ViaModesAttach
    (II) CHROME(0): Hyundai L70S: Using hsync range of 50.00-90.00 kHz
    (II) CHROME(0): Hyundai L70S: Using vrefresh range of 55.00-75.00 Hz
    (II) CHROME(0): Clock range:  20.00 to 230.00 MHz
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x350" (hsync out of range)
    (II) CHROME(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x400" (hsync out of range)
    (II) CHROME(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "720x400" (hsync out of range)
    (II) CHROME(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x480" (hsync out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x480" (hsync out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x480" (hsync out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x480" (hsync out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (hsync out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (hsync out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (hsync out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (hsync out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (44900)
    (II) CHROME(0): Not using default mode "1024x768" (interlace mode not supported)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1024x768" (hsync out of range)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (75000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (78750)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (94500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (108000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (148500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1280x960" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (135000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (157500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1280x1024" (hsync out of range)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (162000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (175500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (189000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (202500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1600x1200" (hsync out of range)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (229500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1600x1200" (hsync out of range)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1792x1344 (204800)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1856x1392 (218300)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 832x624 (57284)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81620)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (96770)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (104990)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (119650)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1152x864" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (121500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1152x864" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (143470)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1152x864" (hsync out of range)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (72000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1360x768" (hsync out of range)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (84750)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1360x768" (hsync out of range)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (145060)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (155800)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): CrtcHSyncEnd out of range.
    (II) CHROME(0): Not using default mode "1400x1050" (horizontal sync too wide)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (179260)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1400x1050" (hsync out of range)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1024 (103125)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (119000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (146250)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (174000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (187000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (214750)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1680x1050" (hsync out of range)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (138500)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
    (II) CHROME(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1200 (154000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
    (II) CHROME(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (135000)
    (II) CHROME(0): ViaModePrimaryVGAValid
    (II) CHROME(0): Not using mode "640x480" (no mode of this name)
    (--) CHROME(0): Virtual size is 1280x1024 (pitch 1280)
    (**) CHROME(0): *Default mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (==) CHROME(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.2.0
            ABI class: X.Org Video Driver, version 4.1
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) CHROME(0): VIAUnmapMem
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            ABI class: X.Org Video Driver, version 4.1
    (II) NV(1): Initializing int10
    (II) NV(1): Primary V_BIOS segment is: 0xc000
    (--) NV(1): Chipset: "GeForce4 MX 4000"
    (**) NV(1): Depth 24, (--) framebuffer bpp 32
    (==) NV(1): RGB weight 888
    (==) NV(1): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    
    (II) Reloading /usr/lib/xorg/modules//libvgahw.so
    (**) NV(1): Option "HWcursor" "True"
    (**) NV(1): Using HW cursor
    (--) NV(1): Linear framebuffer at 0xE0000000
    (--) NV(1): MMIO registers at 0xEC000000
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) NV(1): I2C bus "DDC" initialized.
    (II) NV(1): Probing for analog device on output A...
    (--) NV(1):   ...found one
    (II) NV(1): Probing for analog device on output B...
    (--) NV(1):   ...can't find one
    (II) NV(1): Probing for EDID on I2C bus A...
    (II) NV(1): I2C device "DDC:ddc2" registered at address 0xA0.
    (--) NV(1): DDC detected a CRT:
    (II) NV(1): Manufacturer: ACR  Model: 16  Serial#: 2172650555
    (II) NV(1): Year: 2008  Week: 18
    (II) NV(1): EDID Version: 1.3
    (II) NV(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    (II) NV(1): Sync:  Separate
    (II) NV(1): Max Image Size [cm]: horiz.: 47  vert.: 30
    (II) NV(1): Gamma: 2.20
    (II) NV(1): DPMS capabilities: StandBy Suspend; RGB/Color Display
    (II) NV(1): First detailed timing is preferred mode
    (II) NV(1): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
    (II) NV(1): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
    (II) NV(1): Supported VESA Video Modes:
    (II) NV(1): 720x400@70Hz
    (II) NV(1): 640x480@60Hz
    (II) NV(1): 640x480@67Hz
    (II) NV(1): 640x480@72Hz
    (II) NV(1): 640x480@75Hz
    (II) NV(1): 800x600@56Hz
    (II) NV(1): 800x600@60Hz
    (II) NV(1): 800x600@72Hz
    (II) NV(1): 800x600@75Hz
    (II) NV(1): 832x624@75Hz
    (II) NV(1): 1024x768@60Hz
    (II) NV(1): 1024x768@70Hz
    (II) NV(1): 1024x768@75Hz
    (II) NV(1): 1280x1024@75Hz
    (II) NV(1): 1152x870@75Hz
    (II) NV(1): Manufacturer's mask: 0
    (II) NV(1): Supported Future Video Modes:
    (II) NV(1): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) NV(1): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) NV(1): #2: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    (II) NV(1): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
    (II) NV(1): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
    (II) NV(1): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
    (II) NV(1): #6: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) NV(1): #7: hsize: 1280  vsize 720  refresh: 60  vid: 49281
    (II) NV(1): Supported additional Video Mode:
    (II) NV(1): clock: 119.0 MHz   Image Size:  474 x 296 mm
    (II) NV(1): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
    (II) NV(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
    (II) NV(1): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 170 MHz
    (II) NV(1): Monitor name: Acer P221W
    (II) NV(1): Serial No: LBJ0D0088510
    (II) NV(1): EDID (in hex):
    (II) NV(1):     00ffffffffffff00047216003b048081
    (II) NV(1):     12120103682f1e78caee95a3544c9926
    (II) NV(1):     0f5054bfef80714f8180b300950f9500
    (II) NV(1):     a940814081c07c2e90a0601a1e403020
    (II) NV(1):     3600da2811000018000000fd00384b1f
    (II) NV(1):     5311000a202020202020000000fc0041
    (II) NV(1):     6365722050323231570a2020000000ff
    (II) NV(1):     004c424a3044303038383531300a0015
    (II) NV(1): Probing for EDID on I2C bus B...
    (II) NV(1): I2C device "DDC:ddc2" removed.
    (II) NV(1):   ... none found
    (--) NV(1): CRTC 0 appears to have a CRT attached
    (II) NV(1): Using CRT on CRTC 0
    (II) NV(1): EDID vendor "ACR", prod id 22
    (II) NV(1): Using EDID range info for horizontal sync
    (II) NV(1): Using EDID range info for vertical refresh
    (II) NV(1): Printing DDC gathered Modelines:
    (II) NV(1): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 -hsync -vsync (64.7 kHz)
    (II) NV(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) NV(1): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) NV(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) NV(1): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) NV(1): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) NV(1): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) NV(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) NV(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) NV(1): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
    (II) NV(1): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) NV(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) NV(1): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) NV(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) NV(1): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) NV(1): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) NV(1): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
    (II) NV(1): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
    (II) NV(1): Modeline "1680x1050"x60.0  147.14  1680 1784 1968 2256  1050 1051 1054 1087 -hsync +vsync (65.2 kHz)
    (II) NV(1): Modeline "1440x900"x75.0  136.49  1440 1536 1688 1936  900 901 904 940 -hsync +vsync (70.5 kHz)
    (II) NV(1): Modeline "1440x900"x60.0  106.47  1440 1520 1672 1904  900 901 904 932 -hsync +vsync (55.9 kHz)
    (II) NV(1): Modeline "1600x1200"x60.0  160.96  1600 1704 1880 2160  1200 1201 1204 1242 -hsync +vsync (74.5 kHz)
    (II) NV(1): Modeline "1280x960"x60.0  102.10  1280 1360 1496 1712  960 961 964 994 -hsync +vsync (59.6 kHz)
    (II) NV(1): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
    (--) NV(1): VideoRAM: 65536 kBytes
    (==) NV(1): Using gamma correction (1.0, 1.0, 1.0)
    (II) NV(1): Monitor1: Using hsync range of 31.00-83.00 kHz
    (II) NV(1): Monitor1: Using vrefresh range of 56.00-75.00 Hz
    (II) NV(1): Monitor1: Using maximum pixel clock of 170.00 MHz
    (II) NV(1): Clock range:  12.00 to 350.00 MHz
    (II) NV(1): Not using default mode "640x350" (vrefresh out of range)
    (II) NV(1): Not using default mode "320x175" (vrefresh out of range)
    (II) NV(1): Not using default mode "640x400" (vrefresh out of range)
    (II) NV(1): Not using default mode "320x200" (vrefresh out of range)
    (II) NV(1): Not using default mode "720x400" (vrefresh out of range)
    (II) NV(1): Not using default mode "360x200" (vrefresh out of range)
    (II) NV(1): Not using default mode "640x480" (vrefresh out of range)
    (II) NV(1): Not using default mode "320x240" (vrefresh out of range)
    (II) NV(1): Not using default mode "800x600" (vrefresh out of range)
    (II) NV(1): Not using default mode "400x300" (vrefresh out of range)
    (II) NV(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) NV(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) NV(1): Not using default mode "1024x768" (vrefresh out of range)
    (II) NV(1): Not using default mode "512x384" (vrefresh out of range)
    (II) NV(1): Not using default mode "1280x960" (hsync out of range)
    (II) NV(1): Not using default mode "640x480" (hsync out of range)
    (II) NV(1): Not using default mode "1280x1024" (hsync out of range)
    (II) NV(1): Not using default mode "640x512" (hsync out of range)
    (II) NV(1): Not using default mode "1600x1200" (mode clock too high)
    (II) NV(1): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(1): Not using default mode "800x600" (hsync out of range)
    (II) NV(1): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(1): Not using default mode "800x600" (hsync out of range)
    (II) NV(1): Not using default mode "1600x1200" (hsync out of range)
    (II) NV(1): Not using default mode "800x600" (hsync out of range)
    (II) NV(1): Not using default mode "1792x1344" (mode clock too high)
    (II) NV(1): Not using default mode "1792x1344" (hsync out of range)
    (II) NV(1): Not using default mode "896x672" (hsync out of range)
    (II) NV(1): Not using default mode "1856x1392" (hsync out of range)
    (II) NV(1): Not using default mode "928x696" (hsync out of range)
    (II) NV(1): Not using default mode "1856x1392" (hsync out of range)
    (II) NV(1): Not using default mode "928x696" (hsync out of range)
    (II) NV(1): Not using default mode "1920x1440" (hsync out of range)
    (II) NV(1): Not using default mode "960x720" (hsync out of range)
    (II) NV(1): Not using default mode "1920x1440" (hsync out of range)
    (II) NV(1): Not using default mode "960x720" (hsync out of range)
    (II) NV(1): Not using default mode "1152x864" (vrefresh out of range)
    (II) NV(1): Not using default mode "576x432" (vrefresh out of range)
    (II) NV(1): Not using default mode "1152x864" (vrefresh out of range)
    (II) NV(1): Not using default mode "576x432" (vrefresh out of range)
    (II) NV(1): Not using default mode "1152x864" (hsync out of range)
    (II) NV(1): Not using default mode "576x432" (hsync out of range)
    (II) NV(1): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
    (II) NV(1): Not using default mode "1400x1050" (hsync out of range)
    (II) NV(1): Not using default mode "700x525" (hsync out of range)
    (II) NV(1): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
    (II) NV(1): Not using default mode "1680x1050" (mode clock too high)
    (II) NV(1): Not using default mode "1680x1050" (mode clock too high)
    (II) NV(1): Not using default mode "1680x1050" (hsync out of range)
    (II) NV(1): Not using default mode "840x525" (hsync out of range)
    (II) NV(1): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
    (II) NV(1): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
    (II) NV(1): Not using default mode "1920x1440" (hsync out of range)
    (II) NV(1): Not using default mode "960x720" (hsync out of range)
    (II) NV(1): Not using default mode "2048x1536" (hsync out of range)
    (II) NV(1): Not using default mode "1024x768" (hsync out of range)
    (II) NV(1): Not using default mode "2048x1536" (hsync out of range)
    (II) NV(1): Not using default mode "1024x768" (hsync out of range)
    (II) NV(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) NV(1): Not using default mode "1024x768" (hsync out of range)
    (--) NV(1): Virtual size is 1680x1050 (pitch 1680)
    (**) NV(1): *Driver mode "1680x1050": 119.0 MHz, 64.7 kHz, 59.9 Hz
    (II) NV(1): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 -hsync -vsync (64.7 kHz)
    (**) NV(1): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
    (II) NV(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (**) NV(1): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
    (II) NV(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (**) NV(1): Display dimensions: (470, 300) mm
    (**) NV(1): DPI set to (90, 88)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    
    (II) Reloading /usr/lib/xorg/modules//libfb.so
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    
    (II) Reloading /usr/lib/xorg/modules//libxaa.so
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  Yes, I do.
    (II) resource ranges after preInit:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [4] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [8] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
            [9] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [10] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [11] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [12] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [13] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [14] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [15] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [16] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [17] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [18] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [19] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [20] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [21] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [22] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [23] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [24] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [25] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [26] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [27] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [28] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [29] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [30] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [31] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [32] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [33] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [34] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [35] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [36] -1 0       0xffffffff - 0xffffffff (0x1) MX[B]
            [37] -1 0       0x000f0000 - 0x000fffff (0x10000) MX[B]
            [38] -1 0       0x000c0000 - 0x000effff (0x30000) MX[B]
            [39] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
            [40] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [41] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [42] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [43] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [44] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [45] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [46] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [47] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [48] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [49] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [50] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [51] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [52] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [53] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [54] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [55] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [56] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [57] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
            [58] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
            [59] -1 0       0x00000000 - 0x00000000 (0x1) IX[B]
    (II) CHROME(0): VIAScreenInit
    (II) CHROME(0): VIAMapFB
    (--) CHROME(0): mapping framebuffer @ 0xe8000000 with size 0x4000000
    (--) CHROME(0): Frame buffer start: 0xb285d000, free start: 0x500000 end: 0x4000000
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xed000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xed200000 with size 0x20000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) CHROME(0): VIASave
    (II) CHROME(0): Primary
    (II) CHROME(0): Crtc...
    (II) CHROME(0): TVSave...
    (II) CHROME(0): VIAWriteMode
    (II) CHROME(0): ViaModePrimary
    (II) CHROME(0): ViaModePrimaryVGA
    (II) CHROME(0): ViaModePrimaryVGA: Setting up 1280x1024
    (II) CHROME(0): CrtcHTotal: 0x698
    (II) CHROME(0): CrtcHDisplay: 0x500
    (II) CHROME(0): CrtcHBlankStart: 0x500
    (II) CHROME(0): CrtcHBlankEnd: 0x698
    (II) CHROME(0): CrtcHSyncStart: 0x510
    (II) CHROME(0): CrtcHSyncEnd: 0x5A0
    (II) CHROME(0): CrtcVTotal: 0x42A
    (II) CHROME(0): CrtcVDisplay: 0x400
    (II) CHROME(0): CrtcVSyncStart: 0x401
    (II) CHROME(0): CrtcVSyncEnd: 0x404
    (II) CHROME(0): CrtcVBlankStart: 0x400
    (II) CHROME(0): CrtcVBlankEnd: 0x42A
    (II) CHROME(0): Offset: 0x280
    (II) CHROME(0): Fetch Count: 0x280
    (II) CHROME(0): ViaTVPower: Off.
    (II) CHROME(0): ViaSetPrimaryFIFO
    (II) CHROME(0): ViaSetPrimaryDotclock to 0x6f8801
    (II) CHROME(0): ViaSetUseExternalClock
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): - Blanked
    (II) CHROME(0): - Visuals set up
    (II) CHROME(0): VIAInternalScreenInit
    (II) CHROME(0): - B & W
    (II) CHROME(0): Using 3072 lines for offscreen memory.
    (II) CHROME(0): Using XFree86 Acceleration Architecture (XAA)
            Screen to screen bit blits
            Solid filled rectangles
            8x8 mono pattern filled rectangles
            8x8 color pattern filled rectangles
            Solid Lines
            Dashed Lines
            Image Writes
            Setting up tile and stipple cache:
                    31 128x128 slots
                    24 256x256 slots
                    7 512x512 slots
                    32 8x8 color pattern slots
    (==) CHROME(0): Backing store disabled
    (II) CHROME(0): - Backing store set up
    (II) CHROME(0): - SW cursor set up
    (II) CHROME(0): VIAHWCursorInit
    (II) CHROME(0): - Def Color map set up
    (II) CHROME(0): VIALoadPalette
    (II) CHROME(0): VIALoadRgbLut
    (II) CHROME(0): VIALoadRgbLut
    (II) CHROME(0): - Palette loaded
    (II) CHROME(0): DPMS enabled
    (II) CHROME(0): - DPMS set up
    (II) CHROME(0): - Color maps etc. set up
    (II) CHROME(0): direct rendering disabled
    (II) CHROME(0): Benchmarking video copy.  Less time is better.
    (--) CHROME(0): Timed   libc YUV420 copy... 46262119. Throughput: 23.1 MiB/s.
    (--) CHROME(0): Timed kernel YUV420 copy... 46255052. Throughput: 23.1 MiB/s.
    (--) CHROME(0): Timed    SSE YUV420 copy... 40249393. Throughput: 26.5 MiB/s.
    (--) CHROME(0): Timed    MMX YUV420 copy... 40290071. Throughput: 26.5 MiB/s.
    (--) CHROME(0): Timed 3DNow! YUV420 copy... 40360748. Throughput: 26.5 MiB/s.
    (--) CHROME(0): Timed   MMX2 YUV420 copy... 40273291. Throughput: 26.5 MiB/s.
    Freed 20976640 (pool 1)
    (--) CHROME(0): Using SSE YUV42X copy for video.
    (WW) CHROME(0): [XvMC] Cannot use XvMC without DRI!
    (WW) CHROME(0): Option "AGPMode" is not used
    (II) CHROME(0): - Done
    (==) RandR enabled
    (II) NV(1): Using XFree86 Acceleration Architecture (XAA)
            Screen to screen bit blits
            Solid filled rectangles
            8x8 mono pattern filled rectangles
            Indirect CPU to Screen color expansion
            Solid Lines
            Scanline Image Writes
            Setting up tile and stipple cache:
                    32 128x128 slots
                    32 256x256 slots
                    16 512x512 slots
    (==) NV(1): Backing store disabled
    (==) NV(1): Silken mouse enabled
    (**) Option "dpms"
    (**) NV(1): DPMS enabled
    (WW) NV(1): Option "RenderAccel" is not used
    (==) RandR enabled
    (II) Entity 0 shares no resources
    (II) Entity 1 shares no resources
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Screen 0 shares mem & io resources
    (II) Screen 1 shares mem & io resources
    (II) Screen 0 shares mem & io resources
    (II) Screen 1 shares mem & io resources
    (II) CHROME(0): VIACloseScreen
    viaWaitVideoCommandFire: Timeout.
    (II) CHROME(0): VIARestore
    (II) CHROME(0): ViaDisablePrimaryFIFO
    (II) CHROME(0): VIAUnmapMem
    X completely fails to start if I use the "openchrome" or "vesa" driver for the VIA card. It will start fine on the nVidia side if I use the invalid "via" driver (and of course not be able to find the driver and hence not start the other monitor).

    Both monitors and cards worked using the same config file and the "via" driver under Hardy.

  4. #4
    Join Date
    Sep 2008
    Beans
    26

    Re: xserver-xorg-via can't be installed?

    Just wanted to bump this. It would really be nice to have Hardy-level functionality in Intrepid.

  5. #5
    Join Date
    Sep 2008
    Beans
    26

    Re: xserver-xorg-via can't be installed?

    So it looks like these lines in my Xorg.0.log is suspicious:

    (II) Primary Device is: PCI 00@00:09:0
    (!!) VIA Technologies does not support this driver in any way.
    (!!) For support, please refer to http://www.openchrome.org/.
    (!!) (openchrome 0.2.903 release)
    (--) CHROME(0): NV: Found NVIDIA GeForce4 MX 4000 at 00@00:09:0

    I specifically set up the OpenChrome driver as BusID 01:00:00 and the NVidia driver as 01:00:00. Why is Openchrome trying to control my NVidia card?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •