ATI DRI & Xorg.conf

I am trying to get 3d working with the ATI drivers.  I have installed the kernel and have installed the drivers, ran
fglrxconfig
. I have also added the fglrx module to rc.conf and then when i boot i get the following error message:
(ww) Fglrx: no matching device section for instance (BusID PCI:1:5:0) found
(EE) No devices detected
Here is my xorg.conf:
# File: xorg.conf
# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# DRI Section
Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
EndSection
# 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" # libglx.a
Load "dri" # libdri.a
#This loads the synaptics touchpad driver
# Load "synaptics"
EndSection
# Files section. This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/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 "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for XFree86
# Option "XkbRules" "xfree86"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
Identifier "Mouse[1]"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
# 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
#Section "InputDevice"
# Driver "synaptics"
# Identifier "Mouse[1]"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.06"
# Option "MaxSpeed" "0.12"
# Option "AccelFactor" "0.0010"
# Option "SHMConfig" "on"
# #Option "Repeater" "/dev/ps2mouse"
# 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 "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Monitor0"
# === mode lines based on GTF ===
# VGA @ 100Hz
# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
# SVGA @ 100Hz
# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
# XVGA @ 100Hz
# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
# 1152x864 @ 60Hz
# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
# 1152x864 @ 85Hz
# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
# 1152x864 @ 100Hz
# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
# 1280x960 @ 75Hz
# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
# 1280x960 @ 100Hz
# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017 +hsync +vsync
# SXGA @ 100Hz
# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
# Modeline "GDM-1950" 109.62 1280 1336 1472 1720 1024 1024 1026 1062 -hsync -vsync
# 1600x1000 @ 60Hz
# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
# 1600x1000 @ 75Hz
# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
# 1600x1000 @ 85Hz
# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
# 1600x1000 @ 100Hz
# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
# 1600x1024 @ 60Hz
# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
# 1600x1024 @ 75Hz
# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
# 1600x1024 @ 76Hz
# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
# 1600x1024 @ 85Hz
# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
# 1920x1080 @ 60Hz
# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
# 1920x1080 @ 75Hz
# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
# 1920x1200 @ 60Hz
# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
# 1920x1200 @ 75Hz
# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
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
# installed.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# === ATI device section ===
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "(null)"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "2"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=5653
Screen 0
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 "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
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 "Server 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.
Screen "Screen0"
# 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 "Mouse[1]" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
### EOF ###
Thanks in advance!

no, my graphics card has Hypermemory (where it has dedicated memory, but allows you to add system memory for use as well).  So i was on a forum ( www.notebookanalysis.com ) that deals only with my model of notebook, and saw someone with the same blank screen as mine, so they go it to work by using only shared video memory.  So i changed that and it worked.
When i type glxinfo i get this:
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_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS 200M Series SW TCL Generic
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)
OpenGL extensions:
GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
GL_ARB_vertex_blend, GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_window_pos, GL_ARB_draw_buffers, GL_ATI_draw_buffers,
GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_separate_stencil,
GL_ATI_texture_env_combine3, GL_ATI_texture_float,
GL_ATI_texture_mirror_once, GL_ATI_vertex_streams,
GL_ATIX_texture_env_combine3, GL_ATIX_texture_env_route,
GL_ATIX_vertex_shader_output_point_size, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
GL_EXT_texgen_reflection, GL_EXT_texture3D,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
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 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 1 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 1 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 1 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 None
0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 1 0 None
0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 1 0 None
0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 1 0 None
0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
which tells me that DRI is enabled.....however after running glxinfo, it gives me the information above, but does not bring me back to a command line, almost as if it is frozen.  There are several other applications that freeze constantly while using them.
output of lsmod:
Module Size Used by
usblp 10752 0
usbhid 40064 0
yealink 10752 0
usb_storage 62272 0
eth1394 16776 0
uhci_hcd 26768 0
ehci_hcd 27144 0
ohci_hcd 17028 0
ohci1394 28084 0
ieee1394 77400 2 eth1394,ohci1394
amd64_agp 9668 0
snd_atiixp_modem 12296 1
snd_atiixp 14988 2
snd_ac97_codec 80032 2 snd_atiixp_modem,snd_atiixp
snd_ac97_bus 2688 1 snd_ac97_codec
snd_pcm_oss 41760 0
snd_mixer_oss 15104 1 snd_pcm_oss
snd_pcm 69252 4 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss
snd_timer 19076 1 snd_pcm
snd 41956 13 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 7776 1 snd
snd_page_alloc 8200 3 snd_atiixp_modem,snd_atiixp,snd_pcm
yenta_socket 22156 0
rsrc_nonstatic 10624 1 yenta_socket
pcmcia_core 32664 2 yenta_socket,rsrc_nonstatic
fglrx 417568 19
agpgart 26064 2 amd64_agp,fglrx
fuse 29712 0
ndiswrapper 150800 0
8139too 22528 0
mii 4992 1 8139too
usbcore 100484 9 usblp,usbhid,yealink,usb_storage,uhci_hcd,ehci_hcd,ohci_hcd,ndiswrapper
ntfs 186640 1
evdev 7552 0
xfs 436896 0
reiserfs 214768 0
jfs 152828 0
ext3 107016 1
jbd 49044 1 ext3
sata_vsc 6020 0
sata_uli 5252 0
sata_via 6276 0
sata_sx4 11268 0
sata_svw 5892 0
sata_sis 5892 0
sata_sil24 8964 0
sata_qstor 7428 0
sata_promise 8708 0
sata_sil 6916 0
sata_nv 7044 0
sata_mv 14340 0
mptspi 6664 0
mptsas 12300 0
mptfc 5892 0
mptscsih 27536 3 mptspi,mptsas,mptfc
mptctl 19968 0
mptbase 39904 5 mptspi,mptsas,mptfc,mptscsih,mptctl
tmscsim 18880 0
sym53c8xx 68372 0
st 32416 0
sg 26528 0
sr_mod 13732 0
scsi_transport_sas 13568 1 mptsas
raid_class 5120 0
qlogicfas408 6536 0
qla6312 115712 0
qla2322 134912 0
qla2300 125056 0
qla2200 87680 0
qla2100 79872 0
qla2xxx 106460 5 qla6312,qla2322,qla2300,qla2200,qla2100
pdc_adma 7300 0
qla1280 115340 0
osst 45088 0
nsp32 21908 0
megaraid_sas 22956 0
megaraid_mbox 28816 0
megaraid_mm 9252 1 megaraid_mbox
lpfc 125884 0
iscsi_tcp 34308 0
scsi_transport_iscsi 18112 1 iscsi_tcp
ipr 55072 0
imm 10632 0
parport 28488 1 imm
dmx3191d 12160 0
dc395x 30480 0
atp870u 27136 0
ata_piix 7556 0
aic7xxx 148788 0
aic79xx 219864 0
ahci 9988 0
libata 46348 15 sata_vsc,sata_uli,sata_via,sata_sx4,sata_svw,sata_sis,sata_sil24,sata_qstor,sata_promise,sata_sil,sata_nv,sata_mv,pdc_adma,ata_piix,ahci
aha152x 32080 0
aacraid 47616 0
a100u2w 9280 0
BusLogic 21556 0
3w_xxxx 23968 0
3w_9xxx 27908 0
sd_mod 13568 0
ide_floppy 15104 0
ide_cd 33284 0
cdrom 31520 2 sr_mod,ide_cd
ide_disk 13568 4
via82cxxx 8196 0 [permanent]
trm290 4228 0 [permanent]
triflex 3712 0 [permanent]
slc90e66 4992 0 [permanent]
sis5513 13448 0 [permanent]
siimage 10112 0 [permanent]
serverworks 7816 0 [permanent]
sc1200 6272 0 [permanent]
rz1000 2944 0 [permanent]
piix 8708 0 [permanent]
pdc202xx_old 8960 0 [permanent]
pdc202xx_new 7552 0 [permanent]
ns87415 4168 0 [permanent]
it821x 7300 0 [permanent]
hpt366 16000 0 [permanent]
hpt34x 4608 0 [permanent]
generic 4868 0 [permanent]
cy82c693 4356 0 [permanent]
cs5535 6016 0 [permanent]
cs5530 4736 0 [permanent]
cmd64x 9500 0 [permanent]
atiixp 5264 0 [permanent]
amd74xx 12956 0 [permanent]
alim15x3 9996 0 [permanent]
aec62xx 6400 0 [permanent]
ide_core 102480 29 usb_storage,ide_floppy,ide_cd,ide_disk,via82cxxx,trm290,triflex,slc90e66,sis5513,siimage,serverworks,sc1200,rz1000,piix,pdc202xx_old,pdc202xx_new,ns87415,it821x,hpt366,hpt34x,generic,cy82c693,cs5535,cs5530,cmd64x,atiixp,amd74xx,alim15x3,aec62xx
i see fglrx is loaded along with agpgart and amd64_agp..... does this mean that my modules are looking for external agpgart?
I am using the archck kernel because i thought that was the only way i could use the ati-drivers package from community.....
I have also tried re-running the fglrxconfig, but it hasnt solved anything.
Any help would be appreciated!!
Thanks in advance!

Similar Messages

  • X running without xorg.conf

    Hi,
    I've installed the ati-glrx-beyond package with the ati drivers and noticed that my xorg.conf was gone (not sure if it was there in the first place):
    find / -name xorg.conf
    returns no files.
    Anyway, X runs fine, with the correct resolution and everything (no direct rendering though). The problem is that I can't configure it with aticonfig (as the configuration file isn't there)...running Xorg -configure crashes with the following message:
    List of video drivers:
    fglrx
    ati
    atimisc
    r128
    radeon
    vesa
    Backtrace:
    0: Xorg(xf86SigHandler+0x84) [0x80c4724]
    1: [0xffffe420]
    2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(atiddxProbeMain+0x121) [0xb75b1e31]
    3: Xorg(DoConfigure+0x208) [0x80b6568]
    4: Xorg(InitOutput+0x655) [0x80a06e5]
    5: Xorg(main+0x276) [0x806ea26]
    6: /lib/libc.so.6(__libc_start_main+0xd8) [0xb7ddc7c8]
    7: Xorg(FontFileCompleteXLFD+0xa5) [0x806df61]
    Fatal server error:
    Caught signal 11. Server aborting
    Any ideas what might be wrong? Thanks in advance

    A bug in the ATI drivers prevents you from using autoconfiguration. You could move away the fglrx driver file or uninstall the ATI driver temporarily and use Xorg -configure to generate a generic config using the vesa or vga driver first, then move the things back in place and use aticonfig to generate the ati-specific xorg.conf.

  • Arch64 ati radeon 3870 radeonhd driver. Problem with xorg.conf.

    I've got a small problem with my xorg. I won't hide that i'm not a xorg nerd and i've used the automatic xorg tool to generate the xorg.conf. After starting X, the screen goes black and then after ~5 seconds  montior switches to power-saving mode.
    So here we go.
    That's xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "dri2"
    Load "dbe"
    Load "dri"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon HD 3870"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card1"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon HD 3870"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    and that's the log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.3.901 (1.6.4 RC 1)
    Release Date: 2009-8-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux kasia 2.6.31-ARCH #1 SMP PREEMPT Tue Oct 13 11:33:39 CEST 2009 x86_64
    Build Date: 04 September 2009 05:45:43PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 21 20:31:45 2009
    (++) Using config file: "xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Screen "Screen1" (1)
    (**) | |-->Monitor "Monitor1"
    (**) | |-->Device "Card1"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x1d40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (!!) More than one possible primary device found
    (--) PCI: (0:1:0:0) 1002:9501:1458:21a4 ATI Technologies Inc Radeon HD 3870 rev 0, Mem @ 0xd0000000/268435456, 0xf7000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    (--) PCI: (0:2:0:0) 1002:9501:1458:21a4 ATI Technologies Inc Radeon HD 3870 rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeonhd"
    (II) Loading /usr/lib/xorg/modules/drivers//radeonhd_drv.so
    (II) Module radeonhd: vendor="AMD GPG"
    compiled for 1.6.0, module version = 1.2.5
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:
    RV505 : Radeon X1550, X1550 64bit.
    RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
    RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
    R520 : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
    RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
    RV535 : Radeon X1300, X1650.
    RV550 : Radeon X2300 HD.
    RV560 : Radeon X1650.
    RV570 : Radeon X1950, X1950 GT; FireGL V7400.
    R580 : Radeon X1900, X1950; AMD Stream Processor.
    R600 : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
    RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
    RV620 : Radeon HD 3450, HD 3470.
    RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
    FireGL V3600/V5600.
    RV635 : Radeon HD 3650, HD 3670.
    RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170.
    R680 : Radeon HD 3870 X2.
    M52 : Mobility Radeon X1300.
    M54 : Mobility Radeon X1400; M54-GL.
    M56 : Mobility Radeon X1600; Mobility FireGL V5200.
    M58 : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
    M62 : Mobility Radeon X1350.
    M64 : Mobility Radeon X1450, X2300.
    M66 : Mobility Radeon X1700, X1700 XT; FireGL V5250.
    M68 : Mobility Radeon X1900.
    M71 : Mobility Radeon HD 2300.
    M72 : Mobility Radeon HD 2400; Radeon E2400.
    M74 : Mobility Radeon HD 2400 XT.
    M76 : Mobility Radeon HD 2600;
    (Gemini ATI) Mobility Radeon HD 2600 XT.
    M82 : Mobility Radeon HD 3400.
    M86 : Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700.
    M88 : Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2.
    RS600 : Radeon Xpress 1200, Xpress 1250.
    RS690 : Radeon X1200, X1250, X1270.
    RS740 : RS740, RS740M.
    RS780 : Radeon HD 3100/3200/3300 Series.
    RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro.
    R700 : Radeon R700.
    M98 : Radeon M98 Mobility.
    RV730 : Radeon HD4670, HD4650.
    M96 : Radeon M96 Mobility.
    RV710 : Radeon HD4570, HD4350.
    (II) RADEONHD: version 1.2.5, built from dist of git branch master, commit cb54f48b
    (II) Primary Device is:
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] 1 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [8] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [9] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [11] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [12] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [13] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    [14] 1 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [15] 1 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (==) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
    (**) RADEONHD(0): Selected ShadowFB.
    (II) RADEONHD(0): Unknown card detected: 0x9501:0x1458:0x21A4.
    If - and only if - your card does not work or does not work optimally
    please contact [email protected] to help rectify this.
    Use the subject: 0x9501:0x1458:0x21A4: <name of board>
    and *please* describe the problems you are seeing
    in your message.
    (--) RADEONHD(0): Detected an RV670 on an unidentified card
    (II) RADEONHD(0): Mapped IO @ 0xf7000000 to 0x7f39ca36f000 (size 0x00010000)
    (II) RADEONHD(0): PCIE Card Detected
    (II) RADEONHD(0): Getting BIOS copy from PCI ROM
    (II) RADEONHD(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1458 SubsystemID: 0x21a4
    IOBaseAddress: 0xa000
    Filename: Test.bin
    BIOS Bootup Message:
    GV-RX387512HP_F10
    (II) RADEONHD(0): Default Engine Clock: 825000
    (II) RADEONHD(0): Default Memory Clock: 900000
    (II) RADEONHD(0): Calling ASIC Init
    (II) RADEONHD(0): ASIC_INIT Successful
    (II) RADEONHD(0): Analog TV Default Mode: 1
    (II) RADEONHD(0): Found default TV Mode NTSC
    (II) RADEONHD(0): The detected amount of videoram exceeds the PCI BAR aperture.
    (II) RADEONHD(0): Using only 262144kB of the total 524288kB.
    (--) RADEONHD(0): VideoRAM: 262144 kByte
    (II) RADEONHD(0): Framebuffer space used by Firmware (kb): 16
    (II) RADEONHD(0): Start of VRAM area used by Firmware: 0x1fffc000
    (II) RADEONHD(0): AtomBIOS requests 16kB of VRAM scratch space
    (II) RADEONHD(0): AtomBIOS VRAM scratch base: 0x1fffc000
    (WW) RADEONHD(0): rhdAtomAllocateFbScratch: FW FB scratch area 536854528 (size: 16384) extends beyond available framebuffer size 268435456
    (II) RADEONHD(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEONHD(0): Default Engine Clock: 825000
    (II) RADEONHD(0): Default Memory Clock: 900000
    (II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEONHD(0): Maximum Pixel Clock: 400000
    (II) RADEONHD(0): Reference Clock: 27000
    (II) RADEONHD(0): Direct rendering not officially supported on R600 and up
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEONHD(0): Reference Clock: 27000
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f90
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f90
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f94
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f94
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f98
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f98
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f80
    (II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f80
    (II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(0): I2C bus "RHD I2C line 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) RADEONHD(0): Detected VGA mode.
    (II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEONHD(0): Maximum Pixel Clock: 400000
    (II) RADEONHD(0): Reference Clock: 27000
    (II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00000000 (size = 0x00004000)
    (II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00004000 (size = 0x00004000)
    (II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I DFP1 CRT2", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_DACB } }
    (II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_TV, "7PIN_DIN TV1 CV", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
    (II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I CRT1 DFP2", RHD_DDC_0, RHD_HPD_1, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_DACA } }
    (--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-I 1
    (--) RADEONHD(0): Attaching Output DAC B to Connector DVI-I 1
    (--) RADEONHD(0): Attaching Output DAC B to Connector TV 7PIN_DIN
    (--) RADEONHD(0): Attaching Output TMDS B to Connector DVI-I 2
    (--) RADEONHD(0): Attaching Output DAC A to Connector DVI-I 2
    (II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/digital for Output TMDS A
    (II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/analog for Output DAC B
    (II) RADEONHD(0): RandR: Adding RRoutput TV_7PIN_DIN for Output DAC B
    (II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/digital for Output TMDS B
    (II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/analog for Output DAC A
    (II) RADEONHD(0): Output DVI-I_1/digital using monitor section Monitor0
    (II) RADEONHD(0): Output DVI-I_1/digital has no monitor section
    (II) RADEONHD(0): Output DVI-I_1/analog has no monitor section
    (II) RADEONHD(0): Output TV_7PIN_DIN has no monitor section
    (II) RADEONHD(0): Output DVI-I_2/digital has no monitor section
    (II) RADEONHD(0): Output DVI-I_2/analog has no monitor section
    (II) RADEONHD(0): TMDS A: Sensed Output: DVI
    (II) RADEONHD(0): Setting TMDS A to incoherent
    (II) RADEONHD(0): I2C device "RHD I2C line 1:E-EDID segment register" registered at address 0x60.
    (II) RADEONHD(0): I2C device "RHD I2C line 1:ddc2" registered at address 0xA0.
    (II) RADEONHD(0): EDID data for W2253
    (II) RADEONHD(0): Manufacturer: GSM Model: 56dc Serial#: 385315
    (II) RADEONHD(0): Year: 2009 Week: 5
    (II) RADEONHD(0): EDID Version: 1.3
    (II) RADEONHD(0): Digital Display Input
    (II) RADEONHD(0): Max Image Size [cm]: horiz.: 49 vert.: 32
    (II) RADEONHD(0): Gamma: 2.20
    (II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off
    (II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEONHD(0): First detailed timing is preferred mode
    (II) RADEONHD(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    (II) RADEONHD(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    (II) RADEONHD(0): Supported established timings:
    (II) RADEONHD(0): 720x400@70Hz
    (II) RADEONHD(0): 640x480@60Hz
    (II) RADEONHD(0): 640x480@75Hz
    (II) RADEONHD(0): 800x600@56Hz
    (II) RADEONHD(0): 800x600@60Hz
    (II) RADEONHD(0): 800x600@75Hz
    (II) RADEONHD(0): 832x624@75Hz
    (II) RADEONHD(0): 1024x768@60Hz
    (II) RADEONHD(0): 1024x768@75Hz
    (II) RADEONHD(0): 1280x1024@75Hz
    (II) RADEONHD(0): 1152x870@75Hz
    (II) RADEONHD(0): Manufacturer's mask: 0
    (II) RADEONHD(0): Supported standard timings:
    (II) RADEONHD(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    (II) RADEONHD(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEONHD(0): #2: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
    (II) RADEONHD(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEONHD(0): Supported detailed timing:
    (II) RADEONHD(0): clock: 138.5 MHz Image Size: 510 x 290 mm
    (II) RADEONHD(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    (II) RADEONHD(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
    (II) RADEONHD(0): Supported detailed timing:
    (II) RADEONHD(0): clock: 148.5 MHz Image Size: 510 x 290 mm
    (II) RADEONHD(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    (II) RADEONHD(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    (II) RADEONHD(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 150 MHz
    (II) RADEONHD(0): Monitor name: W2253
    (II) RADEONHD(0): EDID (in hex):
    (II) RADEONHD(0): 00ffffffffffff001e6ddc5623e10500
    (II) RADEONHD(0): 0513010380312078eaee91a3544c9926
    (II) RADEONHD(0): 0f5054a76b80b3008180818f714f0101
    (II) RADEONHD(0): 0101010101011a3680a070381f403020
    (II) RADEONHD(0): 3500fe221100001e023a801871382d40
    (II) RADEONHD(0): 582c4500fe221100001c000000fd0038
    (II) RADEONHD(0): 4b1e530f000a202020202020000000fc
    (II) RADEONHD(0): 0057323235330a202020202020200081
    (II) RADEONHD(0): EDID vendor "GSM", prod id 22236
    (II) RADEONHD(0): Using EDID range info for horizontal sync
    (II) RADEONHD(0): Using EDID range info for vertical refresh
    (II) RADEONHD(0): Printing DDC gathered Modelines:
    (II) RADEONHD(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync +vsync (66.6 kHz)
    (II) RADEONHD(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync +vsync (67.5 kHz)
    (II) RADEONHD(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEONHD(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEONHD(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEONHD(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEONHD(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEONHD(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEONHD(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEONHD(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEONHD(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEONHD(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEONHD(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEONHD(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    (II) RADEONHD(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEONHD(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEONHD(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEONHD(0): Output DVI-I_1/digital connected
    (II) RADEONHD(0): Output DVI-I_1/analog disconnected
    (II) RADEONHD(0): Output TV_7PIN_DIN disconnected
    (II) RADEONHD(0): Output DVI-I_2/digital disconnected
    (II) RADEONHD(0): Output DVI-I_2/analog disconnected
    (II) RADEONHD(0): Using exact sizes for initial modes
    (II) RADEONHD(0): Output DVI-I_1/digital using initial mode 1920x1080
    (II) RADEONHD(0): RandR 1.2 support enabled
    (==) RADEONHD(0): RGB weight 888
    (==) RADEONHD(0): Default visual is TrueColor
    (==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEONHD(0): Using 1920x1920 Framebuffer with 1920 pitch
    (II) RADEONHD(0): FB: Allocated ScanoutBuffer at offset 0x00008000 (size = 0x00E10000)
    (**) RADEONHD(0): Display dimensions: (490, 320) mm
    (**) RADEONHD(0): DPI set to (99, 152)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) Loading sub module "shadow"
    (II) LoadModule: "shadow"
    (II) Loading /usr/lib/xorg/modules//libshadow.so
    (II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) RADEONHD(0): Using ShadowFB
    (==) RADEONHD(1): Depth 24, (--) framebuffer bpp 32
    (**) RADEONHD(1): Selected ShadowFB.
    (II) RADEONHD(1): Unknown card detected: 0x9501:0x1458:0x21A4.
    If - and only if - your card does not work or does not work optimally
    please contact [email protected] to help rectify this.
    Use the subject: 0x9501:0x1458:0x21A4: <name of board>
    and *please* describe the problems you are seeing
    in your message.
    (--) RADEONHD(1): Detected an RV670 on an unidentified card
    (II) RADEONHD(1): Mapped IO @ 0xf5000000 to 0x7f39ca36f000 (size 0x00010000)
    (II) RADEONHD(1): PCIE Card Detected
    (II) RADEONHD(1): Getting BIOS copy from PCI ROM
    (II) RADEONHD(1): ATOM BIOS Rom:
    SubsystemVendorID: 0x1458 SubsystemID: 0x21a4
    IOBaseAddress: 0x0000
    Filename: Test.bin
    BIOS Bootup Message:
    GV-RX387512HP_F10
    (II) RADEONHD(1): Default Engine Clock: 825000
    (II) RADEONHD(1): Default Memory Clock: 900000
    (II) RADEONHD(1): Calling ASIC Init
    (II) RADEONHD(1): ASIC_INIT Successful
    (II) RADEONHD(1): Analog TV Default Mode: 27049664
    (II) RADEONHD(1): The detected amount of videoram exceeds the PCI BAR aperture.
    (II) RADEONHD(1): Using only 262144kB of the total 524288kB.
    (--) RADEONHD(1): VideoRAM: 262144 kByte
    (II) RADEONHD(1): Framebuffer space used by Firmware (kb): 0
    (WW) RADEONHD(1): rhdAtomGetFbBaseAndSize: AtomBIOS specified VRAM scratch space size invalid
    (II) RADEONHD(1): default to: 20480
    (II) RADEONHD(1): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEONHD(1): Default Engine Clock: 825000
    (II) RADEONHD(1): Default Memory Clock: 900000
    (II) RADEONHD(1): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEONHD(1): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEONHD(1): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEONHD(1): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEONHD(1): Maximum Pixel Clock: 400000
    (II) RADEONHD(1): Reference Clock: 27000
    (II) RADEONHD(1): Direct rendering not officially supported on R600 and up
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEONHD(1): Reference Clock: 27000
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask: 0x1f90
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(1): GPIO_I2C_Data_Mask: 0x1f90
    (II) RADEONHD(1): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(1): I2C bus "RHD I2C line 0" initialized.
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask: 0x1f94
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(1): GPIO_I2C_Data_Mask: 0x1f94
    (II) RADEONHD(1): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(1): I2C bus "RHD I2C line 1" initialized.
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask: 0x1f98
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(1): GPIO_I2C_Data_Mask: 0x1f98
    (II) RADEONHD(1): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(1): I2C bus "RHD I2C line 2" initialized.
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask: 0x1f80
    (II) RADEONHD(1): GPIO_I2C_Clk_Mask_Shift: 0x0
    (II) RADEONHD(1): GPIO_I2C_Data_Mask: 0x1f80
    (II) RADEONHD(1): GPIO_I2C_Data_Mask_Shift: 0x8
    (II) RADEONHD(1): I2C bus "RHD I2C line 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) RADEONHD(1): Detected VGA mode.
    (II) RADEONHD(1): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEONHD(1): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEONHD(1): Maximum Pixel Clock: 400000
    (II) RADEONHD(1): Reference Clock: 27000
    (II) RADEONHD(1): FB: Allocated Cursor Image at offset 0x00000000 (size = 0x00004000)
    (II) RADEONHD(1): FB: Allocated Cursor Image at offset 0x00004000 (size = 0x00004000)
    (II) RADEONHD(1): Connector[0] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I DFP1 CRT2", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_DACB } }
    (II) RADEONHD(1): Connector[1] {RHD_CONNECTOR_TV, "7PIN_DIN TV1 CV", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
    (II) RADEONHD(1): Connector[2] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I CRT1 DFP2", RHD_DDC_0, RHD_HPD_1, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_DACA } }
    (--) RADEONHD(1): Attaching Output TMDS A to Connector DVI-I 1
    (--) RADEONHD(1): Attaching Output DAC B to Connector DVI-I 1
    (--) RADEONHD(1): Attaching Output DAC B to Connector TV 7PIN_DIN
    (--) RADEONHD(1): Attaching Output TMDS B to Connector DVI-I 2
    (--) RADEONHD(1): Attaching Output DAC A to Connector DVI-I 2
    (II) RADEONHD(1): RandR: Adding RRoutput DVI-I_1/digital for Output TMDS A
    (II) RADEONHD(1): RandR: Adding RRoutput DVI-I_1/analog for Output DAC B
    (II) RADEONHD(1): RandR: Adding RRoutput TV_7PIN_DIN for Output DAC B
    (II) RADEONHD(1): RandR: Adding RRoutput DVI-I_2/digital for Output TMDS B
    (II) RADEONHD(1): RandR: Adding RRoutput DVI-I_2/analog for Output DAC A
    (II) RADEONHD(1): Output DVI-I_1/digital using monitor section Monitor1
    (II) RADEONHD(1): Output DVI-I_1/digital has no monitor section
    (II) RADEONHD(1): Output DVI-I_1/analog has no monitor section
    (II) RADEONHD(1): Output TV_7PIN_DIN has no monitor section
    (II) RADEONHD(1): Output DVI-I_2/digital has no monitor section
    (II) RADEONHD(1): Output DVI-I_2/analog has no monitor section
    (II) RADEONHD(1): Output DVI-I_1/digital disconnected
    (II) RADEONHD(1): Output DVI-I_1/analog disconnected
    (II) RADEONHD(1): Output TV_7PIN_DIN disconnected
    (II) RADEONHD(1): Output DVI-I_2/digital disconnected
    (II) RADEONHD(1): Output DVI-I_2/analog disconnected
    (WW) RADEONHD(1): No outputs definitely connected, trying again...
    (II) RADEONHD(1): Output DVI-I_1/digital disconnected
    (II) RADEONHD(1): Output DVI-I_1/analog disconnected
    (II) RADEONHD(1): Output TV_7PIN_DIN disconnected
    (II) RADEONHD(1): Output DVI-I_2/digital disconnected
    (II) RADEONHD(1): Output DVI-I_2/analog disconnected
    (WW) RADEONHD(1): Unable to find initial modes
    (EE) RADEONHD(1): RandR: No valid modes. Disabling RandR support.
    (EE) RADEONHD(1): Failed to detect a connected monitor
    (II) RADEONHD(1): Destroying TMDS A
    (II) RADEONHD(1): Destroying DAC B
    (II) RADEONHD(1): Destroying TMDS B
    (II) RADEONHD(1): Destroying DAC A
    (II) RADEONHD(1): I2C bus "RHD I2C line 0" removed.
    (II) RADEONHD(1): I2C bus "RHD I2C line 1" removed.
    (II) RADEONHD(1): I2C bus "RHD I2C line 2" removed.
    (II) RADEONHD(1): I2C bus "RHD I2C line 3" removed.
    (II) UnloadModule: "radeonhd"
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) RADEONHD(0): Mapped IO @ 0xf7000000 to 0x7f39ca36f000 (size 0x00010000)
    (II) RADEONHD(0): Mapped FB @ 0xd0000000 to 0x7f39b66f6000 (size 0x10000000)
    (WW) RADEONHD(0): RHDCSInit: No CS for R600 and up yet.
    (==) RADEONHD(0): Backing store disabled
    (==) RADEONHD(0): Silken mouse enabled
    (II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) RADEONHD(0): On Crtc 0 Setting 59.9 Hz Mode: Modeline "1920x1080" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync +vsync
    None
    (II) RADEONHD(0): RHDAudioSetClock: using TMDS A as clock source with 138500 khz
    (II) RADEONHD(0): Using ACR timing N=4096 CTS=138500 for frequency 32000
    (II) RADEONHD(0): Using ACR timing N=6272 CTS=153888 for frequency 44100
    (II) RADEONHD(0): Using ACR timing N=6144 CTS=138500 for frequency 48000
    (II) RADEONHD(0): RHDAudioSetSupported: config 0x60040 codec 0x1
    (II) RADEONHD(0): DPMS enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) RADEONHD(0): Setting screen physical size to 510 x 290
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse
    (**) ImPS/2 Logitech Wheel Mouse: always reports core events
    (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event5"
    (II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
    (II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
    (II) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
    (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
    (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
    (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
    (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
    (**) ImPS/2 Logitech Wheel Mouse: (accel) filter chain progression: 2.00
    (**) ImPS/2 Logitech Wheel Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImPS/2 Logitech Wheel Mouse: (accel) set acceleration profile 0
    (II) ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) RADEONHD(0): RHDHdmiUpdateAudioSettings: stoped with 1 channels, 48000 Hz sampling rate, 8 bits per sample,
    (II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x00 IEC60958 status bits and 0x00 category code
    (II) RADEONHD(0): RHDHdmiUpdateAudioSettings: stoped with 1 channels, 48000 Hz sampling rate, 8 bits per sample,
    (II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x00 IEC60958 status bits and 0x00 category code
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) ImPS/2 Logitech Wheel Mouse: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    Last edited by warnab (2009-10-21 18:53:12)

    i'm getting then such log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.3.901 (1.6.4 RC 1)
    Release Date: 2009-8-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux kasia 2.6.31-ARCH #1 SMP PREEMPT Tue Oct 13 11:33:39 CEST 2009 x86_64
    Build Date: 04 September 2009 05:45:43PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 21 22:35:22 2009
    (II) Loader magic: 0x1d40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (!!) More than one possible primary device found
    (--) PCI: (0:1:0:0) 1002:9501:1458:21a4 ATI Technologies Inc Radeon HD 3870 rev 0, Mem @ 0xd0000000/268435456, 0xf7000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    (--) PCI: (0:2:0:0) 1002:9501:1458:21a4 ATI Technologies Inc Radeon HD 3870 rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    Primary device is not PCI
    (==) Using default built-in configuration (21 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default vesa Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "vesa"
    (WW) Warning, couldn't open module vesa
    (II) UnloadModule: "vesa"
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

  • Xorg.conf for legacy G3 imac with ATI Riva128

    Hi,
    after spending a few nights trying to figure out how to get ATI drivers working, and staring at newer and exotic Xorg error messages, I eventually found a working setup. I thought I'd post it here for records, and in case it could help someone.
    Section "Device"
    Identifier "Rage128PR"
    Driver "ati"
    BusID "PCI:0:16:0" # values are DECIMAL
    # VideoRam 8192 # may not be needed since it usually detected
    # MemBase 0x94000000 # obtained from 'lspci -vv' output
    # IOBase 0x0400
    Option "UseFBDev" "false"
    Option "NoInt10" "true"
    # Option "DMAForXv"  "enable"  # Use DMA for XV, reduces CPU usage
    EndSection
    Section "Monitor"
    Identifier "iMac Monitor"
    HorizSync 58-62
    VertRefresh 75-117
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Rage128PR"
    Monitor "iMac Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Module"
    Disable "glx"
    Disable "dri"
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    EndSection
    This is an imac 350 Mhz, running Xfce decently (184 Mb RAM - hoping for more - and 8 Mb video card).
    So far only Xfce display settings don't work. I get something like "cannot launch screen configuration window. Driver does not support video outputs". No big deal.
    Cheers.

    Thanks for posting this wizzard. After an upgrade of xorg I have been struggling to make a conf file that worked. Adding to a minimal file is easier than pruning a full one. I used your minimal xorg.conf and added:
    Option "PreferredMode" "1280x1024"
    in the monitor section and now all is well. (I think my monitor is non-standards-compliant. It causes problems so the option is needed)
    Last edited by greenfuse (2008-12-02 08:34:12)

  • I can't configure and create xorg.conf [ATI drivers]

    Anybody have an idea HELP!!. I cannot create xorg.conf.
    Follow this steps, but i can't configure this drivers.  :x
    My VGA is ATI 9550.
    [root@nube jack]# pacman -Q ati-fglrx ati-fglrx-utils
    ati-fglrx 8.25.18-1
    ati-fglrx-utils 8.25.18-1
    # dmesg
    Linux agpgart interface v0.101 (c) Dave Jones
    fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
    [fglrx] module loaded - fglrx 8.25.18 [May 18 2006] on minor 0
    [jack@nube ~]$ lsmod | grep fglrx
    fglrx 382828 0
    agpgart 27108 2 via_agp,fglrx
    [jack@nube ~]$ fglrxinfo
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    display: :0.0 screen: 0
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
    [root@nube jack]# glxinfo
    glxinfo: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
    [root@nube jack]# locate libGL.so
    /usr/lib/libGL.so.1.2
    /usr/lib/libGL.so
    /usr/lib/libGL.so.1
    [root@nube X11]# aticonfig --initial --input=/etc/X11/xorg.conf
    Warning: Could not find configuration file
    Please copy configuration file template to /etc/X11
    [root@nube X11]# Xorg -configure
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux nube 2.6.16-ARCH #1 SMP PREEMPT Tue Jun 6 08:33:18 UTC 2006 i686
    Build Date: 04 May 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 11 10:39:07 2006
    List of video drivers:
    voodoo
    apm
    ark
    radeon
    r128
    ati
    atimisc
    chips
    cirrus
    dummy
    vmware
    glint
    i128
    i740
    i810
    imstt
    mga
    neomagic
    newport
    nv
    rendition
    s3
    s3virge
    savage
    siliconmotion
    sis
    sisusb
    tdfx
    trident
    tseng
    via
    v4l
    fglrx
    fbdev
    vesa
    vga
    *** If unresolved symbols were reported above, they might not
    *** be the reason for the server aborting.
    Backtrace:
    0: Xorg(xf86SigHandler+0x88) [0x80ba6a8]
    1: [0xffffe420]
    2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(R200Probe+0x124) [0xb72fdbd4]
    3: Xorg(DoConfigure+0x140) [0x80ace60]
    4: Xorg(InitOutput+0x615) [0x80a2b45]
    5: Xorg(main+0x293) [0x806fbf3]
    6: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7d9ae00]
    7: Xorg(FontFileCompleteXLFD+0x91) [0x806f341]
    HELP please!!.
    Regards.

    Ok, i installed hwd and create in /etc/X11 the file xorg.conf.hwd
    Now....
    [jack@nube ~]$ sudo X -configure
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux nube 2.6.16-ARCH #1 SMP PREEMPT Tue Jun 6 08:33:18 UTC 2006 i686
    Build Date: 04 May 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 11 21:21:45 2006
    List of video drivers:
    voodoo
    apm
    ark
    radeon
    r128
    ati
    atimisc
    chips
    cirrus
    dummy
    vmware
    glint
    i128
    i740
    i810
    imstt
    mga
    neomagic
    newport
    nv
    rendition
    s3
    s3virge
    savage
    siliconmotion
    sis
    sisusb
    tdfx
    trident
    tseng
    via
    v4l
    fglrx
    fbdev
    vesa
    vga
    *** If unresolved symbols were reported above, they might not
    *** be the reason for the server aborting.
    Backtrace:
    0: X(xf86SigHandler+0x88) [0x80ba6a8]
    1: [0xffffe420]
    2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(R200Probe+0x124) [0xb7304bd4]
    3: X(DoConfigure+0x140) [0x80ace60]
    4: X(InitOutput+0x615) [0x80a2b45]
    5: X(main+0x293) [0x806fbf3]
    6: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7da1e00]
    7: X(FontFileCompleteXLFD+0x91) [0x806f341]
    Fatal server error:
    Caught signal 11. Server aborting
    [jack@nube ~]$ aticonfig --initial --input=/etc/X11/xorg.conf
    Warning: Could not find configuration file
    Please copy configuration file template to /etc/X11
    What's happening.... :?:  :?:  :?:

  • Help with ati open-source driver :what problems with my xorg.conf?

    I removed vesa driver and then :
    sudo pacman -S xf86-video-ati libgl
    I have browser http://wiki.archlinux.org/index.php/ATI
    I add me to the group video,add radeon to my rc.conf.
    and changed my xorg.conf like that.and then I type "startx",It did work,but the resolution is not right (it should be 1027x768 but I got a resolution 640x480),and I run glxinfo it said :"unable to open  display"
    I'm sure the     HorizSync VertRefresh is right besause when I try catalyst it works well :<
    my card is ati X550
    Here's my config:(can anyone who's ati card work with open-source driver works well give me your xorg.conf ?THX!)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "radeon"
    Load "glx"
    Load "record"
    Load "extmod"
    Load "xtrap"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ImPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 320 240 # mm
    Identifier "Monitor0"
    VendorName "KTC"
    ModelName "1700"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 28.0 - 80.0
    VertRefresh 50.0 - 200.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV370 [Sapphire X550 Silent]"
    Option "XAANoOffscreenPixmaps" "true"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "true"
    BusID "PCI:1:0:0"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    Ok, seems like you don't use [testing] because in this case x wouldn't even start, because RgbPath in the Section "Files" doesn't exist anymore and has to be removed.
    I do always recommend people to disable any kind of options in the Section "Device", if there are problems with the video card. You usually do not have to put radeon neigher into the Section "Module", nor into rc.conf! So remove them, radeon should be loaded because it's set as Driver in the Section "Device"
    Your problem with wrong resolution ... I'm not an expert in this, didn't ever have such a problem, but are you sure, that your HorizSync and VertRefresh values are right?

  • Xorg.conf for a dualhead setup with an ATI/AMD graphic card

    Hello Guys
    first I would mention that I've searched for a solution but I've not found one
    now back to the problem. I would configure my system so that I can work with two displays like Xinerama. But when I use
    $ startx
    then my two monitors have a white screen for a second, then the bigger one goes off (no signal) and the little stay with the white screen. The mouse pointer is not visible and no window manager is used.
    I have a SyncMaster P2250 (22") and a Eizo FlexScan L568 (17")
    my graphic card is an AMD/ATI Redwood (Radeon HD 5670) and the fglrx driver from the catalyst repository
    and finally my xorg.conf
    #Server Layout
    Section "ServerLayout"
    Identifier "Main_Layout"
    Screen 0 "Screen_Samsung" 0 0
    Screen "Screen_Eizo" RightOf "Screen_Samsung"
    EndSection
    #Device Section
    Section "Device"
    Identifier "Device_Samsung"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device_Eizo"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    #Monitor Sections (contains 2 monitors)
    Section "Monitor"
    Identifier "Monitor_Samsung"
    Option "DPMS" "true"
    Option "TargetRefresh" "59.9"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Monitor"
    Identifier "Monitor_Eizo"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "1680 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1280x1024"
    EndSection
    #Screen Sections
    Section "Screen"
    Identifier "Screen_Samsung"
    Device "Device_Eizo"
    Monitor "Monitor_Samsung"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050_59.90"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen_Eizo"
    Device "Device_Eizo"
    Monitor "Monitor_Eizo"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024_60.00"
    EndSubSection
    EndSection
    I would be very grateful if somebody can help me
    greez Troopa

    Hello Guys
    first I would mention that I've searched for a solution but I've not found one
    now back to the problem. I would configure my system so that I can work with two displays like Xinerama. But when I use
    $ startx
    then my two monitors have a white screen for a second, then the bigger one goes off (no signal) and the little stay with the white screen. The mouse pointer is not visible and no window manager is used.
    I have a SyncMaster P2250 (22") and a Eizo FlexScan L568 (17")
    my graphic card is an AMD/ATI Redwood (Radeon HD 5670) and the fglrx driver from the catalyst repository
    and finally my xorg.conf
    #Server Layout
    Section "ServerLayout"
    Identifier "Main_Layout"
    Screen 0 "Screen_Samsung" 0 0
    Screen "Screen_Eizo" RightOf "Screen_Samsung"
    EndSection
    #Device Section
    Section "Device"
    Identifier "Device_Samsung"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device_Eizo"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    #Monitor Sections (contains 2 monitors)
    Section "Monitor"
    Identifier "Monitor_Samsung"
    Option "DPMS" "true"
    Option "TargetRefresh" "59.9"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Monitor"
    Identifier "Monitor_Eizo"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "1680 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1280x1024"
    EndSection
    #Screen Sections
    Section "Screen"
    Identifier "Screen_Samsung"
    Device "Device_Eizo"
    Monitor "Monitor_Samsung"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050_59.90"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen_Eizo"
    Device "Device_Eizo"
    Monitor "Monitor_Eizo"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024_60.00"
    EndSubSection
    EndSection
    I would be very grateful if somebody can help me
    greez Troopa

  • Mesa 9.1.2 + ati-dri 9.1.2 + eclipse juno = xorg fail

    Hi,
    using the combination of mesa 9.1.2 + ati-dri 9.1.2 + eclipse Juno (eclipse 4.2.2-1) i get some strange behaviur with GUI.
    The monitor turn off and on, GUI is freezed, and somethimes the monitor son't turn on again and keyboard is unresponsive, so i have to force reboot/shutdown with physical button.
    java is openJDK 1.7.0_21:
    $ java -version
    java version "1.7.0_21"
    OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-x86_64)
    OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
    i had to downgrade to mesa (and dependencies) 9.1.1 with sudo pacman -U /var/cache/pacman/pkg/ati-dri-9.1.1-1-x86_64.pkg.tar.xz /var/cache//pacman/pkg/mesa-libgl-9.1.1-1-x86_64.pkg.tar.xz /var/cache/pacman/pkg/mesa-9.1.1-1-x86_64.pkg.tar.xz
    now, dmesg say:
    [ 3589.322176] radeon 0000:01:00.0: GPU fault detected: 146 0x0b63e004
    [ 3589.323628] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00014EDB
    [ 3589.325088] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x030E0004
    [ 3589.326537] radeon 0000:01:00.0: GPU fault detected: 146 0x0b635004
    [ 3589.327981] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.329424] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.330857] radeon 0000:01:00.0: GPU fault detected: 146 0x0b63d004
    [ 3589.332288] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.333724] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.335151] radeon 0000:01:00.0: GPU fault detected: 146 0x0b63a004
    [ 3589.336576] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.338017] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.339448] radeon 0000:01:00.0: GPU fault detected: 146 0x0b632004
    [ 3589.340874] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.342318] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.343752] radeon 0000:01:00.0: GPU fault detected: 146 0x0b632004
    [ 3589.345194] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.346653] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.348102] radeon 0000:01:00.0: GPU fault detected: 146 0x0b639004
    [ 3589.349551] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.351015] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.352473] radeon 0000:01:00.0: GPU fault detected: 146 0x0b631004
    [ 3589.353914] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.355348] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.356749] radeon 0000:01:00.0: GPU fault detected: 146 0x0b636004
    [ 3589.358126] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.359501] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3589.360861] radeon 0000:01:00.0: GPU fault detected: 146 0x0b636004
    [ 3589.362215] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3589.363558] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3795.460050] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
    [ 3795.464660] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000140934 last fence id 0x00000000001408f5)
    [ 3795.464993] radeon 0000:01:00.0: sa_manager is not empty, clearing anyway
    [ 3795.470791] radeon 0000:01:00.0: Saved 3968 dwords of commands on ring 0.
    [ 3795.470795] radeon 0000:01:00.0: GPU softreset: 0x00000003
    [ 3795.470798] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3795.470801] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3795.480080] radeon 0000:01:00.0: GRBM_STATUS=0xF4501028
    [ 3795.480083] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3795.480085] radeon 0000:01:00.0: GRBM_STATUS_SE0=0xCC000006
    [ 3795.480087] radeon 0000:01:00.0: GRBM_STATUS_SE1=0xCC000002
    [ 3795.480089] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3795.480091] radeon 0000:01:00.0: GRBM_SOFT_RESET=0x0000DDFB
    [ 3795.480144] radeon 0000:01:00.0: GRBM_STATUS=0x00003028
    [ 3795.480146] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3795.480148] radeon 0000:01:00.0: GRBM_STATUS_SE0=0x00000006
    [ 3795.480150] radeon 0000:01:00.0: GRBM_STATUS_SE1=0x00000006
    [ 3795.480152] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3795.497616] radeon 0000:01:00.0: GPU reset succeeded, trying to resume
    [ 3795.519808] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 3795.519900] radeon 0000:01:00.0: WB enabled
    [ 3795.519904] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880231edfc00
    [ 3795.519906] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880231edfc04
    [ 3795.519908] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880231edfc08
    [ 3795.519909] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880231edfc0c
    [ 3795.519911] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880231edfc10
    [ 3795.538291] [drm] ring test on 0 succeeded in 3 usecs
    [ 3795.538296] [drm] ring test on 1 succeeded in 1 usecs
    [ 3795.538301] [drm] ring test on 2 succeeded in 1 usecs
    [ 3795.538364] [drm] ring test on 3 succeeded in 2 usecs
    [ 3795.538375] [drm] ring test on 4 succeeded in 1 usecs
    [ 3806.045429] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
    [ 3806.050086] radeon 0000:01:00.0: GPU lockup (waiting for 0x000000000014095f last fence id 0x0000000000140933)
    [ 3806.050101] [drm:r600_ib_test] *ERROR* radeon: fence wait failed (-35).
    [ 3806.054779] [drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on GFX ring (-35).
    [ 3806.059576] radeon 0000:01:00.0: ib ring test failed (-35).
    [ 3806.062275] radeon 0000:01:00.0: GPU softreset: 0x00000003
    [ 3806.062278] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3806.062280] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3806.062395] radeon 0000:01:00.0: GRBM_STATUS=0xA0003028
    [ 3806.062397] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3806.062399] radeon 0000:01:00.0: GRBM_STATUS_SE0=0x00000006
    [ 3806.062401] radeon 0000:01:00.0: GRBM_STATUS_SE1=0x00000006
    [ 3806.062403] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3806.062405] radeon 0000:01:00.0: GRBM_SOFT_RESET=0x0000DDFB
    [ 3806.062458] radeon 0000:01:00.0: GRBM_STATUS=0x00003028
    [ 3806.062460] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3806.062462] radeon 0000:01:00.0: GRBM_STATUS_SE0=0x00000006
    [ 3806.062464] radeon 0000:01:00.0: GRBM_STATUS_SE1=0x00000006
    [ 3806.062466] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3806.063520] radeon 0000:01:00.0: GPU reset succeeded, trying to resume
    [ 3806.070364] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 3806.070456] radeon 0000:01:00.0: WB enabled
    [ 3806.070459] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880231edfc00
    [ 3806.070461] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880231edfc04
    [ 3806.070463] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880231edfc08
    [ 3806.070464] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880231edfc0c
    [ 3806.070466] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880231edfc10
    [ 3806.088846] [drm] ring test on 0 succeeded in 3 usecs
    [ 3806.088851] [drm] ring test on 1 succeeded in 1 usecs
    [ 3806.088856] [drm] ring test on 2 succeeded in 1 usecs
    [ 3806.088919] [drm] ring test on 3 succeeded in 2 usecs
    [ 3806.088930] [drm] ring test on 4 succeeded in 1 usecs
    [ 3806.113556] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 3806.113644] [drm] ib test on ring 1 succeeded in 0 usecs
    [ 3806.113708] [drm] ib test on ring 2 succeeded in 0 usecs
    [ 3806.115514] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 3806.115570] [drm] ib test on ring 4 succeeded in 1 usecs
    [ 3816.674515] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
    [ 3816.679442] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000140a93 last fence id 0x0000000000140a92)
    [ 3816.679718] radeon 0000:01:00.0: sa_manager is not empty, clearing anyway
    [ 3816.685818] radeon 0000:01:00.0: Saved 1360 dwords of commands on ring 0.
    [ 3816.685822] radeon 0000:01:00.0: GPU softreset: 0x00000003
    [ 3816.685825] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3816.685828] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3816.691788] radeon 0000:01:00.0: GRBM_STATUS=0xF4501028
    [ 3816.691791] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3816.691793] radeon 0000:01:00.0: GRBM_STATUS_SE0=0xCC000006
    [ 3816.691795] radeon 0000:01:00.0: GRBM_STATUS_SE1=0xCC000002
    [ 3816.691797] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3816.691798] radeon 0000:01:00.0: GRBM_SOFT_RESET=0x0000DDFB
    [ 3816.691852] radeon 0000:01:00.0: GRBM_STATUS=0x00003028
    [ 3816.691854] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3816.691856] radeon 0000:01:00.0: GRBM_STATUS_SE0=0x00000006
    [ 3816.691858] radeon 0000:01:00.0: GRBM_STATUS_SE1=0x00000006
    [ 3816.691860] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3816.709323] radeon 0000:01:00.0: GPU reset succeeded, trying to resume
    [ 3816.731399] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 3816.731491] radeon 0000:01:00.0: WB enabled
    [ 3816.731494] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880231edfc00
    [ 3816.731496] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880231edfc04
    [ 3816.731498] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880231edfc08
    [ 3816.731500] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880231edfc0c
    [ 3816.731501] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880231edfc10
    [ 3816.749883] [drm] ring test on 0 succeeded in 3 usecs
    [ 3816.749888] [drm] ring test on 1 succeeded in 1 usecs
    [ 3816.749893] [drm] ring test on 2 succeeded in 1 usecs
    [ 3816.749957] [drm] ring test on 3 succeeded in 2 usecs
    [ 3816.749967] [drm] ring test on 4 succeeded in 1 usecs
    [ 3816.770090] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 3816.770163] [drm] ib test on ring 1 succeeded in 0 usecs
    [ 3816.770516] [drm] ib test on ring 2 succeeded in 0 usecs
    [ 3816.770936] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 3816.770988] [drm] ib test on ring 4 succeeded in 1 usecs
    [ 3827.306729] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
    [ 3827.311755] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000140cc6 last fence id 0x0000000000140b90)
    [ 3827.312051] radeon 0000:01:00.0: sa_manager is not empty, clearing anyway
    [ 3827.318271] radeon 0000:01:00.0: Saved 19008 dwords of commands on ring 0.
    [ 3827.318275] radeon 0000:01:00.0: GPU softreset: 0x00000003
    [ 3827.318278] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3827.318280] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3827.330647] radeon 0000:01:00.0: GRBM_STATUS=0xF4501028
    [ 3827.330649] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3827.330651] radeon 0000:01:00.0: GRBM_STATUS_SE0=0xCC000006
    [ 3827.330653] radeon 0000:01:00.0: GRBM_STATUS_SE1=0xCC000002
    [ 3827.330655] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3827.330657] radeon 0000:01:00.0: GRBM_SOFT_RESET=0x0000DDFB
    [ 3827.330710] radeon 0000:01:00.0: GRBM_STATUS=0x00003028
    [ 3827.330712] radeon 0000:01:00.0: GRBM_STATUS2=0x00000100
    [ 3827.330714] radeon 0000:01:00.0: GRBM_STATUS_SE0=0x00000006
    [ 3827.330716] radeon 0000:01:00.0: GRBM_STATUS_SE1=0x00000006
    [ 3827.330718] radeon 0000:01:00.0: SRBM_STATUS=0x200000C0
    [ 3827.348180] radeon 0000:01:00.0: GPU reset succeeded, trying to resume
    [ 3827.369938] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 3827.370031] radeon 0000:01:00.0: WB enabled
    [ 3827.370034] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880231edfc00
    [ 3827.370036] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880231edfc04
    [ 3827.370038] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880231edfc08
    [ 3827.370040] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880231edfc0c
    [ 3827.370041] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880231edfc10
    [ 3827.388422] [drm] ring test on 0 succeeded in 3 usecs
    [ 3827.388427] [drm] ring test on 1 succeeded in 1 usecs
    [ 3827.388432] [drm] ring test on 2 succeeded in 1 usecs
    [ 3827.388495] [drm] ring test on 3 succeeded in 2 usecs
    [ 3827.388506] [drm] ring test on 4 succeeded in 1 usecs
    [ 3827.410268] radeon 0000:01:00.0: GPU fault detected: 147 0x0a747002
    [ 3827.415234] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000001D3
    [ 3827.420189] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x14070002
    [ 3827.425127] radeon 0000:01:00.0: GPU fault detected: 147 0x0a747002
    [ 3827.430035] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3827.434934] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3827.439754] radeon 0000:01:00.0: GPU fault detected: 147 0x0a947002
    [ 3827.444569] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3827.449425] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    [ 3827.454279] radeon 0000:01:00.0: GPU fault detected: 147 0x0a947002
    [ 3827.459120] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    [ 3827.464017] radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    while xorg say (before crash):
    [ 3593.476] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 3643.735] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 3643.789] (II) RADEON(0): EDID vendor "SAM", prod id 1484
    [ 3643.789] (II) RADEON(0): Using hsync ranges from config file
    [ 3643.789] (II) RADEON(0): Using vrefresh ranges from config file
    [ 3643.789] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 3643.789] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 3643.789] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 3643.789] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 3647.511] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 3650.239] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 3650.296] (II) RADEON(0): EDID vendor "SAM", prod id 1484
    [ 3650.296] (II) RADEON(0): Using hsync ranges from config file
    [ 3650.296] (II) RADEON(0): Using vrefresh ranges from config file
    [ 3650.296] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 3650.296] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 3650.296] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 3650.296] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 3650.296] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 3650.296] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 3650.296] (II) RADEON(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 3650.296] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 3650.297] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 3650.297] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 3650.297] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 3650.297] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    it say HW fault, but under windows i can run game and stress-GPU program without any problem, event desktop effect with opengl shader active works fine until i try to launch eclipse.
    Someone can help me?

    the dmesg is taken DURING the bug occurence, when the system was usable (monitor on and off)
    i've seen the java update, i'll try it soon, in the weekend if i find some spare time.
    also tryed with fresh eclipse installation from official repo, same problem. Notice how OLD eclipse version worked fine!!!
    maybe it is an eclipse bug or new feature that trigger this mesa/ati bug

  • ATi free driver not working since ati-dri and mesa update in linux-lts

    Hi,this is my first post in the forums since its my first issue, I have read the wiki, but the thing is that the problem came suddenly.  I installed Arch linux without problems in a fairly old machine that has an old radeon Chipset: VGA compatible controller:
    Advanced Micro Devices [AMD] nee ATI RS690 [Radeon X1200 Series]
    Everything was working fine since yesterday.
    The thing that i did different yesterday were two:
    1) i installed Sabayon linux into  a new partition, so i resized the ext 4 partition in which i have Arch. Sabayon messed up my grub.cfg so i entered to my Arch system using chroot and a live Cd and repaired it using grub-mkconfig.
    2) Before that i fully upgraded my Arch system, when this problem came out i looked into the log and discovered that pacman updated the packages mesa, mesa-dri and ati-dri.
    After that i rebooted into Arch linux and couldnt run the xserver. Tried to solved the 2 above issues by taking this measures
    1) using fsck for repairing possible errors due to the resize of the partition.
    2)Reinstalling the whole system with pacman, using my full system package list.
    3) regenerating the initram with mkinitcpio.
    4)regenerating the grub.cfg
    5)downgraded the packages ati-dri, mesa, mesa dri.
    After all that i just couldnt start the xorg. The only way that i found to start xorg is to install the xf86-video-vesa which im currently using, is there a way to get back the ati free drivers??
    Im currently using arch-lts as kernel, and i have kernel 3.7.9 also, none of them working.
    Here's my Xorg log
    [ 62.661]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 62.661] X Protocol Version 11, Revision 0
    [ 62.661] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 62.661] Current Operating System: Linux marcorecamara 3.0.76-1-lts #1 SMP Wed May 1 20:14:38 CEST 2013 x86_64
    [ 62.661] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=54250347-8e44-4962-8656-387ed670cccc ro nomodeset
    [ 62.661] Build Date: 17 April 2013 02:37:06PM
    [ 62.661]
    [ 62.661] Current version of pixman: 0.28.2
    [ 62.661] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 62.661] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 62.661] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 7 01:44:10 2013
    [ 62.661] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 62.661] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 62.661] (==) No Layout section. Using the first Screen section.
    [ 62.661] (==) No screen section available. Using defaults.
    [ 62.661] (**) |-->Screen "Default Screen Section" (0)
    [ 62.661] (**) | |-->Monitor "<default monitor>"
    [ 62.661] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 62.661] (==) Automatically adding devices
    [ 62.661] (==) Automatically enabling devices
    [ 62.661] (==) Automatically adding GPU devices
    [ 62.661] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 62.661] Entry deleted from font path.
    [ 62.661] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 62.661] Entry deleted from font path.
    [ 62.661] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 62.661] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 62.661] Entry deleted from font path.
    [ 62.661] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 62.661] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 62.661] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 62.661] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 62.661] (II) Loader magic: 0x7fcc20
    [ 62.661] (II) Module ABI versions:
    [ 62.661] X.Org ANSI C Emulation: 0.4
    [ 62.661] X.Org Video Driver: 14.1
    [ 62.661] X.Org XInput driver : 19.1
    [ 62.661] X.Org Server Extension : 7.0
    [ 62.661] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 62.666] (--) PCI:*(0:1:5:0) 1002:791e:105b:0e0c rev 0, Mem @ 0xf0000000/134217728, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256
    [ 62.666] Initializing built-in extension Generic Event Extension
    [ 62.666] Initializing built-in extension SHAPE
    [ 62.666] Initializing built-in extension MIT-SHM
    [ 62.666] Initializing built-in extension XInputExtension
    [ 62.666] Initializing built-in extension XTEST
    [ 62.666] Initializing built-in extension BIG-REQUESTS
    [ 62.666] Initializing built-in extension SYNC
    [ 62.666] Initializing built-in extension XKEYBOARD
    [ 62.666] Initializing built-in extension XC-MISC
    [ 62.666] Initializing built-in extension SECURITY
    [ 62.666] Initializing built-in extension XINERAMA
    [ 62.666] Initializing built-in extension XFIXES
    [ 62.666] Initializing built-in extension RENDER
    [ 62.666] Initializing built-in extension RANDR
    [ 62.666] Initializing built-in extension COMPOSITE
    [ 62.666] Initializing built-in extension DAMAGE
    [ 62.666] Initializing built-in extension MIT-SCREEN-SAVER
    [ 62.666] Initializing built-in extension DOUBLE-BUFFER
    [ 62.666] Initializing built-in extension RECORD
    [ 62.666] Initializing built-in extension DPMS
    [ 62.666] Initializing built-in extension X-Resource
    [ 62.666] Initializing built-in extension XVideo
    [ 62.666] Initializing built-in extension XVideo-MotionCompensation
    [ 62.666] Initializing built-in extension XFree86-VidModeExtension
    [ 62.666] Initializing built-in extension XFree86-DGA
    [ 62.666] Initializing built-in extension XFree86-DRI
    [ 62.666] Initializing built-in extension DRI2
    [ 62.666] (II) "glx" will be loaded by default.
    [ 62.666] (II) LoadModule: "dri2"
    [ 62.667] (II) Module "dri2" already built-in
    [ 62.667] (II) LoadModule: "glamoregl"
    [ 62.667] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 62.668] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 62.668] compiled for 1.14.0, module version = 0.5.0
    [ 62.668] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 62.668] (II) LoadModule: "glx"
    [ 62.668] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 62.668] (II) Module glx: vendor="X.Org Foundation"
    [ 62.668] compiled for 1.14.1, module version = 1.0.0
    [ 62.668] ABI class: X.Org Server Extension, version 7.0
    [ 62.668] (==) AIGLX enabled
    [ 62.668] Loading extension GLX
    [ 62.668] (==) Matched ati as autoconfigured driver 0
    [ 62.668] (==) Matched ati as autoconfigured driver 1
    [ 62.668] (==) Matched vesa as autoconfigured driver 2
    [ 62.668] (==) Matched modesetting as autoconfigured driver 3
    [ 62.668] (==) Matched fbdev as autoconfigured driver 4
    [ 62.668] (==) Assigned the driver to the xf86ConfigLayout
    [ 62.668] (II) LoadModule: "ati"
    [ 62.668] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 62.668] (II) Module ati: vendor="X.Org Foundation"
    [ 62.668] compiled for 1.14.0, module version = 7.1.0
    [ 62.668] Module class: X.Org Video Driver
    [ 62.668] ABI class: X.Org Video Driver, version 14.1
    [ 62.668] (II) LoadModule: "radeon"
    [ 62.668] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 62.669] (II) Module radeon: vendor="X.Org Foundation"
    [ 62.669] compiled for 1.14.0, module version = 7.1.0
    [ 62.669] Module class: X.Org Video Driver
    [ 62.669] ABI class: X.Org Video Driver, version 14.1
    [ 62.669] (II) LoadModule: "vesa"
    [ 62.669] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 62.669] (II) Module vesa: vendor="X.Org Foundation"
    [ 62.669] compiled for 1.14.0, module version = 2.3.2
    [ 62.669] Module class: X.Org Video Driver
    [ 62.669] ABI class: X.Org Video Driver, version 14.1
    [ 62.669] (II) LoadModule: "modesetting"
    [ 62.669] (WW) Warning, couldn't open module modesetting
    [ 62.669] (II) UnloadModule: "modesetting"
    [ 62.669] (II) Unloading modesetting
    [ 62.669] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 62.669] (II) LoadModule: "fbdev"
    [ 62.669] (WW) Warning, couldn't open module fbdev
    [ 62.669] (II) UnloadModule: "fbdev"
    [ 62.669] (II) Unloading fbdev
    [ 62.669] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 62.669] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 62.671] (II) VESA: driver for VESA chipsets: vesa
    [ 62.671] (++) using VT number 7
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (II) Loading sub module "vbe"
    [ 62.760] (II) LoadModule: "vbe"
    [ 62.760] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 62.769] (II) Module vbe: vendor="X.Org Foundation"
    [ 62.769] compiled for 1.14.1, module version = 1.1.0
    [ 62.769] ABI class: X.Org Video Driver, version 14.1
    [ 62.769] (II) Loading sub module "int10"
    [ 62.769] (II) LoadModule: "int10"
    [ 62.769] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 62.786] (II) Module int10: vendor="X.Org Foundation"
    [ 62.786] compiled for 1.14.1, module version = 1.0.0
    [ 62.786] ABI class: X.Org Video Driver, version 14.1
    [ 62.786] (II) VESA(0): initializing int10
    [ 63.020] (II) VESA(0): VESA BIOS detected
    [ 63.020] (II) VESA(0): VESA VBE Version 3.0
    [ 63.020] (II) VESA(0): VESA VBE Total Mem: 16384 kB
    [ 63.020] (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS
    [ 63.020] (II) VESA(0): VESA VBE OEM Software Rev: 10.54
    [ 63.020] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 63.020] (II) VESA(0): VESA VBE OEM Product: RS690
    [ 63.020] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
    [ 63.046] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 63.046] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 63.046] (==) VESA(0): RGB weight 888
    [ 63.046] (==) VESA(0): Default visual is TrueColor
    [ 63.046] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 63.046] (II) Loading sub module "ddc"
    [ 63.046] (II) LoadModule: "ddc"
    [ 63.046] (II) Module "ddc" already built-in
    [ 63.046] (II) VESA(0): VESA VBE DDC supported
    [ 63.046] (II) VESA(0): VESA VBE DDC Level 2
    [ 63.046] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [ 63.171] (II) VESA(0): VESA VBE DDC read successfully
    [ 63.171] (II) VESA(0): Manufacturer: SAM Model: 7a0 Serial#: 1413559093
    [ 63.171] (II) VESA(0): Year: 2010 Week: 47
    [ 63.171] (II) VESA(0): EDID Version: 1.3
    [ 63.171] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 63.171] (II) VESA(0): Sync: Separate
    [ 63.171] (II) VESA(0): Max Image Size [cm]: horiz.: 41 vert.: 23
    [ 63.171] (II) VESA(0): Gamma: 2.20
    [ 63.171] (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
    [ 63.171] (II) VESA(0): First detailed timing is preferred mode
    [ 63.171] (II) VESA(0): redX: 0.639 redY: 0.340 greenX: 0.324 greenY: 0.622
    [ 63.171] (II) VESA(0): blueX: 0.155 blueY: 0.042 whiteX: 0.312 whiteY: 0.329
    [ 63.171] (II) VESA(0): Supported established timings:
    [ 63.171] (II) VESA(0): 720x400@70Hz
    [ 63.171] (II) VESA(0): 640x480@60Hz
    [ 63.171] (II) VESA(0): 640x480@67Hz
    [ 63.171] (II) VESA(0): 640x480@72Hz
    [ 63.171] (II) VESA(0): 640x480@75Hz
    [ 63.171] (II) VESA(0): 800x600@56Hz
    [ 63.171] (II) VESA(0): 800x600@60Hz
    [ 63.171] (II) VESA(0): 800x600@72Hz
    [ 63.171] (II) VESA(0): 800x600@75Hz
    [ 63.171] (II) VESA(0): 832x624@75Hz
    [ 63.171] (II) VESA(0): 1024x768@60Hz
    [ 63.171] (II) VESA(0): 1024x768@70Hz
    [ 63.171] (II) VESA(0): 1024x768@75Hz
    [ 63.171] (II) VESA(0): Manufacturer's mask: 0
    [ 63.171] (II) VESA(0): Supported detailed timing:
    [ 63.171] (II) VESA(0): clock: 85.5 MHz Image Size: 410 x 230 mm
    [ 63.171] (II) VESA(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 63.171] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 63.171] (II) VESA(0): Supported detailed timing:
    [ 63.171] (II) VESA(0): clock: 65.0 MHz Image Size: 410 x 230 mm
    [ 63.171] (II) VESA(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
    [ 63.171] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    [ 63.171] (II) VESA(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 61 kHz, PixClock max 105 MHz
    [ 63.171] (II) VESA(0): Monitor name: SMT19A350
    [ 63.171] (II) VESA(0): EDID (in hex):
    [ 63.171] (II) VESA(0): 00ffffffffffff004c2da00735334154
    [ 63.171] (II) VESA(0): 2f140103682917782a81f1a357539f27
    [ 63.171] (II) VESA(0): 0a5054bfee0001010101010101010101
    [ 63.171] (II) VESA(0): 010101010101662150b051001b304070
    [ 63.171] (II) VESA(0): 36009ae61000001e6419004041002630
    [ 63.171] (II) VESA(0): 188836009ae610000018000000fd003c
    [ 63.172] (II) VESA(0): 4b1e3d0a000a202020202020000000fc
    [ 63.172] (II) VESA(0): 00534d543139413335300a202020008f
    [ 63.172] (II) VESA(0): EDID vendor "SAM", prod id 1952
    [ 63.172] (II) VESA(0): Using EDID range info for horizontal sync
    [ 63.172] (II) VESA(0): Using EDID range info for vertical refresh
    [ 63.172] (II) VESA(0): Printing DDC gathered Modelines:
    [ 63.172] (II) VESA(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 63.172] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 63.172] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 63.172] (II) VESA(0): Searching for matching VESA mode(s):
    [ 63.172] Mode: 100 (640x400)
    [ 63.172] ModeAttributes: 0xbb
    [ 63.172] WinAAttributes: 0x7
    [ 63.172] WinBAttributes: 0x0
    [ 63.172] WinGranularity: 64
    [ 63.172] WinSize: 64
    [ 63.172] WinASegment: 0xa000
    [ 63.172] WinBSegment: 0x0
    [ 63.172] WinFuncPtr: 0xc00050b5
    [ 63.172] BytesPerScanline: 640
    [ 63.172] XResolution: 640
    [ 63.172] YResolution: 400
    [ 63.172] XCharSize: 8
    [ 63.172] YCharSize: 16
    [ 63.172] NumberOfPlanes: 1
    [ 63.172] BitsPerPixel: 8
    [ 63.172] NumberOfBanks: 1
    [ 63.172] MemoryModel: 4
    [ 63.172] BankSize: 0
    [ 63.172] NumberOfImages: 63
    [ 63.172] RedMaskSize: 0
    [ 63.172] RedFieldPosition: 0
    [ 63.172] GreenMaskSize: 0
    [ 63.172] GreenFieldPosition: 0
    [ 63.172] BlueMaskSize: 0
    [ 63.172] BlueFieldPosition: 0
    [ 63.172] RsvdMaskSize: 0
    [ 63.172] RsvdFieldPosition: 0
    [ 63.172] DirectColorModeInfo: 0
    [ 63.172] PhysBasePtr: 0xf0000000
    [ 63.172] LinBytesPerScanLine: 640
    [ 63.172] BnkNumberOfImagePages: 63
    [ 63.172] LinNumberOfImagePages: 63
    [ 63.172] LinRedMaskSize: 0
    [ 63.172] LinRedFieldPosition: 0
    [ 63.172] LinGreenMaskSize: 0
    [ 63.172] LinGreenFieldPosition: 0
    [ 63.172] LinBlueMaskSize: 0
    [ 63.172] LinBlueFieldPosition: 0
    [ 63.172] LinRsvdMaskSize: 0
    [ 63.172] LinRsvdFieldPosition: 0
    [ 63.172] MaxPixelClock: 400000000
    [ 63.173] Mode: 101 (640x480)
    [ 63.173] ModeAttributes: 0xbb
    [ 63.173] WinAAttributes: 0x7
    [ 63.173] WinBAttributes: 0x0
    [ 63.173] WinGranularity: 64
    [ 63.173] WinSize: 64
    [ 63.173] WinASegment: 0xa000
    [ 63.173] WinBSegment: 0x0
    [ 63.173] WinFuncPtr: 0xc00050b5
    [ 63.173] BytesPerScanline: 640
    [ 63.173] XResolution: 640
    [ 63.173] YResolution: 480
    [ 63.173] XCharSize: 8
    [ 63.173] YCharSize: 16
    [ 63.173] NumberOfPlanes: 1
    [ 63.173] BitsPerPixel: 8
    [ 63.173] NumberOfBanks: 1
    [ 63.173] MemoryModel: 4
    [ 63.173] BankSize: 0
    [ 63.173] NumberOfImages: 50
    [ 63.173] RedMaskSize: 0
    [ 63.173] RedFieldPosition: 0
    [ 63.173] GreenMaskSize: 0
    [ 63.173] GreenFieldPosition: 0
    [ 63.173] BlueMaskSize: 0
    [ 63.173] BlueFieldPosition: 0
    [ 63.173] RsvdMaskSize: 0
    [ 63.173] RsvdFieldPosition: 0
    [ 63.173] DirectColorModeInfo: 0
    [ 63.173] PhysBasePtr: 0xf0000000
    [ 63.173] LinBytesPerScanLine: 640
    [ 63.173] BnkNumberOfImagePages: 50
    [ 63.173] LinNumberOfImagePages: 50
    [ 63.173] LinRedMaskSize: 0
    [ 63.173] LinRedFieldPosition: 0
    [ 63.173] LinGreenMaskSize: 0
    [ 63.173] LinGreenFieldPosition: 0
    [ 63.173] LinBlueMaskSize: 0
    [ 63.173] LinBlueFieldPosition: 0
    [ 63.173] LinRsvdMaskSize: 0
    [ 63.173] LinRsvdFieldPosition: 0
    [ 63.173] MaxPixelClock: 400000000
    [ 63.173] Mode: 103 (800x600)
    [ 63.173] ModeAttributes: 0xbb
    [ 63.173] WinAAttributes: 0x7
    [ 63.173] WinBAttributes: 0x0
    [ 63.173] WinGranularity: 64
    [ 63.173] WinSize: 64
    [ 63.173] WinASegment: 0xa000
    [ 63.173] WinBSegment: 0x0
    [ 63.173] WinFuncPtr: 0xc00050b5
    [ 63.173] BytesPerScanline: 832
    [ 63.173] XResolution: 800
    [ 63.173] YResolution: 600
    [ 63.173] XCharSize: 8
    [ 63.173] YCharSize: 14
    [ 63.173] NumberOfPlanes: 1
    [ 63.173] BitsPerPixel: 8
    [ 63.173] NumberOfBanks: 1
    [ 63.173] MemoryModel: 4
    [ 63.173] BankSize: 0
    [ 63.173] NumberOfImages: 31
    [ 63.173] RedMaskSize: 0
    [ 63.173] RedFieldPosition: 0
    [ 63.173] GreenMaskSize: 0
    [ 63.173] GreenFieldPosition: 0
    [ 63.173] BlueMaskSize: 0
    [ 63.173] BlueFieldPosition: 0
    [ 63.173] RsvdMaskSize: 0
    [ 63.173] RsvdFieldPosition: 0
    [ 63.173] DirectColorModeInfo: 0
    [ 63.173] PhysBasePtr: 0xf0000000
    [ 63.173] LinBytesPerScanLine: 832
    [ 63.173] BnkNumberOfImagePages: 31
    [ 63.173] LinNumberOfImagePages: 31
    [ 63.173] LinRedMaskSize: 0
    [ 63.173] LinRedFieldPosition: 0
    [ 63.173] LinGreenMaskSize: 0
    [ 63.173] LinGreenFieldPosition: 0
    [ 63.173] LinBlueMaskSize: 0
    [ 63.173] LinBlueFieldPosition: 0
    [ 63.173] LinRsvdMaskSize: 0
    [ 63.173] LinRsvdFieldPosition: 0
    [ 63.173] MaxPixelClock: 400000000
    [ 63.174] Mode: 105 (1024x768)
    [ 63.174] ModeAttributes: 0xbb
    [ 63.174] WinAAttributes: 0x7
    [ 63.174] WinBAttributes: 0x0
    [ 63.174] WinGranularity: 64
    [ 63.174] WinSize: 64
    [ 63.174] WinASegment: 0xa000
    [ 63.174] WinBSegment: 0x0
    [ 63.174] WinFuncPtr: 0xc00050b5
    [ 63.174] BytesPerScanline: 1024
    [ 63.174] XResolution: 1024
    [ 63.174] YResolution: 768
    [ 63.174] XCharSize: 8
    [ 63.174] YCharSize: 16
    [ 63.174] NumberOfPlanes: 1
    [ 63.174] BitsPerPixel: 8
    [ 63.174] NumberOfBanks: 1
    [ 63.174] MemoryModel: 4
    [ 63.174] BankSize: 0
    [ 63.174] NumberOfImages: 18
    [ 63.174] RedMaskSize: 0
    [ 63.174] RedFieldPosition: 0
    [ 63.174] GreenMaskSize: 0
    [ 63.174] GreenFieldPosition: 0
    [ 63.174] BlueMaskSize: 0
    [ 63.174] BlueFieldPosition: 0
    [ 63.174] RsvdMaskSize: 0
    [ 63.174] RsvdFieldPosition: 0
    [ 63.174] DirectColorModeInfo: 0
    [ 63.174] PhysBasePtr: 0xf0000000
    [ 63.174] LinBytesPerScanLine: 1024
    [ 63.174] BnkNumberOfImagePages: 18
    [ 63.174] LinNumberOfImagePages: 18
    [ 63.174] LinRedMaskSize: 0
    [ 63.174] LinRedFieldPosition: 0
    [ 63.174] LinGreenMaskSize: 0
    [ 63.174] LinGreenFieldPosition: 0
    [ 63.174] LinBlueMaskSize: 0
    [ 63.174] LinBlueFieldPosition: 0
    [ 63.174] LinRsvdMaskSize: 0
    [ 63.174] LinRsvdFieldPosition: 0
    [ 63.174] MaxPixelClock: 400000000
    [ 63.174] Mode: 107 (1280x1024)
    [ 63.174] ModeAttributes: 0xbb
    [ 63.174] WinAAttributes: 0x7
    [ 63.174] WinBAttributes: 0x0
    [ 63.174] WinGranularity: 64
    [ 63.174] WinSize: 64
    [ 63.174] WinASegment: 0xa000
    [ 63.174] WinBSegment: 0x0
    [ 63.174] WinFuncPtr: 0xc00050b5
    [ 63.174] BytesPerScanline: 1280
    [ 63.174] XResolution: 1280
    [ 63.174] YResolution: 1024
    [ 63.174] XCharSize: 8
    [ 63.174] YCharSize: 16
    [ 63.174] NumberOfPlanes: 1
    [ 63.174] BitsPerPixel: 8
    [ 63.174] NumberOfBanks: 1
    [ 63.174] MemoryModel: 4
    [ 63.174] BankSize: 0
    [ 63.174] NumberOfImages: 11
    [ 63.174] RedMaskSize: 0
    [ 63.174] RedFieldPosition: 0
    [ 63.174] GreenMaskSize: 0
    [ 63.174] GreenFieldPosition: 0
    [ 63.174] BlueMaskSize: 0
    [ 63.174] BlueFieldPosition: 0
    [ 63.174] RsvdMaskSize: 0
    [ 63.174] RsvdFieldPosition: 0
    [ 63.174] DirectColorModeInfo: 0
    [ 63.174] PhysBasePtr: 0xf0000000
    [ 63.174] LinBytesPerScanLine: 1280
    [ 63.174] BnkNumberOfImagePages: 11
    [ 63.174] LinNumberOfImagePages: 11
    [ 63.174] LinRedMaskSize: 0
    [ 63.174] LinRedFieldPosition: 0
    [ 63.174] LinGreenMaskSize: 0
    [ 63.174] LinGreenFieldPosition: 0
    [ 63.174] LinBlueMaskSize: 0
    [ 63.174] LinBlueFieldPosition: 0
    [ 63.174] LinRsvdMaskSize: 0
    [ 63.174] LinRsvdFieldPosition: 0
    [ 63.174] MaxPixelClock: 400000000
    [ 63.175] Mode: 111 (640x480)
    [ 63.175] ModeAttributes: 0xbb
    [ 63.175] WinAAttributes: 0x7
    [ 63.175] WinBAttributes: 0x0
    [ 63.175] WinGranularity: 64
    [ 63.175] WinSize: 64
    [ 63.175] WinASegment: 0xa000
    [ 63.175] WinBSegment: 0x0
    [ 63.175] WinFuncPtr: 0xc00050b5
    [ 63.175] BytesPerScanline: 1280
    [ 63.175] XResolution: 640
    [ 63.175] YResolution: 480
    [ 63.175] XCharSize: 8
    [ 63.175] YCharSize: 16
    [ 63.175] NumberOfPlanes: 1
    [ 63.175] BitsPerPixel: 16
    [ 63.175] NumberOfBanks: 1
    [ 63.175] MemoryModel: 6
    [ 63.175] BankSize: 0
    [ 63.175] NumberOfImages: 24
    [ 63.175] RedMaskSize: 5
    [ 63.175] RedFieldPosition: 11
    [ 63.175] GreenMaskSize: 6
    [ 63.175] GreenFieldPosition: 5
    [ 63.175] BlueMaskSize: 5
    [ 63.175] BlueFieldPosition: 0
    [ 63.175] RsvdMaskSize: 0
    [ 63.175] RsvdFieldPosition: 0
    [ 63.175] DirectColorModeInfo: 0
    [ 63.175] PhysBasePtr: 0xf0000000
    [ 63.175] LinBytesPerScanLine: 1280
    [ 63.175] BnkNumberOfImagePages: 24
    [ 63.175] LinNumberOfImagePages: 24
    [ 63.175] LinRedMaskSize: 5
    [ 63.175] LinRedFieldPosition: 11
    [ 63.175] LinGreenMaskSize: 6
    [ 63.175] LinGreenFieldPosition: 5
    [ 63.175] LinBlueMaskSize: 5
    [ 63.175] LinBlueFieldPosition: 0
    [ 63.175] LinRsvdMaskSize: 0
    [ 63.175] LinRsvdFieldPosition: 0
    [ 63.175] MaxPixelClock: 400000000
    [ 63.175] Mode: 114 (800x600)
    [ 63.175] ModeAttributes: 0xbb
    [ 63.175] WinAAttributes: 0x7
    [ 63.175] WinBAttributes: 0x0
    [ 63.175] WinGranularity: 64
    [ 63.175] WinSize: 64
    [ 63.175] WinASegment: 0xa000
    [ 63.175] WinBSegment: 0x0
    [ 63.175] WinFuncPtr: 0xc00050b5
    [ 63.175] BytesPerScanline: 1600
    [ 63.175] XResolution: 800
    [ 63.175] YResolution: 600
    [ 63.175] XCharSize: 8
    [ 63.175] YCharSize: 14
    [ 63.175] NumberOfPlanes: 1
    [ 63.175] BitsPerPixel: 16
    [ 63.175] NumberOfBanks: 1
    [ 63.175] MemoryModel: 6
    [ 63.175] BankSize: 0
    [ 63.175] NumberOfImages: 16
    [ 63.175] RedMaskSize: 5
    [ 63.175] RedFieldPosition: 11
    [ 63.175] GreenMaskSize: 6
    [ 63.175] GreenFieldPosition: 5
    [ 63.176] BlueMaskSize: 5
    [ 63.176] BlueFieldPosition: 0
    [ 63.176] RsvdMaskSize: 0
    [ 63.176] RsvdFieldPosition: 0
    [ 63.176] DirectColorModeInfo: 0
    [ 63.176] PhysBasePtr: 0xf0000000
    [ 63.176] LinBytesPerScanLine: 1600
    [ 63.176] BnkNumberOfImagePages: 16
    [ 63.176] LinNumberOfImagePages: 16
    [ 63.176] LinRedMaskSize: 5
    [ 63.176] LinRedFieldPosition: 11
    [ 63.176] LinGreenMaskSize: 6
    [ 63.176] LinGreenFieldPosition: 5
    [ 63.176] LinBlueMaskSize: 5
    [ 63.176] LinBlueFieldPosition: 0
    [ 63.176] LinRsvdMaskSize: 0
    [ 63.176] LinRsvdFieldPosition: 0
    [ 63.176] MaxPixelClock: 400000000
    [ 63.176] Mode: 117 (1024x768)
    [ 63.176] ModeAttributes: 0xbb
    [ 63.176] WinAAttributes: 0x7
    [ 63.176] WinBAttributes: 0x0
    [ 63.176] WinGranularity: 64
    [ 63.176] WinSize: 64
    [ 63.176] WinASegment: 0xa000
    [ 63.176] WinBSegment: 0x0
    [ 63.176] WinFuncPtr: 0xc00050b5
    [ 63.176] BytesPerScanline: 2048
    [ 63.176] XResolution: 1024
    [ 63.176] YResolution: 768
    [ 63.176] XCharSize: 8
    [ 63.176] YCharSize: 16
    [ 63.176] NumberOfPlanes: 1
    [ 63.176] BitsPerPixel: 16
    [ 63.176] NumberOfBanks: 1
    [ 63.176] MemoryModel: 6
    [ 63.176] BankSize: 0
    [ 63.176] NumberOfImages: 9
    [ 63.176] RedMaskSize: 5
    [ 63.176] RedFieldPosition: 11
    [ 63.176] GreenMaskSize: 6
    [ 63.176] GreenFieldPosition: 5
    [ 63.176] BlueMaskSize: 5
    [ 63.176] BlueFieldPosition: 0
    [ 63.176] RsvdMaskSize: 0
    [ 63.176] RsvdFieldPosition: 0
    [ 63.176] DirectColorModeInfo: 0
    [ 63.176] PhysBasePtr: 0xf0000000
    [ 63.176] LinBytesPerScanLine: 2048
    [ 63.176] BnkNumberOfImagePages: 9
    [ 63.176] LinNumberOfImagePages: 9
    [ 63.176] LinRedMaskSize: 5
    [ 63.176] LinRedFieldPosition: 11
    [ 63.176] LinGreenMaskSize: 6
    [ 63.176] LinGreenFieldPosition: 5
    [ 63.176] LinBlueMaskSize: 5
    [ 63.176] LinBlueFieldPosition: 0
    [ 63.176] LinRsvdMaskSize: 0
    [ 63.176] LinRsvdFieldPosition: 0
    [ 63.176] MaxPixelClock: 400000000
    [ 63.177] Mode: 11a (1280x1024)
    [ 63.177] ModeAttributes: 0xbb
    [ 63.177] WinAAttributes: 0x7
    [ 63.177] WinBAttributes: 0x0
    [ 63.177] WinGranularity: 64
    [ 63.177] WinSize: 64
    [ 63.177] WinASegment: 0xa000
    [ 63.177] WinBSegment: 0x0
    [ 63.177] WinFuncPtr: 0xc00050b5
    [ 63.177] BytesPerScanline: 2560
    [ 63.177] XResolution: 1280
    [ 63.177] YResolution: 1024
    [ 63.177] XCharSize: 8
    [ 63.177] YCharSize: 16
    [ 63.177] NumberOfPlanes: 1
    [ 63.177] BitsPerPixel: 16
    [ 63.177] NumberOfBanks: 1
    [ 63.177] MemoryModel: 6
    [ 63.177] BankSize: 0
    [ 63.177] NumberOfImages: 5
    [ 63.177] RedMaskSize: 5
    [ 63.177] RedFieldPosition: 11
    [ 63.177] GreenMaskSize: 6
    [ 63.177] GreenFieldPosition: 5
    [ 63.177] BlueMaskSize: 5
    [ 63.177] BlueFieldPosition: 0
    [ 63.177] RsvdMaskSize: 0
    [ 63.177] RsvdFieldPosition: 0
    [ 63.177] DirectColorModeInfo: 0
    [ 63.177] PhysBasePtr: 0xf0000000
    [ 63.177] LinBytesPerScanLine: 2560
    [ 63.177] BnkNumberOfImagePages: 5
    [ 63.177] LinNumberOfImagePages: 5
    [ 63.177] LinRedMaskSize: 5
    [ 63.177] LinRedFieldPosition: 11
    [ 63.177] LinGreenMaskSize: 6
    [ 63.177] LinGreenFieldPosition: 5
    [ 63.177] LinBlueMaskSize: 5
    [ 63.177] LinBlueFieldPosition: 0
    [ 63.177] LinRsvdMaskSize: 0
    [ 63.177] LinRsvdFieldPosition: 0
    [ 63.177] MaxPixelClock: 400000000
    [ 63.177] Mode: 10e (320x200)
    [ 63.177] ModeAttributes: 0xbb
    [ 63.177] WinAAttributes: 0x7
    [ 63.177] WinBAttributes: 0x0
    [ 63.177] WinGranularity: 64
    [ 63.177] WinSize: 64
    [ 63.177] WinASegment: 0xa000
    [ 63.177] WinBSegment: 0x0
    [ 63.177] WinFuncPtr: 0xc00050b5
    [ 63.177] BytesPerScanline: 640
    [ 63.177] XResolution: 320
    [ 63.177] YResolution: 200
    [ 63.177] XCharSize: 8
    [ 63.177] YCharSize: 8
    [ 63.177] NumberOfPlanes: 1
    [ 63.177] BitsPerPixel: 16
    [ 63.177] NumberOfBanks: 1
    [ 63.177] MemoryModel: 6
    [ 63.177] BankSize: 0
    [ 63.177] NumberOfImages: 127
    [ 63.177] RedMaskSize: 5
    [ 63.177] RedFieldPosition: 11
    [ 63.177] GreenMaskSize: 6
    [ 63.177] GreenFieldPosition: 5
    [ 63.177] BlueMaskSize: 5
    [ 63.177] BlueFieldPosition: 0
    [ 63.177] RsvdMaskSize: 0
    [ 63.177] RsvdFieldPosition: 0
    [ 63.177] DirectColorModeInfo: 0
    [ 63.177] PhysBasePtr: 0xf0000000
    [ 63.177] LinBytesPerScanLine: 640
    [ 63.177] BnkNumberOfImagePages: 127
    [ 63.177] LinNumberOfImagePages: 127
    [ 63.177] LinRedMaskSize: 5
    [ 63.177] LinRedFieldPosition: 11
    [ 63.177] LinGreenMaskSize: 6
    [ 63.177] LinGreenFieldPosition: 5
    [ 63.177] LinBlueMaskSize: 5
    [ 63.177] LinBlueFieldPosition: 0
    [ 63.177] LinRsvdMaskSize: 0
    [ 63.177] LinRsvdFieldPosition: 0
    [ 63.177] MaxPixelClock: 400000000
    [ 63.178] *Mode: 120 (320x200)
    [ 63.178] ModeAttributes: 0xbb
    [ 63.178] WinAAttributes: 0x7
    [ 63.178] WinBAttributes: 0x0
    [ 63.178] WinGranularity: 64
    [ 63.178] WinSize: 64
    [ 63.178] WinASegment: 0xa000
    [ 63.178] WinBSegment: 0x0
    [ 63.178] WinFuncPtr: 0xc00050b5
    [ 63.178] BytesPerScanline: 1280
    [ 63.178] XResolution: 320
    [ 63.178] YResolution: 200
    [ 63.178] XCharSize: 8
    [ 63.178] YCharSize: 8
    [ 63.178] NumberOfPlanes: 1
    [ 63.178] BitsPerPixel: 32
    [ 63.178] NumberOfBanks: 1
    [ 63.178] MemoryModel: 6
    [ 63.178] BankSize: 0
    [ 63.178] NumberOfImages: 63
    [ 63.178] RedMaskSize: 8
    [ 63.178] RedFieldPosition: 16
    [ 63.178] GreenMaskSize: 8
    [ 63.178] GreenFieldPosition: 8
    [ 63.178] BlueMaskSize: 8
    [ 63.178] BlueFieldPosition: 0
    [ 63.178] RsvdMaskSize: 0
    [ 63.178] RsvdFieldPosition: 0
    [ 63.178] DirectColorModeInfo: 0
    [ 63.178] PhysBasePtr: 0xf0000000
    [ 63.178] LinBytesPerScanLine: 1280
    [ 63.178] BnkNumberOfImagePages: 63
    [ 63.178] LinNumberOfImagePages: 63
    [ 63.178] LinRedMaskSize: 8
    [ 63.178] LinRedFieldPosition: 16
    [ 63.178] LinGreenMaskSize: 8
    [ 63.178] LinGreenFieldPosition: 8
    [ 63.178] LinBlueMaskSize: 8
    [ 63.178] LinBlueFieldPosition: 0
    [ 63.178] LinRsvdMaskSize: 0
    [ 63.178] LinRsvdFieldPosition: 0
    [ 63.178] MaxPixelClock: 400000000
    [ 63.178] Mode: 193 (320x240)
    [ 63.178] ModeAttributes: 0xbb
    [ 63.178] WinAAttributes: 0x7
    [ 63.178] WinBAttributes: 0x0
    [ 63.178] WinGranularity: 64
    [ 63.178] WinSize: 64
    [ 63.178] WinASegment: 0xa000
    [ 63.178] WinBSegment: 0x0
    [ 63.178] WinFuncPtr: 0xc00050b5
    [ 63.178] BytesPerScanline: 320
    [ 63.178] XResolution: 320
    [ 63.178] YResolution: 240
    [ 63.178] XCharSize: 8
    [ 63.178] YCharSize: 8
    [ 63.178] NumberOfPlanes: 1
    [ 63.178] BitsPerPixel: 8
    [ 63.178] NumberOfBanks: 1
    [ 63.178] MemoryModel: 4
    [ 63.178] BankSize: 0
    [ 63.178] NumberOfImages: 127
    [ 63.178] RedMaskSize: 0
    [ 63.178] RedFieldPosition: 0
    [ 63.178] GreenMaskSize: 0
    [ 63.178] GreenFieldPosition: 0
    [ 63.178] BlueMaskSize: 0
    [ 63.178] BlueFieldPosition: 0
    [ 63.178] RsvdMaskSize: 0
    [ 63.178] RsvdFieldPosition: 0
    [ 63.178] DirectColorModeInfo: 0
    [ 63.178] PhysBasePtr: 0xf0000000
    [ 63.178] LinBytesPerScanLine: 320
    [ 63.178] BnkNumberOfImagePages: 127
    [ 63.178] LinNumberOfImagePages: 127
    [ 63.178] LinRedMaskSize: 0
    [ 63.178] LinRedFieldPosition: 0
    [ 63.178] LinGreenMaskSize: 0
    [ 63.178] LinGreenFieldPosition: 0
    [ 63.178] LinBlueMaskSize: 0
    [ 63.178] LinBlueFieldPosition: 0
    [ 63.178] LinRsvdMaskSize: 0
    [ 63.178] LinRsvdFieldPosition: 0
    [ 63.178] MaxPixelClock: 400000000
    [ 63.179] Mode: 195 (320x240)
    [ 63.179] ModeAttributes: 0xbb
    [ 63.179] WinAAttributes: 0x7
    [ 63.179] WinBAttributes: 0x0
    [ 63.179] WinGranularity: 64
    [ 63.179] WinSize: 64
    [ 63.179] WinASegment: 0xa000
    [ 63.179] WinBSegment: 0x0
    [ 63.179] WinFuncPtr: 0xc00050b5
    [ 63.179] BytesPerScanline: 640
    [ 63.179] XResolution: 320
    [ 63.179] YResolution: 240
    [ 63.179] XCharSize: 8
    [ 63.179] YCharSize: 8
    [ 63.179] NumberOfPlanes: 1
    [ 63.179] BitsPerPixel: 16
    [ 63.179] NumberOfBanks: 1
    [ 63.179] MemoryModel: 6
    [ 63.179] BankSize: 0
    [ 63.179] NumberOfImages: 84
    [ 63.179] RedMaskSize: 5
    [ 63.179] RedFieldPosition: 11
    [ 63.179] GreenMaskSize: 6
    [ 63.179] GreenFieldPosition: 5
    [ 63.179] BlueMaskSize: 5
    [ 63.179] BlueFieldPosition: 0
    [ 63.179] RsvdMaskSize: 0
    [ 63.179] RsvdFieldPosition: 0
    [ 63.179] DirectColorModeInfo: 0
    [ 63.179] PhysBasePtr: 0xf0000000
    [ 63.179] LinBytesPerScanLine: 640
    [ 63.179] BnkNumberOfImagePages: 84
    [ 63.179] LinNumberOfImagePages: 84
    [ 63.179] LinRedMaskSize: 5
    [ 63.179] LinRedFieldPosition: 11
    [ 63.179] LinGreenMaskSize: 6
    [ 63.179] LinGreenFieldPosition: 5
    [ 63.179] LinBlueMaskSize: 5
    [ 63.179] LinBlueFieldPosition: 0
    [ 63.179] LinRsvdMaskSize: 0
    [ 63.179] LinRsvdFieldPosition: 0
    [ 63.179] MaxPixelClock: 400000000
    [ 63.179] *Mode: 196 (320x240)
    [ 63.179] ModeAttributes: 0xbb
    [ 63.179] WinAAttributes: 0x7
    [ 63.179] WinBAttributes: 0x0
    [ 63.179] WinGranularity: 64
    [ 63.179] WinSize: 64
    [ 63.179] WinASegment: 0xa000
    [ 63.179] WinBSegment: 0x0
    [ 63.179] WinFuncPtr: 0xc00050b5
    [ 63.179] BytesPerScanline: 1280
    [ 63.179] XResolution: 320
    [ 63.179] YResolution: 240
    [ 63.179] XCharSize: 8
    [ 63.179] YCharSize: 8
    [ 63.179] NumberOfPlanes: 1
    [ 63.179] BitsPerPixel: 32
    [ 63.179] NumberOfBanks: 1
    [ 63.179] MemoryModel: 6
    [ 63.179] BankSize: 0
    [ 63.179] NumberOfImages: 50
    [ 63.179] RedMaskSize: 8
    [ 63.179] RedFieldPosition: 16
    [ 63.179] GreenMaskSize: 8
    [ 63.179] GreenFieldPosition: 8
    [ 63.179] BlueMaskSize: 8
    [ 63.179] BlueFieldPosition: 0
    [ 63.179] RsvdMaskSize: 0
    [ 63.179] RsvdFieldPosition: 0
    [ 63.179] DirectColorModeInfo: 0
    [ 63.179] PhysBasePtr: 0xf0000000
    [ 63.179] LinBytesPerScanLine: 1280
    [ 63.179] BnkNumberOfImagePages: 50
    [ 63.179] LinNumberOfImagePages: 50
    [ 63.179] LinRedMaskSize: 8
    [ 63.179] LinRedFieldPosition: 16
    [ 63.179] LinGreenMaskSize: 8
    [ 63.179] LinGreenFieldPosition: 8
    [ 63.179] LinBlueMaskSize: 8
    [ 63.179] LinBlueFieldPosition: 0
    [ 63.179] LinRsvdMaskSize: 0
    [ 63.179] LinRsvdFieldPosition: 0
    [ 63.179] MaxPixelClock: 400000000
    [ 63.180] Mode: 1b3 (512x384)
    [ 63.180] ModeAttributes: 0xbb
    [ 63.180] WinAAttributes: 0x7
    [ 63.180] WinBAttributes: 0x0
    [ 63.180] WinGranularity: 64
    [ 63.180] WinSize: 64
    [ 63.180] WinASegment: 0xa000
    [ 63.180] WinBSegment: 0x0
    [ 63.180] WinFuncPtr: 0xc00050b5
    [ 63.180] BytesPerScanline: 512
    [ 63.180] XResolution: 512
    [ 63.180] YResolution: 384
    [ 63.180] XCharSize: 8
    [ 63.180] YCharSize: 16
    [ 63.180] NumberOfPlanes: 1
    [ 63.180] BitsPerPixel: 8
    [ 63.180] NumberOfBanks: 1
    [ 63.180] MemoryModel: 4
    [ 63.180] BankSize: 0
    [ 63.180] NumberOfImages: 63
    [ 63.180] RedMaskSize: 0
    [ 63.180] RedFieldPosition: 0
    [ 63.180] GreenMaskSize: 0
    [ 63.180] GreenFieldPosition: 0
    [ 63.180] BlueMaskSize: 0
    [ 63.180] BlueFieldPosition: 0
    [ 63.180] RsvdMaskSize: 0
    [ 63.180] RsvdFieldPosition: 0
    [ 63.180] DirectColorModeInfo: 0
    [ 63.180] PhysBasePtr: 0xf0000000
    [ 63.180] LinBytesPerScanLine: 512
    [ 63.180] BnkNumberOfImagePages: 63
    [ 63.180] LinNumberOfImagePages: 63
    [ 63.180] LinRedMaskSize: 0
    [ 63.180] LinRedFieldPosition: 0
    [ 63.180] LinGreenMaskSize: 0
    [ 63.180] LinGreenFieldPosition: 0
    [ 63.180] LinBlueMaskSize: 0
    [ 63.180] LinBlueFieldPosition: 0
    [ 63.180] LinRsvdMaskSize: 0
    [ 63.180] LinRsvdFieldPosition: 0
    [ 63.180] MaxPixelClock: 400000000
    [ 63.180] Mode: 1b5 (512x384)
    [ 63.180] ModeAttributes: 0xbb
    [ 63.180] WinAAttributes: 0x7
    [ 63.180] WinBAttributes: 0x0
    [ 63.180] WinGranularity: 64
    [ 63.180] WinSize: 64
    [ 63.180] WinASegment: 0xa000
    [ 63.180] WinBSegment: 0x0
    [ 63.180] WinFuncPtr: 0xc00050b5
    [ 63.180] BytesPerScanline: 1024
    [ 63.180] XResolution: 512
    [ 63.180] YResolution: 384
    [ 63.180] XCharSize: 8
    [ 63.180] YCharSize: 16
    [ 63.180] NumberOfPlanes: 1
    [ 63.180] BitsPerPixel: 16
    [ 63.180] NumberOfBanks: 1
    [ 63.181] MemoryModel: 6
    [ 63.181] BankSize: 0
    [ 63.181] NumberOfImages: 35
    [ 63.181] RedMaskSize: 5
    [ 63.181] RedFieldPosition: 11
    [ 63.181] GreenMaskSize: 6
    [ 63.181] GreenFieldPosition: 5
    [ 63.181] BlueMaskSize: 5
    [ 63.181] BlueFieldPosition: 0
    [ 63.181] RsvdMaskSize: 0
    [ 63.181] RsvdFieldPosition: 0
    [ 63.181] DirectColorModeInfo: 0
    [ 63.181] PhysBasePtr: 0xf0000000
    [ 63.181] LinBytesPerScanLine: 1024
    [ 63.181] BnkNumberOfImagePages: 35
    [ 63.181] LinNumberOfImagePages: 35
    [ 63.181] LinRedMaskSize: 5
    [ 63.181] LinRedFieldPosition: 11
    [ 63.181] LinGreenMaskSize: 6
    [ 63.181] LinGreenFieldPosition: 5
    [ 63.181] LinBlueMaskSize: 5
    [ 63.181] LinBlueFieldPosition: 0
    [ 63.181] LinRsvdMaskSize: 0
    [ 63.181] LinRsvdFieldPosition: 0
    [ 63.181] MaxPixelClock: 400000000
    [ 63.181] *Mode: 1b6 (512x384)
    [ 63.181] ModeAttributes: 0xbb
    [ 63.181] WinAAttributes: 0x7
    [ 63.181] WinBAttributes: 0x0
    [ 63.181] WinGranularity: 64
    [ 63.181] WinSize: 64
    [ 63.181] WinASegment: 0xa000
    [ 63.181] WinBSegment: 0x0
    [ 63.181] WinFuncPtr: 0xc00050b5
    [ 63.181] BytesPerScanline: 2048
    [ 63.181] XResolution: 512
    [ 63.181] YResolution: 384
    [ 63.181] XCharSize: 8
    [ 63.181] YCharSize: 16
    [ 63.181] NumberOfPlanes: 1
    [ 63.181] BitsPerPixel: 32
    [ 63.181] NumberOfBanks: 1
    [ 63.181] MemoryModel: 6
    [ 63.181] BankSize: 0
    [ 63.181] NumberOfImages: 18
    [ 63.181] RedMaskSize: 8
    [ 63.181] RedFieldPosition: 16
    [ 63.181] GreenMaskSize: 8
    [ 63.181] GreenFieldPosition: 8
    [ 63.181] BlueMaskSize: 8
    [ 63.181] BlueFieldPosition: 0
    [ 63.181] RsvdMaskSize: 0
    [ 63.181] RsvdFieldPosition: 0
    [ 63.181] DirectColorModeInfo: 0
    [ 63.181] PhysBasePtr: 0xf0000000
    [ 63.181] LinBytesPerScanLine: 2048
    [ 63.181] BnkNumberOfImagePages: 18
    [ 63.181] LinNumberOfImagePages: 18
    [ 63.181] LinRedMaskSize: 8
    [ 63.181] LinRedFieldPosition: 16
    [ 63.181] LinGreenMaskSize: 8
    [ 63.181] LinGreenFieldPosition: 8
    [ 63.181] LinBlueMaskSize: 8
    [ 63.181] LinBlueFieldPosition: 0
    [ 63.181] LinRsvdMaskSize: 0
    [ 63.181] LinRsvdFieldPosition: 0
    [ 63.181] MaxPixelClock: 400000000
    [ 63.182] Mode: 1c3 (640x350)
    [ 63.182] ModeAttributes: 0xbb
    [ 63.182] WinAAttributes: 0x7
    [ 63.182] WinBAttributes: 0x0
    [ 63.182] WinGranularity: 64
    [ 63.182] WinSize: 64
    [ 63.182] WinASegment: 0xa000
    [ 63.182] WinBSegment: 0x0
    [ 63.182] WinFuncPtr: 0xc00050b5
    [ 63.182] BytesPerScanline: 640
    [ 63.182] XResolution: 640
    [ 63.182] YResolution: 350
    [ 63.182] XCharSize: 8
    [ 63.182] YCharSize: 14
    [ 63.182] NumberOfPlanes: 1
    [ 63.182] BitsPerPixel: 8
    [ 63.182] NumberOfBanks: 1
    [ 63.182] MemoryModel: 4
    [ 63.182] BankSize: 0
    [ 63.182] NumberOfImages: 63
    [ 63.182] RedMaskSize: 0
    [ 63.182] RedFieldPosition: 0
    [ 63.182] GreenMaskSize: 0
    [ 63.182] GreenFieldPosition: 0
    [ 63.182] BlueMaskSize: 0
    [ 63.182] BlueFieldPosition: 0
    [ 63.182] RsvdMaskSize: 0
    [ 63.182] RsvdFieldPosition: 0
    [ 63.182] DirectColorModeInfo: 0
    [ 63.182] PhysBasePtr: 0xf0000000
    [ 63.182] LinBytesPerScanLine: 640
    [ 63.182] BnkNumberOfImagePages: 63
    [ 63.182] LinNumberOfImagePages: 63
    [ 63.182] LinRedMaskSize: 0
    [ 63.182] LinRedFieldPosition: 0
    [ 63.182] LinGreenMaskSize: 0
    [ 63.182] LinGreenFieldPosition: 0
    [ 63.182] LinBlueMaskSize: 0
    [ 63.182] LinBlueFieldPosition: 0
    [ 63.182] LinRsvdMaskSize: 0
    [ 63.182] LinRsvdFieldPosition: 0
    [ 63.182] MaxPixelClock: 400000000
    [ 63.182] Mode: 1c5 (640x350)
    [ 63.182] ModeAttributes: 0xbb
    [ 63.182] WinAAttributes: 0x7
    [ 63.182] WinBAttributes: 0x0
    [ 63.182] WinGranularity: 64
    [ 63.182] WinSize: 64
    [ 63.182] WinASegment: 0xa000
    [ 63.182] WinBSegment: 0x0
    [ 63.182] WinFuncPtr: 0xc00050b5
    [ 63.182] BytesPerScanline: 1280
    [ 63.182] XResolution: 640
    [ 63.182] YResolution: 350
    [ 63.182] XCharSize: 8
    [ 63.182] YCharSize: 14
    [ 63.182] NumberOfPlanes: 1
    [ 63.182] BitsPerPixel: 16
    [ 63.182] NumberOfBanks: 1
    [ 63.182] MemoryModel: 6
    [ 63.182] BankSize: 0
    [ 63.182] NumberOfImages: 35
    [ 63.182] RedMaskSize: 5
    [ 63.182] RedFieldPosition: 11
    [ 63.182] GreenMaskSize: 6
    [ 63.182] GreenFieldPosition: 5
    [ 63.182] BlueMaskSize: 5
    [ 63.182] BlueFieldPosition: 0
    [ 63.182] RsvdMaskSize: 0
    [ 63.182] RsvdFieldPosition: 0
    [ 63.182] DirectColorModeInfo: 0
    [ 63.182] PhysBasePtr: 0xf0000000
    [ 63.182] LinBytesPerScanLine: 1280
    [ 63.182] BnkNumberOfImagePages: 35
    [ 63.182] LinNumberOfImagePages: 35
    [ 63.182] LinRedMaskSize: 5
    [ 63.182] LinRedFieldPosition: 11
    [ 63.182] LinGreenMaskSize: 6
    [ 63.182] LinGreenFieldPosition: 5
    [ 63.182] LinBlueMaskSize: 5
    [ 63.182] LinBlueFieldPosition: 0
    [ 63.182] LinRsvdMaskSize: 0
    [ 63.182] LinRsvdFieldPosition: 0
    [ 63.182] MaxPixelClock: 400000000
    [ 63.183] *Mode: 1c6 (640x350)
    [ 63.183] ModeAttributes: 0xbb
    [ 63.183] WinAAttributes: 0x7
    [ 63.183] WinBAttributes: 0x0
    [ 63.183] WinGranularity: 64
    [ 63.183] WinSize: 64
    [ 63.183] WinASegment: 0xa000
    [ 63.183] WinBSegment: 0x0
    [ 63.183] WinFuncPtr: 0xc00050b5
    [ 63.183] BytesPerScanline: 2560
    [ 63.183] XResolution: 640
    [ 63.183] YResolution: 350
    [ 63.183] XCharSize: 8
    [ 63.183] YCharSize: 14
    [ 63.183] NumberOfPlanes: 1
    [ 63.183] BitsPerPixel: 32
    [ 63.183] NumberOfBanks: 1
    [ 63.183] MemoryModel: 6
    [ 63.183] BankSize: 0
    [ 63.183] NumberOfImages: 17
    [ 63.183] RedMaskSize: 8
    [ 63.183] RedFieldPosition: 16
    [ 63.183] GreenMaskSize: 8
    [ 63.183] GreenFieldPosition: 8
    [ 63.183] BlueMaskSize: 8
    [ 63.183] BlueFieldPosition: 0
    [ 63.183] RsvdMaskSize: 0
    [ 63.183] RsvdFieldPosition: 0
    [ 63.183] DirectColorModeInfo: 0
    [ 63.183] PhysBasePtr: 0xf0000000
    [ 63.183] LinBytesPerScanLine: 2560
    [ 63.183] BnkNumberOfImagePages: 17
    [ 63.183] LinNumberOfImagePages: 17
    [ 63.183] LinRedMaskSize: 8
    [ 63.183] LinRedFieldPosition: 16
    [ 63.183] LinGreenMaskSize: 8
    [ 63.183] LinGreenFieldPosition: 8
    [ 63.183] LinBlueMaskSize: 8
    [ 63.183] LinBlueFieldPosition: 0
    [ 63.183] LinRsvdMaskSize: 0
    [ 63.183] LinRsvdFieldPosition: 0
    [ 63.183] MaxPixelClock: 400000000
    [ 63.183] Mode: 183 (640x400)
    [ 63.183] ModeAttributes: 0xbb
    [ 63.183] WinAAttributes: 0x7
    [ 63.183] WinBAttributes: 0x0
    [ 63.183] WinGranularity: 64
    [ 63.183] WinSize: 64
    [ 63.183] WinASegment: 0xa000
    [ 63.183] WinBSegment: 0x0
    [ 63.183] WinFuncPtr: 0xc00050b5
    [ 63.183] BytesPerScanline: 640
    [ 63.183] XResolution: 640
    [ 63.183] YResolution: 400
    [ 63.183] XCharSize: 8
    [ 63.183] YCharSize: 16
    [ 63.183] NumberOfPlanes: 1
    [ 63.183] BitsPerPixel: 8
    [ 63.183] NumberOfBanks: 1
    [ 63.183] MemoryModel: 4
    [ 63.183] BankSize: 0
    [ 63.183] NumberOfImages: 63
    [ 63.183] RedMaskSize: 0
    [ 63.183] RedFieldPosition: 0
    [ 63.183] GreenMaskSize: 0
    [ 63.183] GreenFieldPosition: 0
    [ 63.183] BlueMaskSize: 0
    [ 63.183] BlueFieldPosition: 0
    [ 63.183] RsvdMaskSize: 0
    [ 63.183] RsvdFieldPosition: 0
    [ 63.183] DirectColorModeInfo: 0
    [ 63.183] PhysBasePtr: 0xf0000000
    [ 63.183] LinBytesPerScanLine: 640
    [ 63.183] BnkNumberOfImagePages: 63
    [ 63.183] LinNumberOfImagePages: 63
    [ 63.183] LinRedMaskSize: 0
    [ 63.183] LinRedFieldPosition: 0
    [ 63.183] LinGreenMaskSize: 0
    [ 63.183] LinGreenFieldPosition: 0
    [ 63.183] LinBlueMaskSize: 0
    [ 63.183] LinBlueFieldPosition: 0
    [ 63.183] LinRsvdMaskSize: 0
    [ 63.183] LinRsvdFieldPosition: 0
    [ 63.183] MaxPixelClock: 400000000
    [ 63.184] Mode: 185 (640x400)
    [ 63.184] ModeAttributes: 0xbb
    [ 63.184] WinAAttributes: 0x7
    [ 63.184] WinBAttributes: 0x0
    [ 63.184] WinGranularity: 64
    [ 63.184] WinSize: 64
    [ 63.184] WinASegment: 0xa000
    [ 63.184] WinBSegment: 0x0
    [ 63.184] WinFuncPtr: 0xc00050b5
    [ 63.184] BytesPerScanline: 1280
    [ 63.184] XResolution: 640
    [ 63.184] YResolution: 400
    [ 63.184] XCharSize: 8
    [ 63.184] YCharSize: 16
    [ 63.184] NumberOfPlanes: 1
    [ 63.184] BitsPerPixel: 16
    [ 63.184] NumberOfBanks: 1
    [ 63.184] MemoryModel: 6
    [ 63.184] BankSize: 0
    [ 63.184] NumberOfImages: 31
    [ 63.184] RedMaskSize: 5
    [ 63.184] RedFieldPosition: 11
    [ 63.184] GreenMaskSize: 6
    [ 63.184] GreenFieldPosition: 5
    [ 63.184] BlueMaskSize: 5
    [ 63.184] BlueFieldPosition: 0
    [ 63.184] RsvdMaskSize: 0
    [ 63.184] RsvdFieldPosition: 0
    [ 63.184] DirectColorModeInfo: 0
    [ 63.184] PhysBasePtr: 0xf0000000
    [ 63.184] LinBytesPerScanLine: 1280
    [ 63.184] BnkNumberOfImagePages: 31
    [ 63.184] LinNumberOfImagePages: 31
    [ 63.184] LinRedMaskSize: 5
    [ 63.184] LinRedFieldPosition: 11
    [ 63.184] LinGreenMaskSize: 6
    [ 63.184] LinGreenFieldPosition: 5
    [ 63.184] LinBlueMaskSize: 5
    [ 63.184] LinBlueFieldPosition: 0
    [ 63.184] LinRsvdMaskSize: 0
    [ 63.184] LinRsvdFieldPosition: 0
    [ 63.184] MaxPixelClock: 400000000
    [ 63.185] *Mode: 186 (640x400)
    [ 63.185] ModeAttributes: 0xbb
    [ 63.185] WinAAttributes: 0x7
    [ 63.185] WinBAttributes: 0x0
    [ 63.185] WinGranularity: 64
    [ 63.185] WinSize: 64
    [ 63.185] WinASegment: 0xa000
    [ 63.185] WinBSegment: 0x0
    [ 63.185] WinFuncPtr: 0xc00050b5
    [ 63.185] BytesPerScanline: 2560
    [ 63.185] XResolution: 640
    [ 63.185] YResolution: 400
    [ 63.185] XCharSize: 8
    [ 63.185] YCharSize: 16
    [ 63.185] NumberOfPlanes: 1
    [ 63.185] BitsPerPixel: 32
    [ 63.185] NumberOfBanks: 1
    [ 63.185] MemoryModel: 6
    [ 63.185] BankSize: 0
    [ 63.185] NumberOfImages: 15
    [ 63.185] RedMaskSize: 8
    [ 63.185] RedFieldPosition: 16
    [ 63.185] GreenMaskSize: 8
    [ 63.185] GreenFieldPosition: 8
    [ 63.185] BlueMaskSize: 8
    [ 63.185] BlueFieldPosition: 0
    [ 63.185] RsvdMaskSize: 0
    [ 63.185] RsvdFieldPosition: 0
    [ 63.185] DirectColorModeInfo: 0
    [ 63.185] PhysBasePtr: 0xf0000000
    [ 63.185] LinBytesPerScanLine: 2560
    [ 63.185] BnkNumberOfImagePages: 15
    [ 63.185] LinNumberOfImagePages: 15
    [ 63.185] LinRedMaskSize: 8
    [ 63.185] LinRedFieldPosition: 16
    [ 63.185] LinGreenMaskSize: 8
    [ 63.185] LinGreenFieldPosition: 8
    [ 63.185] LinBlueMaskSize: 8
    [ 63.185] LinBlueFieldPosition: 0
    [ 63.185] LinRsvdMaskSize: 0
    [ 63.185] LinRsvdFieldPosition: 0
    [ 63.185] MaxPixelClock: 400000000
    [ 63.185] Mode: 133 (720x400)
    [ 63.185] ModeAttributes: 0xbb
    [ 63.185] WinAAttributes: 0x7
    [ 63.185] WinBAttributes: 0x0
    [ 63.185] WinGranularity: 64
    [ 63.185] WinSize: 64
    [ 63.185] WinASegment: 0xa000
    [ 63.185] WinBSegment: 0x0
    [ 63.185] WinFuncPtr: 0xc00050b5
    [ 63.185] BytesPerScanline: 768
    [ 63.185] XResolution: 720
    [ 63.185] YResolution: 400
    [ 63.185] XCharSize: 8
    [ 63.185] YCharSize: 16
    [ 63.185] NumberOfPlanes: 1
    [ 63.185] BitsPerPixel: 8
    [ 63.185] NumberOfBanks: 1
    [ 63.185] MemoryModel: 4
    [ 63.185] BankSize: 0
    [ 63.185] NumberOfImages: 50
    [ 63.185] RedMaskSize: 0
    [ 63.185] RedFieldPosition: 0
    [ 63.185] GreenMaskSize: 0
    [ 63.185] GreenFieldPosition: 0
    [ 63.185] BlueMaskSize: 0
    [ 63.185] BlueFieldPosition: 0
    [ 63.185] RsvdMaskSize: 0
    [ 63.185] RsvdFieldPosition: 0
    [ 63.185] DirectColorModeInfo: 0
    [ 63.185] PhysBasePtr: 0xf0000000
    [ 63.185] LinBytesPerScanLine: 768
    [ 63.185] BnkNumberOfImagePages: 50
    [ 63.185] LinNumberOfImagePages: 50
    [ 63.185] LinRedMaskSize: 0
    [ 63.185] LinRedFieldPosition: 0
    [ 63.185] LinGreenMaskSize: 0
    [ 63.185] LinGreenFieldPosition: 0
    [ 63.185] LinBlueMaskSize: 0
    [ 63.185] LinBlueFieldPosition: 0
    [ 63.185] LinRsvdMaskSize: 0
    [ 63.185] LinRsvdFieldPosition: 0
    [ 63.185] MaxPixelClock: 400000000
    [ 63.186] Mode: 135 (720x400)
    [ 63.186] ModeAttributes: 0xbb
    [ 63.186] WinAAttributes: 0x7
    [ 63.186] WinBAttributes: 0x0
    [ 63.186] WinGranularity: 64
    [ 63.186] WinSize: 64
    [ 63.186] WinASegment: 0xa000
    [ 63.186] WinBSegment: 0x0
    [ 63.186] WinFuncPtr: 0xc00050b5
    [ 63.186] BytesPerScanline: 1472
    [ 63.186] XResolution: 720
    [ 63.186] YResolution: 400
    [ 63.186] XCharSize: 8
    [ 63.186] YCharSize: 16
    [ 63.186] NumberOfPlanes: 1
    [ 63.186] BitsPerPixel: 16
    [ 63.186] NumberOfBanks: 1
    [ 63.186] MemoryModel: 6
    [ 63.186] BankSize: 0
    [ 63.186] NumberOfImages: 27
    [ 63.186] RedMaskSize: 5
    [ 63.186] RedFieldPosition: 11
    [ 63.186] GreenMaskSize: 6
    [ 63.186] GreenFieldPosition: 5
    [ 63.186] BlueMaskSize: 5
    [ 63.186] BlueFieldPosition: 0
    [ 63.186] RsvdMaskSize: 0
    [ 63.186] RsvdFieldPosition: 0
    [ 63.186] DirectColorModeInfo: 0
    [ 63.186] PhysBasePtr: 0xf0000000
    [ 63.186] LinBytesPerScanLine: 1472
    [ 63.186] BnkNumberOfImagePages: 27
    [ 63.186] LinNumberOfImagePages: 27
    [ 63.186] LinRedMaskSize: 5
    [ 63.186] LinRedFieldPosition: 11
    [ 63.186] LinGreenMaskSize: 6
    [ 63.186] LinGreenFieldPosition: 5
    [ 63.186] LinBlueMaskSize: 5
    [ 63.186] LinBlueFieldPosition: 0
    [ 63.186] LinRsvdMaskSize: 0
    [ 63.186] LinRsvdFieldPosition: 0
    [ 63.186] MaxPixelClock: 400000000
    [ 63.186] *Mode: 136 (720x400)
    [ 63.186] ModeAttributes: 0xbb
    [ 63.186] WinAAttributes: 0x7
    [ 63.186] WinBAttributes: 0x0
    [ 63.186] WinGranularity: 64
    [ 63.186] WinSize: 64
    [ 63.186] WinASegment: 0xa000
    [ 63.186] WinBSegment: 0x0
    [ 63.186] WinFuncPtr: 0xc00050b5
    [ 63.186] BytesPerScanline: 2944
    [ 63.186] XResolution: 720
    [ 63.186] YResolution: 400
    [ 63.186] XCharSize: 8
    [ 63.186] YCharSize: 16
    [ 63.186] NumberOfPlanes: 1
    [ 63.186] BitsPerPixel: 32
    [ 63.186] NumberOfBanks: 1
    [ 63.186] MemoryModel: 6
    [ 63.186] BankSize: 0
    [ 63.186] NumberOfImages: 13
    [ 63.186] RedMaskSize: 8
    [ 63.186] RedFieldPosition: 16
    [ 63.186] GreenMaskSize: 8
    [ 63.186] GreenFieldPosition: 8
    [ 63.186] BlueMaskSize: 8
    [ 63.186] BlueFieldPosition: 0
    [ 63.186] RsvdMaskSize: 0
    [ 63.186] RsvdFieldPosition: 0
    [ 63.186] DirectColorModeInfo: 0
    [ 63.186] PhysBasePtr: 0xf0000000
    [ 63.186] LinBytesPerScanLine: 2944
    [ 63.186] BnkNumberOfImagePages: 13
    [ 63.186] LinNumberOfImagePages: 13
    [ 63.186] LinRedMaskSize: 8
    [ 63.186] LinRedFieldPosition: 16
    [ 63.187] LinGreenMaskSize: 8
    [ 63.187] LinGreenFieldPosition: 8
    [ 63.187] LinBlue

    OK, first of all i checked if i had the module loades
    using lspci | grep radeon
    That returned:
    radeon 993341 0
    i2c_algo_bit 5295 1 radeon
    ttm 54346 1 radeon
    drm_kms_helper 26027 1 radeon
    drm 182706 3 drm_kms_helper,ttm,radeon
    i2c_core 22628 5 i2c_piix4,drm,drm_kms_helper,i2c_algo_bit,radeon
    so i think the module was loaded, neverthless i did modified mkinitcpio and added the module radeon,  uninstalled the vesa drivers, rebuilt the initram and reboot my system just to see te same results: no Xorg.So i installed the vesa drivers again to run xorg. I post the Xorg log using only the Radeon Driver.
    [ 44.636]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 44.637] X Protocol Version 11, Revision 0
    [ 44.637] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 44.639] Current Operating System: Linux marcorecamara 3.0.76-1-lts #1 SMP Wed May 1 20:14:38 CEST 2013 x86_64
    [ 44.639] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=54250347-8e44-4962-8656-387ed670cccc ro nomodeset
    [ 44.641] Build Date: 17 April 2013 02:37:06PM
    [ 44.641]
    [ 44.642] Current version of pixman: 0.28.2
    [ 44.644] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 44.644] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 44.648] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 7 20:18:52 2013
    [ 44.649] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 44.650] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 44.650] (==) No Layout section. Using the first Screen section.
    [ 44.650] (==) No screen section available. Using defaults.
    [ 44.650] (**) |-->Screen "Default Screen Section" (0)
    [ 44.650] (**) | |-->Monitor "<default monitor>"
    [ 44.650] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 44.650] (==) Automatically adding devices
    [ 44.650] (==) Automatically enabling devices
    [ 44.650] (==) Automatically adding GPU devices
    [ 44.650] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 44.650] Entry deleted from font path.
    [ 44.650] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 44.650] Entry deleted from font path.
    [ 44.650] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 44.650] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 44.650] Entry deleted from font path.
    [ 44.650] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 44.650] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 44.650] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 44.650] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 44.650] (II) Loader magic: 0x7fcc20
    [ 44.650] (II) Module ABI versions:
    [ 44.650] X.Org ANSI C Emulation: 0.4
    [ 44.650] X.Org Video Driver: 14.1
    [ 44.650] X.Org XInput driver : 19.1
    [ 44.650] X.Org Server Extension : 7.0
    [ 44.650] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 44.655] (--) PCI:*(0:1:5:0) 1002:791e:105b:0e0c rev 0, Mem @ 0xf0000000/134217728, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256
    [ 44.656] Initializing built-in extension Generic Event Extension
    [ 44.657] Initializing built-in extension SHAPE
    [ 44.657] Initializing built-in extension MIT-SHM
    [ 44.658] Initializing built-in extension XInputExtension
    [ 44.659] Initializing built-in extension XTEST
    [ 44.660] Initializing built-in extension BIG-REQUESTS
    [ 44.660] Initializing built-in extension SYNC
    [ 44.661] Initializing built-in extension XKEYBOARD
    [ 44.661] Initializing built-in extension XC-MISC
    [ 44.662] Initializing built-in extension SECURITY
    [ 44.663] Initializing built-in extension XINERAMA
    [ 44.663] Initializing built-in extension XFIXES
    [ 44.664] Initializing built-in extension RENDER
    [ 44.665] Initializing built-in extension RANDR
    [ 44.665] Initializing built-in extension COMPOSITE
    [ 44.666] Initializing built-in extension DAMAGE
    [ 44.667] Initializing built-in extension MIT-SCREEN-SAVER
    [ 44.667] Initializing built-in extension DOUBLE-BUFFER
    [ 44.668] Initializing built-in extension RECORD
    [ 44.691] Initializing built-in extension DPMS
    [ 44.714] Initializing built-in extension X-Resource
    [ 44.736] Initializing built-in extension XVideo
    [ 44.759] Initializing built-in extension XVideo-MotionCompensation
    [ 44.782] Initializing built-in extension XFree86-VidModeExtension
    [ 44.804] Initializing built-in extension XFree86-DGA
    [ 44.826] Initializing built-in extension XFree86-DRI
    [ 44.846] Initializing built-in extension DRI2
    [ 44.846] (II) "glx" will be loaded by default.
    [ 44.846] (II) LoadModule: "dri2"
    [ 44.846] (II) Module "dri2" already built-in
    [ 44.847] (II) LoadModule: "glamoregl"
    [ 44.847] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 44.848] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 44.848] compiled for 1.14.0, module version = 0.5.0
    [ 44.848] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 44.848] (II) LoadModule: "glx"
    [ 44.848] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 44.848] (II) Module glx: vendor="X.Org Foundation"
    [ 44.848] compiled for 1.14.1, module version = 1.0.0
    [ 44.848] ABI class: X.Org Server Extension, version 7.0
    [ 44.848] (==) AIGLX enabled
    [ 44.869] Loading extension GLX
    [ 44.869] (==) Matched ati as autoconfigured driver 0
    [ 44.869] (==) Matched ati as autoconfigured driver 1
    [ 44.869] (==) Matched vesa as autoconfigured driver 2
    [ 44.869] (==) Matched modesetting as autoconfigured driver 3
    [ 44.869] (==) Matched fbdev as autoconfigured driver 4
    [ 44.869] (==) Assigned the driver to the xf86ConfigLayout
    [ 44.869] (II) LoadModule: "ati"
    [ 44.869] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 44.869] (II) Module ati: vendor="X.Org Foundation"
    [ 44.869] compiled for 1.14.0, module version = 7.1.0
    [ 44.869] Module class: X.Org Video Driver
    [ 44.869] ABI class: X.Org Video Driver, version 14.1
    [ 44.869] (II) LoadModule: "radeon"
    [ 44.869] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 44.869] (II) Module radeon: vendor="X.Org Foundation"
    [ 44.869] compiled for 1.14.0, module version = 7.1.0
    [ 44.869] Module class: X.Org Video Driver
    [ 44.869] ABI class: X.Org Video Driver, version 14.1
    [ 44.869] (II) LoadModule: "vesa"
    [ 44.870] (WW) Warning, couldn't open module vesa
    [ 44.870] (II) UnloadModule: "vesa"
    [ 44.870] (II) Unloading vesa
    [ 44.870] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 44.870] (II) LoadModule: "modesetting"
    [ 44.870] (WW) Warning, couldn't open module modesetting
    [ 44.870] (II) UnloadModule: "modesetting"
    [ 44.870] (II) Unloading modesetting
    [ 44.870] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 44.870] (II) LoadModule: "fbdev"
    [ 44.870] (WW) Warning, couldn't open module fbdev
    [ 44.870] (II) UnloadModule: "fbdev"
    [ 44.870] (II) Unloading fbdev
    [ 44.870] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 44.870] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 44.872] (++) using VT number 1
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Device(s) detected, but none match those in the config file.
    [ 44.872]
    Fatal server error:
    [ 44.872] no screens found
    [ 44.872] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 44.872] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 44.872] (EE)
    [ 45.006] Server terminated with error (1). Closing log file.
    So maybe is something about KMS. And i dont think this has to do with data corruption, the strange thing is that i downgraded the packages, maybe antoher package is interfering. Ill try to solve the issue of KMS and mode set, the weird thing is that i have nomodeset in my grub.cfg

  • Creation of Functional, Minimal, and Correct Xorg.conf [SOLVED]

    Being fairly new to GNU/Linux in general, and totally green in doing things myself, I foolishly avoided the building of an xorg.conf. Following the beginner's guide in the wiki, I just did an "xorg --configure" which created a base xorg.conf for me. It worked, and I noticed no problems in the general use of my window manager (xmonad). I have an ATI Mobility Radeon X1300.
    I discovered today that I was using the radeonhd driver which was giving me terrible performance in OpenGL applications, so edited xorg.conf to revert back to the plain radeon driver. Upon restarting X, my performance problems were gone, but my fonts in the Firefox interface devolved... I have taken this a wakeup call to actually write a good xorg.conf and to understand what everything in it is for.
    I have done plenty of configuration, though I have never before looked into editing the dreaded xorg.conf, coming from Ubuntu, so I know very little. Any help would be greatly appreciated.
    Specifics:
    What parts are necessary?
    How do I get the fonts I had before back?
    Graphics is all that concerns me, I have no strange input devices, and my touchpad works fine (I configured the fdi files for that).
    I will list my current xorg.conf below. Fonts worked before I changed the driver from radeonhd to radeon and enabled the option for EXA. Before these changes, all the text contained therein was created automagically by xorg. I have a feeling most of this is unnecessary.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "dri"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "M52 [Mobility Radeon X1300]"
    BusID "PCI:1:0:0"
    Option "AccelMethod" "EXA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by egan (2009-09-27 17:28:50)

    skottish wrote:
    X searches all of the directories that you had in your original xorg.conf file, and it will load whatever it needs automatically. I don't think your problem is specifically with xorg.conf (or lack of), I think what you're seeing is the DPI changing between drivers.
    Try this with each driver loaded and see if they're different:
    xdpyinfo | grep resolution
    Ah, yes indeed!
    radeonhd: 96x96
    radeon: 129x127
    How do I get X with the radeon driver to use 96x96?
    EDIT: Adding a dpi argument of 96 to /etc/X11/xinit/xserverrc fixed the problem. I didn't occur to me that the two drivers would use different dpis.
    Thank you so much!
    Last edited by egan (2009-09-27 17:13:28)

  • How sparse can you get your xorg.conf?

    how small can you get your xorg.conf with everything working for your system? (without being blank)
    Section "InputDevice"
    Identifier "k0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "gb"
    EndSection
    Section "InputDevice"
    Identifier "m0"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    Option "Emulate3Buttons" "0"
    Option "Resolution" "2000"
    Option "SampleRate" "1000"
    EndSection
    Section "Device"
    Identifier "v0"
    Driver "fglrx"
    Option "VideoOverlay" "1"
    Option "OpenGLOverlay" "0"
    EndSection
    Section "Monitor"
    Identifier "m0"
    DisplaySize 336 269
    EndSection
    Section "Screen"
    Identifier "s0"
    Device "v0"
    Monitor "m0"
    DefaultDepth 24
    EndSection
    Things i had to set manually;
    1) Keyboard layout, because it defaults to US
    2) Two mouse keys don't work had to manually set, Emulate3Buttons defaults on (wanted it off)
    3) "VideoOverlay" is off by default (or is not auto detected)
    3) needed to set DPI to 96
    4) needed to set color to 24 (defaulted to 8?)
    apart from that, the auto detection is vastly improving IMO.
    The main premise behind this, is to debate the auto detection capabilities of hardware by xorg.
    Last edited by gav616 (2008-03-10 00:59:37)

    Man, all I run is dwm, but i'm still so afraid to edit anything here. Anyone have any suggestions as to how I can prune this baby?
    By the way this is a laptop with an ATI card.
    lspci shows: 01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "freetype"
    Load "type1"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "CPT"
    ModelName "13a6"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RS485 [Radeon Xpress 1100 IGP]"
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    BusID "PCI:1:5:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0660
    EndSection
    Last edited by F (2008-03-11 06:35:07)

  • What's wrong with my xorg.conf?

    I just installed Arch + KDEmod and I think I'd like it, but I can't get any video driver to work correctly.  The open-source ati driver crashes immediately (just like in Ubuntu, I could never get that one to work) so I'm trying to catalyst drivers.  However, it can't go to GUI at all; it gives me an error about no available screens or something.  I looked at my xorg.conf and it looks okay... what's the problem? 
    Radeon 9500 Pro, btw.  xorg configured with Xorg -configure
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "GLcore"
    Load "xtrap"
    Load "dbe"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "NoDRI" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "DRM_nbufs" # <i>
    #Option "DRM_bufsize" # <i>
    #Option "Capabilities" # <i>
    #Option "CapabilitiesEx" # <i>
    #Option "ClientDriverName" # [<str>]
    #Option "KernelModuleParm" # [<str>]
    #Option "AGPMask" # <i>
    #Option "AGPv3Mask" # <i>
    #Option "BufferTiling" # [<bool>]
    #Option "Profile" # <str>
    #Option "RingSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "GammaCorrectionI" # <i>
    #Option "GammaCorrectionII" # <i>
    #Option "OpenGLOverlay" # [<bool>]
    #Option "DefaultVisualTrueColor" # [<bool>]
    #Option "VideoOverlay" # [<bool>]
    #Option "DesktopSetup" # [<str>]
    #Option "MonitorLayout" # [<str>]
    #Option "ForceMonitors" # [<str>]
    #Option "EnableMonitor" # <str>
    #Option "OverlayOnCRTC2" # [<bool>]
    #Option "Mode2" # [<str>]
    #Option "PairModes" # [<str>]
    #Option "HSync2" # [<str>]
    #Option "VRefresh2" # [<str>]
    #Option "ScreenOverlap" # <i>
    #Option "MemClock" # <i>
    #Option "ASICClock" # <i>
    #Option "UseInternalAGPGART" # [<bool>]
    #Option "FastSwap" # [<bool>]
    #Option "Stereo" # [<bool>]
    #Option "StereoSyncEnable" # <i>
    #Option "DisableOvScaler" # [<bool>]
    #Option "UseFastTLS" # <i>
    #Option "BlockSignalsOnLock" # [<bool>]
    #Option "ForceGenericCPU" # [<bool>]
    #Option "CenterMode" # [<bool>]
    #Option "OffScreenPixmaps" # [<bool>]
    #Option "EnableOpaqueOverlayVisual" # [<bool>]
    #Option "TMDSCoherentMode" # [<bool>]
    #Option "EnablePrivateBackZ" # [<bool>]
    #Option "TVFormat" # [<str>]
    #Option "TVStandard" # [<str>]
    #Option "TVOverscan" # [<bool>]
    #Option "TVHSizeAdj" # <i>
    #Option "TVVSizeAdj" # <i>
    #Option "TVHPosAdj" # <i>
    #Option "TVVPosAdj" # <i>
    #Option "TVHStartAdj" # <i>
    #Option "TVColorAdj" # <i>
    #Option "PseudoColorVisuals" # [<bool>]
    #Option "PreferredVRefresh" # <i>
    #Option "FastStart" # [<bool>]
    #Option "ProfileDriver" # [<bool>]
    #Option "PPPTforGART" # [<bool>]
    #Option "TexturedVideo" # [<bool>]
    #Option "TexturedVideoSync" # [<bool>]
    #Option "Textured2D" # [<bool>]
    #Option "TexturedXrender" # [<bool>]
    #Option "DPMS" # [<bool>]
    #Option "MaxGARTSize" # <i>
    #Option "LogoPosX" # <i>
    #Option "LogoPosY" # <i>
    #Option "LogoColFG" # <i>
    #Option "LogoColBG" # <i>
    #Option "SwapScreens" # [<bool>]
    #Option "FBC" # [<bool>]
    #Option "FrontBufferMode" # <i>
    #Option "BackBufferMode" # <i>
    #Option "DepthBufferMode" # <i>
    #Option "OverlayBufferMode" # <i>
    #Option "VideoOverlayBufferMode" # <i>
    #Option "EnableIrqMgr" # [<bool>]
    #Option "EnableMulticard" # [<bool>]
    #Option "EnablePPLIB" # [<bool>]
    #Option "DefaultOnDC" # [<bool>]
    Identifier "Card0"
    Driver "fglrx"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon R300 NE [Radeon 9500 Pro]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    Heres my, maybe it can help you out somehow:
    # xorg.conf (xorg X Window System server configuration file)
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    Section "Module"
    Load "dri"
    Load "v4i"
    Load "dbe"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/share/fonts/misc/"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection
    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection
    Section "Device"
    Identifier "Generic Video Card"
    Driver "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "XAANoOffscreenPixmaps" "on"
    BusID "PCI:1:0:0"
    EndSection
    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 30-70
    VertRefresh 50-160
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video Card"
    Monitor "Generic Monitor"
    DefaultDepth 24
    EndSection
    Section "ServerLayout"
    Option "AIGLX" "on"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    InputDevice "Synaptics Touchpad"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "XVideo" "Enable"
    EndSection

  • [Solved] Changed Graphics Driver/Xorg.conf, Font Size Now Different

    Hello,
    I just got the Catalyst 9.4 drivers working on my laptop (Lenovo T400) since the open source ones just can't keep up (even with DRI).
    The problem is now my fonts are all different sizes (or not loading).
    I was thinking this might be because of my monitor settings in xorg.conf.  I've spent a really long time trying to get the catalyst drivers working (I'm doing OpenGL work, so I kinda need them), so I definitely understand why the Arch team took them out of the main repository.  I'm just a little hesitant about changing settings after I finally found a working config.
    Old:
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "Touchpad" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "Mobility Radeon HD 3400 Series"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1440x900"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    New:
    Section "ServerLayout"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Touchpad" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    #Cut out input devices section...
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier "Panel"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true" #"# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "Panel"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I just switched to Arch from Debian a few weeks ago, and I had fglrx working with my Debian install, but I'm not really great at configuring Xorg, so I just don't want to break X again.
    /var/log/Xorg.log.0
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux orion 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 06:42:43 UTC 2009 x86_64
    Build Date: 28 May 2009 08:24:17PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 1 16:24:31 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    (**) | |-->Monitor "Panel"
    (**) | |-->Device "aticonfig-Device[0]-0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Touchpad"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) No default mouse found, adding one
    (**) |-->Input Device "<default pointer>"
    (II) Loader magic: 0x3540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc Mobility Radeon HD 3400 Series rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension XFree86-DRI
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.60.3
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.1.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.60.3
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Primary Device is: PCI 01@00:00:0
    (WW) Falling back to old probe method for fglrx
    (II) ATI Proprietary Linux Driver Version Identifier:8.60.3
    (II) ATI Proprietary Linux Driver Release Identifier: 8.602
    (II) ATI Proprietary Linux Driver Build Date: Apr 1 2009 15:01:03
    (II) Loading PCS database from /etc/ati/amdpcsdb
    (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
    (WW) Video driver ABI version of the X server is 5.0
    (--) Chipset Supported AMD Graphics Processor (0x95C4) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is signed
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) fglrx(0): pEnt->device->identifier=0x1f42030
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "DPMS" "true"
    (II) fglrx(0): 10BitPixelFormat disabled by default
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (**) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 3400 Series" (Chipset = 0x95c4)
    (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x210e)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    (--) fglrx(0): MMIO registers at 0xcfff0000
    (--) fglrx(0): I/O port at 0x00002000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 10.88
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: M82
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (II) fglrx(0): Using adapter: 1:0.0.
    (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3
    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    (II) fglrx(0): PCIE card detected
    (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) fglrx(0): RandR 1.2 support is enabled!
    (II) fglrx(0): RandR 1.2 rotation support is enabled!
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
    (II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: LEN Model: 4036 Serial#: 0
    (II) fglrx(0): Year: 2008 Week: 0
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max Image Size [cm]: horiz.: 30 vert.: 19
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.571 redY: 0.340 greenX: 0.338 greenY: 0.542
    (II) fglrx(0): blueX: 0.158 blueY: 0.125 whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 101.6 MHz Image Size: 304 x 190 mm
    (II) fglrx(0): h_active: 1440 h_sync: 1488 h_sync_end 1520 h_blank_end 1824 h_border: 0
    (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 926 v_border: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 85.6 MHz Image Size: 304 x 190 mm
    (II) fglrx(0): h_active: 1440 h_sync: 1488 h_sync_end 1520 h_blank_end 1848 h_border: 0
    (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 926 v_border: 0
    (WW) fglrx(0): Unknown vendor-specific block f
    (II) fglrx(0): LP141WP2-TLB1
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff0030ae364000000000
    (II) fglrx(0): 00120103801e1378ea4b859257568a28
    (II) fglrx(0): 20505400000001010101010101010101
    (II) fglrx(0): 010101010101b027a08051841a303020
    (II) fglrx(0): 360030be100000197021a09851841a30
    (II) fglrx(0): 3020360030be100000190000000f0095
    (II) fglrx(0): 0a32950a28191900320c3c01000000fe
    (II) fglrx(0): 004c503134315750322d544c4231001f
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Output LCD using monitor section Panel
    (II) fglrx(0): Output DFP1 has no monitor section
    (II) fglrx(0): Output CRT1 has no monitor section
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): Output LCD connected
    (II) fglrx(0): Output DFP1 disconnected
    (II) fglrx(0): Output CRT1 disconnected
    (II) fglrx(0): Using exact sizes for initial modes
    (II) fglrx(0): Output LCD using initial mode 1440x900
    (**) fglrx(0): Display dimensions: (300, 190) mm
    (**) fglrx(0): DPI set to (121, 192)
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): QBS disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0): PseudoColor visuals disabled
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (==) fglrx(0): NoDRI = NO
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x8000001d
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (II) fglrx(0): [pcie] 1986560 kB allocated
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (II) fglrx(0): Direct rendering enabled
    (II) fglrx(0): AC Adapter is used
    (II) fglrx(0): Interrupt handler installed at IRQ 32.
    (II) fglrx(0): Finished Initialize PPLIB!
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
    (WW) fglrx(0): could not detect X server version (query_status=-1)
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    (II) fglrx(0): DRIScreenInit for fglrx driver
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (II) fglrx(0): [drm] DRM interface version 1.0
    (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
    (II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
    (II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7ff050dab000
    (II) fglrx(0): [drm] framebuffer handle = 0x3000
    (II) fglrx(0): [drm] added 1 reserved context for kernel
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.60.3
    (II) fglrx(0): Date: Apr 1 2009
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (II) fglrx(0): Kernel Module version matches driver.
    (II) fglrx(0): Kernel Module Build Time Information:
    (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.29-ARCH
    (II) fglrx(0): Build-Kernel MODVERSIONS: no
    (II) fglrx(0): Build-Kernel __SMP__: no
    (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    (II) fglrx(0): [drm] register handle = 0x00004000
    (II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
    (II) fglrx(0): DRI initialization successfull!
    (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x010bc000
    (II) fglrx(0): FBMM initialized for area (0,0)-(1536,2856)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
    (II) fglrx(0): Largest offscreen area available: 1536 x 1320
    (==) fglrx(0): Backing store disabled
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (**) fglrx(0): DPMS enabled
    (II) fglrx(0): Initialized in-driver Xinerama extension
    (**) fglrx(0): Textured Video is enabled.
    (II) LoadModule: "glesx"
    (II) Loading /usr/lib/xorg/modules//glesx.so
    (II) Module glesx: vendor="X.Org Foundation"
    compiled for 1.4.99.906, module version = 1.0.0
    (II) Loading extension GLESX
    (II) fglrx(0): GLESX enableFlags = 94
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Driver provided ScreenToScreenBitBlt replacement
    Driver provided FillSolidRects replacement
    (II) fglrx(0): GLESX is enabled
    (II) LoadModule: "amdxmm"
    (II) Loading /usr/lib/xorg/modules//amdxmm.so
    (II) Module amdxmm: vendor="X.Org Foundation"
    compiled for 1.4.99.906, module version = 1.0.0
    (II) Loading extension AMDXVOPL
    (II) fglrx(0): UVD2 feature is available
    (II) fglrx(0): Enable composite support successfully
    (II) fglrx(0): X context handle = 0x1
    (II) fglrx(0): [DRI] installation complete
    (==) fglrx(0): Silken mouse enabled
    (==) fglrx(0): Using HW cursor of display infrastructure!
    (==) fglrx(0): Using software cursor
    (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (WW) AIGLX: 3D driver claims to not support visual 0x33
    (WW) AIGLX: 3D driver claims to not support visual 0x34
    (WW) AIGLX: 3D driver claims to not support visual 0x35
    (WW) AIGLX: 3D driver claims to not support visual 0x36
    (WW) AIGLX: 3D driver claims to not support visual 0x37
    (WW) AIGLX: 3D driver claims to not support visual 0x38
    (WW) AIGLX: 3D driver claims to not support visual 0x39
    (WW) AIGLX: 3D driver claims to not support visual 0x3a
    (WW) AIGLX: 3D driver claims to not support visual 0x3b
    (WW) AIGLX: 3D driver claims to not support visual 0x3c
    (WW) AIGLX: 3D driver claims to not support visual 0x3d
    (WW) AIGLX: 3D driver claims to not support visual 0x3e
    (WW) AIGLX: 3D driver claims to not support visual 0x3f
    (WW) AIGLX: 3D driver claims to not support visual 0x40
    (WW) AIGLX: 3D driver claims to not support visual 0x41
    (WW) AIGLX: 3D driver claims to not support visual 0x42
    (WW) AIGLX: 3D driver claims to not support visual 0x43
    (WW) AIGLX: 3D driver claims to not support visual 0x44
    (WW) AIGLX: 3D driver claims to not support visual 0x45
    (WW) AIGLX: 3D driver claims to not support visual 0x46
    (WW) AIGLX: 3D driver claims to not support visual 0x47
    (WW) AIGLX: 3D driver claims to not support visual 0x48
    (WW) AIGLX: 3D driver claims to not support visual 0x49
    (WW) AIGLX: 3D driver claims to not support visual 0x4a
    (WW) AIGLX: 3D driver claims to not support visual 0x4b
    (WW) AIGLX: 3D driver claims to not support visual 0x4c
    (WW) AIGLX: 3D driver claims to not support visual 0x4d
    (WW) AIGLX: 3D driver claims to not support visual 0x4e
    (WW) AIGLX: 3D driver claims to not support visual 0x4f
    (WW) AIGLX: 3D driver claims to not support visual 0x50
    (WW) AIGLX: 3D driver claims to not support visual 0x51
    (WW) AIGLX: 3D driver claims to not support visual 0x52
    (WW) AIGLX: 3D driver claims to not support visual 0x53
    (WW) AIGLX: 3D driver claims to not support visual 0x54
    (WW) AIGLX: 3D driver claims to not support visual 0x55
    (WW) AIGLX: 3D driver claims to not support visual 0x56
    (WW) AIGLX: 3D driver claims to not support visual 0x57
    (WW) AIGLX: 3D driver claims to not support visual 0x58
    (WW) AIGLX: 3D driver claims to not support visual 0x59
    (WW) AIGLX: 3D driver claims to not support visual 0x5a
    (WW) AIGLX: 3D driver claims to not support visual 0x5b
    (WW) AIGLX: 3D driver claims to not support visual 0x5c
    (WW) AIGLX: 3D driver claims to not support visual 0x5d
    (WW) AIGLX: 3D driver claims to not support visual 0x5e
    (WW) AIGLX: 3D driver claims to not support visual 0x5f
    (WW) AIGLX: 3D driver claims to not support visual 0x60
    (WW) AIGLX: 3D driver claims to not support visual 0x61
    (WW) AIGLX: 3D driver claims to not support visual 0x62
    (WW) AIGLX: 3D driver claims to not support visual 0x63
    (WW) AIGLX: 3D driver claims to not support visual 0x64
    (WW) AIGLX: 3D driver claims to not support visual 0x65
    (WW) AIGLX: 3D driver claims to not support visual 0x66
    (WW) AIGLX: 3D driver claims to not support visual 0x67
    (WW) AIGLX: 3D driver claims to not support visual 0x68
    (WW) AIGLX: 3D driver claims to not support visual 0x69
    (WW) AIGLX: 3D driver claims to not support visual 0x6a
    (WW) AIGLX: 3D driver claims to not support visual 0x6b
    (WW) AIGLX: 3D driver claims to not support visual 0x6c
    (WW) AIGLX: 3D driver claims to not support visual 0x6d
    (WW) AIGLX: 3D driver claims to not support visual 0x6e
    (WW) AIGLX: 3D driver claims to not support visual 0x6f
    (WW) AIGLX: 3D driver claims to not support visual 0x70
    (WW) AIGLX: 3D driver claims to not support visual 0x71
    (WW) AIGLX: 3D driver claims to not support visual 0x72
    (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) fglrx(0): Enable the clock gating!
    (II) fglrx(0): Setting screen physical size to 304 x 190
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) Synaptics touchpad driver version 1.1.2
    (--) Touchpad auto-dev sets device to /dev/input/event11
    (**) Option "Device" "/dev/input/event11"
    (II) Touchpad: x-axis range 1472 - 5472
    (II) Touchpad: y-axis range 1408 - 4448
    (II) Touchpad: pressure range 0 - 255
    (II) Touchpad: finger width range 0 - 0
    (II) Touchpad: buttons: left right middle
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1632"
    (**) Option "RightEdge" "5312"
    (**) Option "TopEdge" "1575"
    (**) Option "BottomEdge" "4281"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (**) Option "EmulateTwoFingerMinZ" "0"
    (**) Option "VertScrollDelta" "100"
    (**) Option "VertEdgeScroll" "on"
    (**) Option "HorizEdgeScroll" "on"
    (**) Option "VertTwoFingerScroll" "on"
    (**) Option "HorizTwoFingerScroll" "on"
    (**) Option "MinSpeed" "0.20"
    (**) Option "MaxSpeed" "1.00"
    (**) Option "AccelFactor" "0.0020"
    (--) Touchpad: touchpad found
    (**) Option "AlwaysCore"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD)
    (**) Touchpad: (accel) keeping acceleration scheme 1
    (**) Touchpad: (accel) filter chain progression: 2.00
    (**) Touchpad: (accel) filter stage 0: 20.00 ms
    (**) Touchpad: (accel) set acceleration profile 0
    (--) Touchpad: touchpad found
    (WW) <default pointer>: No Device specified, looking for one...
    (II) <default pointer>: Setting Device option to "/dev/input/mice"
    (--) <default pointer>: Device: "/dev/input/mice"
    (==) <default pointer>: Protocol: "Auto"
    (**) Option "AlwaysCore"
    (**) <default pointer>: always reports core events
    (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    (**) <default pointer>: Buttons: 9
    (**) <default pointer>: Sensitivity: 1
    (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
    (**) <default pointer>: (accel) keeping acceleration scheme 1
    (**) <default pointer>: (accel) filter chain progression: 2.00
    (**) <default pointer>: (accel) filter stage 0: 20.00 ms
    (**) <default pointer>: (accel) set acceleration profile 0
    (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    (II) <default pointer>: ps2EnableDataReporting: succeeded
    (II) fglrx(0): Restoring recent mode: 1440x900@50Hz
    swlDalGetDisplayIndex:ERROR: The number of Active Displays is 0
    swlDalGetDisplayIndex:ERROR: The number of Active Displays is 0
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) config/hal: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) 3rd Button detected: disabling emulate3Button
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    Thanks a bunch for any suggestions, xorg.conf can be a bit confusing for me.
    Last edited by atrium (2009-06-02 10:20:56)

    iphitus wrote:
    Could be dpi.
    What are you using to login?
    if it's startx, you can do startx -- -dpi 96
    if it's a login manager, you'll need to edit it's configuration and set it otherwise.
    Thanks for the quick reply.  I'm starting slim as a daemon at bootup inside /etc/rc.conf, then using XFCE4.

  • [SOLVED]Complicated Xorg.conf

    I'm trying to make a good xorg.conf.d directory for this configuration
    My configuration
    Ecran 1 (DVI) -- Ecran 2 (HDMI) -     - Ecran 3 (VGA) -- Ecran 4 (DVI)
    |                                                 |         |                                         |
    |____________________________|         |_______________________|
         Card : Nvidia 9600GT                       Card : ATI
         Resolution : Both 1920x1080           Resolution : Both 1280x1024
    What I already tried
    First
    I found this link http://nouveau.freedesktop.org/wiki/MultiMonitorDesktop
    And I tried this configuration
    Section "ServerLayout"
    Identifier "Layout0"
    Option "Xinerama" "on"
    Option "Clone" "off"
    # You would need one screen for each monitor
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen1"
    Screen 3 "Screen3" RightOf "Screen2"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    # Actual PCI location of first card/gpu
    BusID "PCI:01:0:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "ZaphodHeads" "DVI-I-1"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nouveau"
    # Actual PCI location of first card/gpu
    BusID "PCI:01:0:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "ZaphodHeads" "HDMI-A-1"
    Screen 1
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "radeon"
    # Actual PCI location of second card/gpu
    BusID "PCI:06:0:0"
    # Actual connector - as reported by /sys/class/drm/card1-xx
    Option "ZaphodHeads" "VGA-2"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device3"
    Driver "radeon"
    # Actual PCI location of second card/gpu
    BusID "PCI:06:0:0"
    # Actual connector - as reported by /sys/class/drm/card1-xx
    Option "ZaphodHeads" "DVI-I-2"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    EndSection
    Section "Screen"
    Identifier "Screen3"
    Device "Device3"
    EndSection
    but I had this log
    [ 2261.701]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 2261.701] X Protocol Version 11, Revision 0
    [ 2261.701] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 2261.701] Current Operating System: Linux martin 3.3.8-1-ARCH #1 SMP PREEMPT Tue Jun 5 15:20:32 CEST 2012 x86_64
    [ 2261.701] Kernel command line: root=/dev/sda3 ro quiet
    [ 2261.701] Build Date: 30 May 2012 07:24:13PM
    [ 2261.701]
    [ 2261.701] Current version of pixman: 0.26.0
    [ 2261.701] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2261.701] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2261.701] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 11 01:02:17 2012
    [ 2261.701] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2261.701] (==) ServerLayout "Layout0"
    [ 2261.701] (**) |-->Screen "Screen0" (0)
    [ 2261.701] (**) | |-->Monitor "<default monitor>"
    [ 2261.701] (**) | |-->Device "Device0"
    [ 2261.701] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
    [ 2261.701] (**) |-->Screen "Screen1" (1)
    [ 2261.701] (**) | |-->Monitor "<default monitor>"
    [ 2261.701] (**) | |-->Device "Device1"
    [ 2261.701] (==) No monitor specified for screen "Screen1".
    Using a default monitor configuration.
    [ 2261.701] (**) |-->Screen "Screen2" (2)
    [ 2261.701] (**) | |-->Monitor "<default monitor>"
    [ 2261.702] (**) | |-->Device "Device2"
    [ 2261.702] (==) No monitor specified for screen "Screen2".
    Using a default monitor configuration.
    [ 2261.702] (**) |-->Screen "Screen3" (3)
    [ 2261.702] (**) | |-->Monitor "<default monitor>"
    [ 2261.702] (**) | |-->Device "Device3"
    [ 2261.702] (==) No monitor specified for screen "Screen3".
    Using a default monitor configuration.
    [ 2261.702] (**) Option "Xinerama" "on"
    [ 2261.702] (==) Automatically adding devices
    [ 2261.702] (==) Automatically enabling devices
    [ 2261.702] (**) Xinerama: enabled
    [ 2261.702] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2261.702] Entry deleted from font path.
    [ 2261.702] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2261.702] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2261.702] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2261.702] (II) Loader magic: 0x7c58e0
    [ 2261.702] (II) Module ABI versions:
    [ 2261.702] X.Org ANSI C Emulation: 0.4
    [ 2261.702] X.Org Video Driver: 12.0
    [ 2261.702] X.Org XInput driver : 16.0
    [ 2261.702] X.Org Server Extension : 6.0
    [ 2261.703] (--) PCI:*(0:1:0:0) 10de:0622:1458:34d2 rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/536870912, 0xf4000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/524288
    [ 2261.703] (--) PCI: (0:6:0:0) 1002:5b64:1002:0102 rev 128, Mem @ 0xe8000000/134217728, 0xf7ee0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 2261.703] (--) PCI: (0:6:0:1) 1002:5b74:1002:0103 rev 128, Mem @ 0xf7ef0000/65536
    [ 2261.703] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2261.703] (II) LoadModule: "extmod"
    [ 2261.703] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2261.703] (II) Module extmod: vendor="X.Org Foundation"
    [ 2261.703] compiled for 1.12.2, module version = 1.0.0
    [ 2261.703] Module class: X.Org Server Extension
    [ 2261.703] ABI class: X.Org Server Extension, version 6.0
    [ 2261.703] (II) Loading extension MIT-SCREEN-SAVER
    [ 2261.703] (II) Loading extension XFree86-VidModeExtension
    [ 2261.703] (II) Loading extension XFree86-DGA
    [ 2261.703] (II) Loading extension DPMS
    [ 2261.703] (II) Loading extension XVideo
    [ 2261.703] (II) Loading extension XVideo-MotionCompensation
    [ 2261.703] (II) Loading extension X-Resource
    [ 2261.703] (II) LoadModule: "dbe"
    [ 2261.703] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2261.703] (II) Module dbe: vendor="X.Org Foundation"
    [ 2261.703] compiled for 1.12.2, module version = 1.0.0
    [ 2261.703] Module class: X.Org Server Extension
    [ 2261.703] ABI class: X.Org Server Extension, version 6.0
    [ 2261.704] (II) Loading extension DOUBLE-BUFFER
    [ 2261.704] (II) LoadModule: "glx"
    [ 2261.704] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2261.704] (II) Module glx: vendor="X.Org Foundation"
    [ 2261.704] compiled for 1.12.2, module version = 1.0.0
    [ 2261.704] ABI class: X.Org Server Extension, version 6.0
    [ 2261.704] (==) AIGLX enabled
    [ 2261.704] (II) Loading extension GLX
    [ 2261.704] (II) LoadModule: "record"
    [ 2261.704] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2261.704] (II) Module record: vendor="X.Org Foundation"
    [ 2261.704] compiled for 1.12.2, module version = 1.13.0
    [ 2261.704] Module class: X.Org Server Extension
    [ 2261.704] ABI class: X.Org Server Extension, version 6.0
    [ 2261.704] (II) Loading extension RECORD
    [ 2261.704] (II) LoadModule: "dri"
    [ 2261.704] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2261.704] (II) Module dri: vendor="X.Org Foundation"
    [ 2261.704] compiled for 1.12.2, module version = 1.0.0
    [ 2261.704] ABI class: X.Org Server Extension, version 6.0
    [ 2261.704] (II) Loading extension XFree86-DRI
    [ 2261.704] (II) LoadModule: "dri2"
    [ 2261.704] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2261.704] (II) Module dri2: vendor="X.Org Foundation"
    [ 2261.704] compiled for 1.12.2, module version = 1.2.0
    [ 2261.704] ABI class: X.Org Server Extension, version 6.0
    [ 2261.704] (II) Loading extension DRI2
    [ 2261.704] (II) LoadModule: "nouveau"
    [ 2261.704] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 2261.705] (II) Module nouveau: vendor="X.Org Foundation"
    [ 2261.705] compiled for 1.12.1.902, module version = 0.0.16
    [ 2261.705] Module class: X.Org Video Driver
    [ 2261.705] ABI class: X.Org Video Driver, version 12.0
    [ 2261.705] (II) LoadModule: "radeon"
    [ 2261.705] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2261.705] (II) Module radeon: vendor="X.Org Foundation"
    [ 2261.705] compiled for 1.12.1.902, module version = 6.14.99
    [ 2261.705] Module class: X.Org Video Driver
    [ 2261.705] ABI class: X.Org Video Driver, version 12.0
    [ 2261.705] (II) NOUVEAU driver
    [ 2261.705] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 2261.705] RIVA TNT (NV04)
    [ 2261.705] RIVA TNT2 (NV05)
    [ 2261.705] GeForce 256 (NV10)
    [ 2261.705] GeForce 2 (NV11, NV15)
    [ 2261.705] GeForce 4MX (NV17, NV18)
    [ 2261.705] GeForce 3 (NV20)
    [ 2261.705] GeForce 4Ti (NV25, NV28)
    [ 2261.705] GeForce FX (NV3x)
    [ 2261.705] GeForce 6 (NV4x)
    [ 2261.705] GeForce 7 (G7x)
    [ 2261.705] GeForce 8 (G8x)
    [ 2261.705] GeForce GTX 200 (NVA0)
    [ 2261.705] GeForce GTX 400 (NVC0)
    [ 2261.705] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA
    [ 2261.708] (--) using VT number 8
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 7, (OK)
    [ 2261.710] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 7, (OK)
    [ 2261.710] drmOpenByBusid: drmOpenMinor returns 7
    [ 2261.710] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 2261.710] (II) [drm] nouveau interface version: 0.0.16
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 7, (OK)
    [ 2261.710] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 7, (OK)
    [ 2261.710] drmOpenByBusid: drmOpenMinor returns 7
    [ 2261.710] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 2261.710] (II) [drm] nouveau interface version: 0.0.16
    [ 2261.710] (II) [KMS] Kernel modesetting enabled.
    [ 2261.710] (II) [KMS] Kernel modesetting enabled.
    [ 2261.710] (II) Loading sub module "dri"
    [ 2261.710] (II) LoadModule: "dri"
    [ 2261.710] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2261.710] (II) Module dri: vendor="X.Org Foundation"
    [ 2261.710] compiled for 1.12.2, module version = 1.0.0
    [ 2261.710] ABI class: X.Org Server Extension, version 6.0
    [ 2261.710] (II) NOUVEAU(0): Loaded DRI module
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 8, (OK)
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 8, (OK)
    [ 2261.710] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 2261.710] drmOpenDevice: node name is /dev/dri/card0
    [ 2261.710] drmOpenDevice: open result is 8, (OK)
    [ 2261.710] drmOpenByBusid: drmOpenMinor returns 8
    [ 2261.710] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 2261.710] (II) [drm] DRM interface version 1.4
    [ 2261.710] (II) [drm] DRM open master succeeded.
    [ 2261.710] (--) NOUVEAU(0): Chipset: "NVIDIA NV94"
    [ 2261.710] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 24/32
    [ 2261.710] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 2261.710] (==) NOUVEAU(0): RGB weight 888
    [ 2261.710] (==) NOUVEAU(0): Default visual is TrueColor
    [ 2261.710] (**) NOUVEAU(0): Option "ZaphodHeads" "DVI-I-1"
    [ 2261.710] (==) NOUVEAU(0): Using HW cursor
    [ 2261.710] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 2261.710] (==) NOUVEAU(0): Page flipping enabled
    [ 2261.710] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 2261.781] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 2261.942] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 2261.942] (II) NOUVEAU(0): Manufacturer: IVM Model: 560c Serial#: 2768
    [ 2261.942] (II) NOUVEAU(0): Year: 2010 Week: 39
    [ 2261.942] (II) NOUVEAU(0): EDID Version: 1.3
    [ 2261.942] (II) NOUVEAU(0): Digital Display Input
    [ 2261.942] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 2261.942] (II) NOUVEAU(0): Gamma: 2.20
    [ 2261.942] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 2261.942] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2261.942] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 2261.942] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 2261.942] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.312 whiteY: 0.329
    [ 2261.942] (II) NOUVEAU(0): Supported established timings:
    [ 2261.942] (II) NOUVEAU(0): 720x400@70Hz
    [ 2261.942] (II) NOUVEAU(0): 640x480@60Hz
    [ 2261.942] (II) NOUVEAU(0): 640x480@67Hz
    [ 2261.942] (II) NOUVEAU(0): 640x480@72Hz
    [ 2261.942] (II) NOUVEAU(0): 640x480@75Hz
    [ 2261.942] (II) NOUVEAU(0): 800x600@56Hz
    [ 2261.942] (II) NOUVEAU(0): 800x600@60Hz
    [ 2261.942] (II) NOUVEAU(0): 800x600@72Hz
    [ 2261.942] (II) NOUVEAU(0): 800x600@75Hz
    [ 2261.942] (II) NOUVEAU(0): 832x624@75Hz
    [ 2261.942] (II) NOUVEAU(0): 1024x768@60Hz
    [ 2261.942] (II) NOUVEAU(0): 1024x768@70Hz
    [ 2261.942] (II) NOUVEAU(0): 1024x768@75Hz
    [ 2261.942] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 2261.942] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 2261.942] (II) NOUVEAU(0): Supported standard timings:
    [ 2261.942] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2261.942] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2261.942] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2261.942] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 2261.942] (II) NOUVEAU(0): #4: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 2261.942] (II) NOUVEAU(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2261.942] (II) NOUVEAU(0): Supported detailed timing:
    [ 2261.942] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 2261.942] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 2261.942] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 2261.942] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 2261.942] (II) NOUVEAU(0): Monitor name: PL2409HD
    [ 2261.942] (II) NOUVEAU(0): Serial No: 11077M0902768
    [ 2261.942] (II) NOUVEAU(0): Supported detailed timing:
    [ 2261.942] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 2261.942] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 2261.942] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 2261.942] (II) NOUVEAU(0): Supported detailed timing:
    [ 2261.942] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 2261.942] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 2261.942] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 2261.942] (II) NOUVEAU(0): Supported detailed timing:
    [ 2261.942] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 2261.942] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 2261.942] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 2261.942] (II) NOUVEAU(0): Supported detailed timing:
    [ 2261.942] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 2261.942] (II) NOUVEAU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 2261.942] (II) NOUVEAU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 2261.942] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 2261.942] (II) NOUVEAU(0): EDID (in hex):
    [ 2261.942] (II) NOUVEAU(0): 00ffffffffffff0026cd0c56d00a0000
    [ 2261.942] (II) NOUVEAU(0): 2714010380341d782a6041a6564a9c25
    [ 2261.942] (II) NOUVEAU(0): 125054bfef0081808140714f9500950f
    [ 2261.942] (II) NOUVEAU(0): b30001010101023a801871382d40582c
    [ 2261.942] (II) NOUVEAU(0): 450009252100001e000000fd00384c1e
    [ 2261.942] (II) NOUVEAU(0): 5311000a202020202020000000fc0050
    [ 2261.942] (II) NOUVEAU(0): 4c3234303948440a20202020000000ff
    [ 2261.942] (II) NOUVEAU(0): 0031313037374d303930323736380180
    [ 2261.942] (II) NOUVEAU(0): EDID vendor "IVM", prod id 22028
    [ 2261.942] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 2261.942] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 2261.942] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 2261.942] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 2261.942] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 2261.942] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2261.942] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1440x576"x50.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2261.943] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 2261.943] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 2261.943] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 2261.943] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2261.943] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 37.5 kHz, 50.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1440x576": 54.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1440x576"x50.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "720x576": 27.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 2261.943] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2261.943] (**) NOUVEAU(0): Display dimensions: (520, 290) mm
    [ 2261.943] (**) NOUVEAU(0): DPI set to (93, 94)
    [ 2261.943] (II) Loading sub module "fb"
    [ 2261.943] (II) LoadModule: "fb"
    [ 2261.943] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2261.943] (II) Module fb: vendor="X.Org Foundation"
    [ 2261.943] compiled for 1.12.2, module version = 1.0.0
    [ 2261.944] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2261.944] (II) Loading sub module "exa"
    [ 2261.944] (II) LoadModule: "exa"
    [ 2261.944] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 2261.944] (II) Module exa: vendor="X.Org Foundation"
    [ 2261.944] compiled for 1.12.2, module version = 2.5.0
    [ 2261.944] ABI class: X.Org Video Driver, version 12.0
    [ 2261.944] (II) Loading sub module "shadowfb"
    [ 2261.944] (II) LoadModule: "shadowfb"
    [ 2261.944] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 2261.944] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 2261.944] compiled for 1.12.2, module version = 1.0.0
    [ 2261.944] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2261.944] (II) Loading sub module "dri"
    [ 2261.944] (II) LoadModule: "dri"
    [ 2261.944] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2261.944] (II) Module dri: vendor="X.Org Foundation"
    [ 2261.944] compiled for 1.12.2, module version = 1.0.0
    [ 2261.944] ABI class: X.Org Server Extension, version 6.0
    [ 2261.944] (II) NOUVEAU(1): Loaded DRI module
    [ 2261.944] (--) NOUVEAU(1): Chipset: "NVIDIA NV94"
    [ 2261.944] (II) NOUVEAU(1): Creating default Display subsection in Screen section
    "Screen1" for depth/fbbpp 24/32
    [ 2261.944] (==) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
    [ 2261.944] (==) NOUVEAU(1): RGB weight 888
    [ 2261.944] (==) NOUVEAU(1): Default visual is TrueColor
    [ 2261.944] (**) NOUVEAU(1): Option "ZaphodHeads" "HDMI-A-1"
    [ 2261.944] (==) NOUVEAU(1): Using HW cursor
    [ 2261.944] (==) NOUVEAU(1): GLX sync to VBlank disabled.
    [ 2261.944] (==) NOUVEAU(1): Page flipping enabled
    [ 2261.944] (==) NOUVEAU(1): Swap limit set to 2 [Max allowed 2]
    [ 2262.104] (WW) NOUVEAU(1): No outputs definitely connected, trying again...
    [ 2262.104] (WW) NOUVEAU(1): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 2262.104] (II) NOUVEAU(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2262.104]
    [ 2262.104] Backtrace:
    [ 2262.104] 0: /usr/bin/X (xorg_backtrace+0x36) [0x55db86]
    [ 2262.104] 1: /usr/bin/X (0x400000+0x1615b9) [0x5615b9]
    [ 2262.104] 2: /lib/libpthread.so.0 (0x7f171091b000+0xf140) [0x7f171092a140]
    [ 2262.104] 3: /usr/bin/X (xf86SetScrnInfoModes+0x275) [0x49f4e5]
    [ 2262.105] 4: /usr/bin/X (xf86InitialConfiguration+0x1595) [0x4a2e45]
    [ 2262.105] 5: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f170d9f7000+0x2556d) [0x7f170da1c56d]
    [ 2262.105] 6: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f170d9f7000+0xf456) [0x7f170da06456]
    [ 2262.105] 7: /usr/bin/X (InitOutput+0x8ba) [0x47206a]
    [ 2262.105] 8: /usr/bin/X (0x400000+0x23066) [0x423066]
    [ 2262.105] 9: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f170f7d3455]
    [ 2262.105] 10: /usr/bin/X (0x400000+0x234dd) [0x4234dd]
    [ 2262.105]
    [ 2262.105] Segmentation fault at address (nil)
    [ 2262.105]
    Fatal server error:
    [ 2262.105] Caught signal 11 (Segmentation fault). Server aborting
    [ 2262.105]
    [ 2262.105]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2262.105] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 2262.105]
    [ 2262.109] Server terminated with error (1). Closing log file.
    I tried too without Xinerama but it didn't work.
    Second
    I tried this conf too
    10-cards.conf
    Section "Device"
    Identifier "cartenvidia"
    Driver "nouveau"
    BusID "PCI:01:0:0"
    EndSection
    Section "Device"
    Identifier "carteati"
    Driver "radeon"
    BusID "PCI:06:0:0"
    EndSection
    10-screen.conf
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    EndSection
    Section "Monitor"
    Identifier "Monitor3"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "cartenvidia"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "cartenvidia"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "carteati"
    Monitor "Monitor2"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen3"
    Device "carteati"
    Monitor "Monitor3"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    and 10-serverlayout.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen1"
    Screen 3 "Screen3" RightOf "Screen2"
    Option "Xinerama" "0"
    EndSection
    And I succeed to make all the screens works but monitors on the same card was cloned.
    I succeed to make them works with Arandr next to each others but I had a strange bug (because of Xinerama I think)
    Well, I don't know what to do.. If somebody know how to make it works.. !
    Thank you !
    Last edited by shox (2012-06-22 17:53:45)

    ConnorBehan,
    With this file
    Section "ServerLayout"
    Identifier "Layout0"
    Option "Xinerama" "off"
    Option "Clone" "off"
    # You would need one screen for each monitor
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen1"
    Screen 3 "Screen3" RightOf "Screen2"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    # Actual PCI location of first card/gpu
    BusID "PCI:01:0:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "ZaphodHeads" "DVI-I-1"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nouveau"
    # Actual PCI location of first card/gpu
    BusID "PCI:01:0:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "ZaphodHeads" "HDMI-A-1"
    Screen 1
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "radeon"
    # Actual PCI location of second card/gpu
    BusID "PCI:06:0:0"
    # Actual connector - as reported by /sys/class/drm/card1-xx
    Option "ZaphodHeads" "VGA-2"
    Screen 2
    EndSection
    Section "Device"
    Identifier "Device3"
    Driver "radeon"
    # Actual PCI location of second card/gpu
    BusID "PCI:06:0:0"
    # Actual connector - as reported by /sys/class/drm/card1-xx
    Option "ZaphodHeads" "DVI-I-2"
    Screen 3
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    EndSection
    Section "Screen"
    Identifier "Screen3"
    Device "Device3"
    EndSection
    The X server don't run and I have this error at the end of my Xorg.0.log
    [ 22245.809] (WW) NOUVEAU(1): No outputs definitely connected, trying again...
    [ 22245.809] (WW) NOUVEAU(1): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 22245.809] (II) NOUVEAU(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 22245.809]
    [ 22245.809] Backtrace:
    [ 22245.809] 0: /usr/bin/X (xorg_backtrace+0x36) [0x55db86]
    [ 22245.809] 1: /usr/bin/X (0x400000+0x1615b9) [0x5615b9]
    [ 22245.809] 2: /lib/libpthread.so.0 (0x7f985710e000+0xf140) [0x7f985711d140]
    [ 22245.809] 3: /usr/bin/X (xf86SetScrnInfoModes+0x275) [0x49f4e5]
    [ 22245.809] 4: /usr/bin/X (xf86InitialConfiguration+0x1595) [0x4a2e45]
    [ 22245.809] 5: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f98541ea000+0x25d8d) [0x7f985420fd8d]
    [ 22245.809] 6: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f98541ea000+0xf6c7) [0x7f98541f96c7]
    [ 22245.809] 7: /usr/bin/X (InitOutput+0x8ba) [0x47206a]
    [ 22245.809] 8: /usr/bin/X (0x400000+0x23066) [0x423066]
    [ 22245.809] 9: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f9855fc6455]
    [ 22245.809] 10: /usr/bin/X (0x400000+0x234dd) [0x4234dd]
    [ 22245.809]
    [ 22245.809] Segmentation fault at address (nil)
    [ 22245.809]
    Fatal server error:
    [ 22245.809] Caught signal 11 (Segmentation fault). Server aborting
    [ 22245.809]
    [ 22245.809]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 22245.809] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 22245.809]
    [ 22245.813] Server terminated with error (1). Closing log file.
    I don't understand the error.. Thanks for your help
    EDIT : These lignes were wrong
    Option "ZaphodHeads" "xxxx-x"
    (and they was specific to the Nouveau driver), But now, How can I set the out of the cards for the monitors...?
    Last edited by shox (2012-06-22 13:04:37)

  • Xorg.conf (help)

    Got 2 screens on my computer, a 22" Samsung on DVI and a 40" Sony on HDMI.
    1. My 40" TV automatically becomes the primary screen. I want my 22" as primary.
    2. I want extended desktop configured in the xorg.conf since i need to use the xorg.conf anyway (better to have all settings in one place) 40" to the right of 22"
    3. Resolution as follows. 22": 1680x1050 40": 1920x1080
    4. I want both screens in same xorg.conf (merge the two i have)
    Did a "X -configure" with both screens connected, and one with just 22" connected. Seems it didn't detect 2 screens with both connected. Hope someone can help me with the setup Don't want more changes to these files than necessary, so i can easily remember what to to next time i do a "X -configure"
    Only 22" connected during "X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 1680 1050 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Both screens connected during "X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 1920 1080 # mm
    Identifier "Monitor0"
    VendorName "SNY"
    ModelName "SONY TV XV"
    HorizSync 14.0 - 70.0
    VertRefresh 48.0 - 62.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by Shamanix (2011-08-08 13:17:18)

    Gonna try this in xorg.conf and xinitrc.
    xinitrc (to get 40" to the right of 22")
    xrandr --output DVI-1 --auto --right-of DVI-0
    xorg.conf (to set primary screen and get the right resolution at login screen also, not only the desktop after login)
    Section "Device"
    Identifier "ATI Radeon HD 6850"
    Driver "radeon"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Radeon HD 6850"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050"
    Virtual 1980 1080
    EndSubSection
    EndSection
    Hope this will work. Maybe someone has a better/easier suggestion?
    Last edited by Shamanix (2011-08-09 09:54:57)

Maybe you are looking for

  • How to enter numbers in Arabic font in the fields

    Hi Everyone, I installed Adobe Reader 10.0.1 multi-Language and I am able to enter Arabic alphabet in the fields, but when I enter numbers in the fileds, it is English. I don't have this issue in MS-Word. i.e., both letters and numbers depend on my k

  • Application events in ALV Grid Control

    Hello, Since SET_REGISTERED_EVENTS cannot be used for ALV Grid Control, how do I register a system event (data_changed) as an application event, so that PAI is processed.  I am using ALV grid not tree. Thanks

  • Dasboard widget - disappears on form.submit()

    Hi all, I have a problem with a dashboard widget I'm developing. My html looks (in extremely simplified form ) like this: (body) (div id="front") (/div) (div id="back") (/div) (div id="myform" style="visibility:hidden;") (form action="http://myhost.c

  • Safari won't open..? Please help!

    When I click on safari to get it started, it gives the error message, "No Document Could Be Created." It doesn't allow me to open a new window, either. The only way I can get online is by doing "open location." This has only started happening in the

  • Testing Oracle10g RAC

    Hi, I want to test Oracle rac availability and load balancing. Does anyone know some useful document, link or have an idea how to simulate failover? Thanks