Package: xserver-xorg-video-trident
Version: 1:1.3.1-1
Severity: normal

*** Please type your report below this line ***

Trying to use the trident driver on this machine (Compaq Presario
12xl505) results in a completely black screen and full CPU usage.
I first noticed the problem with the version of xorg in lenny and
(using pinning) have also observed it in the version in sid.  After
starting X, the machine seems completely unresponsive (switching VTs
or Ctrl-alt-backspace don't seem to have any effect), but the machine
is accessible by SSH.  It's almost as if the screen is turned off.
Killing X does not recover access to the VTs, and it seems like the
only way to fix it is by rebooting.

I rebuilt xserver-xorg-video-trident with debugging symbols and less
optimization, installed xserver-xorg-core-dbg, and here is the
backtrace of an 'idling' X:
(gdb) bt f
#0  mmioReadST01 (hwp=0x9a02990) at ../../../../hw/xfree86/vgahw/vgaHW.c:422
No locals.
#1  0xb7b462b8 in TRIDENTScreenInit (scrnIndex=0, pScreen=0x9a06540, argc=5, 
argv=0xbfae28c4) at ../../src/trident_driver.c:2905
        pScrn = (ScrnInfoPtr) 0x9a02990
        hwp = (vgaHWPtr) 0x9a044e0
        pTrident = (TRIDENTPtr) 0x9a032c8
        ret = 428
        visual = (VisualPtr) 0xbfae26e8
        FBStart = (unsigned char *) 0x8136769 
"\203???\004[]???\220U\211???\203???8\211u???\213u\b\211]??????????????\201???t\223\n"
        width = 428
        height = 136182520
        displayWidth = 428
#2  0x0807118d in AddScreen (pfnInit=0xb7b4610a <TRIDENTScreenInit>, argc=5, 
argv=0xbfae28c4) at ../../dix/main.c:702
        i = 0
        scanlinepad = 32
        depth = <value optimized out>
        bitsPerPixel = <value optimized out>
        k = 2
        pScreen = (ScreenPtr) 0x9a06540
#3  0x080ae0c6 in InitOutput (pScreenInfo=0x81f0600, argc=5, argv=0xbfae28c4) 
at ../../../../hw/xfree86/common/xf86Init.c:1245
        i = 0
        j = 0
        k = <value optimized out>
        scr_index = <value optimized out>
        modulelist = <value optimized out>
        optionlist = (pointer *) 0x99fce28
        layout = (screenLayoutPtr) 0x99f58b8
        screenpix24 = <value optimized out>
        pix24 = Pix24Use32
        pix24From = X_PROBED
        autoconfig = <value optimized out>
        configured_device = <value optimized out>
#4  0x08071881 in main (argc=5, argv=0xbfae28c4, envp=0xbfae28dc) at 
../../dix/main.c:315
        i = <value optimized out>
        alwaysCheckForInput = {0, 1}
(gdb)

The Xorg.0.log file is at the bottom of this message.

Putting in debug messages seems to suggest that TRIDENTScreenInit
calls TRIDENTModeInit, and that it never makes it past line 3817 of
trident_driver.c:
   if (!xf86IsPc98()) WAITFORVSYNC;
where WAITFORVSYNC is defined in trident_regs.h as:
  /* Wait for VSync */
  #define WAITFORVSYNC \
   { \
      while (hwp->readST01(hwp)&0x8) {}; \
      while (!(hwp->readST01(hwp)&0x8)) {}; \
   }
The function pointer readST01 is set to mmioReadST01.

In fact, if I comment out the two while loops in WAITFORVSYNC, it
seems as though X works (i.e., running `/etc/init.d/gdm start` will
actually start X and gdmgreeter with normal CPU usage, the Xorg.0.log
file goes farther, etc.), except that the screen is still blank.
`/etc/init.d/gdm stop` shuts them down (usually, kill is required).
In fact, even though the screen goes blank, shutting down gdm/X will
give me console access again.  Comparing the plain
xserver-xorg-video-trident's Xorg.0.log to the one with those two
lines commented out gives:

--- Xorg.0.log_vanilla+dbg      2009-05-23 16:41:51.000000000 -0400
+++ Xorg.0.log_twolinesdeleted+dbg      2009-05-23 16:46:39.000000000 -0400
@@ -1,4 +1,4 @@
-(II) config/hal: initialized
+
 This is a pre-release version of the X server from The X.Org Foundation.
 It is not supported in any way.
 Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
@@ -19,7 +19,7 @@
 Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
-(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 23 16:16:32 2009
+(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 23 16:44:50 2009
 (==) Using config file: "/etc/X11/xorg.conf"
 (==) No Layout section.  Using the first Screen section.
 (**) |-->Screen "Default Screen" (0)
@@ -53,7 +53,7 @@
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
 (II) Loader running on linux
-(--) using VT number 3
+(++) using VT number 7

 (--) PCI:*(0...@1:0:0) Trident Microsystems CyberBlade i1 rev 106, Mem @ 
0xf5000000/8388608, 0xf4100000/131072, 0xf4800000/8388608, BIOS @ 
0x????????/65536
 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
@@ -187,9 +187,6 @@
 (II) TRIDENT(0): initializing int10
 (II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
 (II) TRIDENT(0): VESA BIOS detected
-(II) TRIDENT(0): VbeVersion is 258, OemStringPtr is 0xc0000056,
-       OemVendorNamePtr is 0x00000000, OemProductNamePtr is 0x00000000,
-       OemProductRevPtr is 0x00000000
 (II) TRIDENT(0): VESA VBE Version 1.2
 (II) TRIDENT(0): VESA VBE Total Mem: 2048 kB
 (II) TRIDENT(0): VESA VBE OEM: Copyright 1998 TRIDENT MICROSYSTEMS INC.
@@ -371,3 +368,46 @@
 (II) Reloading /usr/lib/xorg/modules//libint10.so
 (II) TRIDENT(0): Initializing int10
 (II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
+(II) TRIDENT(0): Overriding Horizontal timings.
+(II) TRIDENT(0): Shadow off
+(II) TRIDENT(0): H-timing shadow registers: 0xa3           0x00 0x84 0x94
+(II) TRIDENT(0): H-timing registers:        0x7f 0x63 0x63 0x82 0x69 0x19
+(II) TRIDENT(0): V-timing shadow registers: 0x24 0xf5 0x03 0x09           0x24 
(0x08)
+(II) TRIDENT(0): V-timing registers:        0x72 0xf0 0x59 0x2d 0x57 0x00 0x00
+(II) TRIDENT(0): Setting BIOS Mode: 6d for: 800x600
+(II) TRIDENT(0): Found Clock  80.00 n=249 m=21 k=1
+(II) TRIDENT(0): Using 55 scanlines of offscreen memory for area's +(II) TRIDENT(0): Using 1152 bytes of offscreen memory for linear (offset=0x1ffb80)
+(II) TRIDENT(0): Using XFree86 Acceleration Architecture (XAA)
+       Screen to screen bit blits
+       Solid filled rectangles
+       8x8 mono pattern filled rectangles
+       CPU to Screen color expansion
+       Solid Horizontal and Vertical Lines
+       Image Writes
+       Setting up tile and stipple cache:
+               7 32x55 slots
+(==) TRIDENT(0): Backing store disabled
+(II) TRIDENT(0): DPMS enabled
+(II) TRIDENT(0): Trident Video Flags: VID_ZOOM_INV VID_ZOOM_MINI +(==) RandR enabled
+(II) Initializing built-in extension Generic Event Extension
+(II) Initializing built-in extension SHAPE
+(II) Initializing built-in extension MIT-SHM
+(II) Initializing built-in extension XInputExtension
+(II) Initializing built-in extension XTEST
+(II) Initializing built-in extension BIG-REQUESTS
+(II) Initializing built-in extension SYNC
+(II) Initializing built-in extension XKEYBOARD
+(II) Initializing built-in extension XC-MISC
+(II) Initializing built-in extension XINERAMA
+(II) Initializing built-in extension XFIXES
+(II) Initializing built-in extension RENDER
+(II) Initializing built-in extension RANDR
+(II) Initializing built-in extension COMPOSITE
+(II) Initializing built-in extension DAMAGE
+SELinux: Disabled on system, not enabling in X server
+(II) AIGLX: Screen 0 is not DRI2 capable
+(II) AIGLX: Screen 0 is not DRI capable
+(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
+(II) GLX: Initialized DRISWRAST GL provider for screen 0

The vesa driver works fine.  I have tried changing various options in
xorg.conf, but...  Any ideas?

Thanks,
-Brian Pike

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-05-14 22:54 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1696316 2009-05-14 11:54 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade i1 (rev 6a)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1077 2009-05-23 15:35 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"    "xorg"
        Option          "XkbModel"    "pc104"
        Option          "XkbLayout"   "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 21391 2009-05-23 15:38 /var/log/Xorg.0.log

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

X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-686 i686 Debian
Current Operating System: Linux paul 2.6.26-2-686 #1 SMP Mon May 11 19:00:59 
UTC 2009 i686
Build Date: 14 May 2009  05:49:41PM
xorg-server 2:1.6.1.901-2 (jcris...@debian.org)
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 23 15:38:51 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
        Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not 
exist.
        Entry deleted from font path.
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Loader magic: 0x6c0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 2

(--) PCI:*(0...@1:0:0) Trident Microsystems CyberBlade i1 rev 106, Mem @ 
0xf5000000/8388608, 0xf4100000/131072, 0xf4800000/8388608, BIOS @ 
0x????????/65536
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) Scanning /usr/share/xserver-xorg/pci directory for additional PCI ID's 
supported by the drivers
(II) Matched trident from file name trident.ids
(==) Matched trident for the autoconfigured driver
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "trident"
(II) Loading /usr/lib/xorg/modules/drivers//trident_drv.so
(II) Module trident: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.3.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c,
        tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320, cyber9388, cyber9397,
        cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4, tgui9420dgi,
        tgui9440agi, tgui9660, tgui9680, providia9682, providia9685,
        cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d, cyberbladei7,
        cyberbladei7d, cyberbladei1, cyberbladei1d, cyberbladeAi1,
        cyberbladeAi1d, bladeXP, cyberbladeXPAi1, cyberbladeXP4, XP5
(II) Primary Device is: PCI 0...@00:00:0
(WW) Falling back to old probe method for trident
(--) Assigning device section with no busID to primary device
(--) Chipset cyberbladei1d found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) TRIDENT(0): Creating default Display subsection in Screen section
        "Default Screen" for depth/fbbpp 24/32
(==) TRIDENT(0): Depth 24, (--) framebuffer bpp 32
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) TRIDENT(0): RGB weight 888
(==) TRIDENT(0): Default visual is TrueColor
(==) TRIDENT(0): Using gamma correction (1.0, 1.0, 1.0)
(==) TRIDENT(0): Using XAA for acceleration
(==) TRIDENT(0): Linear framebuffer at 0xF5000000
(--) TRIDENT(0): IO registers at 0xF4100000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.1.0
        ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        ABI class: X.Org Video Driver, version 5.0
(II) TRIDENT(0): initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): VESA BIOS detected
(II) TRIDENT(0): VbeVersion is 258, OemStringPtr is 0xc0000056,
        OemVendorNamePtr is 0x00000000, OemProductNamePtr is 0x00000000,
        OemProductRevPtr is 0x00000000
(II) TRIDENT(0): VESA VBE Version 1.2
(II) TRIDENT(0): VESA VBE Total Mem: 2048 kB
(II) TRIDENT(0): VESA VBE OEM: Copyright 1998 TRIDENT MICROSYSTEMS INC.
(--) TRIDENT(0): Revision is 106
(--) TRIDENT(0): Found CyberBlade/DSTN/i1 chip
(--) TRIDENT(0): RAM type is SDRAM
(--) TRIDENT(0): Using SW cursor
(--) TRIDENT(0): VideoRAM: 2048 kByte
(--) TRIDENT(0): TFT Panel 1024x768 found
(--) TRIDENT(0): Memory Clock is 57.27 MHz
(==) TRIDENT(0): Min pixel clock is 12 MHz
(--) TRIDENT(0): Max pixel clock is 115 MHz
(II) TRIDENT(0): Configured Monitor: Using default hsync range of 31.50-37.90 
kHz
(II) TRIDENT(0): Configured Monitor: Using default vrefresh range of 
50.00-70.00 Hz
(WW) TRIDENT(0): Unable to estimate virtual size
(II) TRIDENT(0): Clock range:  12.00 to 115.00 MHz
(II) TRIDENT(0): Not using default mode "640x350" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x175" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x400" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x200" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "720x400" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "360x200" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480" (vrefresh out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "640x480" (hsync out of range)
(II) TRIDENT(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "896x672" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "896x672" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "928x696" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "928x696" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "960x720" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "960x720" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "832x624" (hsync out of range)
(II) TRIDENT(0): Not using default mode "416x312" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1152x864" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1360x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "680x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1360x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "680x384" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1440x900" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "720x450" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1600x1024" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "800x512" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1680x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "840x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1680x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "840x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1680x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "840x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1680x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "840x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1680x1050" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "840x525" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1080" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "960x540" (bad mode 
clock/interlace/doublescan)
(II) TRIDENT(0): Not using default mode "1920x1200" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "960x600" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "960x720" (insufficient memory for mode)
(II) TRIDENT(0): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) TRIDENT(0): Not using default mode "1024x768" (insufficient memory for 
mode)
(--) TRIDENT(0): Virtual size is 800x600 (pitch 800)
(**) TRIDENT(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) TRIDENT(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(**) TRIDENT(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) TRIDENT(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 
625 +hsync +vsync (35.2 kHz)
(**) TRIDENT(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) TRIDENT(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(==) TRIDENT(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.6.1.901, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) TRIDENT(0): Initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
HAL Information (lshal):
DRM Information from dmesg:


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-trident depends on:
ii  libc6                      2.7-18        GNU C Library: Shared libraries
ii  xserver-xorg-core          2:1.6.1.901-2 Xorg X server - core server

xserver-xorg-video-trident recommends no packages.

xserver-xorg-video-trident suggests no packages.

-- no debconf information

Reply via email to