# File generated by xf86config. # # Copyright (c) 1999 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" # Load "speedo" # This loads the GLX module Load "glx" Load "dri" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # Local stuff FontPath "/usr/X11R6/lib/X11/fonts/URW/" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/home/mkn/fonts/" FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" # Driver "Keyboard" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # These are the default XKB settings for XFree86 # Option "XkbRules" "xfree86" # Option "XkbModel" "pc101" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" # Option "XkbCompat" "" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" # Option "Protocol" "IntelliMouse" # Option "Resolution" "100" Option "Device" "/dev/psm0" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Option "Protocol" "Xqueue" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # Other input device sections # this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the XF86Config man page for a description of the options. # ********************************************************************** # Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Device" "/dev/ums0" Option "Protocol" "Auto" Option "ZAxisMapping" "4 5" EndSection # Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "MouseMan" # Option "Device" "/dev/mouse2" # EndSection # # Section "InputDevice" # Identifier "spaceball" # Driver "magellan" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "spaceball2" # Driver "spaceorb" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "touchscreen0" # Driver "microtouch" # Option "Device" "/dev/ttyS0" # Option "MinX" "1412" # Option "MaxX" "15184" # Option "MinY" "15372" # Option "MaxY" "1230" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # # Section "InputDevice" # Identifier "touchscreen1" # Driver "elo2300" # Option "Device" "/dev/ttyS0" # Option "MinX" "231" # Option "MaxX" "3868" # Option "MinY" "3858" # Option "MaxY" "272" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonThreshold" "17" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "410pro" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 27-96 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-160 Option "dpms" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xf86config: Section "Device" Identifier "G450" Driver "mga" # Option "NoHal" "true" Option "AGPMode" "4" Option "NoDDC" Option "SyncOnGreen" # Option "OverclockMem" "true" # VideoRam 8192 # Option "BackingStore" # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "G450" Monitor "410pro" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" # Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" # Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". # InputDevice "Mouse1" "CorePointer" # InputDevice "Mouse2" "SendCoreEvents" InputDevice "Mouse2" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 6.2-RELEASE i386 Current Operating System: FreeBSD shrewd.pub.knigma.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Thu Jan 18 23:29:14 GMT 2007 root@shrewd.pub.knigma.org:/usr/obj/usr/src/sys/SHREWD i386 Build Date: 07 October 2007 03:56:28PM 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 Oct 13 16:20:57 2007 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "410pro" (**) | |-->Device "G450" (**) |-->Input Device "Mouse2" (**) |-->Input Device "Keyboard1" (==) Automatically adding devices (==) Automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/"). (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/CID/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID/"). (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Speedo/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/"). (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/75dpi/:unscaled, /usr/X11R6/lib/X11/fonts/100dpi/:unscaled, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/75dpi/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/X11R6/lib/X11/fonts/URW/, /usr/X11R6/lib/X11/fonts/webfonts/, /usr/X11R6/lib/X11/fonts/freefont/, /usr/home/mkn/fonts/, /usr/X11R6/lib/X11/fonts/bitstream-vera/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81d1960 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 3 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (WW) OS did not count PCI devices, guessing wildly (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,1130 card 8086,4541 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr 01 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 01 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 01 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,244b card 8086,4541 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1f:3: chip 8086,2443 card 8086,4541 rev 01 class 0c,05,00 hdr 00 (II) PCI: 00:1f:4: chip 8086,2444 card 8086,4541 rev 01 class 0c,03,00 hdr 00 (II) PCI: 01:07:0: chip 1274,1371 card 8086,4541 rev 08 class 04,01,00 hdr 00 (II) PCI: 01:09:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00 (II) PCI: 01:0b:0: chip 9005,0010 card 9005,a180 rev 00 class 01,00,00 hdr 00 (II) PCI: 01:0c:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00 (II) PCI: 01:0d:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00 (II) PCI: 02:00:0: chip 102b,0525 card 102b,0641 rev 82 class 03,00,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,2), 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 2: bridge is at (0:1:0), (0,2,2), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xfda00000 - 0xfeafffff (0x1100000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xf1600000 - 0xf56fffff (0x4100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfd800000 - 0xfd9fffff (0x200000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xf1500000 - 0xf15fffff (0x100000) 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) (--) PCI:*(2:0:0) Matrox Graphics, Inc. MGA G400/G450 rev 130, Mem @ 0xf2000000/25, 0xfeafc000/14, 0xfe000000/23, BIOS @ 0xfeac0000/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 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 0xf8000000 from 0xffffffff to 0xf7ffffff (II) Active PCI resource ranges: [0] -1 0 0xfd9a0000 - 0xfd9bffff (0x20000) MX[B]E [1] -1 0 0xfd9fe000 - 0xfd9fffff (0x2000) MX[B]E [2] -1 0 0xfd980000 - 0xfd9fffff (0x80000) MX[B]E [3] -1 0 0xfd9fd000 - 0xfd9fdfff (0x1000) MX[B]E [4] -1 0 0xfd940000 - 0xfd97ffff (0x40000) MX[B]E [5] -1 0 0xfd9fc000 - 0xfd9fffff (0x4000) MX[B]E [6] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO [7] -1 0 0xfeac0000 - 0xfeadffff (0x20000) MX[B](B) [8] -1 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B](B) [9] -1 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B](B) [10] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B) [11] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[B]E [12] -1 0 0x0000de80 - 0x0000deff (0x80) IX[B]E [13] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [14] -1 0 0x0000dd80 - 0x0000ddff (0x80) IX[B]E [15] -1 0 0x0000dd00 - 0x0000ddff (0x100) IX[B]E [16] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E [17] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]E [18] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E [19] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) Inactive PCI resource ranges: [0] -1 0 0xfd9ff000 - 0xfd9fffff (0x1000) MX[B]E (II) PCI Memory resource overlap reduced 0xfd9fe000 from 0xfd9fffff to 0xfd9fefff (II) PCI Memory resource overlap reduced 0xfd980000 from 0xfd9fffff to 0xfd99ffff (II) PCI Memory resource overlap reduced 0xfd9fc000 from 0xfd9fffff to 0xfd9fcfff (II) PCI I/O resource overlap reduced 0x0000dd00 from 0x0000ddff to 0x0000dd7f (II) PCI I/O resource overlap reduced 0x0000ef80 from 0x0000efff to 0x0000ef9f (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfd9a0000 - 0xfd9bffff (0x20000) MX[B]E [1] -1 0 0xfd9fe000 - 0xfd9fefff (0x1000) MX[B]E [2] -1 0 0xfd980000 - 0xfd99ffff (0x20000) MX[B]E [3] -1 0 0xfd9fd000 - 0xfd9fdfff (0x1000) MX[B]E [4] -1 0 0xfd940000 - 0xfd97ffff (0x40000) MX[B]E [5] -1 0 0xfd9fc000 - 0xfd9fcfff (0x1000) MX[B]E [6] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO [7] -1 0 0xfeac0000 - 0xfeadffff (0x20000) MX[B](B) [8] -1 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B](B) [9] -1 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B](B) [10] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B) [11] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[B]E [12] -1 0 0x0000de80 - 0x0000deff (0x80) IX[B]E [13] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [14] -1 0 0x0000dd80 - 0x0000ddff (0x80) IX[B]E [15] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]E [16] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]E [17] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]E [18] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E [19] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0 0xfd9ff000 - 0xfd9fffff (0x1000) MX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [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) All system 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 0xfd9a0000 - 0xfd9bffff (0x20000) MX[B]E [5] -1 0 0xfd9fe000 - 0xfd9fefff (0x1000) MX[B]E [6] -1 0 0xfd980000 - 0xfd99ffff (0x20000) MX[B]E [7] -1 0 0xfd9fd000 - 0xfd9fdfff (0x1000) MX[B]E [8] -1 0 0xfd940000 - 0xfd97ffff (0x40000) MX[B]E [9] -1 0 0xfd9fc000 - 0xfd9fcfff (0x1000) MX[B]E [10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO [11] -1 0 0xfeac0000 - 0xfeadffff (0x20000) MX[B](B) [12] -1 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B](B) [13] -1 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B](B) [14] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B) [15] -1 0 0xfd9ff000 - 0xfd9fffff (0x1000) MX[B]E [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[B]E [19] -1 0 0x0000de80 - 0x0000deff (0x80) IX[B]E [20] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [21] -1 0 0x0000dd80 - 0x0000ddff (0x80) IX[B]E [22] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]E [23] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]E [24] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]E [25] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E [26] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.0, 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: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.0, 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: "type1" (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.0, 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: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.0, 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/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.0, 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: "mga" (II) Loading /usr/local/lib/xorg/modules/drivers//mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.9.100 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550 (II) Primary Device is: PCI 02:00:0 (--) Assigning device section with no busID to primary device (--) Chipset mgag400 found (II) resource ranges after xf86ClaimFixedResources() call: [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 0xfd9a0000 - 0xfd9bffff (0x20000) MX[B]E [5] -1 0 0xfd9fe000 - 0xfd9fefff (0x1000) MX[B]E [6] -1 0 0xfd980000 - 0xfd99ffff (0x20000) MX[B]E [7] -1 0 0xfd9fd000 - 0xfd9fdfff (0x1000) MX[B]E [8] -1 0 0xfd940000 - 0xfd97ffff (0x40000) MX[B]E [9] -1 0 0xfd9fc000 - 0xfd9fcfff (0x1000) MX[B]E [10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO [11] -1 0 0xfeac0000 - 0xfeadffff (0x20000) MX[B](B) [12] -1 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B](B) [13] -1 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B](B) [14] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B) [15] -1 0 0xfd9ff000 - 0xfd9fffff (0x1000) MX[B]E [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[B]E [19] -1 0 0x0000de80 - 0x0000deff (0x80) IX[B]E [20] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [21] -1 0 0x0000dd80 - 0x0000ddff (0x80) IX[B]E [22] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]E [23] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]E [24] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]E [25] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E [26] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) resource ranges after probing: [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 0xfd9a0000 - 0xfd9bffff (0x20000) MX[B]E [5] -1 0 0xfd9fe000 - 0xfd9fefff (0x1000) MX[B]E [6] -1 0 0xfd980000 - 0xfd99ffff (0x20000) MX[B]E [7] -1 0 0xfd9fd000 - 0xfd9fdfff (0x1000) MX[B]E [8] -1 0 0xfd940000 - 0xfd97ffff (0x40000) MX[B]E [9] -1 0 0xfd9fc000 - 0xfd9fcfff (0x1000) MX[B]E [10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO [11] -1 0 0xfeac0000 - 0xfeadffff (0x20000) MX[B](B) [12] -1 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B](B) [13] -1 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B](B) [14] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B) [15] -1 0 0xfd9ff000 - 0xfd9fffff (0x1000) MX[B]E [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 0x0000df00 - 0x0000dfff (0x100) IX[B]E [22] -1 0 0x0000de80 - 0x0000deff (0x80) IX[B]E [23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [24] -1 0 0x0000dd80 - 0x0000ddff (0x80) IX[B]E [25] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]E [26] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]E [27] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]E [28] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E [29] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.4.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 2.0 (--) MGA(0): Chipset: "mgag400" (G450) (**) MGA(0): Depth 24, (--) framebuffer bpp 32 (==) MGA(0): RGB weight 888 (**) MGA(0): Option "SyncOnGreen" (**) MGA(0): Option "AGPMode" "4" (**) MGA(0): Using AGP 4x mode (==) MGA(0): Using XAA acceleration (**) MGA(0): Sync-on-Green enabled (--) MGA(0): Linear framebuffer at 0xF2000000 (==) MGA(0): MMIO registers at 0xFEAFC000 (--) MGA(0): Pseudo-DMA transfer window at 0xFE000000 (--) MGA(0): BIOS at 0xFEAC0000 Requesting insufficient memory window!: start: 0xfda00000 end: 0xfeafffff size 0x2000000 (EE) Cannot find empty range to map base to (WW) MGA(0): Video BIOS info block not detected! (==) MGA(0): Write-combining range (0xfeafc000,0x4000) was already clear (==) MGA(0): Write-combining range (0xf2000000,0x2000000) (==) MGA(0): Write-combining range (0xfe000000,0x800000) was already clear (--) MGA(0): VideoRAM: 32768 kByte (II) MGA(0): I2C bus "DDC P1" initialized. (II) MGA(0): I2C bus "DDC P2" initialized. (II) MGA(0): Output VGA using monitor section 410pro (==) MGA(0): Write-combining range (0xfeafc000,0x4000) was already clear (==) MGA(0): Write-combining range (0xf2000000,0x2000000) (==) MGA(0): Write-combining range (0xfe000000,0x800000) was already clear (**) MGA(0): Option "NoDDC" (II) MGA(0): Output VGA connected (II) MGA(0): Output VGA using initial mode 1152x768 (==) MGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(0): Min pixel clock is 17 MHz (--) MGA(0): Max pixel clock is 252 MHz (--) MGA(0): Has SDRAM (--) MGA(0): Virtual size is 1600x1024 (pitch 0) (**) MGA(0): Default mode "1152x768": 65.0 MHz (scaled from 0.0 MHz), 44.2 kHz, 54.8 Hz (II) MGA(0): Modeline "1152x768"x54.8 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync (44.2 kHz) (**) MGA(0): Default mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz (II) MGA(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) MGA(0): Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz (II) MGA(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) MGA(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz (II) MGA(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) MGA(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (II) MGA(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) MGA(0): Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz (II) MGA(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) MGA(0): Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz (II) MGA(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) MGA(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz (II) MGA(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) MGA(0): Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (II) MGA(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) MGA(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz (II) MGA(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz (II) MGA(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) MGA(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz (II) MGA(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (**) MGA(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz (II) MGA(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) MGA(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz (II) MGA(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) MGA(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz (II) MGA(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) MGA(0): Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz (II) MGA(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz (II) MGA(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (**) MGA(0): Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz (II) MGA(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (**) MGA(0): Default mode "1600x1024": 106.9 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1600x1024"x60.0 106.91 1600 1620 1640 1670 1024 1027 1030 1067 -hsync -vsync (64.0 kHz) (**) MGA(0): Default mode "1280x1024": 157.5 MHz (scaled from 0.0 MHz), 91.1 kHz, 85.0 Hz (II) MGA(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (**) MGA(0): Default mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz (II) MGA(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) MGA(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) MGA(0): Default mode "1280x960": 148.5 MHz (scaled from 0.0 MHz), 85.9 kHz, 85.0 Hz (II) MGA(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz) (**) MGA(0): Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (**) MGA(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz (II) MGA(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (==) MGA(0): DPI set to (75, 75) (II) MGA(0): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B] [1] 0 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B] [2] 0 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[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 0xfd9a0000 - 0xfd9bffff (0x20000) MX[B]E [8] -1 0 0xfd9fe000 - 0xfd9fefff (0x1000) MX[B]E [9] -1 0 0xfd980000 - 0xfd99ffff (0x20000) MX[B]E [10] -1 0 0xfd9fd000 - 0xfd9fdfff (0x1000) MX[B]E [11] -1 0 0xfd940000 - 0xfd97ffff (0x40000) MX[B]E [12] -1 0 0xfd9fc000 - 0xfd9fcfff (0x1000) MX[B]E [13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO [14] -1 0 0xfeac0000 - 0xfeadffff (0x20000) MX[B](B) [15] -1 0 0xfe000000 - 0xfe7fffff (0x800000) MX[B](B) [16] -1 0 0xfeafc000 - 0xfeafffff (0x4000) MX[B](B) [17] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B) [18] -1 0 0xfd9ff000 - 0xfd9fffff (0x1000) MX[B]E [19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000df00 - 0x0000dfff (0x100) IX[B]E [25] -1 0 0x0000de80 - 0x0000deff (0x80) IX[B]E [26] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [27] -1 0 0x0000dd80 - 0x0000ddff (0x80) IX[B]E [28] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]E [29] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]E [30] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]E [31] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E [32] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) MGA(0): Write-combining range (0xfeafc000,0x4000) was already clear (==) MGA(0): Write-combining range (0xf2000000,0x2000000) (==) MGA(0): Write-combining range (0xfe000000,0x800000) was already clear (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear (--) MGA(0): 16 DWORD fifo (==) MGA(0): Default visual is TrueColor (II) MGA(0): [drm] bpp: 32 depth: 24 (II) MGA(0): [drm] Sarea 2200+664: 2864 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:02:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0 (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) MGA(0): [drm] Using the DRM lock SAREA also for drawables. (II) MGA(0): [drm] framebuffer handle = 0xf2000000 (II) MGA(0): [drm] added 1 reserved context for kernel (II) MGA(0): X context handle = 0x1 (II) MGA(0): [drm] installed DRM signal handler (II) MGA(0): [dri] visual configs initialized (II) MGA(0): Memory manager initialized to (0,0) (1600,2047) (II) MGA(0): Largest offscreen area available: 1600 x 1023 (II) MGA(0): Reserved back buffer at offset 0xc80000 (II) MGA(0): Reserved depth buffer at offset 0x12c0000 (II) MGA(0): Reserved 7168 kb for textures at offset 0x1900000 (II) MGA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 13 256x256 slots (==) MGA(0): Backing store disabled (==) MGA(0): Silken mouse enabled (**) Option "dpms" (**) MGA(0): DPMS enabled (II) MGA(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) MGA(0): Using overlay video (II) MGA(0): [DRI] installation complete (II) MGA(0): [drm] Mapped 128 DMA buffers (II) MGA(0): [drm] dma control initialized, using IRQ 11 (II) MGA(0): Direct rendering enabled (--) RandR disabled (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 XAccessControlExtension (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 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (II) MGA(0): Setting screen physical size to 304 x 203 (**) Option "Protocol" "Auto" (**) Mouse2: Device: "/dev/ums0" (**) Mouse2: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse2: always reports core events (**) Option "Device" "/dev/ums0" (==) Mouse2: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse2: ZAxisMapping: buttons 4 and 5 (**) Mouse2: Buttons: 9 (**) Mouse2: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard1: always reports core events (**) Option "Protocol" "standard" (**) Keyboard1: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard1: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard1: XkbModel: "pc105" (**) Option "XkbLayout" "gb" (**) Keyboard1: XkbLayout: "gb" (**) Option "CustomKeycodes" "off" (**) Keyboard1: CustomKeycodes disabled (II) evaluating device (Keyboard1) (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD) (II) evaluating device (Mouse2) (II) XINPUT: Adding extended input device "Mouse2" (type: MOUSE) (II) Mouse2: SetupAuto: hw.iftype is 5, hw.model is 0 (II) Mouse2: SetupAuto: protocol is SysMouse (WW) fcntl(9, O_ASYNC): Inappropriate ioctl for device