[XFree86] xmodmap vs xkbdcomp? (4.2 -> 4.3 = keypress --> mode change. ATI & NV)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



After upgrading from 4.2.0 to 4.3.0, any key other
than numeric keypad and
shift/alt/ctrl/capslock/numlock shifts video modes,
and the key event never makes it to the application. 
Fortunately, ctrl-alt-backspace quits X. Both TWM and
KDE are affected.  The video card is an ATI reported
by dmesg as

pci1: <ATI model 5159 graphics accelerator> at 0.0 irq
11

Please see below for relevant console error messages,
~/.xinitrc
/etc/X11/XF86Config-4
/var/log/XFree86.0.log


A second machine, with an NVidia Riva Vanta TNT2 video
card, also went from working under 4.2.0 to failing in
the same manner under 4.3.0.  Oddly, the machine with
the ATI card lets me run X normally as root, though
both root and normal users affected on the machine
with the NV card.  Both machines have xwrapper, and
worked under 4.2.0 for non-root users.
/var/log/XFree86.0.log is identical for root &
non-root users, but root on the box with the ATI card
gives no xkbcomp errors (see below).  I have seen
these messages from Ivan Pascal in the archive:

http://marc.theaimsgroup.com/?l=xfree86&m=105438828513504&w=2
http://marc.theaimsgroup.com/?l=xfree86&m=106126744106140&w=2

but 
http://cvsweb.xfree86.org/cvsweb/~checkout~/xc/lib/X11/XKeysymDB?rev=3.17&content-type=text/plain
is identical to the installed
/usr/X11R6/lib/X11/XKeysymDB

    Given the errors below, I'm wondering if the use
of xmodmap in my .xinitrc is related to the problem. 
FWIW, both machines run FreeBSD 4-stable, were working
wonderfully under XFree86 4.2.0, and got to 4.3.0 via
the meta port like this:
# portupgrade -R XFree86

I'm considering trying to back out the upgrade in
hopes that 4.2.0 will be a workaround.  TIA

Alex

CONSOLE ERROR MESSAGE excerpt
----------------------------------------------
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Oct
 4 19:19:05 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(EE) Failed to load module "xie" (module does not
exist, 0)
(EE) Failed to load module "pex5" (module does not
exist, 0)
[drm] failed to load kernel module "radeon"
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling
DRI.
expected keysym, got XF86_Switch_VT_1: line 8 of
xfree86
expected keysym, got XF86_Switch_VT_2: line 11 of
xfree86
expected keysym, got XF86_Switch_VT_3: line 14 of
xfree86
expected keysym, got XF86_Switch_VT_4: line 17 of
xfree86
expected keysym, got XF86_Switch_VT_5: line 20 of
xfree86
expected keysym, got XF86_Switch_VT_6: line 23 of
xfree86
expected keysym, got XF86_Switch_VT_7: line 26 of
xfree86
expected keysym, got XF86_Switch_VT_8: line 29 of
xfree86
expected keysym, got XF86_Switch_VT_9: line 32 of
xfree86
expected keysym, got XF86_Switch_VT_10: line 35 of
xfree86
expected keysym, got XF86_Switch_VT_11: line 38 of
xfree86
expected keysym, got XF86_Switch_VT_12: line 41 of
xfree86
expected keysym, got XF86_Ungrab: line 45 of xfree86
expected keysym, got XF86_ClearGrab: line 48 of
xfree86
expected keysym, got XF86_Next_VMode: line 51 of
xfree86
expected keysym, got XF86_Prev_VMode: line 54 of
xfree86
he XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Multiple interpretations of
"NoSymbol+AnyOfOrNone(all)"
>                   Using last definition for
duplicate fields
> Warning:          Multiple interpretations of
"NoSymbol+AnyOfOrNone(all)"
>                   Using last definition for
duplicate fields
.
.   (12 more of these warnings deleted)
.
> Warning:          Multiple interpretations of
"NoSymbol+AnyOfOrNone(all)"
>                   Using last definition for
duplicate fields
expected keysym, got XF86_Switch_VT_1: line 51 of
pc/pc
expected keysym, got XF86_Switch_VT_2: line 55 of
pc/pc
expected keysym, got XF86_Switch_VT_3: line 59 of
pc/pc
expected keysym, got XF86_Switch_VT_4: line 63 of
pc/pc
expected keysym, got XF86_Switch_VT_5: line 67 of
pc/pc
expected keysym, got XF86_Switch_VT_6: line 71 of
pc/pc
expected keysym, got XF86_Switch_VT_7: line 75 of
pc/pc
expected keysym, got XF86_Switch_VT_8: line 79 of
pc/pc
expected keysym, got XF86_Switch_VT_9: line 83 of
pc/pc
expected keysym, got XF86_Switch_VT_10: line 87 of
pc/pc
expected keysym, got XF86_Switch_VT_11: line 91 of
pc/pc
expected keysym, got XF86_Switch_VT_12: line 95 of
pc/pc
expected keysym, got XF86_Ungrab: line 135 of pc/pc
expected keysym, got XF86_ClearGrab: line 141 of pc/pc
expected keysym, got XF86_Prev_VMode: line 147 of
pc/pc
expected keysym, got XF86_Next_VMode: line 157 of
pc/pc
Errors from xkbcomp are not fatal to the X server
startkde: Starting up...


~/.XINITRC
--------------
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34
rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# start some nice programs

xclock -geometry 200x200-100-1 -update 2 -chime&
#xterm -sb -sl 2000 -name `whoami` -geometry
80x50+494+51 &
#twm
startkde


/ETC/X11/XF86Config-4
----------------------------
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath    
"/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath    
"/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
#       Option      "Protocol" "MouseSystems"
        Option      "Protocol" "auto"
#       Option      "Protocol" "PS/2"
#       Option      "Protocol" "SysMouse"
        Option      "Device" "/dev/sysmouse"
#       Option      "Device" "/dev/psm0"
#       Option  "Buttons" "3"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "NEC"
        ModelName    "MultiSync 5FGp"
   HorizSync       27-79
   VertRefresh     55-90
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f>
Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   #
[<bool>]
        #Option     "SWcursor"                  #
[<bool>]
        #Option     "Dac6Bit"                   #
[<bool>]
        #Option     "Dac8Bit"                   #
[<bool>]
        #Option     "ForcePCIMode"              #
[<bool>]
        #Option     "CPPIOMode"                 #
[<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          #
[<bool>]
        #Option     "CrtScreen"                 #
[<bool>]
        #Option     "PanelSize"                 #
[<str>]
        #Option     "UseFBDev"                  #
[<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Radeon VE QY"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Depth     1
               modes "1600x1200" "1280x960" "1024x768"
"800x600"
        EndSubSection
        SubSection "Display"
                Depth     4
               modes "1600x1200" "1280x960" "1024x768"
"800x600"
        EndSubSection
        SubSection "Display"
                Depth     8
               modes "1600x1200" "1280x960" "1024x768"
"800x600"
        EndSubSection
        SubSection "Display"
                Depth     15
               modes "1600x1200" "1280x960" "1024x768"
"800x600"
        EndSubSection
        SubSection "Display"
                Depth     16
               modes "1600x1200" "1280x960" "1024x768"
"800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
               modes "1600x1200" "1280x960" "1024x768"
"800x600"
        EndSubSection
EndSection


/VAR/LOG/XFREE86.0.LOG
---------------------------------
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.8 i386 [ELF]
Build Date: 05 September 2003
        Before reporting problems, check
http://www.XFree86.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/XFree86.0.log", Time: Sun Oct
 5 10:43:51 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/
lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0, 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, 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 1039,0646 card 1043,8081 rev
00 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev
00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0961 card 0000,0000 rev
10 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1043,807a rev
07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1043,807a rev
07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1043,807a rev
d0 class 01,01,80 hdr 80
(II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e2 rev
10 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 8086,1229 card 8086,000c rev
08 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 11ad,0002 card 1385,f004 rev
20 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1260,3873 card 1737,3874 rev
01 class 02,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5159 card 1002,000a rev
00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,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:
0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff
(0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xee000000 - 0xee7fffff
(0x800000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xeff00000 - 0xfebfffff
(0xed00000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL:
0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon RV100 QY
[Radeon 7000/VE] rev 0, Mem @ 0xf0000000/2
7, 0xee000000/16, I/O @ 0xd800/8, BIOS @ 0xeffe0000/17
(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 0xee800000
from 0xeeffffff to 0xee7fffff
(II) PCI Memory resource overlap reduced 0xec000000
from 0xefffffff to 0xedffffff
(II) PCI Memory resource overlap reduced 0xef000000
from 0xefffffff to 0xef7fffff
(II) Active PCI resource ranges:
        [0] -1  0       0xef000000 - 0xef7fffff
(0x800000) MX[B]E
        [1] -1  0       0xeb000000 - 0xebffffff
(0x1000000) MX[B]E
        [2] -1  0       0xeb800000 - 0xebffffff
(0x800000) MX[B]E
        [3] -1  0       0xec000000 - 0xedffffff
(0x2000000) MX[B]E
        [4] -1  0       0xed000000 - 0xedffffff
(0x1000000) MX[B]E
        [5] -1  0       0xed800000 - 0xedffffff
(0x800000) MX[B]E
        [6] -1  0       0xee800000 - 0xee7fffff (0x0)
MX[B]EO
        [7] -1  0       0xeffe0000 - 0xefffffff
(0x20000) MX[B](B)
        [8] -1  0       0xee000000 - 0xee00ffff
(0x10000) MX[B](B)
        [9] -1  0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B](B)
        [10] -1 0       0x00009000 - 0x000090ff
(0x100) IX[B]E
        [11] -1 0       0x00009400 - 0x000094ff
(0x100) IX[B]E
        [12] -1 0       0x00009800 - 0x000098ff
(0x100) IX[B]E
        [13] -1 0       0x0000b800 - 0x0000b8ff
(0x100) IX[B]E
        [14] -1 0       0x0000d800 - 0x0000d8ff
(0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xeb000000
from 0xebffffff to 0xeb7fffff
(II) PCI Memory resource overlap reduced 0xec000000
from 0xedffffff to 0xecffffff
(II) PCI Memory resource overlap reduced 0xed000000
from 0xedffffff to 0xed7fffff
(II) Active PCI resource ranges after removing
overlaps:
        [0] -1  0       0xef000000 - 0xef7fffff
(0x800000) MX[B]E
        [1] -1  0       0xeb000000 - 0xeb7fffff
(0x800000) MX[B]E
        [2] -1  0       0xeb800000 - 0xebffffff
(0x800000) MX[B]E
        [3] -1  0       0xec000000 - 0xecffffff
(0x1000000) MX[B]E
        [4] -1  0       0xed000000 - 0xed7fffff
(0x800000) MX[B]E
        [5] -1  0       0xed800000 - 0xedffffff
(0x800000) MX[B]E
        [6] -1  0       0xee800000 - 0xee7fffff (0x0)
MX[B]EO
        [7] -1  0       0xeffe0000 - 0xefffffff
(0x20000) MX[B](B)
        [8] -1  0       0xee000000 - 0xee00ffff
(0x10000) MX[B](B)
        [9] -1  0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B](B)
        [10] -1 0       0x00009000 - 0x000090ff
(0x100) IX[B]E
        [11] -1 0       0x00009400 - 0x000094ff
(0x100) IX[B]E
        [12] -1 0       0x00009800 - 0x000098ff
(0x100) IX[B]E
        [13] -1 0       0x0000b800 - 0x0000b8ff
(0x100) IX[B]E
        [14] -1 0       0x0000d800 - 0x0000d8ff
(0x100) IX[B](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 - 0xef7fffff
(0x800000) MX[B]E
        [6] -1  0       0xeb000000 - 0xeb7fffff
(0x800000) MX[B]E
        [7] -1  0       0xeb800000 - 0xebffffff
(0x800000) MX[B]E
        [8] -1  0       0xec000000 - 0xecffffff
(0x1000000) MX[B]E
        [9] -1  0       0xed000000 - 0xed7fffff
(0x800000) MX[B]E
        [10] -1 0       0xed800000 - 0xedffffff
(0x800000) MX[B]E
        [11] -1 0       0xee800000 - 0xee7fffff (0x0)
MX[B]EO
        [12] -1 0       0xeffe0000 - 0xefffffff
(0x20000) MX[B](B)
        [13] -1 0       0xee000000 - 0xee00ffff
(0x10000) MX[B](B)
        [14] -1 0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1)
IX[B]
        [16] -1 0       0x00000000 - 0x000000ff
(0x100) IX[B]
        [17] -1 0       0x00009000 - 0x000090ff
(0x100) IX[B]E
        [18] -1 0       0x00009400 - 0x000094ff
(0x100) IX[B]E
        [19] -1 0       0x00009800 - 0x000098ff
(0x100) IX[B]E
        [20] -1 0       0x0000b800 - 0x0000b8ff
(0x100) IX[B]E
        [21] -1 0       0x0000d800 - 0x0000d8ff
(0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading
/usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0, 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: "xie"
(WW) Warning, couldn't open module xie
(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (module does not
exist, 0)
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not
exist, 0)
(II) LoadModule: "glx"
(II) Loading
/usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version
0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading
/usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version
0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading
/usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.3.0, 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/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version
0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading
/usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0, 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: "record"
(II) Loading
/usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version
0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading
/usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version
0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.3.0, 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, 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: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 6.4.18
        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, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.4.18) for chipsets:
ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
        ATI Rage 128 Mobility M3 LE (PCI), ATI Rage
128 Mobility M3 LF (AGP),
        ATI Rage 128 Mobility M4 MF (AGP), ATI Rage
128 Mobility M4 ML (AGP),
        ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128
Pro GL PB (PCI/AGP),
        ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128
Pro GL PD (PCI),
        ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128
Pro GL PF (AGP),
        ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128
Pro VR PH (PCI/AGP),
        ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128
Pro VR PJ (PCI/AGP),
        ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128
Pro VR PL (PCI/AGP),
        ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128
Pro VR PN (PCI/AGP),
        ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128
Pro VR PP (PCI),
        ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128
Pro VR PR (PCI),
        ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128
Pro VR PT (PCI/AGP),
        ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128
Pro VR PV (PCI/AGP),
        ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128
Pro VR PX (PCI/AGP),
        ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF
(AGP),
        ATI Rage 128 RG (AGP), ATI Rage 128 VR RK
(PCI),
        ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE
(PCI/AGP),
        ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X
SG (PCI/AGP),
        ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X
SK (PCI/AGP),
        ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X
SM (AGP),
        ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro
ULTRA TF (AGP),
        ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128
Pro ULTRA TR (AGP),
        ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128
Pro ULTRA TT (AGP?),
        ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI
Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI
Radeon QG (AGP),
        ATI Radeon VE/7000 QY (AGP), ATI Radeon
VE/7000 QZ (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon
Mobility M6 LZ (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500
QI (AGP),
        ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK
(AGP),
        ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM
(AGP),
        ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO
(AGP),
        ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi
(AGP),
        ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk
(AGP),
        ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB
(AGP),
        ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX
(AGP),
        ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie
(AGP),
        ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig
(AGP),
        ATI Radeon Mobility M9 Ld (AGP), ATI Radeon
Mobility M9 Le (AGP),
        ATI Radeon Mobility M9 Lf (AGP), ATI Radeon
Mobility M9 Lg (AGP),
        ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE
(AGP),
        ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG
(AGP),
        ATI Radeon 9700 Pro ND (AGP), ATI Radeon
9700/9500Pro NE (AGP),
        ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG
(AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "Card0".
(--) Chipset ATI Radeon VE/7000 QY (AGP) 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 - 0xef7fffff
(0x800000) MX[B]E
        [6] -1  0       0xeb000000 - 0xeb7fffff
(0x800000) MX[B]E
        [7] -1  0       0xeb800000 - 0xebffffff
(0x800000) MX[B]E
        [8] -1  0       0xec000000 - 0xecffffff
(0x1000000) MX[B]E
        [9] -1  0       0xed000000 - 0xed7fffff
(0x800000) MX[B]E
        [10] -1 0       0xed800000 - 0xedffffff
(0x800000) MX[B]E
        [11] -1 0       0xee800000 - 0xee7fffff (0x0)
MX[B]EO
        [12] -1 0       0xeffe0000 - 0xefffffff
(0x20000) MX[B](B)
        [13] -1 0       0xee000000 - 0xee00ffff
(0x10000) MX[B](B)
        [14] -1 0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1)
IX[B]
        [16] -1 0       0x00000000 - 0x000000ff
(0x100) IX[B]
        [17] -1 0       0x00009000 - 0x000090ff
(0x100) IX[B]E
        [18] -1 0       0x00009400 - 0x000094ff
(0x100) IX[B]E
        [19] -1 0       0x00009800 - 0x000098ff
(0x100) IX[B]E
        [20] -1 0       0x0000b800 - 0x0000b8ff
(0x100) IX[B]E
        [21] -1 0       0x0000d800 - 0x0000d8ff
(0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading
/usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(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 - 0xef7fffff
(0x800000) MX[B]E
        [6] -1  0       0xeb000000 - 0xeb7fffff
(0x800000) MX[B]E
        [7] -1  0       0xeb800000 - 0xebffffff
(0x800000) MX[B]E
        [8] -1  0       0xec000000 - 0xecffffff
(0x1000000) MX[B]E
        [9] -1  0       0xed000000 - 0xed7fffff
(0x800000) MX[B]E
        [10] -1 0       0xed800000 - 0xedffffff
(0x800000) MX[B]E
        [11] -1 0       0xee800000 - 0xee7fffff (0x0)
MX[B]EO
        [12] -1 0       0xeffe0000 - 0xefffffff
(0x20000) MX[B](B)
        [13] -1 0       0xee000000 - 0xee00ffff
(0x10000) MX[B](B)
        [14] -1 0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff
(0x10000) MS[B]
        [16] 0  0       0x000b0000 - 0x000b7fff
(0x8000) MS[B]
        [17] 0  0       0x000b8000 - 0x000bffff
(0x8000) MS[B]
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1)
IX[B]
        [19] -1 0       0x00000000 - 0x000000ff
(0x100) IX[B]
        [20] -1 0       0x00009000 - 0x000090ff
(0x100) IX[B]E
        [21] -1 0       0x00009400 - 0x000094ff
(0x100) IX[B]E
        [22] -1 0       0x00009800 - 0x000098ff
(0x100) IX[B]E
        [23] -1 0       0x0000b800 - 0x0000b8ff
(0x100) IX[B]E
        [24] -1 0       0x0000d800 - 0x0000d8ff
(0x100) IX[B](B)
        [25] 0  0       0x000003b0 - 0x000003bb (0xc)
IS[B]
        [26] 0  0       0x000003c0 - 0x000003df (0x20)
IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2
bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): initializing int10
(==) RADEON(0): Write-combining range
(0xa0000,0x20000) was already clear
(==) RADEON(0): Write-combining range
(0xc0000,0x40000) was already clear
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(==) RADEON(0): Write-combining range (0x0,0x1000) was
already clear
(--) RADEON(0): Chipset: "ATI Radeon VE/7000 QY (AGP)"
(ChipID = 0x5159)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(--) RADEON(0): MMIO registers at 0xee000000
(--) RADEON(0): BIOS at 0xeffe0000
(==) RADEON(0): Write-combining range
(0xee000000,0x80000) was already clear
(--) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR
SDRAM)
(==) RADEON(0): Write-combining range
(0xee000000,0x80000) was already clear
(II) RADEON(0): CloneDisplay option not set --
defaulting to auto-detect
(II) RADEON(0): Primary Display == Type 1
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): PLL parameters: rf=2700 rd=12
min=12500 max=35000; xclk=16600
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head
(DDCType: 3) ---------
(==) RADEON(0): Write-combining range
(0xee000000,0x80000) was already clear
(II) RADEON(0): I2C device "DDC:ddc2" registered at
address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at
address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at
address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): VESA BIOS detected
(II) RADEON(0): VESA VBE Version 2.0
(II) RADEON(0): VESA VBE Total Mem: 32768 kB
(II) RADEON(0): VESA VBE OEM: ATI RADEON III
(II) RADEON(0): VESA VBE OEM Software Rev: 1.0
(II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies
Inc.
(II) RADEON(0): VESA VBE OEM Product: R100
(II) RADEON(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): VESA VBE DDC supported
(II) RADEON(0): VESA VBE DDC Level none
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read failed
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): Monitor0: Using hsync range of
27.00-79.00 kHz
(II) RADEON(0): Monitor0: Using vrefresh range of
55.00-90.00 Hz
(II) RADEON(0): Clock range:  12.50 to 350.00 MHz
(II) RADEON(0): Not using default mode "1280x960"
(hsync out of range)
(II) RADEON(0): Not using default mode "640x480"
(hsync out of range)
(II) RADEON(0): Not using default mode "1280x1024"
(hsync out of range)
(II) RADEON(0): Not using default mode "640x512"
(hsync out of range)
(II) RADEON(0): Not using default mode "1280x1024"
(hsync out of range)
(II) RADEON(0): Not using default mode "640x512"
(hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200"
(hsync out of range)
(II) RADEON(0): Not using default mode "800x600"
(hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200"
(hsync out of range)
(II) RADEON(0): Not using default mode "800x600"
(hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200"
(hsync out of range)
(II) RADEON(0): Not using default mode "800x600"
(hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200"
(hsync out of range)
(II) RADEON(0): Not using default mode "800x600"
(hsync out of range)
(II) RADEON(0): Not using default mode "1792x1344"
(hsync out of range)
(II) RADEON(0): Not using default mode "896x672"
(hsync out of range)
(II) RADEON(0): Not using default mode "1792x1344"
(hsync out of range)
(II) RADEON(0): Not using default mode "896x672"
(hsync out of range)
(II) RADEON(0): Not using default mode "1856x1392"
(hsync out of range)
(II) RADEON(0): Not using default mode "928x696"
(hsync out of range)
(II) RADEON(0): Not using default mode "1856x1392"
(hsync out of range)
(II) RADEON(0): Not using default mode "928x696"
(hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440"
(hsync out of range)
(II) RADEON(0): Not using default mode "960x720"
(hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440"
(hsync out of range)
(II) RADEON(0): Not using default mode "960x720"
(hsync out of range)
(II) RADEON(0): Not using default mode "1400x1050"
(hsync out of range)
(II) RADEON(0): Not using default mode "700x525"
(hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440"
(hsync out of range)
(II) RADEON(0): Not using default mode "960x720"
(hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536"
(hsync out of range)
(II) RADEON(0): Not using default mode "1024x768"
(hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536"
(hsync out of range)
(II) RADEON(0): Not using default mode "1024x768"
(hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536"
(bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768"
(hsync out of range)
(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(0): *Default mode "1600x1200": 162.0 MHz,
75.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1600x1200"  162.00  1600
1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) RADEON(0): *Default mode "1280x960": 108.0 MHz,
60.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 1376
1488 1800  960 961 964 1000 +hsync +vsync
(**) RADEON(0): *Default mode "1024x768": 94.5 MHz,
68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768"   94.50  1024 1072
1168 1376  768 769 772 808 +hsync +vsync
(**) RADEON(0): *Default mode "800x600": 56.3 MHz,
53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600"   56.30  800 832
896 1048  600 601 604 631 +hsync +vsync
(**) RADEON(0):  Default mode "1400x1050": 122.0 MHz,
64.9 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1400x1050"  122.00  1400
1488 1640 1880  1050 1052 1064 1082 +hsync +vsync
(**) RADEON(0):  Default mode "1280x1024": 108.0 MHz,
64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0):  Default mode "1152x864": 108.0 MHz,
67.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync
(**) RADEON(0):  Default mode "1152x768": 65.0 MHz,
44.2 kHz, 54.8 Hz
(II) RADEON(0): Modeline "1152x768"   65.00  1152 1178
1314 1472  768 771 777 806 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 78.8 MHz,
60.1 kHz, 75.1 Hz
(II) RADEON(0): Modeline "1024x768"   78.80  1024 1040
1136 1312  768 769 772 800 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 75.0 MHz,
56.5 kHz, 70.1 Hz
(II) RADEON(0): Modeline "1024x768"   75.00  1024 1048
1184 1328  768 771 777 806 -hsync -vsync
(**) RADEON(0):  Default mode "1024x768": 65.0 MHz,
48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync
(**) RADEON(0):  Default mode "1024x768": 44.9 MHz,
35.5 kHz, 87.1 Hz (I)
(II) RADEON(0): Modeline "1024x768"   44.90  1024 1032
1208 1264  768 768 776 817 interlace +hsync +vsync
(**) RADEON(0):  Default mode "832x624": 57.3 MHz,
49.7 kHz, 74.6 Hz
(II) RADEON(0): Modeline "832x624"   57.28  832 864
928 1152  624 625 628 667 -hsync -vsync
(**) RADEON(0):  Default mode "800x600": 49.5 MHz,
46.9 kHz, 75.0 Hz
(II) RADEON(0): Modeline "800x600"   49.50  800 816
896 1056  600 601 604 625 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 50.0 MHz,
48.1 kHz, 72.2 Hz
(II) RADEON(0): Modeline "800x600"   50.00  800 856
976 1040  600 637 643 666 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 40.0 MHz,
37.9 kHz, 60.3 Hz
(II) RADEON(0): Modeline "800x600"   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 81.0 MHz,
75.0 kHz, 60.0 Hz (D)
(II) RADEON(0): Modeline "800x600"   81.00  800 832
928 1080  600 600 602 625 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 36.0 MHz,
35.2 kHz, 56.2 Hz
(II) RADEON(0): Modeline "800x600"   36.00  800 824
896 1024  600 601 603 625 +hsync +vsync
(**) RADEON(0):  Default mode "700x525": 61.0 MHz,
64.9 kHz, 60.0 Hz (D)
(II) RADEON(0): Modeline "700x525"   61.00  700 744
820 940  525 526 532 541 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "640x512": 54.0 MHz,
64.0 kHz, 60.0 Hz (D)
(II) RADEON(0): Modeline "640x512"   54.00  640 664
720 844  512 512 514 533 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "640x480": 36.0 MHz,
43.3 kHz, 85.0 Hz
(II) RADEON(0): Modeline "640x480"   36.00  640 696
752 832  480 481 484 509 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 31.5 MHz,
37.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline "640x480"   31.50  640 656
720 840  480 481 484 500 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 31.5 MHz,
37.9 kHz, 72.8 Hz
(II) RADEON(0): Modeline "640x480"   31.50  640 664
704 832  480 489 491 520 -hsync -vsync
(II) RADEON(0): Modeline "640x480"   31.50  640 664
704 832  480 489 491 520 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 25.2 MHz,
31.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   25.20  640 656
752 800  480 490 492 525 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 54.0 MHz,
60.0 kHz, 60.0 Hz (D)
(II) RADEON(0): Modeline "640x480"   54.00  640 688
744 900  480 480 482 500 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "720x400": 35.5 MHz,
37.9 kHz, 85.0 Hz
(II) RADEON(0): Modeline "720x400"   35.50  720 756
828 936  400 401 404 446 -hsync +vsync
(**) RADEON(0):  Default mode "640x400": 31.5 MHz,
37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline "640x400"   31.50  640 672
736 832  400 401 404 445 -hsync +vsync
(**) RADEON(0):  Default mode "576x432": 54.0 MHz,
67.5 kHz, 75.0 Hz (D)
(II) RADEON(0): Modeline "576x432"   54.00  576 608
672 800  432 432 434 450 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "640x350": 31.5 MHz,
37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline "640x350"   31.50  640 672
736 832  350 382 385 445 +hsync -vsync
(**) RADEON(0):  Default mode "576x384": 32.5 MHz,
44.2 kHz, 54.8 Hz (D)
(II) RADEON(0): Modeline "576x384"   32.50  576 589
657 736  384 385 388 403 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "512x384": 47.2 MHz,
68.7 kHz, 85.0 Hz (D)
(II) RADEON(0): Modeline "512x384"   47.25  512 536
584 688  384 384 386 404 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "512x384": 39.4 MHz,
60.1 kHz, 75.1 Hz (D)
(II) RADEON(0): Modeline "512x384"   39.40  512 520
568 656  384 384 386 400 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "512x384": 37.5 MHz,
56.5 kHz, 70.1 Hz (D)
(II) RADEON(0): Modeline "512x384"   37.50  512 524
592 664  384 385 388 403 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "512x384": 32.5 MHz,
48.4 kHz, 60.0 Hz (D)
(II) RADEON(0): Modeline "512x384"   32.50  512 524
592 672  384 385 388 403 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "512x384": 22.4 MHz,
35.5 kHz, 87.1 Hz (D)
(II) RADEON(0): Modeline "512x384"   22.45  512 516
604 632  384 384 388 409 interlace doublescan
 +hsync +vsync
(**) RADEON(0):  Default mode "416x312": 28.6 MHz,
49.7 kHz, 74.7 Hz (D)
(II) RADEON(0): Modeline "416x312"   28.64  416 432
464 576  312 312 314 333 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "400x300": 28.1 MHz,
53.7 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   28.15  400 416
448 524  300 300 302 315 doublescsync
(**) RADEON(0):  Default mode "400x300": 24.8 MHz,
46.9 kHz, 75.1 Hz (D)
(II) RADEON(0): Modeline "400x300"   24.75  400 408
448 528  300 300 302 312 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 25.0 MHz,
48.1 kHz, 72.2 Hz (D)
(II) RADEON(0): Modeline "400x300"   25.00  400 428
488 520  300 318 321 333 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 20.0 MHz,
37.9 kHz, 60.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   20.00  400 420
484 528  300 300 302 314 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 18.0 MHz,
35.2 kHz, 56.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   18.00  400 412
448 512  300 300 301 312 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "320x240": 18.0 MHz,
43.3 kHz, 85.2 Hz (D)
(II) RADEON(0): Modeline "320x240"   18.00  320 348
376 416  240 240 242 254 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "320x240": 15.8 MHz,
37.5 kHz, 75.0 Hz (D)
(II) RADEON(0): Modeline "320x240"   15.75  320 328
360 420  240 240 242 250 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "320x240": 15.8 MHz,
37.9 kHz, 72.8 Hz (D)
(II) RADEON(0): Modeline "320x240"   15.75  320 332
352 416  240 244 245 260 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "320x240": 12.6 MHz,
31.5 kHz, 60.1 Hz (D)
(II) RADEON(0): Modeline "320x240"   12.60  320 328
376 400  240 245 246 262 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "360x200": 17.8 MHz,
37.9 kHz, 85.0 Hz (D)
(II) RADEON(0): Modeline "360x200"   17.75  360 378
414 468  200 200 202 223 doublescan -hsync +vsync
(**) RADEON(0):  Default mode "320x200": 15.8 MHz,
37.9 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "320x200"   15.75  320 336
368 416  200 200 202 222 doublescan -hsync +vsync
(**) RADEON(0):  Default mode "320x175": 15.8 MHz,
37.9 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "320x175"   15.75  320 336
368 416  175 191 192 222 doublescan +hsync -vsync
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version
0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version
0.2
(II) RADEON(0): Page flipping disabled
(==) RADEON(0): Write-combining range (0x0,0x1000) was
already clear
(!!) RADEON(0): For information on using the
multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xee000000 - 0xee00ffff
(0x10000) MX[B]
        [1] 0   0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff
(0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x3fffffff
(0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff
(0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff
(0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff
(0xa0000) MX[B]
        [7] -1  0       0xef000000 - 0xef7fffff
(0x800000) MX[B]E
        [8] -1  0       0xeb000000 - 0xeb7fffff
(0x800000) MX[B]E
        [9] -1  0       0xeb800000 - 0xebffffff
(0x800000) MX[B]E
        [10] -1 0       0xec000000 - 0xecffffff
(0x1000000) MX[B]E
        [11] -1 0       0xed000000 - 0xed7fffff
(0x800000) MX[B]E
        [12] -1 0       0xed800000 - 0xedffffff
(0x800000) MX[B]E
        [13] -1 0       0xee800000 - 0xee7fffff (0x0)
MX[B]EO
        [14] -1 0       0xeffe0000 - 0xefffffff
(0x20000) MX[B](B)
        [15] -1 0       0xee000000 - 0xee00ffff
(0x10000) MX[B](B)
        [16] -1 0       0xf0000000 - 0xf7ffffff
(0x8000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff
(0x10000) MS[B](OprU)
        [18] 0  0       0x000b0000 - 0x000b7fff
(0x8000) MS[B](OprU)
        [19] 0  0       0x000b8000 - 0x000bffff
(0x8000) MS[B](OprU)
        [20] 0  0       0x0000d800 - 0x0000d8ff
(0x100) IX[B]
        [21] -1 0       0x0000ffff - 0x0000ffff (0x1)
IX[B]
        [22] -1 0       0x00000000 - 0x000000ff
(0x100) IX[B]
        [23] -1 0       0x00009000 - 0x000090ff
(0x100) IX[B]E
        [24] -1 0       0x00009400 - 0x000094ff
(0x100) IX[B]E
        [25] -1 0       0x00009800 - 0x000098ff
(0x100) IX[B]E
        [26] -1 0       0x0000b800 - 0x0000b8ff
(0x100) IX[B]E
        [27] -1 0       0x0000d800 - 0x0000d8ff
(0x100) IX[B](B)
        [28] 0  0       0x000003b0 - 0x000003bb (0xc)
IS[B](OprU)
        [29] 0  0       0x000003c0 - 0x000003df (0x20)
IS[B](OprU)
(==) RADEON(0): Write-combining range
(0xee000000,0x80000) was already clear
(==) RADEON(0): Write-combining range
(0xf0000000,0x2000000)
(==) RADEON(0): Write-combining range
(0xa0000,0x10000) was already clear
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error: 999)
drmOpenDevice: open result is -1, (Unknown error: 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error: 999)
drmOpenDevice: open result is -1, (Unknown error: 999)
drmOpenDevice: Open failed
[drm] failed to load kernel module "radeon"
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling
DRI.
(II) RADEON(0): Memory manager initialized to (0,0)
(1600,8191)
(II) RADEON(0): Reserved area from (0,1200) to
(1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600
x 6989
(II) RADEON(0): Using XFree86 Acceleration
Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1202)
(II) RADEON(0): Largest offscreen area available: 1600
x 6983
(II) RADEON(0): Direct rendering disabled
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "auto"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0"
(type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(==) RADEON(0): Write-combining range
(0xa0000,0x10000) was already clear
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(II) 3rd Button detected: disabling emulate3Button



__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux