Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2007-04-07 23:12:41

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

s3 trio 64V - problem z x'ami

Nie potrafie uruchomić środowiska graficznego - a raczej skonfigurować kary graficznej.
Opis sprzętu:

lspci|grep VGA

0000:00:0c.0 VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64V+] (rev 54)

Jeśli ktoś jest w stanie mi pomuc będe wdzięczny

p.s. jestem zielony w tych sprawach jak ...

Offline

 

#2  2007-04-07 23:44:26

  Lorenzo - Moderator

Lorenzo
Moderator
Zarejestrowany: 2005-12-23

Re: s3 trio 64V - problem z x'ami

gdybyś rzekł co próbowałeś i co masz w logach....

Karta działa na sterowniku s3. Jak nie wstanie to ustaw vesa i zapodaj grep EE /var/log/Xorg.0.log

Offline

 

#3  2007-04-08 01:01:54

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

prubowalem ja ustawic na s3 ale nie znam sie na tych wszystkich parametrach - podam co mam w /etc/X11/XF86config-4

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xfree86"
    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "pl"
    Option        "XkbVariant"    "pl"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "PS/2"
    Option        "ZAxisMapping"        "4 5"
EndSection
Section "InputDevice"
    Identifier    "Generic Mouse"
    Driver        "mouse"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "Generic Video Card"
    Driver        "vesa"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync    28-38
    VertRefresh    43-72
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Generic Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection


a log /var/log/XFree86.0.log

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge3 20070107160638 jmm@galadriel)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.18-3-686 i686 [ELF]
Build Date: 07 January 2007

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.4.27-speakup (pbuilder@dl360-g3) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Tue Dec 5 21:17:42 UTC 2006
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: Sat Apr  7 23:07:18 2007
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "pl"
(**) XKB: layout: "pl"
(**) Option "XkbVariant" "pl"
(**) XKB: variant: "pl"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
    Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
    XFree86 ANSI C Emulation: 0.2
    XFree86 Video Driver: 0.6
    XFree86 XInput driver : 0.4
    XFree86 Server Extension : 0.2
    XFree86 Font Renderer : 0.4
(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.3.0.1, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(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.3.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 5333,8811 card 0000,0000 rev 54 class 03,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,80b0 rev 60 class 04,01,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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:12:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 84, Mem @ 0xf0000000/26, BIOS @ 0xf7fd0000/16
(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    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [1] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [2] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [3] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [4] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [5] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [6] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [7] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [8] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [9] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [10] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [11] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [12] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [13] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [14] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [15] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [16] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [17] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [19] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [1] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [2] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [3] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [4] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [5] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [6] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [7] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [8] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [9] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [10] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [11] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [12] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [13] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [14] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [15] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [16] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [17] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [19] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [6] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [7] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [8] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [10] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [11] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [14] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [15] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [16] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [17] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [18] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [19] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [20] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [21] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [22] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [23] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [24] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [25] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [26] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.2
(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.3.0.1, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.2
(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) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 2.0.2
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.13.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.1
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.2
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.1.0
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "vesa"
(II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 XInput Driver
    ABI class: XFree86 XInput driver, version 0.4
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:0c:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [6] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [7] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [8] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [10] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [11] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [14] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [15] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [16] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [17] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [18] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [19] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [20] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [21] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [22] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [23] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [24] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [25] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [26] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) resource ranges after probing:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [6] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [7] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [8] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [10] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [11] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [12] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [13] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [17] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [18] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [19] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [20] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [21] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [22] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [23] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [24] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [26] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [27] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [28] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [29] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(WW) System lacks support for changing MTRRs
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 1.2
(II) VESA(0): VESA VBE Total Mem: 1024 kB
(II) VESA(0): VESA VBE OEM: S3 Incorporated. Trio64V+
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 101 (640x480)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 102 (800x600)
    ModeAttributes: 0x1f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 100
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 103 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 800
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 104 (1024x768)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 128
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 105 (1024x768)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1024
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 106 (1280x1024)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 160
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 107 (1280x1024)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 109 (132x25)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 32
    WinSize: 32
    WinASegment: 0xb800
    WinBSegment: 0xb800
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 528
    XResolution: 132
    YResolution: 25
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 78
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 10a (132x43)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 32
    WinSize: 32
    WinASegment: 0xb800
    WinBSegment: 0xb800
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 528
    XResolution: 132
    YResolution: 43
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 45
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 10d (320x200)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 10e (320x200)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
*Mode: 10f (320x200)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 110 (640x480)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 111 (640x480)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 112 (640x480)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 113 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 114 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 115 (800x600)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 116 (1024x768)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 117 (1024x768)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 118 (1024x768)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 4096
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 119 (1280x1024)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 11a (1280x1024)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 120 (1600x1200)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1600
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0

(II) VESA(0): Total Memory: 16 64KB banks (1024kB)
(EE) VESA(0): No matching modes
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) UnloadModule: "vbe"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

Offline

 

#4  2007-04-08 07:35:34

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: s3 trio 64V - problem z x'ami

Widzę że masz xfree. Większość z nas standartowo już instaluje xorg'a. Zainstaluj i zobacz co z tego wyszło.
Polecenie do zmiany ustawień:
dpkg-reconfigure xserver-xorg


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#5  2007-04-08 10:14:30

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

nie wiem o co chodzi - jestem świeżakiem nawet żółtodziobem w tych sprawach

Offline

 

#6  2007-04-08 10:32:09

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: s3 trio 64V - problem z x'ami

Jako root w konsoli zapodaj:
aptitude install xserver-xorg
system się zapyta czy na stałe ma być xfree czy xorg -> wybierz xorg
Jeśli nie masz to doinstaluj
aptitude install x-window-system
Potem polecenie: startx i X-y powinny Ci odpalić. Jeśli nie to polecenie:
dpkg-reconfigure xserver-xorg pozwala na zmianę ustawień klawiatury, monitora i karty grafiki


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#7  2007-04-08 11:28:00

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

GMene:~# aptitude install xserver-xorg
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt dodatkowych informacji o stanie
Inicjalizacja stanów pakietów... Gotowe
Odczyt opisów zadań... Gotowe
Nie znaleziono pakietu, którego nazwa lub opis zawierałyby "xserver-xorg"
Następujące pakiety zostały zatrzymane:
  man-db
0 pakietów uaktualnianych, 0 instalowanych, 0 do usunięcia i 1 nie uaktualnianych.
Do pobrania 0B archiwów. Zajęte po rozpakowaniu: 0B.
Zapisywanie dodatkowych informacji o stanie... Gotowe
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt dodatkowych informacji o stanie
Inicjalizacja stanów pakietów... Gotowe
Odczyt opisów zadań... Gotowe
GMene:~# dpkg-reconfigur xserver-xorg
-bash: dpkg-reconfigur: command not found

Offline

 

#8  2007-04-08 11:33:39

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: s3 trio 64V - problem z x'ami

aa, pewnie masz Sarge - pokaż zawrtość /etc/apt/sources.list


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#9  2007-04-08 11:38:22

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

a jest szansa na rozmowe przez gg moj nr 6973121

Offline

 

#10  2007-04-08 11:39:50

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

#deb file:///cdrom/ sarge main

deb ftp://ftp.ps.pl/pub/Linux/debian/ stable main
deb-src ftp://ftp.ps.pl/pub/Linux/debian/ stable main

deb http://security.debian.org/ stable/updates main

deb ftp://ftp.ps.pl/pub/Linux/debian/ stable main
deb-src ftp://ftp.ps.pl/pub/Linux/debian/ stable main

deb ftp://ftp.ps.pl/pub/Linux/debian/ stable main
deb-src ftp://ftp.ps.pl/pub/Linux/debian/ stable main

Offline

 

#11  2007-04-08 11:48:33

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: s3 trio 64V - problem z x'ami

Przypuszczam, że masz świeżo postawiony system.
Zmień wpisy ze stable na testing. Następnie polecenie:
aptitude update
aptitude dist-upgrade
następnie polecenia z mojego poprzedniego posta


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#12  2007-04-08 12:09:31

  Lorenzo - Moderator

Lorenzo
Moderator
Zarejestrowany: 2005-12-23

Re: s3 trio 64V - problem z x'ami

Z sekcji module zakomentuj wpisy:  Load "GLcore"
Load "dri"
Load "glx"
Load "speedo"
Dopisz jeszcze w sekcji device pod linijką  driver "s3"
linijkę VideoRam   1024
Jak masz 2 megową karte to 2048

Zakomentuj jeszcze całą sekcję dri (to na samym dole)

Spróbuj odpalić przez startx a jak nie pójdzie to przez X i podaj logi (ale użyj tym razem grep'a ;-) )

Offline

 

#13  2007-04-09 18:54:34

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

nie moge tego zrobiś - zrobilem wszystko co napisalisci i lipa nie działa

Offline

 

#14  2007-04-09 18:55:20

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

GMene:~# X
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge3 20070107160638 jmm@galadriel)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.18-3-686 i686 [ELF]
Build Date: 07 January 2007

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.4.27-speakup (pbuilder@dl360-g3) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Tue Dec 5 21:17:42 UTC 2006
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: Mon Apr  9 18:53:48 2007
(==) Using config file: "/etc/X11/XF86Config-4"
(EE) VESA(0): No matching modes
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

Offline

 

#15  2007-04-09 18:59:20

  GMene - Użytkownik

GMene
Użytkownik
Zarejestrowany: 2007-04-07

Re: s3 trio 64V - problem z x'ami

nie wiem jak uzyc greepa to przesyłąm całego loga

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge3 20070107160638 jmm@galadriel)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.18-3-686 i686 [ELF]
Build Date: 07 January 2007

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.4.27-speakup (pbuilder@dl360-g3) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Tue Dec 5 21:17:42 UTC 2006
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: Mon Apr  9 18:53:48 2007
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "pl"
(**) XKB: layout: "pl"
(**) Option "XkbVariant" "pl"
(**) XKB: variant: "pl"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
    Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
    XFree86 ANSI C Emulation: 0.2
    XFree86 Video Driver: 0.6
    XFree86 XInput driver : 0.4
    XFree86 Server Extension : 0.2
    XFree86 Font Renderer : 0.4
(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.3.0.1, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(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.3.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 5333,8811 card 0000,0000 rev 54 class 03,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,80b0 rev 60 class 04,01,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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:12:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 84, Mem @ 0xf0000000/26, BIOS @ 0xf7fd0000/16
(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    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [1] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [2] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [3] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [4] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [5] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [6] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [7] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [8] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [9] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [10] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [11] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [12] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [13] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [14] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [15] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [16] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [17] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [19] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [1] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [2] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [3] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [4] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [5] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [6] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [7] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [8] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [9] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [10] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [11] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [12] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [13] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [14] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [15] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [16] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [17] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [18] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [19] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [6] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [7] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [8] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [10] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [11] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [14] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [15] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [16] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [17] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [18] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [19] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [20] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [21] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [22] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [23] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [24] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [25] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [26] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.2
(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) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 2.0.2
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.13.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.2
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.1.0
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "vesa"
(II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
    compiled for 4.3.0.1, module version = 1.0.0
    Module class: XFree86 XInput Driver
    ABI class: XFree86 XInput driver, version 0.4
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:0c:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [6] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [7] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [8] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [10] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [11] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [14] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [15] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [16] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [17] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [18] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [19] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [20] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [21] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [22] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [23] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [24] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [25] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [26] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) resource ranges after probing:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1    0    0xef000000 - 0xef0000ff (0x100) MX[B]
    [6] -1    0    0xef800000 - 0xef8000ff (0x100) MX[B]
    [7] -1    0    0xf7000000 - 0xf7003fff (0x4000) MX[B]
    [8] -1    0    0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1    0    0xf7fd0000 - 0xf7fdffff (0x10000) MX[B](B)
    [10] -1    0    0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
    [11] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [12] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [13] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [17] -1    0    0x00008800 - 0x0000881f (0x20) IX[B]
    [18] -1    0    0x00009000 - 0x0000901f (0x20) IX[B]
    [19] -1    0    0x00009400 - 0x0000941f (0x20) IX[B]
    [20] -1    0    0x00009800 - 0x0000981f (0x20) IX[B]
    [21] -1    0    0x0000a000 - 0x0000a00f (0x10) IX[B]
    [22] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [23] -1    0    0x0000a800 - 0x0000a80f (0x10) IX[B]
    [24] -1    0    0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1    0    0x0000b400 - 0x0000b407 (0x8) IX[B]
    [26] -1    0    0x0000b800 - 0x0000b803 (0x4) IX[B]
    [27] -1    0    0x0000d000 - 0x0000d007 (0x8) IX[B]
    [28] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [29] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(WW) System lacks support for changing MTRRs
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 1.2
(II) VESA(0): VESA VBE Total Mem: 1024 kB
(II) VESA(0): VESA VBE OEM: S3 Incorporated. Trio64V+
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 101 (640x480)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 102 (800x600)
    ModeAttributes: 0x1f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 100
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 103 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 800
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 104 (1024x768)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 128
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 105 (1024x768)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1024
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 106 (1280x1024)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 160
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 107 (1280x1024)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 109 (132x25)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 32
    WinSize: 32
    WinASegment: 0xb800
    WinBSegment: 0xb800
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 528
    XResolution: 132
    YResolution: 25
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 78
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 10a (132x43)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 32
    WinSize: 32
    WinASegment: 0xb800
    WinBSegment: 0xb800
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 528
    XResolution: 132
    YResolution: 43
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 45
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 10d (320x200)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 10e (320x200)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
*Mode: 10f (320x200)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 110 (640x480)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 111 (640x480)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 112 (640x480)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 113 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 114 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 115 (800x600)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 116 (1024x768)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 117 (1024x768)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 118 (1024x768)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 4096
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
Mode: 119 (1280x1024)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 1
    RsvdFieldPosition: 15
    DirectColorModeInfo: 0
Mode: 11a (1280x1024)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
Mode: 120 (1600x1200)
    ModeAttributes: 0x1a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005101
    BytesPerScanline: 1600
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0

(II) VESA(0): Total Memory: 16 64KB banks (1024kB)
(EE) VESA(0): No matching modes
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) UnloadModule: "vbe"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)