-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all!

I'm trying to use KDE in OpenBSD but I'm having problems with the basic
step: to obtain that X server works. I have this problem with OpenBSD
4.3. With snapshot of OpenBSD 4.4, X server works without problems. For
both cases, I indicated during the installation that X server would be
used.

Both installations are kvm virtual machines in the same hardware.

In both installations I generate the X configuration file with:

# X -configure

And I test it with:

# X -config xorg.conf.new

Doing 'diff' of both configuration files, I obtain the following thing:

# diff xorg.conf.new.43 xorg.conf.new.44
21a22
>       Load  "dri"

It is the log that I obtain in OpenBSD 4.3:

- ----------------------------------------------------------------------------
(--) checkDevMem: using aperture driver /dev/xf86
(--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode
(version 3.32)

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 4.3 i386
Current Operating System: OpenBSD puffy.educ.ar 4.3 GENERIC#698 i386
Build Date: 07 March 2008  07:40:46PM

        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: Thu Oct 16 22:33:15 2008
(EE) Unable to locate/open config file: "xorg.conf.new"
(II) Loader magic: 0x3c01c4e0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 2.0
        X.Org XInput driver : 2.0
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on openbsd
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(WW) OS did not count PCI devices, guessing wildly
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1237 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7000 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 8086,7010 card 0000,0000 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:01:3: chip 8086,7113 card 0000,0000 rev 03 class 06,80,00 hdr 00
(II) PCI: 00:02:0: chip 1013,00b8 card 0000,0000 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:03:0: chip 10ec,8029 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(--) PCI:*(0:2:0) Cirrus Logic GD 5446 rev 0, Mem @ 0xf0000000/25,
0xf2000000/12
New driver is "cirrus"
(==) Using default built-in configuration (55 lines)
(==) --- Start of built-in configuration ---
        Section "Module"
                Load    "extmod"
                Load    "dbe"
                Load    "glx"
                Load    "freetype"
                Load    "type1"
                Load    "record"
                Load    "dri"
        EndSection
        Section "Monitor"
                Identifier      "Builtin Default Monitor"
        EndSection
        Section "Device"
                Identifier      "Builtin Default cirrus Device 0"
                Driver  "cirrus"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default cirrus Screen 0"
                Device  "Builtin Default cirrus Device 0"
                Monitor "Builtin Default Monitor"
        EndSection
        Section "Device"
                Identifier      "Builtin Default fbdev Device 0"
                Driver  "fbdev"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default fbdev Screen 0"
                Device  "Builtin Default fbdev Device 0"
                Monitor "Builtin Default Monitor"
        EndSection
        Section "Device"
                Identifier      "Builtin Default vesa Device 0"
                Driver  "vesa"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default vesa Screen 0"
                Device  "Builtin Default vesa Device 0"
                Monitor "Builtin Default Monitor"
        EndSection
        Section "Device"
                Identifier      "Builtin Default vga Device 0"
                Driver  "vga"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default vga Screen 0"
                Device  "Builtin Default vga Device 0"
                Monitor "Builtin Default Monitor"
        EndSection
        Section "ServerLayout"
                Identifier      "Builtin Default Layout"
                Screen  "Builtin Default cirrus Screen 0"
                Screen  "Builtin Default fbdev Screen 0"
                Screen  "Builtin Default vesa Screen 0"
                Screen  "Builtin Default vga Screen 0"
        EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default cirrus Screen 0" (0)
(**) |   |-->Monitor "Builtin Default Monitor"
(**) |   |-->Device "Builtin Default cirrus Device 0"
(**) |-->Screen "Builtin Default fbdev Screen 0" (1)
(**) |   |-->Monitor "Builtin Default Monitor"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(**) |-->Screen "Builtin Default vesa Screen 0" (2)
(**) |   |-->Monitor "Builtin Default Monitor"
(**) |   |-->Device "Builtin Default vesa Device 0"
(**) |-->Screen "Builtin Default vga Screen 0" (3)
(**) |   |-->Monitor "Builtin Default Monitor"
(**) |   |-->Device "Builtin Default vga Device 0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/TTF/,
        /usr/X11R6/lib/X11/fonts/OTF,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/100dpi/,
        /usr/X11R6/lib/X11/fonts/75dpi/
(==) RgbPath set to "/usr/X11R6/share/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(==) |-->Input Device "<default pointer>"
(==) |-->Input Device "<default keyboard>"
(==) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
(==) The core keyboard device wasn't specified explicitly in the layout.
        Using the default keyboard configuration.
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xf2000000 - 0xf2000fff (0x1000) MX[B](B)
        [1] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
        [2] -1  0       0x0000c100 - 0x0000c1ff (0x100) IX[B]E
        [3] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf2000000 - 0xf2000fff (0x1000) MX[B](B)
        [1] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
        [2] -1  0       0x0000c100 - 0x0000c1ff (0x100) IX[B]E
        [3] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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       0xf2000000 - 0xf2000fff (0x1000) MX[B](B)
        [5] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
        [6] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [7] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
        [8] -1  0       0x0000c100 - 0x0000c1ff (0x100) IX[B]E
        [9] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also
specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(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/X11R6/lib/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.0.90, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "cirrus"
(II) Loading /usr/X11R6/lib/modules/drivers//cirrus_drv.so
(II) Module cirrus: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.1.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) LoadModule: "vesa"
(II) Loading /usr/X11R6/lib/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "vga"
(II) Loading /usr/X11R6/lib/modules/drivers//vga_drv.so
(II) Module vga: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 4.1.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.2.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(II) CIRRUS: driver for Cirrus chipsets: CLGD5430, CLGD5434-4,
CLGD5434-8,
        CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464, CL-GD5464BD,
        CL-GD5465, CL-GD7548
(II) VESA: driver for VESA chipsets: vesa
(II) VGA: Generic VGA driver (version 4.1) for chipsets: generic
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset CLGD5446 found
(II) Loading sub module "cirrus_alpine"
(II) LoadModule: "cirrus_alpine"
(II) Loading /usr/X11R6/lib/modules/drivers//cirrus_alpine.so
(II) Module cirrus_alpine: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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       0xf2000000 - 0xf2000fff (0x1000) MX[B](B)
        [5] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
        [6] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [7] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
        [8] -1  0       0x0000c100 - 0x0000c1ff (0x100) IX[B]E
        [9] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(--) Assigning device section with no busID to primary device
(--) Chipset generic found
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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       0xf2000000 - 0xf2000fff (0x1000) MX[B](B)
        [5] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
        [6] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [7] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [8] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [9] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [10] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [11] -1 0       0x0000c100 - 0x0000c1ff (0x100) IX[B]E
        [12] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [14] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 0.1.0
        ABI class: X.Org Video Driver, version 2.0
(II) CIRRUS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) CIRRUS(0): initializing int10
(II) CIRRUS(0): Primary V_BIOS segment is: 0xc000
(II) CIRRUS(0): Creating default Display subsection in Screen section
        "Builtin Default cirrus Screen 0" for depth/fbbpp 24/32
(==) CIRRUS(0): Depth 24, (==) framebuffer bpp 32
(==) CIRRUS(0): RGB weight 888
(==) CIRRUS(0): Default visual is TrueColor
(==) CIRRUS(0): Using SW cursor
(--) CIRRUS(0): Linear framebuffer at 0xF0000000
(--) CIRRUS(0): Using MMIO
(--) CIRRUS(0): MMIO registers at 0xF2000000
(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) CIRRUS(0): I2C bus "I2C bus 1" initialized.
(II) CIRRUS(0): I2C bus "I2C bus 2" initialized.
(II) CIRRUS(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
(II) CIRRUS(0): I2C device "I2C bus 1:ddc2" removed.
(==) CIRRUS(0): Using gamma correction (1.0, 1.0, 1.0)
(--) CIRRUS(0): Memory Config reg 1 is 0x98
(--) CIRRUS(0): Memory Config reg 2 is 0x20
(--) CIRRUS(0): VideoRAM: 4096 kByte
(==) CIRRUS(0): Min pixel clock is 12 MHz
(--) CIRRUS(0): Max pixel clock is 0 MHz
(II) CIRRUS(0): Builtin Default Monitor: Using default hsync range of
31.50-37.90 kHz
(II) CIRRUS(0): Builtin Default Monitor: Using default vrefresh range of
50.00-70.00 Hz
(WW) CIRRUS(0): Unable to estimate virtual size
(II) CIRRUS(0): Minimum clock:  12.00 MHz
(II) CIRRUS(0): Not using default mode "640x350" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "320x175" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "640x400" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "320x200" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "720x400" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "360x200" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "320x240" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "400x300" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1152x864" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "576x432" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1280x960" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1280x960" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "640x480" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1280x1024" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1280x1024" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1280x1024" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "640x512" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "832x624" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "416x312" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1152x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "576x384" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "700x525" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1600x1024" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "800x512" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) CIRRUS(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(WW) CIRRUS(0): Mode pool is empty
(EE) CIRRUS(0): No valid modes found
(II) UnloadModule: "cirrus"
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules//libint10.so
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules//libvgahw.so
(II) UnloadModule: "cirrus_alpine"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
- ----------------------------------------------------------------------------

It is strange to me that being the unique difference between both
archives, I'm having this problem. Here there are some things that I see
in log:

(EE) Unable to locate/open config file: "xorg.conf.new"

It surprises to me that it does not find it because I am in the
directory where is the file.

(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)

Some idea of which it can be the problem?

Thanks in advance.

Regards,
Daniel
iEYEARECAAYFAkj4DIwACgkQZpa/GxTmHTd+UwCfQUS1q22dkMp3edd8OfPc2ZXZ
DN4AnjU8F4EnMlw1UAPCEvugPmJvaFqA
=86ie
-----END PGP SIGNATURE-----

Reply via email to