Hi,

If you are lasy, go at the end of the mail.


SYMPTOMS :
I installed the lastest powerv driver (this is binary drivers that was 
released the 22th of August) for my Kyro2 based graphic card. When I start 
KDE, I have something like 16 colors, but I set in XF86Config-4 a Depht of 16 
bpp (I explicitly set Visual "TrueColors" in subsections of the "Screen" 
section). 


INSTALLATION :
- During the compilation and the installation of the driver, I have had no 
errors (only warnings about deprecated macro use (the "__FUNCTION__" macro)).

- "/var/log/XFree86.0.log" shows no error. Every module is loaded. (see 
the end of this mail for further comments about log ...)

- "glxinfo" gives good informations about the supported openGL extensions, 
openGL is working FAST (but with 16 colors on textures).

- "lspci" and "lspcidrake" outputs are just like expected. 

- "Ctrl" + "Alt" + ("+"||"-") combinations work fine.

I attached the XFree86 logfile and the "XF86Config-4" file that I have 
modified to use this driver. The XF86Config-4 was firstly generated by 
XFDrake when I was using my ATI Rage128 on this computer.

In the "XF86Config-4" file, I load the following modules :
    Load  "dbe"             # Double-buffering
    Load  "GLcore"          # OpenGL support
    Load  "dri"             # Direct rendering infrastructure
    Load  "glx"             # OpenGL X protocol interface
    Load  "extmod"          # Misc. required extensions
    Load "type1"
    Load "freetype"

the packages that are installed in my system are the following :
     kernel-source-2.4.19-5mdk
     kernel-headers-2.4.18-41mdk
     kernel-2.4.19.5mdk-1-1mdk
     powervr-2.00.20-369


FEELINGs :
I do notice only ONE significant difference between the logfile of XFree86 
with my GeForce256 and  the logfile of XFree86 with my Kyro2, on 2 differents 
computer:

For the Kyro2, in the "/var/log/XFree86.0.log" the line :
...
(II) Setting vga for screen 0.
...
comes TWICE (and just after the DRI is enable) ... ??? .... (I think this is 
the problem, if I disable DRI, it is the same, so it is not related to DRI)


Thx for your help, I have plenty of other graphic/sound cards that are 
waiting to go in my box for testing ...


--
Adrien


# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse" 
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Module"
# KYRO II
    Load  "dbe"             # Double-buffering
    Load  "GLcore"          # OpenGL support
    Load  "dri"             # Direct rendering infrastructure
    Load  "glx"             # OpenGL X protocol interface
    Load  "extmod"          # Misc. required extensions
    Load "type1"
    Load "freetype"

# ATI 
    #Load "dbe" # Double-Buffering Extension
    #Load "v4l" # Video for Linux
    #Load "extmod"
    #Load "type1"
    #Load "freetype"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1024x768 @ 60 Hz"
    #HorizSync 31.5-48.5
    #VertRefresh 50-70
    #HorizSync 31.5 - 57.0
    #VertRefresh 50-70
    HorizSync 31.5-48.5
    VertRefresh 50-100
    #Option "dpms"
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    #ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync 
-vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    #ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    #ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection


Section "Device"
    BusID "PCI:01:00:0"
    Identifier "KYRO"
    Driver "powervr"
    BoardName "Unknown"
    #   Option "HWCursor" "0"
    #   Option "NoAccel" "1"
EndSection
                                

Section "Screen"
    Identifier "screen1"
    Device "KYRO" # For ATI : "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
    
#    Subsection "Display"
#        Depth 8
#        Modes "1024x768" "800x600" "640x480"
#    EndSubsection
    
#    Subsection "Display"
#        Depth 15
#        Modes "1024x768" "800x600" "640x480"
#    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1024x768" "800x600" "640x480"
        Visual "TrueColor"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1024x768" "800x600" "640x480"
        Visual "TrueColor"
    EndSubsection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 11 March 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-21mdksmp i686 [ELF] 
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/XFree86.0.log", Time: Wed Aug 28 03:01:46 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "KYRO"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80002140, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:04:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0d:0: chip 10ec,8029 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 104a,0010 card 1681,0010 rev 07 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xf8000000 - 0xf80fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xd7700000 - 0xe3ffffff (0xc900000) MX[B]
(II) Bus -1: bridge is at (0:4:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) SGS-Thomson unknown chipset (0x0010) rev 7, Mem @ 0xd8000000/27, 
0xd7800000/19, I/O @ 0xd800/8, BIOS @ 0xd77e0000/17
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xd6800000 - 0xd68000ff (0x100) MX[B]
        [1] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [2] -1  0xd77e0000 - 0xd77fffff (0x20000) MX[B](B)
        [3] -1  0xd7800000 - 0xd787ffff (0x80000) MX[B](B)
        [4] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [5] -1  0x0000a400 - 0x0000a41f (0x20) IX[B]
        [6] -1  0x0000a800 - 0x0000a83f (0x40) IX[B]
        [7] -1  0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [8] -1  0x0000b400 - 0x0000b41f (0x20) IX[B]
        [9] -1  0x0000b800 - 0x0000b80f (0x10) IX[B]
        [10] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xd6800000 - 0xd68000ff (0x100) MX[B]
        [1] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [2] -1  0xd77e0000 - 0xd77fffff (0x20000) MX[B](B)
        [3] -1  0xd7800000 - 0xd787ffff (0x80000) MX[B](B)
        [4] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [5] -1  0x0000a400 - 0x0000a41f (0x20) IX[B]
        [6] -1  0x0000a800 - 0x0000a83f (0x40) IX[B]
        [7] -1  0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [8] -1  0x0000b400 - 0x0000b41f (0x20) IX[B]
        [9] -1  0x0000b800 - 0x0000b80f (0x10) IX[B]
        [10] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xd6800000 - 0xd68000ff (0x100) MX[B]
        [6] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [7] -1  0xd77e0000 - 0xd77fffff (0x20000) MX[B](B)
        [8] -1  0xd7800000 - 0xd787ffff (0x80000) MX[B](B)
        [9] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
        [13] -1 0x0000a800 - 0x0000a83f (0x40) IX[B]
        [14] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [15] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [16] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "powervr"
(II) Loading /usr/X11R6/lib/modules/drivers/powervr_drv.o
(II) Module powervr: vendor="Imagination Techologies, Ltd"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) POWERVR: driver for PowerVR chipsets: PowerVR Kyro
(II) Primary Device is: PCI 01:00:0
(--) Chipset PowerVR Kyro found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] 0   0x000b8000 - 0x000bffff (0x8000) MX[B]
        [1] 0   0x000b0000 - 0x000b7fff (0x8000) MX[B]
        [2] 0   0x000a0000 - 0x000affff (0x10000) MX[B]
        [3] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0xd6800000 - 0xd68000ff (0x100) MX[B]
        [9] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [10] -1 0xd77e0000 - 0xd77fffff (0x20000) MX[B](B)
        [11] -1 0xd7800000 - 0xd787ffff (0x80000) MX[B](B)
        [12] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [13] 0  0x000003c0 - 0x000003df (0x20) IX[B]
        [14] 0  0x000003b0 - 0x000003bb (0xc) IX[B]
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
        [18] -1 0x0000a800 - 0x0000a83f (0x40) IX[B]
        [19] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [20] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [21] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [22] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) resource ranges after probing:
        [0] 0   0x000b8000 - 0x000bffff (0x8000) MX[B]
        [1] 0   0x000b0000 - 0x000b7fff (0x8000) MX[B]
        [2] 0   0x000a0000 - 0x000affff (0x10000) MX[B]
        [3] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0xd6800000 - 0xd68000ff (0x100) MX[B]
        [9] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [10] -1 0xd77e0000 - 0xd77fffff (0x20000) MX[B](B)
        [11] -1 0xd7800000 - 0xd787ffff (0x80000) MX[B](B)
        [12] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [13] 0  0x000003c0 - 0x000003df (0x20) IX[B]
        [14] 0  0x000003b0 - 0x000003bb (0xc) IX[B]
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
        [18] -1 0x0000a800 - 0x0000a83f (0x40) IX[B]
        [19] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [20] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [21] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [22] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "libPVR2D"
(II) LoadModule: "libPVR2D"
(II) Loading /usr/X11R6/lib/modules/drivers/libPVR2D.so
(II) Module libPVR2D: vendor="Imagination Technologies, Ltd"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) POWERVR(0): Bus:Slot:Func - 1:0:0
(II) POWERVR(0): MemSize:FBLinBase  65536 at 0xcd251000
(**) POWERVR(0): Depth 16, (--) framebuffer bpp 16
(==) POWERVR(0): RGB weight 565
(**) POWERVR(0): Default visual is TrueColor
(==) POWERVR(0): Using gamma correction (1.0, 1.0, 1.0)
(==) POWERVR(0): Using HW cursor
(--) POWERVR(0): Linear framebuffer at 0xD8000000
(--) POWERVR(0): VideoRAM: 65536 kByte
(II) POWERVR(0): monitor1: Using hsync range of 31.50-48.50 kHz
(II) POWERVR(0): monitor1: Using vrefresh range of 50.00-100.00 Hz
(II) POWERVR(0): Clock range:  31.50 to 340.00 MHz
(II) POWERVR(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "800x600" (hsync out of range)
(II) POWERVR(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "1024x768" (hsync out of range)
(II) POWERVR(0): Not using default mode "512x384" (hsync out of range)
(II) POWERVR(0): Not using default mode "1024x768" (hsync out of range)
(II) POWERVR(0): Not using default mode "512x384" (hsync out of range)
(II) POWERVR(0): Not using default mode "1024x768" (hsync out of range)
(II) POWERVR(0): Not using default mode "512x384" (hsync out of range)
(II) POWERVR(0): Not using default mode "1152x864" (hsync out of range)
(II) POWERVR(0): Not using default mode "576x432" (hsync out of range)
(II) POWERVR(0): Not using default mode "1280x960" (hsync out of range)
(II) POWERVR(0): Not using default mode "640x480" (hsync out of range)
(II) POWERVR(0): Not using default mode "1280x960" (hsync out of range)
(II) POWERVR(0): Not using default mode "640x480" (hsync out of range)
(II) POWERVR(0): Not using default mode "1280x1024" (hsync out of range)
(II) POWERVR(0): Not using default mode "640x512" (hsync out of range)
(II) POWERVR(0): Not using default mode "1280x1024" (hsync out of range)
(II) POWERVR(0): Not using default mode "640x512" (hsync out of range)
(II) POWERVR(0): Not using default mode "1280x1024" (hsync out of range)
(II) POWERVR(0): Not using default mode "640x512" (hsync out of range)
(II) POWERVR(0): Not using default mode "1600x1200" (hsync out of range)
(II) POWERVR(0): Not using default mode "800x600" (hsync out of range)
(II) POWERVR(0): Not using default mode "1600x1200" (hsync out of range)
(II) POWERVR(0): Not using default mode "800x600" (hsync out of range)
(II) POWERVR(0): Not using default mode "1600x1200" (hsync out of range)
(II) POWERVR(0): Not using default mode "800x600" (hsync out of range)
(II) POWERVR(0): Not using default mode "1600x1200" (hsync out of range)
(II) POWERVR(0): Not using default mode "800x600" (hsync out of range)
(II) POWERVR(0): Not using default mode "1600x1200" (hsync out of range)
(II) POWERVR(0): Not using default mode "800x600" (hsync out of range)
(II) POWERVR(0): Not using default mode "1792x1344" (hsync out of range)
(II) POWERVR(0): Not using default mode "896x672" (hsync out of range)
(II) POWERVR(0): Not using default mode "1792x1344" (hsync out of range)
(II) POWERVR(0): Not using default mode "896x672" (hsync out of range)
(II) POWERVR(0): Not using default mode "1856x1392" (hsync out of range)
(II) POWERVR(0): Not using default mode "928x696" (hsync out of range)
(II) POWERVR(0): Not using default mode "1856x1392" (hsync out of range)
(II) POWERVR(0): Not using default mode "928x696" (hsync out of range)
(II) POWERVR(0): Not using default mode "1920x1440" (hsync out of range)
(II) POWERVR(0): Not using default mode "960x720" (hsync out of range)
(II) POWERVR(0): Not using default mode "1920x1440" (hsync out of range)
(II) POWERVR(0): Not using default mode "960x720" (hsync out of range)
(II) POWERVR(0): Not using default mode "832x624" (hsync out of range)
(II) POWERVR(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) POWERVR(0): Not using default mode "1400x1050" (hsync out of range)
(II) POWERVR(0): Not using default mode "700x525" (hsync out of range)
(II) POWERVR(0): Not using default mode "1400x1050" (hsync out of range)
(II) POWERVR(0): Not using default mode "700x525" (hsync out of range)
(II) POWERVR(0): Not using default mode "1600x1024" (hsync out of range)
(II) POWERVR(0): Not using default mode "800x512" (hsync out of range)
(--) POWERVR(0): Virtual size is 1024x768 (pitch 1024)
(**) POWERVR(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) POWERVR(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 
-hsync -vsync
(**) POWERVR(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) POWERVR(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync 
+vsync
(**) POWERVR(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) POWERVR(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync 
-vsync
(==) POWERVR(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0x000b8000 - 0x000bffff (0x8000) MX[B]
        [1] 0   0x000b0000 - 0x000b7fff (0x8000) MX[B]
        [2] 0   0x000a0000 - 0x000affff (0x10000) MX[B]
        [3] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0xd6800000 - 0xd68000ff (0x100) MX[B]
        [9] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [10] -1 0xd77e0000 - 0xd77fffff (0x20000) MX[B](B)
        [11] -1 0xd7800000 - 0xd787ffff (0x80000) MX[B](B)
        [12] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [13] 0  0x000003c0 - 0x000003df (0x20) IX[B]
        [14] 0  0x000003b0 - 0x000003bb (0xc) IX[B]
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
        [18] -1 0x0000a800 - 0x0000a83f (0x40) IX[B]
        [19] -1 0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [20] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [21] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [22] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) POWERVR(0): 768 lines pixmap cache
(II) POWERVR(0): [drm] bpp: 16 depth: 16
(II) POWERVR(0): [drm] Sarea 2200+4: 2204
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmGetBusid returned ''
(II) POWERVR(0): [drm] created "powervr" driver at busid "PCI:1:0:0"
(II) POWERVR(0): [drm] added 4096 byte SAREA at 0xd128e000
(II) POWERVR(0): [drm] mapped SAREA 0xd128e000 to 0x4001b000
(II) POWERVR(0): [drm] framebuffer handle = 0xd8000000
(II) POWERVR(0): [drm] added 1 reserved context for kernel
(II) POWERVR(0): [dri] visual configs initialized
(II) POWERVR(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid Horizontal and Vertical Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                24 128x128 slots
                6 256x256 slots
(==) POWERVR(0): Backing store disabled
(==) POWERVR(0): Silken mouse enabled
(II) POWERVR(0): X context handle = 0x00000001
(II) POWERVR(0): [drm] installed DRM signal handler
(II) POWERVR(0): [DRI] installation complete
(==) POWERVR(0): Direct rendering enabled
(II) Setting vga for screen 0.
(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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Keyboard "Keyboard1" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)

Reply via email to