Package: xserver-xorg-video-trident Version: 1:1.2.3-1 Followup-For: Bug #402673
Just providing an update on the situation: it now leaves the resolution at 1024x768 when the brightness changes, but it fills the screen with junk. At a guess, it's a copy the top few lines of what should be on the screen, just read wrongly - there are a lot of random-looking lines of colour at shallow angles slanting down the screen. Forcing window-redraws etc. doesn't help, but flicking to text console and back solves the problems, as before. -- Package-specific info: Contents of /var/lib/x11/X.roster: xserver-xfree86 xserver-xorg /etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum. X server symlink status: lrwxrwxrwx 1 root root 13 2006-07-01 10:47 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1597708 2006-11-24 21:17 /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 XP4m32 (rev 91) /etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum. Xorg X server configuration file status: -rw-r--r-- 1 root root 5061 2006-12-17 14:58 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: # 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/:7110" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/lib/X11/fonts/misc" # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" # FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/share/fonts/X11/100dpi" # FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "synaptics" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" # Option "XkbLayout" "gb" EndSection Section "InputDevice" Driver "synaptics" Option "CorePointer" Identifier "TouchPad" Option "Device" "/dev/psaux" Option "Protocol""auto-dev" # Alps touchpad is 1000x750 (ish) Option "LeftEdge" "80" Option "RightEdge" "920" Option "TopEdge" "80" Option "BottomEdge" "670" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "ClickTime" "50" Option "FastTaps" "1" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "25" Option "HorizScrollDelta" "25" Option "MinSpeed" "0.25" Option "MaxSpeed" "3.0" Option "AccelFactor" "0.05" Option "EdgeMotionUseAlways" "0" Option "EdgeMotionMinSpeed" "100" Option "EdgeMotionMaxSpeed" "400" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "3" Option "SHMConfig""on" EndSection Section "InputDevice" Identifier "ExternalMouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "false" EndSection Section "Device" Identifier "TridentCard" Driver "trident" VendorName "Trident Microsystems" BoardName "CyberBlade/XP/Ail" ChipSet "cyberbladeXP4" BusID "PCI:1:0:0" Option "NoAccel" "false" # Xorg has a trident driver, but it's not very stable # see if it's improved in xorg 7.0 or higher when I get that. # Still unstable in 7.1, but vesa driver crashes too # Maybe I shouldn't run debian-testing ;) # OK, so have now upgraded the kernel to 2.6.17 but # the trident driver still crashes. It works ok if I use the # NoAccel=true option, but is nastily slow. Will have to # put up with that for now, I guess. # OK, so I've switched it to 16-bpp mode while we need # noaccel=true on, to speed it up a bit. Option "CyberStretch" "true" # Option "NoPciBurst" "false" EndSection Section "Monitor" Identifier "Portege R100 monitor" HorizSync 28-49 VertRefresh 43-72 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "TridentCard" Monitor "Portege R100 monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "TouchPad" InputDevice "ExternalMouse" EndSection Section "DRI" Mode 0666 EndSection Xorg X server log files on system: -rw-r--r-- 1 root root 41163 2007-01-20 08:11 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: UNKNOWN Current Operating System: Linux dangle 2.6.17.061206.1 #1 PREEMPT Wed Dec 6 18:46:24 GMT 2006 i686 Build Date: 07 July 2006 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 20 08:07:36 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Portege R100 monitor" (**) | |-->Device "TridentCard" (**) |-->Input Device "Generic Keyboard" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "TouchPad" (**) |-->Input Device "ExternalMouse" (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/lib/X11/fonts/misc, /usr/share/fonts/X11/Type1, /usr/lib/X11/fonts/Speedo, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi (==) RgbPath set to "/etc/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (**) Ignoring ABI Version (II) Open ACPI successful (/var/run/acpid.socket) (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,3340 card 1179,0001 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 00:1d:0: chip 8086,24c2 card 1179,0001 rev 03 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,24c4 card 1179,0001 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,24cd card 1179,0001 rev 03 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,24ca card 1179,0001 rev 03 class 01,01,8a hdr 00 (II) PCI: 00:1f:5: chip 8086,24c5 card 1179,0205 rev 03 class 04,01,00 hdr 00 (II) PCI: 00:1f:6: chip 8086,24c6 card 1179,0001 rev 03 class 07,03,00 hdr 00 (II) PCI: 01:00:0: chip 1023,2100 card 1179,0002 rev 91 class 03,00,00 hdr 00 (II) PCI: 02:08:0: chip 8086,103d card 1179,0001 rev 83 class 02,00,00 hdr 00 (II) PCI: 02:0a:0: chip 8086,1043 card 8086,2581 rev 04 class 02,80,00 hdr 00 (II) PCI: 02:0b:0: chip 1179,0617 card c000,0000 rev 33 class 06,07,00 hdr 02 (II) PCI: 02:0d:0: chip 1179,0805 card 1179,0001 rev 05 class 08,80,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,3), 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: 0x0008 (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xdff00000 - 0xf7ffffff (0x18100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0x32000000 - 0x320fffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,4), BCTRL: 0x0000 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xdfd00000 - 0xdfdfffff (0x100000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 3: bridge is at (2:11:0), (2,3,3), BCTRL: 0x0580 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B] (--) PCI:*(1:0:0) Trident Microsystems CyberBlade XP4m32 rev 145, Mem @ 0xf0000000/27, 0xefc00000/22, 0xe0000000/27, 0xdfff8000/15 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xc0000000 from 0xcfffffff to 0xbfffffff (II) Active PCI resource ranges: [0] -1 0 0xdfdfde00 - 0xdfdfdfff (0x200) MX[B] [1] -1 0 0xdfdfe000 - 0xdfdfefff (0x1000) MX[B] [2] -1 0 0xdfdff000 - 0xdfdfffff (0x1000) MX[B] [3] -1 0 0xdfcffd00 - 0xdfcffdff (0x100) MX[B] [4] -1 0 0xdfcffe00 - 0xdfcfffff (0x200) MX[B] [5] -1 0 0x32100000 - 0x321003ff (0x400) MX[B] [6] -1 0 0xdfeffc00 - 0xdfefffff (0x400) MX[B] [7] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O [8] -1 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B](B) [9] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0 0xefc00000 - 0xefffffff (0x400000) MX[B](B) [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [12] -1 0 0x0000cf40 - 0x0000cf7f (0x40) IX[B] [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B] [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B] [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B] [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B] [17] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [18] -1 0 0x0000bfe4 - 0x0000bfe4 (0x1) IX[B] [19] -1 0 0x0000bfe8 - 0x0000bfe8 (0x1) IX[B] [20] -1 0 0x0000bff4 - 0x0000bff4 (0x1) IX[B] [21] -1 0 0x0000bff8 - 0x0000bff8 (0x1) IX[B] [22] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [23] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xdfdfde00 - 0xdfdfdfff (0x200) MX[B] [1] -1 0 0xdfdfe000 - 0xdfdfefff (0x1000) MX[B] [2] -1 0 0xdfdff000 - 0xdfdfffff (0x1000) MX[B] [3] -1 0 0xdfcffd00 - 0xdfcffdff (0x100) MX[B] [4] -1 0 0xdfcffe00 - 0xdfcfffff (0x200) MX[B] [5] -1 0 0x32100000 - 0x321003ff (0x400) MX[B] [6] -1 0 0xdfeffc00 - 0xdfefffff (0x400) MX[B] [7] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O [8] -1 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B](B) [9] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0 0xefc00000 - 0xefffffff (0x400000) MX[B](B) [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [12] -1 0 0x0000cf40 - 0x0000cf7f (0x40) IX[B] [13] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B] [14] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B] [15] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B] [16] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B] [17] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [18] -1 0 0x0000bfe4 - 0x0000bfe4 (0x1) IX[B] [19] -1 0 0x0000bfe8 - 0x0000bfe8 (0x1) IX[B] [20] -1 0 0x0000bff4 - 0x0000bff4 (0x1) IX[B] [21] -1 0 0x0000bff8 - 0x0000bff8 (0x1) IX[B] [22] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [23] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x320fffff (0x32000000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x320fffff (0x32000000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xdfdfde00 - 0xdfdfdfff (0x200) MX[B] [5] -1 0 0xdfdfe000 - 0xdfdfefff (0x1000) MX[B] [6] -1 0 0xdfdff000 - 0xdfdfffff (0x1000) MX[B] [7] -1 0 0xdfcffd00 - 0xdfcffdff (0x100) MX[B] [8] -1 0 0xdfcffe00 - 0xdfcfffff (0x200) MX[B] [9] -1 0 0x32100000 - 0x321003ff (0x400) MX[B] [10] -1 0 0xdfeffc00 - 0xdfefffff (0x400) MX[B] [11] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O [12] -1 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B](B) [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [14] -1 0 0xefc00000 - 0xefffffff (0x400000) MX[B](B) [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000cf40 - 0x0000cf7f (0x40) IX[B] [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B] [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B] [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B] [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B] [23] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [24] -1 0 0x0000bfe4 - 0x0000bfe4 (0x1) IX[B] [25] -1 0 0x0000bfe8 - 0x0000bfe8 (0x1) IX[B] [26] -1 0 0x0000bff4 - 0x0000bff4 (0x1) IX[B] [27] -1 0 0x0000bff8 - 0x0000bff8 (0x1) IX[B] [28] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [29] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] (II) LoadModule: "bitmap" (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.1.1, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "trident" (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.2.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.0 (II) LoadModule: "keyboard" (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so (II) Module keyboard: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "synaptics" (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (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 01:00:0 (**) Chipset override: cyberbladeXP4 (**) Chipset cyberbladeXP4 found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x320fffff (0x32000000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xdfdfde00 - 0xdfdfdfff (0x200) MX[B] [5] -1 0 0xdfdfe000 - 0xdfdfefff (0x1000) MX[B] [6] -1 0 0xdfdff000 - 0xdfdfffff (0x1000) MX[B] [7] -1 0 0xdfcffd00 - 0xdfcffdff (0x100) MX[B] [8] -1 0 0xdfcffe00 - 0xdfcfffff (0x200) MX[B] [9] -1 0 0x32100000 - 0x321003ff (0x400) MX[B] [10] -1 0 0xdfeffc00 - 0xdfefffff (0x400) MX[B] [11] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O [12] -1 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B](B) [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [14] -1 0 0xefc00000 - 0xefffffff (0x400000) MX[B](B) [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000cf40 - 0x0000cf7f (0x40) IX[B] [19] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B] [20] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B] [21] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B] [22] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B] [23] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [24] -1 0 0x0000bfe4 - 0x0000bfe4 (0x1) IX[B] [25] -1 0 0x0000bfe8 - 0x0000bfe8 (0x1) IX[B] [26] -1 0 0x0000bff4 - 0x0000bff4 (0x1) IX[B] [27] -1 0 0x0000bff8 - 0x0000bff8 (0x1) IX[B] [28] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [29] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x320fffff (0x32000000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xdfdfde00 - 0xdfdfdfff (0x200) MX[B] [5] -1 0 0xdfdfe000 - 0xdfdfefff (0x1000) MX[B] [6] -1 0 0xdfdff000 - 0xdfdfffff (0x1000) MX[B] [7] -1 0 0xdfcffd00 - 0xdfcffdff (0x100) MX[B] [8] -1 0 0xdfcffe00 - 0xdfcfffff (0x200) MX[B] [9] -1 0 0x32100000 - 0x321003ff (0x400) MX[B] [10] -1 0 0xdfeffc00 - 0xdfefffff (0x400) MX[B] [11] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O [12] -1 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B](B) [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [14] -1 0 0xefc00000 - 0xefffffff (0x400000) MX[B](B) [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000cf40 - 0x0000cf7f (0x40) IX[B] [22] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B] [23] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B] [24] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B] [25] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B] [26] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [27] -1 0 0x0000bfe4 - 0x0000bfe4 (0x1) IX[B] [28] -1 0 0x0000bfe8 - 0x0000bfe8 (0x1) IX[B] [29] -1 0 0x0000bff4 - 0x0000bff4 (0x1) IX[B] [30] -1 0 0x0000bff8 - 0x0000bff8 (0x1) IX[B] [31] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [32] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) 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 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (==) TRIDENT(0): RGB weight 888 (==) TRIDENT(0): Default visual is TrueColor (==) TRIDENT(0): Using gamma correction (1.0, 1.0, 1.0) (**) TRIDENT(0): Option "NoAccel" "false" (**) TRIDENT(0): Option "CyberStretch" "true" (==) TRIDENT(0): Using XAA for acceleration (**) TRIDENT(0): Cyber Stretch enabled (==) TRIDENT(0): Linear framebuffer at 0xF0000000 (--) TRIDENT(0): IO registers at 0xEFC00000 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules/libvbe.so (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 (II) TRIDENT(0): VESA BIOS detected (II) TRIDENT(0): VESA VBE Version 2.0 (II) TRIDENT(0): VESA VBE Total Mem: 32768 kB (II) TRIDENT(0): VESA VBE OEM: Trident CYBER 2100 (II) TRIDENT(0): VESA VBE OEM Software Rev: 2.0 (II) TRIDENT(0): VESA VBE OEM Vendor: TRIDENT MICROSYSTEMS INC. (II) TRIDENT(0): VESA VBE OEM Product: CYBER 2100 (II) TRIDENT(0): VESA VBE OEM Product Rev: RXT 7.3 (16.28) (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/lib/xorg/modules/libddc.so (II) TRIDENT(0): VESA VBE DDC supported (II) TRIDENT(0): VESA VBE DDC Level 2 (II) TRIDENT(0): VESA VBE DDC transfer in appr. 1 sec. (II) TRIDENT(0): VESA VBE DDC read successfully (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/lib/xorg/modules/libddc.so (II) TRIDENT(0): Manufacturer: TOS Model: 5082 Serial#: 0 (II) TRIDENT(0): Year: 1990 Week: 0 (II) TRIDENT(0): EDID Version: 1.3 (II) TRIDENT(0): Digital Display Input (II) TRIDENT(0): Max H-Image Size [cm]: horiz.: 24 vert.: 18 (II) TRIDENT(0): Gamma: 1.00 (II) TRIDENT(0): DPMS capabilities: StandBy Suspend; RGB/Color Display (II) TRIDENT(0): First detailed timing is preferred mode (II) TRIDENT(0): redX: 0.000 redY: 0.000 greenX: 0.000 greenY: 0.000 (II) TRIDENT(0): blueX: 0.000 blueY: 0.000 whiteX: 0.000 whiteY: 0.000 (II) TRIDENT(0): Supported VESA Video Modes: (II) TRIDENT(0): [EMAIL PROTECTED] (II) TRIDENT(0): [EMAIL PROTECTED] (II) TRIDENT(0): [EMAIL PROTECTED] (II) TRIDENT(0): [EMAIL PROTECTED] (II) TRIDENT(0): Manufacturer's mask: 0 (II) TRIDENT(0): Supported Future Video Modes: (II) TRIDENT(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) TRIDENT(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) TRIDENT(0): Supported additional Video Mode: (II) TRIDENT(0): clock: 65.0 MHz Image Size: 245 x 184 mm (II) TRIDENT(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0 (II) TRIDENT(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0 (II) TRIDENT(0): Supported additional Video Mode: (II) TRIDENT(0): clock: 270.0 MHz Image Size: 245 x 184 mm (II) TRIDENT(0): h_active: 2048 h_sync: 2200 h_sync_end 2424 h_blank_end 2800 h_border: 0 (II) TRIDENT(0): v_active: 1536 v_sync: 1537 v_sync_end 1540 v_blanking: 1589 v_border: 0 (II) TRIDENT(0): Monitor name: TOSHIBA Inte (II) TRIDENT(0): Monitor name: rnal Panel (--) TRIDENT(0): Revision is 146 (--) TRIDENT(0): Found CyberBladeXP4 chip (--) TRIDENT(0): RAM type is SGRAM (--) TRIDENT(0): Using HW cursor (--) TRIDENT(0): VideoRAM: 8192 kByte (--) TRIDENT(0): TFT Panel 1024x768 found (--) TRIDENT(0): Memory Clock is 66.00 MHz (==) TRIDENT(0): Min pixel clock is 12 MHz (--) TRIDENT(0): Max pixel clock is 115 MHz (WW) TRIDENT(0): config file hsync range 28-49kHz not within DDC hsync ranges. (WW) TRIDENT(0): config file vrefresh range 43-72Hz not within DDC vrefresh ranges. (II) TRIDENT(0): Portege R100 monitor: Using hsync range of 28.00-49.00 kHz (II) TRIDENT(0): Portege R100 monitor: Using vrefresh range of 43.00-72.00 Hz (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" (vrefresh 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 "400x300" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "800x600" (vrefresh 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" (vrefresh out of range) (II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range) (II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range) (II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range) (II) TRIDENT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1152x864) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1152x864" (unknown reason) (II) TRIDENT(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1280x960) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1280x960" (unknown reason) (II) TRIDENT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1280x1024) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1280x1024" (unknown reason) (II) TRIDENT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (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" (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" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (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): Removing mode (1280x768) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1280x768" (unknown reason) (II) TRIDENT(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1280x800) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1280x800" (unknown reason) (II) TRIDENT(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1152x768) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1152x768" (unknown reason) (II) TRIDENT(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1440x900) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1440x900" (unknown reason) (II) TRIDENT(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Removing mode (1600x1024) larger than the LCD panel (1024x768) (II) TRIDENT(0): Not using default mode "1600x1024" (unknown reason) (II) TRIDENT(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "840x525" (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" (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" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) TRIDENT(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) TRIDENT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (--) TRIDENT(0): Virtual size is 1024x768 (pitch 1024) (**) TRIDENT(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) TRIDENT(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) TRIDENT(0): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) TRIDENT(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) TRIDENT(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) TRIDENT(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) TRIDENT(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) TRIDENT(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) TRIDENT(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) TRIDENT(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (--) TRIDENT(0): Display dimensions: (240, 180) mm (--) TRIDENT(0): DPI set to (108, 108) (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 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/lib/xorg/modules/libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.0 (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 7.1.1, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.0 (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B] [1] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B] [2] 0 0 0xefc00000 - 0xefffffff (0x400000) MX[B] [3] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B] [4] -1 0 0x00100000 - 0x320fffff (0x32000000) MX[B]E(B) [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xdfdfde00 - 0xdfdfdfff (0x200) MX[B] [9] -1 0 0xdfdfe000 - 0xdfdfefff (0x1000) MX[B] [10] -1 0 0xdfdff000 - 0xdfdfffff (0x1000) MX[B] [11] -1 0 0xdfcffd00 - 0xdfcffdff (0x100) MX[B] [12] -1 0 0xdfcffe00 - 0xdfcfffff (0x200) MX[B] [13] -1 0 0x32100000 - 0x321003ff (0x400) MX[B] [14] -1 0 0xdfeffc00 - 0xdfefffff (0x400) MX[B] [15] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O [16] -1 0 0xdfff8000 - 0xdfffffff (0x8000) MX[B](B) [17] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [18] -1 0 0xefc00000 - 0xefffffff (0x400000) MX[B](B) [19] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [25] -1 0 0x0000cf40 - 0x0000cf7f (0x40) IX[B] [26] -1 0 0x0000b980 - 0x0000b9ff (0x80) IX[B] [27] -1 0 0x0000ba00 - 0x0000baff (0x100) IX[B] [28] -1 0 0x0000bdc0 - 0x0000bdff (0x40) IX[B] [29] -1 0 0x0000be00 - 0x0000beff (0x100) IX[B] [30] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [31] -1 0 0x0000bfe4 - 0x0000bfe4 (0x1) IX[B] [32] -1 0 0x0000bfe8 - 0x0000bfe8 (0x1) IX[B] [33] -1 0 0x0000bff4 - 0x0000bff4 (0x1) IX[B] [34] -1 0 0x0000bff8 - 0x0000bff8 (0x1) IX[B] [35] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [36] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) TRIDENT(0): Write-combining range (0xf0000000,0x800000) (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 (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: 0xa3 0x7f 0x7f 0x00 0x84 0x94 (II) TRIDENT(0): V-timing shadow registers: 0x24 0xf5 0x03 0x09 0x24 (0x08) (II) TRIDENT(0): V-timing registers: 0x24 0xf5 0x03 0x09 0xff 0x00 0x24 (II) TRIDENT(0): Setting BIOS Mode Regs: 31 63 for: 1024x768 (II) TRIDENT(0): Enabling StretchMode (II) TRIDENT(0): Found Clock 65.00 n=219 m=23 k=1 (II) TRIDENT(0): Using 1279 scanlines of offscreen memory for area's (II) TRIDENT(0): Using 4096 bytes of offscreen memory for linear (offset=0x7ff000) (II) TRIDENT(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Solid Horizontal and Vertical Lines Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 10 256x256 slots (==) TRIDENT(0): Backing store disabled (==) TRIDENT(0): Silken mouse enabled (**) Option "dpms" (**) TRIDENT(0): DPMS enabled (II) TRIDENT(0): Trident Video Flags: VID_ZOOM_INV VID_OFF_SHIFT_4 (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (EE) AIGLX: Screen 0 is not DRI capable (II) Loading local sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Generic Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xfree86" (**) Generic Keyboard: XkbRules: "xfree86" (**) Option "XkbModel" "pc104" (**) Generic Keyboard: XkbModel: "pc104" (**) Option "XkbLayout" "us" (**) Generic Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (II) Synaptics touchpad driver version 0.14.6 (1406) (--) TouchPad auto-dev sets device to /dev/input/event2 (**) Option "Device" "/dev/input/event2" (**) Option "SHMConfig" "on" (**) Option "LeftEdge" "80" (**) Option "RightEdge" "920" (**) Option "TopEdge" "80" (**) Option "BottomEdge" "670" (**) Option "FingerLow" "14" (**) Option "FingerHigh" "15" (**) Option "MaxTapTime" "180" (**) Option "MaxTapMove" "110" (**) Option "ClickTime" "50" (**) Option "FastTaps" "1" (**) Option "EmulateMidButtonTime" "75" (**) Option "VertScrollDelta" "25" (**) Option "HorizScrollDelta" "25" (**) Option "EdgeMotionMinSpeed" "100" (**) Option "EdgeMotionMaxSpeed" "400" (**) Option "EdgeMotionUseAlways" "0" (**) Option "UpDownScrolling" "1" (**) Option "CircularScrolling" "1" (**) Option "CircScrollTrigger" "3" (--) TouchPad touchpad found (**) Option "CorePointer" (**) TouchPad: Core Pointer (**) Option "Protocol" "ImPS/2" (**) ExternalMouse: Device: "/dev/input/mice" (**) ExternalMouse: Protocol: "ImPS/2" (**) Option "SendCoreEvents" "true" (**) ExternalMouse: always reports core events (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "false" (**) Option "ZAxisMapping" "4 5" (**) ExternalMouse: ZAxisMapping: buttons 4 and 5 (**) ExternalMouse: Buttons: 9 (II) XINPUT: Adding extended input device "ExternalMouse" (type: MOUSE) (II) XINPUT: Adding extended input device "TouchPad" (type: MOUSE) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+us" }; xkb_geometry { include "pc(pc104)" }; Synaptics DeviceInit called SynapticsCtrl called. Synaptics DeviceOn called (--) TouchPad auto-dev sets device to /dev/input/event2 (**) Option "Device" "/dev/input/event2" (--) TouchPad touchpad found (II) ExternalMouse: ps2EnableDataReporting: succeeded SynapticsCtrl called. Synaptics DeviceOff called (II) Open ACPI successful (/var/run/acpid.socket) (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: 0xa3 0x7f 0x7f 0x00 0x84 0x94 (II) TRIDENT(0): V-timing shadow registers: 0x24 0xf5 0x03 0x09 0x24 (0x08) (II) TRIDENT(0): V-timing registers: 0x24 0xf5 0x03 0x09 0xff 0x00 0x24 (II) TRIDENT(0): Setting BIOS Mode Regs: 31 63 for: 1024x768 (II) TRIDENT(0): Enabling StretchMode (II) TRIDENT(0): Found Clock 65.00 n=219 m=23 k=1 (II) ExternalMouse: ps2EnableDataReporting: succeeded Synaptics DeviceOn called (--) TouchPad auto-dev sets device to /dev/input/event2 (**) Option "Device" "/dev/input/event2" (--) TouchPad touchpad found -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.061206.1 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages xserver-xorg-video-trident depends on: ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii xserver-xorg-core 2:1.1.1-11 X.Org X server -- core server xserver-xorg-video-trident recommends no packages. -- no debconf information
pgpTwZksVj644.pgp
Description: PGP signature