Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1870 - Enabling hardware OpenGL acceleration for the Intel 810 chipset
Summary: Enabling hardware OpenGL acceleration for the Intel 810 chipset
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-17 08:28 UTC by Aniruddha Shankar
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aniruddha Shankar 2002-04-17 08:28:02 UTC
My most recent migration's been from Mandrake 8.2 to Gentoo 1.1a. Several of the identical systems in my lab  
are running Mandrake with hardware accelerated OpenGL for the Intel 810 chipset. I have been unable to  
enable hardware acceleration on my Gentoo machines.  
   
I enabled DRI support for the Intel 810 in the kernel config and I emerged   
chromium, under app-games/chromium. It complained that it could not find glx   
until I uncommented the "glx" line in /etc/X11/XF86Config. However, it runs at   
0.5 fps, which is slightly sub-optimal, you'll agree ;)   
   
I've appended the two _identical_ computers' XF86Config and Xfree86.0.log files, separated by a line of @ signs.   
   
On running glxinfo on the gentoo computer i get   
   
   
GENTOO ===>   
  $ glxinfo 
name of display: :0.0   
display: :0  screen: 0   
direct rendering: No   
server glx vendor string: SGI   
server glx version string: 1.2   
server glx extensions:   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context   
client glx vendor string: SGI   
client glx version string: 1.2   
client glx extensions:   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context   
GLX extensions:   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context   
OpenGL vendor string: VA Linux Systems, Inc.   
OpenGL renderer string: Mesa GLX Indirect  <========== my guess at what is the relevant portion   
OpenGL version string: 1.2 Mesa 3.4.2   
OpenGL extensions:   
    GL_ARB_multitexture, GL_EXT_abgr, GL_EXT_blend_color,   
    GL_EXT_blend_minmax, GL_EXT_blend_subtract   
glu version: 1.3   
glu extensions:   
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess   
   
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav   
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat   
----------------------------------------------------------------------   
0x23 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x24 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x25 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x26 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x27 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x28 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x29 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
0x2a 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
0x2b 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x2c 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x2d 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x2e 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x2f 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x30 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x31 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
0x32 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
On running glxinfo on the MANDRAKE computers ===>   
$glxinfo 
name of display: :0.0   
display: :0  screen: 0   
direct rendering: Yes   
server glx vendor string: SGI   
server glx version string: 1.2   
server glx extensions:   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context   
client glx vendor string: SGI   
client glx version string: 1.2   
client glx extensions:   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context   
GLX extensions:   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context   
OpenGL vendor string: Keith Whitwell, Precision Insight Inc.   
OpenGL renderer string: Mesa DRI I810 20010321  <====== the corresponding portion in Mandrake   
OpenGL version string: 1.2 Mesa 3.4.2   
OpenGL extensions:   
    GL_ARB_multitexture, GL_ARB_transpose_matrix, GL_EXT_abgr,   
    GL_EXT_blend_func_separate, GL_EXT_clip_volume_hint,   
    GL_EXT_compiled_vertex_array, GL_EXT_histogram, GL_EXT_packed_pixels,   
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_stencil_wrap,   
    GL_EXT_texture3D, GL_EXT_texture_env_add, GL_EXT_texture_object,   
    GL_EXT_vertex_array, GL_MESA_window_pos, GL_MESA_resize_buffers,   
    GL_NV_texgen_reflection, GL_PGI_misc_hints, GL_SGIS_pixel_texture,   
    GL_SGIS_texture_edge_clamp   
glu version: 1.3   
glu extensions:   
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess   
 visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav   
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat   
----------------------------------------------------------------------   
0x23 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x24 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x25 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x26 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x27 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x28 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x29 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
0x2a 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
0x2b 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x2c 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None   
0x2d 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x2e 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow   
0x2f 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x30 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16 16  0 0 Slow   
0x31 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
0x32 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16 16  0 0 Slow   
   
   
   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
GENTOO computers' XF86Config   
   
   
   
# 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"   
   
# This loads the GLX module   
    Load       "glx"   
   
#added by karim   
	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/100dpi/:unscaled"   
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"   
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/winfonts/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/truetype/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/sharefont/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"   
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"   
   
# 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 <Crtl><Alt><BS> server abort sequence   
# This allows clients to receive this key event.   
   
#    Option "DontZap"   
   
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> 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"   
# 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"	"xfree86"   
    Option "XkbModel"	"pc101"   
    Option "XkbLayout"	"us"   
   
EndSection   
   
   
# **********************************************************************   
# Core Pointer's InputDevice section   
# **********************************************************************   
   
Section "InputDevice"   
   
# Identifier and driver   
   
    Identifier	"Mouse1"   
    Driver	"mouse"   
    Option "Protocol"    "PS/2"   
    Option "Device"      "/dev/mouse"   
   
# 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      "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  "microtek 36F1"   
   
# 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   30-55   
   
#    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-120   
   
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  "Intel 810 Onboard"   
    Driver      "i810"   
    VideoRam    16384   
    # 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      "Intel 810 Onboard"   
    Monitor     "microtek 36F1"   
    DefaultDepth 16   
   
    Subsection "Display"   
        Depth       8   
        Modes       "640x480" "800x600" "1024x768" "1280x1024"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       16   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       24   
        Modes       "640x480" "800x600" "1024x768" "1280x1024"   
        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 "Keyboard1" "CoreKeyboard"   
   
EndSection   
   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
GENTOO computers' XFree86.0.log   
   
XFree86 Version 4.2.0 / X Window System   
(protocol Version 11, revision 0, vendor release 6600)   
Release Date: 18 January 2002   
	If the server is older than 6-12 months, or if your card is   
	newer than the above date, look for a newer version before   
	reporting problems.  (See http://www.XFree86.Org/)   
Build Operating System: Linux 2.4.19-r1 i686 [ELF]    
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: Wed Apr 17 18:06:40 2002   
(==) Using config file: "/etc/X11/XF86Config"   
(==) ServerLayout "Simple Layout"   
(**) |-->Screen "Screen 1" (0)   
(**) |   |-->Monitor "microtek 36F1"   
(**) |   |-->Device "Intel 810 Onboard"   
(**) |-->Input Device "Mouse1"   
(**) |-->Input Device "Keyboard1"   
(**) Option "AutoRepeat" "500 30"   
(**) Option "XkbRules" "xfree86"   
(**) XKB: rules: "xfree86"   
(**) Option "XkbModel" "pc101"   
(**) XKB: model: "pc101"   
(**) Option "XkbLayout" "us"   
(**) XKB: layout: "us"   
(==) Keyboard: CustomKeycode disabled   
(**) FontPath set to   
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/winfonts/,/usr/X11R6/lib/X11/fonts/truetype/,/usr/X11R6/lib/X11/fonts/sharefont/,/usr/X11R6/lib/X11/fonts/freefont/,/usr/X11R6/lib/X11/fonts/Speedo/,/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 VT number 7   
   
(II) Open APM successful   
(II) Module ABI versions:   
	XFree86 ANSI C Emulation: 0.1   
	XFree86 Video Driver: 0.5   
	XFree86 XInput driver : 0.3   
	XFree86 Server Extension : 0.1   
	XFree86 Font Renderer : 0.3   
(II) Loader running on linux   
(II) LoadModule: "bitmap"   
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a   
(II) Module bitmap: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 Font Renderer   
	ABI class: XFree86 Font Renderer, version 0.3   
(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.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) PCI: Probing config type using method 1   
(II) PCI: Config type is 1   
(II) PCI: stages = 0x03, oldVal1 = 0x80000050, mode1Res1 = 0x80000000   
(II) PCI: PCI scan (all values are in hex)   
(II) PCI: 00:00:0: chip 8086,7120 card 1563,7400 rev 03 class 06,00,00 hdr 00   
(II) PCI: 00:01:0: chip 8086,7121 card 8086,7121 rev 03 class 03,00,00 hdr 00   
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01   
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80   
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00   
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00   
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00   
(II) PCI: 00:1f:5: chip 8086,2415 card 414c,4326 rev 02 class 04,01,00 hdr 00   
(II) PCI: 01:09:0: chip 1282,9102 card 0291,8212 rev 31 class 02,00,00 hdr 00   
(II) PCI: End of PCI scan   
(II) LoadModule: "scanpci"   
(II) Loading /usr/X11R6/lib/modules/libscanpci.a   
(II) Module scanpci: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) UnloadModule: "scanpci"   
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a   
(II) Host-to-PCI bridge:   
(II) PCI-to-ISA bridge:   
(II) PCI-to-PCI bridge:   
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)   
(II) Bus 0 I/O range:   
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]   
(II) Bus 0 non-prefetchable memory range:   
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]   
(II) Bus 0 prefetchable memory range:   
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]   
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)   
(II) Bus 1 I/O range:   
	[0] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[1] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]   
	[2] -1	0x0000c800 - 0x0000c8ff (0x100) IX[B]   
	[3] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]   
(II) Bus 1 non-prefetchable memory range:   
	[0] -1	0xd4000000 - 0xd5ffffff (0x2000000) MX[B]   
(II) Bus 1 prefetchable memory range:   
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)   
(II) Bus -1 I/O range:   
(II) Bus -1 non-prefetchable memory range:   
(II) Bus -1 prefetchable memory range:   
(--) PCI:*(0:1:0) Intel i810 rev 3, Mem @ 0xd0000000/26, 0xd6000000/19   
(II) Addressable bus resource ranges are   
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]   
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]   
(II) OS-reported resource ranges:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
(II) Active PCI resource ranges:   
	[0] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[1] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[2] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[3] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[4] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[5] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[6] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[7] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[8] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) Active PCI resource ranges after removing overlaps:   
	[0] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[1] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[2] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[3] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[4] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[5] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[6] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[7] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[8] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) OS-reported resource ranges after removing overlaps with PCI:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
(II) All system resource ranges:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[6] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[7] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[8] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[9] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[10] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[11] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[12] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[13] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[14] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[15] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) LoadModule: "dbe"   
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a   
(II) Module dbe: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 Server Extension   
	ABI class: XFree86 Server Extension, version 0.1   
(II) Loading extension DOUBLE-BUFFER   
(II) LoadModule: "extmod"   
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a   
(II) Module extmod: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 Server Extension   
	ABI class: XFree86 Server Extension, version 0.1   
(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 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) LoadModule: "type1"   
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a   
(II) Module type1: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.1   
	Module class: XFree86 Font Renderer   
	ABI class: XFree86 Font Renderer, version 0.3   
(II) Loading font Type1   
(II) Loading font CID   
(II) LoadModule: "freetype"   
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a   
(II) Module freetype: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.1.10   
	Module class: XFree86 Font Renderer   
	ABI class: XFree86 Font Renderer, version 0.3   
(II) Loading font FreeType   
(II) LoadModule: "glx"   
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a   
(II) Module glx: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(II) Loading sub module "drm"   
(II) LoadModule: "drm"   
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a   
(II) Module drm: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(II) Loading extension XFree86-DRI   
(II) LoadModule: "i810"   
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o   
(II) Module i810: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.1.0   
	Module class: XFree86 Video Driver   
	ABI class: XFree86 Video Driver, version 0.5   
(II) LoadModule: "mouse"   
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o   
(II) Module mouse: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 XInput Driver   
	ABI class: XFree86 XInput driver, version 0.3   
(II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,   
	i830M   
(II) Primary Device is: PCI 00:01:0   
(--) Assigning device section with no busID to primary device   
(--) Chipset i810 found   
(II) resource ranges after xf86ClaimFixedResources() call:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[6] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[7] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[8] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[9] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[10] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[11] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[12] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[13] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[14] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[15] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) resource ranges after probing:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[6] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[7] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[8] 0	0x000a0000 - 0x000affff (0x10000) MS[B]   
	[9] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]   
	[10] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]   
	[11] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[12] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[13] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[14] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[15] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[16] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[17] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[18] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
	[19] 0	0x000003b0 - 0x000003bb (0xc) IS[B]   
	[20] 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.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(**) I810(0): Depth 16, (--) framebuffer bpp 16   
(==) I810(0): RGB weight 565   
(==) I810(0): Default visual is TrueColor   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) Loading sub module "int10"   
(II) LoadModule: "int10"   
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a   
(II) Module int10: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) I810(0): initializing int10   
(II) I810(0): Primary V_BIOS segment is: 0xc000   
(II) I810(0): VESA BIOS detected   
(II) I810(0): VESA VBE Version 3.0   
(II) I810(0): VESA VBE Total Mem: 1024 kB   
(II) I810(0): VESA VBE OEM: Intel(R) 8xx Chipset Video BIOS   
(II) I810(0): VESA VBE OEM Software Rev: 4.0   
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation   
(II) I810(0): VESA VBE OEM Product: Intel(R) 8xx Chipset   
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) I810(0): VESA VBE DDC supported   
(II) I810(0): VESA VBE DDC Level 2   
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.   
(II) I810(0): VESA VBE DDC read successfully   
(II) I810(0): Manufacturer: MTK  Model: e11  Serial#: 1   
(II) I810(0): Year: 2001  Week: 15   
(II) I810(0): EDID Version: 1.0   
(II) I810(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V   
(II) I810(0): Sync:  Separate  Composite   
(II) I810(0): Max H-Image Size [cm]: horiz.: 26  vert.: 20   
(II) I810(0): Gamma: 2.50   
(II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display   
(II) I810(0): redX: 0.620 redY: 0.350   greenX: 0.305 greenY: 0.600   
(II) I810(0): blueX: 0.155 blueY: 0.065   whiteX: 0.281 whiteY: 0.311   
(II) I810(0): Supported VESA Video Modes:   
(II) I810(0): 720x400@70Hz   
(II) I810(0): 640x480@60Hz   
(II) I810(0): 640x480@72Hz   
(II) I810(0): 800x600@60Hz   
(II) I810(0): 800x600@72Hz   
(II) I810(0): 1024x768@87Hz (interlaced)   
(II) I810(0): 1024x768@60Hz   
(II) I810(0): Manufacturer's mask: 0   
(II) I810(0): Supported Future Video Modes:   
(II) I810(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833   
(II) I810(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853   
(--) I810(0): Chipset: "i810"   
(--) I810(0): Linear framebuffer at 0xD0000000   
(--) I810(0): IO registers at addr 0xD6000000   
(II) I810(0): I810CheckAvailableMemory: 96252k available   
(**) I810(0): Will alloc AGP framebuffer: 16384 kByte   
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)   
(II) I810(0): microtek 36F1: Using hsync range of 30.00-55.00 kHz   
(II) I810(0): microtek 36F1: Using vrefresh range of 50.00-120.00 Hz   
(II) I810(0): Clock range:  12.00 to 163.00 MHz   
(II) I810(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (unknown reason)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (hsync out of range)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (hsync out of range)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (hsync out of range)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1152x864" (hsync out of range)   
(II) I810(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x960" (hsync out of range)   
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x960" (hsync out of range)   
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)   
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)   
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)   
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (hsync out of range)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)   
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)   
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1024" (hsync out of range)   
(II) I810(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)   
(--) I810(0): Virtual size is 1024x768 (pitch 1024)   
(**) I810(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz   
(II) I810(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync   
(**) I810(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz   
(II) I810(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync   
(**) I810(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz   
(II) I810(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync   
(--) I810(0): Display dimensions: (260, 200) mm   
(--) I810(0): DPI set to (100, 97)   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 ANSI C Emulation, version 0.1   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(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.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) I810(0): XvMC is Disabled: use XvMCSurfaces config option to enable.   
(II) do I need RAC?  No, I don't.   
(II) resource ranges after preInit:   
	[0] 0	0xd6000000 - 0xd607ffff (0x80000) MS[B]   
	[1] 0	0xd0000000 - 0xd3ffffff (0x4000000) MS[B]   
	[2] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[3] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[4] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[5] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[6] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[7] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[8] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[9] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[10] 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)   
	[11] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)   
	[12] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)   
	[13] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[14] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[15] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[16] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[17] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[18] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[19] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[20] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
	[21] 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)   
	[22] 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 7, (OK)   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 7, (OK)   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 7, (OK)   
drmGetBusid returned ''   
(II) I810(0): [drm] created "i810" driver at busid "PCI:0:1:0"   
(II) I810(0): [drm] added 8192 byte SAREA at 0xc88dc000   
(II) I810(0): [drm] mapped SAREA 0xc88dc000 to 0x40017000   
(II) I810(0): [drm] framebuffer handle = 0xd0000000   
(II) I810(0): [drm] added 1 reserved context for kernel   
(II) I810(0): [drm] Registers = 0xd6000000   
(II) I810(0): [agp] dcacheHandle : (nil)   
(II) I810(0): [agp] GART: no dcache memory found   
(II) I810(0): [agp] Bound backbuffer memory   
(II) I810(0): [agp] Bound depthbuffer memory   
(II) I810(0): [agp] GART: Allocated 4K for mouse cursor image   
(II) I810(0): Adding 768 scanlines for pixmap caching   
(II) I810(0): Allocated Scratch Memory   
(II) I810(0): [dri] Buffer map : bfb000   
(II) I810(0): [drm] added 256 4096 byte DMA buffers   
(II) I810(0): [drm] dma control initialized, using IRQ 5   
(II) I810(0): [dri] visual configs initialized.   
(==) I810(0): Write-combining range (0xd0000000,0x4000000)   
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000   
(II) I810(0): Setting dot clock to 65.0 MHz [ 0x3f 0xa 0x30 ] [ 65 12 3 ]   
(II) I810(0): chose watermark 0x2210e000: (tab.freq 65.0)   
(II) I810(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 Horizontal and Vertical Lines   
	Offscreen Pixmaps   
	Setting up tile and stipple cache:   
		24 128x128 slots   
		6 256x256 slots   
(==) I810(0): Backing store disabled   
(==) I810(0): Silken mouse enabled   
(II) I810(0): X context handle = 0x00000001   
(II) I810(0): [drm] installed DRM signal handler   
(II) I810(0): [DRI] installation complete   
(==) I810(0): Direct rendering 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   
(**) Option "Protocol" "PS/2"   
(**) Mouse1: Protocol: "PS/2"   
(**) Option "CorePointer"   
(**) Mouse1: Core Pointer   
(**) Option "Device" "/dev/mouse"   
(==) Mouse1: Buttons: 3   
(II) Keyboard "Keyboard1" handled by legacy driver   
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)   
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!   
   
   
   
   
   
   
   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
 MANDRAKE computers' XF86Config   
   
# File generated by XFdrake.   
   
# **********************************************************************   
# Refer to the XF86Config(4/5) man page for details about the format of   
# this file.   
# **********************************************************************   
   
Section "Files"   
   
    RgbPath	"/usr/X11R6/lib/X11/rgb"   
   
# Multiple FontPath entries are allowed (they are concatenated together)   
# By default, Mandrake 6.0 and later now use a font server independent of   
# the X server to render fonts.   
   
    FontPath   "unix/:-1"   
   
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   
    #NoTrapSignals   
   
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence   
    # This allows clients to receive this key event.   
    #DontZap   
   
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching   
    # sequences.  This allows clients to receive these key events.   
    #DontZoom   
   
    # This  allows  the  server  to start up even if the   
    # mouse device can't be opened/initialised.   
    AllowMouseOpenFail   
   
EndSection   
   
# **********************************************************************   
# Input devices   
# **********************************************************************   
   
# **********************************************************************   
# Keyboard section   
# **********************************************************************   
   
Section "Keyboard"   
   
    Protocol    "Standard"   
   
    # when using XQUEUE, comment out the above line, and uncomment the   
    # following line   
    #Protocol   "Xqueue"   
   
    AutoRepeat  250 30   
   
    # Let the server do the NumLock processing.  This should only be   
    # required when using pre-R6 clients   
    #ServerNumLock   
   
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))   
    #Xleds      "1 2 3"   
   
    #To set the LeftAlt to Meta, RightAlt key to ModeShift,   
    #RightCtl key to Compose, and ScrollLock key to ModeLock:   
   
    LeftAlt        Meta   
    RightAlt       Meta   
    ScrollLock     Compose   
    RightCtl       Control   
   
# To disable the XKEYBOARD extension, uncomment XkbDisable.   
   
#    XkbDisable   
   
# 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:   
#    XkbModel    "pc102"   
# If you have a US Microsoft Natural keyboard, you can use:   
#    XkbModel    "microsoft"   
#   
# Then to change the language, change the Layout setting.   
# For example, a german layout can be obtained with:   
#    XkbLayout   "de"   
# or:   
#    XkbLayout   "de"   
#    XkbVariant  "nodeadkeys"   
#   
# If you'd like to switch the positions of your capslock and   
# control keys, use:   
#    XkbOptions  "ctrl:swapcaps"   
   
# These are the default XKB settings for XFree86   
#    XkbRules    "xfree86"   
#    XkbModel    "pc101"   
#    XkbLayout   "us"   
#    XkbVariant  ""   
#    XkbOptions  ""   
   
    XkbKeycodes     "xfree86"   
    XkbTypes        "default"   
    XkbCompat       "default"   
    XkbSymbols      "us(pc105)"   
    XkbGeometry     "pc"   
    XkbRules        "xfree86"   
    XkbModel        "pc105"   
    XkbLayout       "us"   
   
EndSection   
   
# **********************************************************************   
# Pointer section   
# **********************************************************************   
   
Section "Pointer"   
    Protocol    "PS/2"   
    Device      "/dev/psaux"   
    Emulate3Buttons   
    Emulate3Timeout 50   
   
# ChordMiddle is an option for some 3-button Logitech mice   
   
#    ChordMiddle   
   
EndSection   
   
   
   
# **********************************************************************   
# Monitor section   
# **********************************************************************   
   
# Any number of monitor sections may be present   
   
Section "Monitor"   
    Identifier "Custom"   
    VendorName "Unknown"   
    ModelName  "Unknown"   
   
   
# 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  30-55   
   
   
# 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 5-120   
   
   
# Modes can be specified in two formats.  A compact one-line format, or   
# a multi-line format.   
   
# These two are equivalent   
   
#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace   
   
#    Mode "1024x768i"   
#        DotClock	45   
#        HTimings	1024 1048 1208 1264   
#        VTimings	768 776 784 817   
#        Flags		"Interlace"   
#    EndMode   
# 640x480, 67.0Hz   
# 640x480, 75.0Hz; hfreq=37.500000, vfreq=75.000000   
ModeLine "640x480"	 31.50  640  656  720  840  480  481  484  500 -hsync -vsync   
# 640x480, 85.0Hz; hfreq=43.269001, vfreq=85.008003   
ModeLine "640x480"	 36.00  640  696  752  832  480  481  484  509 -hsync -vsync   
# 720x400, 70.0Hz   
# 800x600, 60.0Hz; hfreq=37.879002, vfreq=60.317001   
ModeLine "800x600"	 40.00  800  840  968 1056  600  601  605  628 +hsync +vsync   
# 800x600, 85.0Hz; hfreq=53.674000, vfreq=85.060997   
ModeLine "800x600"	 56.25  800  832  896 1048  600  601  604  631 +hsync +vsync   
# 1024x768, 87.0iHz   
# 1024x768, 60.0Hz; hfreq=48.362999, vfreq=60.004002   
ModeLine "1024x768"	 65.00 1024 1048 1184 1344  768  771  777  806 -hsync -vsync   
# 1280x1024, 75.0Hz; hfreq=79.975998, vfreq=75.025002   
ModeLine "1280x1024"	135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync   
   
# This is a set of standard mode timings. Modes that are out of monitor spec   
# are automatically deleted by the server (provided the HorizSync and   
# VertRefresh lines are correct), so there's no immediate need to   
# delete mode timings (unless particular mode timings don't work on your   
# monitor). With these modes, the best standard mode that your monitor   
# and video card can support for a given resolution is automatically   
# used.   
   
# 640x400 @ 70 Hz, 31.5 kHz hsync   
Modeline "640x400"     25.175 640  664  760  800   400  409  411  450   
# 640x480 @ 60 Hz, 31.5 kHz hsync   
Modeline "640x480"     25.175 640  664  760  800   480  491  493  525   
# 800x600 @ 56 Hz, 35.15 kHz hsync   
ModeLine "800x600"     36     800  824  896 1024   600  601  603  625   
# 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync   
Modeline "1024x768"    44.9  1024 1048 1208 1264   768  776  784  817 Interlace   
   
# 640x400 @ 85 Hz, 37.86 kHz hsync   
Modeline "640x400"     31.5   640  672 736   832   400  401  404  445 -HSync +VSync   
# 640x480 @ 72 Hz, 36.5 kHz hsync   
Modeline "640x480"     31.5   640  680  720  864   480  488  491  521   
# 640x480 @ 75 Hz, 37.50 kHz hsync   
ModeLine  "640x480"    31.5   640  656  720  840   480  481  484  500 -HSync -VSync   
# 800x600 @ 60 Hz, 37.8 kHz hsync   
Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync +vsync   
   
# 640x480 @ 85 Hz, 43.27 kHz hsync   
Modeline "640x480"     36     640  696  752  832   480  481  484  509 -HSync -VSync   
# 1152x864 @ 89 Hz interlaced, 44 kHz hsync   
ModeLine "1152x864"    65    1152 1168 1384 1480   864  865  875  985 Interlace   
   
# 800x600 @ 72 Hz, 48.0 kHz hsync   
Modeline "800x600"     50     800  856  976 1040   600  637  643  666 +hsync +vsync   
# 1024x768 @ 60 Hz, 48.4 kHz hsync   
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync   
   
# 640x480 @ 100 Hz, 53.01 kHz hsync   
Modeline "640x480"     45.8   640  672  768  864   480  488  494  530 -HSync -VSync   
# 1152x864 @ 60 Hz, 53.5 kHz hsync   
Modeline  "1152x864"   89.9  1152 1216 1472 1680   864  868  876  892 -HSync -VSync   
# 800x600 @ 85 Hz, 55.84 kHz hsync   
Modeline  "800x600"    60.75  800  864  928 1088   600  616  621  657 -HSync -VSync   
   
# 1024x768 @ 70 Hz, 56.5 kHz hsync   
Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync   
# 1280x1024 @ 87 Hz interlaced, 51 kHz hsync   
Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace   
   
# 800x600 @ 100 Hz, 64.02 kHz hsync   
Modeline  "800x600"    69.65  800  864  928 1088   600  604  610  640 -HSync -VSync   
# 1024x768 @ 76 Hz, 62.5 kHz hsync   
Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823   
# 1152x864 @ 70 Hz, 62.4 kHz hsync   
Modeline  "1152x864"   92    1152 1208 1368 1474   864  865  875  895   
# 1280x1024 @ 61 Hz, 64.2 kHz hsync   
Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054   
# 1400x1050 @ 60 Hz, 65.5 kHz   
ModeLine "1400x1050" 122.0 1400 1488 1640 1880   1050 1052 1064 1082 +HSync +VSync   
   
# 1024x768 @ 85 Hz, 70.24 kHz hsync   
Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788 822 -HSync -VSync   
# 1152x864 @ 78 Hz, 70.8 kHz hsync   
Modeline "1152x864"   110   1152 1240 1324 1552   864  864  876  908   
   
# 1280x1024 @ 70 Hz, 74.59 kHz hsync   
Modeline "1280x1024"  126.5 1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync   
# 1600x1200 @ 60Hz, 75.00 kHz hsync   
Modeline "1600x1200"  162   1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync   
# 1152x864 @ 84 Hz, 76.0 kHz hsync   
Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908   
   
# 1280x1024 @ 74 Hz, 78.85 kHz hsync   
Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064   
   
# 1024x768 @ 100Hz, 80.21 kHz hsync   
Modeline "1024x768"   115.5  1024 1056 1248 1440  768  771  781  802 -HSync -VSync   
# 1280x1024 @ 76 Hz, 81.13 kHz hsync   
Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064   
# 1400x1050 @ 75 Hz, 82.2 kHz hsync   
ModeLine "1400x1050" 155.8   1400 1464 1784 1912  1050 1052 1064 1090 +HSync +VSync   
   
# 1600x1200 @ 70 Hz, 87.50 kHz hsync   
Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync   
# 1152x864 @ 100 Hz, 89.62 kHz hsync   
Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync   
# 1280x1024 @ 85 Hz, 91.15 kHz hsync   
Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync   
# 1600x1200 @ 75 Hz, 93.75 kHz hsync   
Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync   
# 1600x1200 @ 85 Hz, 105.77 kHz hsync   
Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync   
# 1600x1200 @ 85 Hz, 106.3 kHz hsync   
ModeLine "1600x1200" 229.5   1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync   
# 1280x1024 @ 100 Hz, 107.16 kHz hsync   
Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync   
   
# 1800x1440 @ 64Hz, 96.15 kHz hsync   
ModeLine "1800X1440"  230    1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync   
# 1800x1440 @ 70Hz, 104.52 kHz hsync   
ModeLine "1800X1440"  250    1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync   
   
# 1920x1440 @ 60 Hz, 90.0 kHz hsync   
ModeLine "1920x1440"  234.0  1920 2048 2256 2600 1440 1441 1444 1500 -HSync +VSync   
# 1920x1440 @ 75 Hz, 112.5kHz hsync   
ModeLine "1920x1440"  297.0  1920 2064 2288 2640 1440 1441 1444 1500 -HSync +VSync   
   
# 512x384 @ 78 Hz, 31.50 kHz hsync   
Modeline "512x384"    20.160 512  528  592  640   384  385  388  404 -HSync -VSync   
# 512x384 @ 85 Hz, 34.38 kHz hsync   
Modeline "512x384"    22     512  528  592  640   384  385  388  404 -HSync -VSync   
   
   
# Low-res Doublescan modes   
# If your chipset does not support doublescan, you get a 'squashed'   
# resolution like 320x400.   
   
# 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio   
Modeline "320x200"     12.588 320  336  384  400   200  204  205  225 Doublescan   
# 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio   
Modeline "320x240"     12.588 320  336  384  400   240  245  246  262 Doublescan   
# 320x240 @ 72 Hz, 36.5 kHz hsync   
Modeline "320x240"     15.750 320  336  384  400   240  244  246  262 Doublescan   
# 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio   
ModeLine "400x300"     18     400  416  448  512   300  301  302  312 Doublescan   
# 400x300 @ 60 Hz, 37.8 kHz hsync   
Modeline "400x300"     20     400  416  480  528   300  301  303  314 Doublescan   
# 400x300 @ 72 Hz, 48.0 kHz hsync   
Modeline "400x300"     25     400  424  488  520   300  319  322  333 Doublescan   
# 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio   
ModeLine "480x300"     21.656 480  496  536  616   300  301  302  312 Doublescan   
# 480x300 @ 60 Hz, 37.8 kHz hsync   
Modeline "480x300"     23.890 480  496  576  632   300  301  303  314 Doublescan   
# 480x300 @ 63 Hz, 39.6 kHz hsync   
Modeline "480x300"     25     480  496  576  632   300  301  303  314 Doublescan   
# 480x300 @ 72 Hz, 48.0 kHz hsync   
Modeline "480x300"     29.952 480  504  584  624   300  319  322  333 Doublescan   
   
   
# This is a set of extended mode timings typically used for laptop,   
# TV fullscreen mode or DVD fullscreen output.   
# These are available along with standard mode timings.   
   
# Sony Vaio C1(X,XS,VE,VN)?   
# 1024x480 @ 85.6 Hz, 48 kHz hsync   
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync   
   
# 768x576 @ 79 Hz, 50 kHz hsync   
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630   
# 768x576 @ 100 Hz, 61.6 kHz hsync   
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616   
   
   
EndSection   
   
   
   
# **********************************************************************   
# Graphics device section   
# **********************************************************************   
   
Section "Device"   
    Identifier "Generic VGA"   
    Chipset   "generic"   
EndSection   
   
Section "Device"   
    Identifier  "Intel 810"   
    VendorName  "Unknown"   
    BoardName   "Unknown"   
#    Chipset     "Intel 810"   
    VideoRam    16384   
    # Clock lines   
   
   
    # Uncomment following option if you see a big white block           
    # instead of the cursor!                                             
    #    Option      "sw_cursor"   
   
    Option      "power_saver"   
EndSection   
   
   
   
# **********************************************************************   
# Screen sections   
# **********************************************************************   
   
   
# The Colour SVGA server   
   
Section "Screen"   
    Driver "svga"   
    Device      "Intel 810"   
    Monitor     "Custom"   
    DefaultColorDepth 16   
    Subsection "Display"   
        Depth       8   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       15   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       16   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       24   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       32   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
EndSection   
   
Section "Screen"   
    Driver "vga16"   
    Device      "Generic VGA"   
    Monitor     "Custom"   
    Subsection "Display"   
        Modes       "640x480" "800x600"   
        ViewPort    0 0   
    EndSubsection   
EndSection   
   
Section "Screen"   
    Driver "vga2"   
    Device      "Generic VGA"   
    Monitor     "Custom"   
    Subsection "Display"   
        Modes       "640x480" "800x600"   
        ViewPort    0 0   
    EndSubsection   
EndSection   
   
Section "Screen"   
    Driver "accel"   
    Device      "Intel 810"   
    Monitor     "Custom"   
    DefaultColorDepth 16   
    Subsection "Display"   
        Depth       8   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       15   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       16   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       24   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       32   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
EndSection   
   
Section "Screen"   
    Driver "fbdev"   
    Device      "Intel 810"   
    Monitor     "Custom"   
    DefaultColorDepth 16   
    Subsection "Display"   
        Depth       8   
        Modes       "default"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       15   
        Modes       "default"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       16   
        Modes       "default"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       24   
        Modes       "default"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       32   
        Modes       "default"   
        ViewPort    0 0   
    EndSubsection   
EndSection   
   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
   
begin Mandrake computers' XF86Config-4   
   
# File generated by XFdrake.   
   
# **********************************************************************   
# Refer to the XF86Config(4/5) man page for details about the format of   
# this file.   
# **********************************************************************   
   
Section "Files"   
   
    RgbPath	"/usr/X11R6/lib/X11/rgb"   
   
# Multiple FontPath entries are allowed (they are concatenated together)   
# By default, Mandrake 6.0 and later now use a font server independent of   
# the X server to render fonts.   
   
    FontPath   "unix/:-1"   
   
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   
    #NoTrapSignals   
   
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence   
    # This allows clients to receive this key event.   
    #DontZap   
   
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching   
    # sequences.  This allows clients to receive these key events.   
    #DontZoom   
   
    # This  allows  the  server  to start up even if the   
    # mouse device can't be opened/initialised.   
    AllowMouseOpenFail   
   
EndSection   
   
# **********************************************************************   
# Input devices   
# **********************************************************************   
   
# **********************************************************************   
# Keyboard section   
# **********************************************************************   
   
Section "InputDevice"   
   
    Identifier "Keyboard1"   
    Driver      "Keyboard"   
    Option "AutoRepeat"  "250 30"   
   
    Option "XkbRules" "xfree86"   
    Option "XkbModel" "pc105"   
    Option "XkbLayout" "us"   
   
EndSection   
   
# **********************************************************************   
# Pointer section   
# **********************************************************************   
   
Section "InputDevice"   
   
    Identifier  "Mouse1"   
    Driver      "mouse"   
    Option "Protocol"    "PS/2"   
    Option "Device"      "/dev/mouse"   
    Option "Emulate3Buttons"   
    Option "Emulate3Timeout" "50"   
   
# ChordMiddle is an option for some 3-button Logitech mice   
   
#    Option "ChordMiddle"   
   
EndSection   
   
   
   
Section "Module"   
   
# This loads the DBE extension module.   
    Load	"dbe"   
   
# This loads the Video for Linux module.   
    Load        "v4l"   
   
    Load	"glx"   
    Load	"dri"   
   
   
# This loads the miscellaneous extensions module, and disables   
# initialisation of the XFree86-DGA extension within that module.   
   
    SubSection	"extmod"   
	#Option	"omit xfree86-dga"   
    EndSubSection   
   
# This loads the Type1 and FreeType font modules   
   
    Load	"type1"   
    Load	"freetype"   
EndSection   
   
   
Section "DRI"   
    Mode	0666   
EndSection   
   
   
# **********************************************************************   
# Monitor section   
# **********************************************************************   
   
# Any number of monitor sections may be present   
   
Section "Monitor"   
    Identifier "Custom"   
    VendorName "Unknown"   
    ModelName  "Unknown"   
   
   
# 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  30-55   
   
   
# 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 5-120   
   
   
# This is a set of extended mode timings typically used for laptop,   
# TV fullscreen mode or DVD fullscreen output.   
# These are available along with standard mode timings.   
   
# Sony Vaio C1(X,XS,VE,VN)?   
# 1024x480 @ 85.6 Hz, 48 kHz hsync   
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync   
   
# 768x576 @ 79 Hz, 50 kHz hsync   
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630   
# 768x576 @ 100 Hz, 61.6 kHz hsync   
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616   
   
   
EndSection   
   
   
   
# **********************************************************************   
# Graphics device section   
# **********************************************************************   
   
Section "Device"   
    Identifier "Generic VGA"   
    Driver     "vga"   
EndSection   
   
Section "Device"   
    Identifier  "Intel 810"   
    VendorName  "Unknown"   
    BoardName   "Unknown"   
    Driver      "i810"   
    VideoRam    16384   
    # Clock lines   
   
   
    # Uncomment following option if you see a big white block           
    # instead of the cursor!                                             
    #    Option      "sw_cursor"   
   
    Option      "AGPMode"  "1"   
    Option      "DPMS"  "on"   
EndSection   
   
   
   
# **********************************************************************   
# Screen sections   
# **********************************************************************   
   
   
Section "Screen"   
    Identifier "screen1"   
    Device      "Intel 810"   
    Monitor     "Custom"   
    DefaultColorDepth 16   
    Subsection "Display"   
        Depth       8   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       15   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       16   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       24   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
    Subsection "Display"   
        Depth       32   
        Modes       "1024x768" "800x600" "640x480"   
        ViewPort    0 0   
    EndSubsection   
EndSection   
   
   
Section "ServerLayout"   
    Identifier "layout1"   
    Screen     "screen1"   
   
    InputDevice "Mouse1" "CorePointer"   
   
    InputDevice "Keyboard1" "CoreKeyboard"   
EndSection   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
   
begin Mandrake Computers' Xfree86.0.log   
   
   
XFree86 Version 4.2.0 / X Window System   
(protocol Version 11, revision 0, vendor release 6600)   
Release Date: 23 January 2002   
	If the server is older than 6-12 months, or if your card is   
	newer than the above date, look for a newer version before   
	reporting problems.  (See http://www.XFree86.Org/)   
Build Operating System: Linux 2.4.18-1mdksmp i686 [ELF]    
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: Wed Apr 17 13:37:38 2002   
(==) Using config file: "/etc/X11/XF86Config-4"   
(==) ServerLayout "layout1"   
(**) |-->Screen "screen1" (0)   
(**) |   |-->Monitor "Custom"   
(**) |   |-->Device "Intel 810"   
(**) |-->Input Device "Mouse1"   
(**) |-->Input Device "Keyboard1"   
(**) Option "AutoRepeat" "250 30"   
(**) Option "XkbRules" "xfree86"   
(**) XKB: rules: "xfree86"   
(**) Option "XkbModel" "pc105"   
(**) XKB: model: "pc105"   
(**) Option "XkbLayout" "us"   
(**) XKB: layout: "us"   
(==) Keyboard: CustomKeycode disabled   
(**) FontPath set to "unix/:-1"   
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"   
(==) ModulePath set to "/usr/X11R6/lib/modules"   
(**) Option "AllowMouseOpenFail"   
(--) using VT number 7   
   
(II) Open APM successful   
(II) Module ABI versions:   
	XFree86 ANSI C Emulation: 0.1   
	XFree86 Video Driver: 0.5   
	XFree86 XInput driver : 0.3   
	XFree86 Server Extension : 0.1   
	XFree86 Font Renderer : 0.3   
(II) Loader running on linux   
(II) LoadModule: "bitmap"   
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a   
(II) Module bitmap: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 Font Renderer   
	ABI class: XFree86 Font Renderer, version 0.3   
(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.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) PCI: Probing config type using method 1   
(II) PCI: Config type is 1   
(II) PCI: stages = 0x03, oldVal1 = 0x80000050, mode1Res1 = 0x80000000   
(II) PCI: PCI scan (all values are in hex)   
(II) PCI: 00:00:0: chip 8086,7120 card 1563,7400 rev 03 class 06,00,00 hdr 00   
(II) PCI: 00:01:0: chip 8086,7121 card 8086,7121 rev 03 class 03,00,00 hdr 00   
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01   
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80   
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00   
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00   
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00   
(II) PCI: 00:1f:5: chip 8086,2415 card 414c,4326 rev 02 class 04,01,00 hdr 00   
(II) PCI: 01:09:0: chip 1282,9102 card 0291,8212 rev 31 class 02,00,00 hdr 00   
(II) PCI: End of PCI scan   
(II) LoadModule: "scanpci"   
(II) Loading /usr/X11R6/lib/modules/libscanpci.a   
(II) Module scanpci: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) UnloadModule: "scanpci"   
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a   
(II) Host-to-PCI bridge:   
(II) PCI-to-ISA bridge:   
(II) PCI-to-PCI bridge:   
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)   
(II) Bus 0 I/O range:   
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]   
(II) Bus 0 non-prefetchable memory range:   
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]   
(II) Bus 0 prefetchable memory range:   
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]   
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)   
(II) Bus 1 I/O range:   
	[0] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[1] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]   
	[2] -1	0x0000c800 - 0x0000c8ff (0x100) IX[B]   
	[3] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]   
(II) Bus 1 non-prefetchable memory range:   
	[0] -1	0xd4000000 - 0xd5ffffff (0x2000000) MX[B]   
(II) Bus 1 prefetchable memory range:   
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)   
(II) Bus -1 I/O range:   
(II) Bus -1 non-prefetchable memory range:   
(II) Bus -1 prefetchable memory range:   
(--) PCI:*(0:1:0) Intel i810 rev 3, Mem @ 0xd0000000/26, 0xd6000000/19   
(II) Addressable bus resource ranges are   
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]   
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]   
(II) OS-reported resource ranges:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
(II) Active PCI resource ranges:   
	[0] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[1] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[2] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[3] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[4] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[5] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[6] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[7] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[8] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) Active PCI resource ranges after removing overlaps:   
	[0] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[1] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[2] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[3] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[4] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[5] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[6] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[7] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[8] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) OS-reported resource ranges after removing overlaps with PCI:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
(II) All system resource ranges:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[6] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[7] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[8] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[9] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[10] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[11] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[12] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[13] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[14] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[15] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) LoadModule: "dbe"   
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a   
(II) Module dbe: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 Server Extension   
	ABI class: XFree86 Server Extension, version 0.1   
(II) Loading extension DOUBLE-BUFFER   
(II) LoadModule: "v4l"   
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o   
(II) Module v4l: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 0.0.1   
	ABI class: XFree86 Video Driver, version 0.5   
(II) LoadModule: "glx"   
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a   
(II) Module glx: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(II) Loading sub module "drm"   
(II) LoadModule: "drm"   
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a   
(II) Module drm: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	ABI class: XFree86 Server Extension, version 0.1   
(II) Loading extension XFree86-DRI   
(II) LoadModule: "extmod"   
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a   
(II) Module extmod: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 Server Extension   
	ABI class: XFree86 Server Extension, version 0.1   
(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) LoadModule: "type1"   
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a   
(II) Module type1: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.1   
	Module class: XFree86 Font Renderer   
	ABI class: XFree86 Font Renderer, version 0.3   
(II) Loading font Type1   
(II) Loading font CID   
(II) LoadModule: "freetype"   
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a   
(II) Module freetype: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.1.10   
	Module class: XFree86 Font Renderer   
	ABI class: XFree86 Font Renderer, version 0.3   
(II) Loading font FreeType   
(II) LoadModule: "i810"   
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o   
(II) Module i810: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.1.0   
	Module class: XFree86 Video Driver   
	ABI class: XFree86 Video Driver, version 0.5   
(II) LoadModule: "mouse"   
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o   
(II) Module mouse: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	Module class: XFree86 XInput Driver   
	ABI class: XFree86 XInput driver, version 0.3   
(II) v4l driver for Video4Linux   
(II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,   
	i830M   
(II) Primary Device is: PCI 00:01:0   
(--) Assigning device section with no busID to primary device   
(--) Chipset i810 found   
(II) resource ranges after xf86ClaimFixedResources() call:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[6] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[7] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[8] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[9] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[10] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[11] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[12] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[13] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[14] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[15] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
(II) resource ranges after probing:   
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[5] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[6] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[7] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[8] 0	0x000a0000 - 0x000affff (0x10000) MS[B]   
	[9] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]   
	[10] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]   
	[11] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[12] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[13] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[14] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[15] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[16] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[17] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[18] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
	[19] 0	0x000003b0 - 0x000003bb (0xc) IS[B]   
	[20] 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.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(**) I810(0): Depth 16, (--) framebuffer bpp 16   
(==) I810(0): RGB weight 565   
(==) I810(0): Default visual is TrueColor   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) Loading sub module "int10"   
(II) LoadModule: "int10"   
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a   
(II) Module int10: vendor="The XFree86 Project"   
	compiled for 4.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) I810(0): initializing int10   
(II) I810(0): Primary V_BIOS segment is: 0xc000   
(II) I810(0): VESA BIOS detected   
(II) I810(0): VESA VBE Version 3.0   
(II) I810(0): VESA VBE Total Mem: 1024 kB   
(II) I810(0): VESA VBE OEM: Intel(R) 8xx Chipset Video BIOS   
(II) I810(0): VESA VBE OEM Software Rev: 4.0   
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation   
(II) I810(0): VESA VBE OEM Product: Intel(R) 8xx Chipset   
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) I810(0): VESA VBE DDC supported   
(II) I810(0): VESA VBE DDC Level 2   
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.   
(II) I810(0): VESA VBE DDC read successfully   
(II) I810(0): Manufacturer: MTK  Model: e11  Serial#: 1   
(II) I810(0): Year: 2001  Week: 15   
(II) I810(0): EDID Version: 1.0   
(II) I810(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V   
(II) I810(0): Sync:  Separate  Composite   
(II) I810(0): Max H-Image Size [cm]: horiz.: 26  vert.: 20   
(II) I810(0): Gamma: 2.50   
(II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display   
(II) I810(0): redX: 0.620 redY: 0.350   greenX: 0.305 greenY: 0.600   
(II) I810(0): blueX: 0.155 blueY: 0.065   whiteX: 0.281 whiteY: 0.311   
(II) I810(0): Supported VESA Video Modes:   
(II) I810(0): 720x400@70Hz   
(II) I810(0): 640x480@60Hz   
(II) I810(0): 640x480@72Hz   
(II) I810(0): 800x600@60Hz   
(II) I810(0): 800x600@72Hz   
(II) I810(0): 1024x768@87Hz (interlaced)   
(II) I810(0): 1024x768@60Hz   
(II) I810(0): Manufacturer's mask: 0   
(II) I810(0): Supported Future Video Modes:   
(II) I810(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833   
(II) I810(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853   
(--) I810(0): Chipset: "i810"   
(--) I810(0): Linear framebuffer at 0xD0000000   
(--) I810(0): IO registers at addr 0xD6000000   
(II) I810(0): I810CheckAvailableMemory: 95228k available   
(**) I810(0): Will alloc AGP framebuffer: 16384 kByte   
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)   
(II) I810(0): Custom: Using hsync range of 30.00-55.00 kHz   
(II) I810(0): Custom: Using vrefresh range of 5.00-120.00 Hz   
(II) I810(0): Clock range:  12.00 to 163.00 MHz   
(II) I810(0): Not using mode "768x576" (hsync out of range)   
(II) I810(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (unknown reason)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (hsync out of range)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (hsync out of range)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1024x768" (hsync out of range)   
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1152x864" (hsync out of range)   
(II) I810(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x960" (hsync out of range)   
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x960" (hsync out of range)   
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)   
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)   
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)   
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (hsync out of range)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)   
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)   
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)   
(II) I810(0): Not using default mode "1600x1024" (hsync out of range)   
(II) I810(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)   
(--) I810(0): Virtual size is 1024x768 (pitch 1024)   
(**) I810(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz   
(II) I810(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync   
(**) I810(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz   
(II) I810(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync   
(**) I810(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz   
(II) I810(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync   
(--) I810(0): Display dimensions: (260, 200) mm   
(--) I810(0): DPI set to (100, 97)   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 ANSI C Emulation, version 0.1   
(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.2.0, module version = 1.0.0   
	ABI class: XFree86 Video Driver, version 0.5   
(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.2.0, module version = 0.1.0   
	ABI class: XFree86 Video Driver, version 0.5   
(II) I810(0): XvMC is Disabled: use XvMCSurfaces config option to enable.   
(II) do I need RAC?  No, I don't.   
(II) resource ranges after preInit:   
	[0] 0	0xd6000000 - 0xd607ffff (0x80000) MS[B]   
	[1] 0	0xd0000000 - 0xd3ffffff (0x4000000) MS[B]   
	[2] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)   
	[3] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)   
	[4] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]   
	[5] -1	0x000c0000 - 0x000effff (0x30000) MX[B]   
	[6] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]   
	[7] -1	0xd5000000 - 0xd50000ff (0x100) MX[B]   
	[8] -1	0xd6000000 - 0xd607ffff (0x80000) MX[B](B)   
	[9] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)   
	[10] 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)   
	[11] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)   
	[12] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)   
	[13] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]   
	[14] -1	0x00000000 - 0x000000ff (0x100) IX[B]   
	[15] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]   
	[16] -1	0x0000d800 - 0x0000d83f (0x40) IX[B]   
	[17] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]   
	[18] -1	0x00005000 - 0x0000500f (0x10) IX[B]   
	[19] -1	0x0000d000 - 0x0000d01f (0x20) IX[B]   
	[20] -1	0x0000f000 - 0x0000f00f (0x10) IX[B]   
	[21] 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)   
	[22] 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is -1, (No such device)   
drmOpenDevice: Open failed   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is -1, (No such device)   
drmOpenDevice: Open failed   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 7, (OK)   
drmGetBusid returned ''   
(II) I810(0): [drm] loaded kernel module for "i810" driver   
(II) I810(0): [drm] created "i810" driver at busid "PCI:0:1:0"   
(II) I810(0): [drm] added 8192 byte SAREA at 0xc8a84000   
(II) I810(0): [drm] mapped SAREA 0xc8a84000 to 0x40016000   
(II) I810(0): [drm] framebuffer handle = 0xd0000000   
(II) I810(0): [drm] added 1 reserved context for kernel   
(II) I810(0): [drm] Registers = 0xd6000000   
(II) I810(0): [agp] dcacheHandle : (nil)   
(II) I810(0): [agp] GART: no dcache memory found   
(II) I810(0): [agp] Bound backbuffer memory   
(II) I810(0): [agp] Bound depthbuffer memory   
(II) I810(0): [agp] GART: Allocated 4K for mouse cursor image   
(II) I810(0): Adding 768 scanlines for pixmap caching   
(II) I810(0): Allocated Scratch Memory   
(II) I810(0): [dri] Buffer map : bfb000   
(II) I810(0): [drm] added 256 4096 byte DMA buffers   
(II) I810(0): [drm] dma control initialized, using IRQ 5   
(II) I810(0): [dri] visual configs initialized.   
(==) I810(0): Write-combining range (0xd0000000,0x4000000)   
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000   
(II) I810(0): Setting dot clock to 65.0 MHz [ 0x3f 0xa 0x30 ] [ 65 12 3 ]   
(II) I810(0): chose watermark 0x2210e000: (tab.freq 65.0)   
(II) I810(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 Horizontal and Vertical Lines   
	Offscreen Pixmaps   
	Setting up tile and stipple cache:   
		24 128x128 slots   
		6 256x256 slots   
(==) I810(0): Backing store disabled   
(==) I810(0): Silken mouse enabled   
(**) Option "dpms" "on"   
(**) I810(0): DPMS enabled   
(II) I810(0): X context handle = 0x00000001   
(II) I810(0): [drm] installed DRM signal handler   
(II) I810(0): [DRI] installation complete   
(==) I810(0): Direct rendering enabled   
(WW) I810(0): Option "AGPMode" is not used   
(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   
(**) Option "Protocol" "PS/2"   
(**) Mouse1: Protocol: "PS/2"   
(**) Option "CorePointer"   
(**) Mouse1: Core Pointer   
(**) Option "Device" "/dev/mouse"   
(**) Option "Emulate3Buttons"   
(**) Option "Emulate3Timeout" "50"   
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50   
(==) Mouse1: Buttons: 3   
(II) Keyboard "Keyboard1" handled by legacy driver   
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)   
(II) Open APM successful   
(II) I810(0): Setting dot clock to 65.0 MHz [ 0x3f 0xa 0x30 ] [ 65 12 3 ]   
(II) I810(0): chose watermark 0x2210e000: (tab.freq 65.0)   
(II) I810(0): [drm] removed 1 reserved context for kernel   
(II) I810(0): [drm] unmapping 8192 bytes of SAREA 0xc8a84000 at 0x40016000   
(II) Open APM successful   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 6, (OK)   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 6, (OK)   
drmOpenDevice: minor is 0   
drmOpenDevice: node name is /dev/dri/card0   
drmOpenDevice: open result is 6, (OK)   
drmGetBusid returned ''   
(II) I810(0): [drm] created "i810" driver at busid "PCI:0:1:0"   
(II) I810(0): [drm] added 8192 byte SAREA at 0xc8a84000   
(II) I810(0): [drm] mapped SAREA 0xc8a84000 to 0x40016000   
(II) I810(0): [drm] framebuffer handle = 0xd0000000   
(II) I810(0): [drm] added 1 reserved context for kernel   
(II) I810(0): [drm] Registers = 0xd6000000   
(II) I810(0): [agp] dcacheHandle : (nil)   
(II) I810(0): [agp] GART: no dcache memory found   
(II) I810(0): [agp] Bound backbuffer memory   
(II) I810(0): [agp] Bound depthbuffer memory   
(II) I810(0): [agp] GART: Allocated 4K for mouse cursor image   
(II) I810(0): Adding 768 scanlines for pixmap caching   
(II) I810(0): Allocated Scratch Memory   
(II) I810(0): [dri] Buffer map : bfb000   
(II) I810(0): [drm] added 256 4096 byte DMA buffers   
(II) I810(0): [drm] dma control initialized, using IRQ 5   
(II) I810(0): [dri] visual configs initialized.   
(==) I810(0): Write-combining range (0xd0000000,0x4000000)   
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000   
(II) I810(0): Setting dot clock to 65.0 MHz [ 0x3f 0xa 0x30 ] [ 65 12 3 ]   
(II) I810(0): chose watermark 0x2210e000: (tab.freq 65.0)   
(**) I810(0): DPMS enabled   
(II) I810(0): X context handle = 0x00000001   
(II) I810(0): [drm] installed DRM signal handler   
(II) I810(0): [DRI] installation complete   
(==) I810(0): Direct rendering enabled   
GetModeLine - scrn: 0 clock: 65000   
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344   
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2002-04-17 14:09:40 UTC
This is probably caused by /dev/dri not having the right permissions. By default on gentoo, they are  
owned by root.root . You will want to make a dri group. Put yourself in it. (Or use the audio group),  
and assign group ownership of /dev/dri and the devices in it to the dri group.  
  
I had this same problem (I think so, your glxinfo logs didn't include stderror) on a matrox card. It  
should be set up in devfsd.conf but for some reason ( 99% sure pam causes it) the permissions revert  
to root sometime.  
  
In /etc/security/console.perms change:  
<dri>=/dev/nvidia* /dev/3dfx*  
into  
<dri>=/dev/nvidia* /dev/3dfx* /dev/dri*  
  
That should fix it. Maybe this should be fixed in general though 
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-05-10 13:10:59 UTC
azarah, i have no idea what this is all about.
maybe you do?
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-27 18:18:33 UTC
I think I got the right patch from mandrake's .src.rpm, will be adding to
next revision of xfree.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-10 13:58:09 UTC
Fixed in -r12