Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant get Xinerama working :( ..help pleaseeeee
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
wizzard
n00b
n00b


Joined: 05 Aug 2003
Posts: 10

PostPosted: Wed Oct 08, 2003 9:43 pm    Post subject: Cant get Xinerama working :( ..help pleaseeeee Reply with quote

I went through all the posts here , and none of them helped, is there any thing wrong with my XF86Config file?, (its a radeon 9000 card btw)
Do you guys have got any ideas?
this thing is getting me mad :cry:
thanx in advanced

here is my file:



Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
Load "freetype"

# Load "dri"

# Load "glx"



EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
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/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"


RgbPath "/usr/X11R6/lib/X11/rgb"


EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"


EndSection



# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "Monitor1"
HorizSync 30-86
VertRefresh 50-150
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor2"
HorizSync 30-70
VertRefresh 50-120
Option "DPMS"
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standart VGA"
Driver "vesa"
VendorName "Unknown"
BoardName "Unknown"
EndSection

# Device configured by xf86config:

Section "Device"
Identifier "radeon-9000#1"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "radeon-9000#2"
Driver "ati"
BusID "PCI:1:0:1"
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 "Screen1"
Device "radeon-9000#1"
Monitor "Monitor1"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
Virtual 1024 768
EndSubsection
EndSection

Section "Screen"
Identifier "Screen2"
Device "radeon-9000#2"
Monitor "Monitor2"
DefaultDepth 24

SubSection "Dispaly"
Depth 24
Modes "1024x768"
ViewPort 0 0
Virtual 1024 768
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen1" 0 0
Screen "Screen2" RightOf "Screen1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "Xinerama" "on"
EndSection

#Section "DRI"
#Mode 0666
#EndSection
Back to top
View user's profile Send private message
steelerguy
n00b
n00b


Joined: 03 Feb 2003
Posts: 29

PostPosted: Wed Oct 08, 2003 10:29 pm    Post subject: Reply with quote

Perhaps put a, Screen 1 and Screen 2 in your Devices sections.

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standart VGA"
Driver "vesa"
VendorName "Unknown"
BoardName "Unknown"
EndSection

# Device configured by xf86config:

Section "Device"
Identifier "radeon-9000#1"
Driver "ati"
BusID "PCI:1:0:0"
[color=red]Screen 1[/color]
EndSection

Section "Device"
Identifier "radeon-9000#2"
Driver "ati"
BusID "PCI:1:0:1"
[color=red]Screen 2[/color]
EndSection
Back to top
View user's profile Send private message
wizzard
n00b
n00b


Joined: 05 Aug 2003
Posts: 10

PostPosted: Thu Oct 09, 2003 12:18 am    Post subject: didnt work :( Reply with quote

iv tried your suggestion , and the x server wouldnt load , it gave an error message that :
PCI:1:0:0 && PCI:1:0:1 dont have devices instences..iv change the number's to Screen 0 & Screen 1 ' and then the server would load but still no Xinerama :cry:
any ideas?
Back to top
View user's profile Send private message
tomchuk
Guru
Guru


Joined: 23 Mar 2003
Posts: 317
Location: Brooklyn, NY

PostPosted: Thu Oct 09, 2003 2:16 am    Post subject: Reply with quote

I gave up on ATI a long time ago, but if memory serves, you need either the dri driver (radeon) or the ATI binary driver (firegl). The xfree 'ati' driver can't do xinerama. There are how-tos for the binary driver in the tips & tricks section and the dri how-to is in the Gentoo docs.

And are you sure you got those bus ID's from /usr/X11R6/bin/scanpci ? I didn't think that dual-head radeons showed up as two individual devices.

Here's the relevant sections of my config:
Code:

Section "ServerFlags"
    Option   "Xinerama"   "True"
EndSection
--snip--
Code:

Section "Device"
    Identifier   "dev_l"
    Driver   "nvidia"
    BusID   "PCI:01:05:00"
    Screen   1
EndSection

Section "Device"
    Identifier  "dev_m"
    Driver      "nvidia"
    BusID       "PCI:01:05:00"
    Screen      0
EndSection
--snip--
Code:

Section "ServerLayout"
    Identifier   "Main Layout"
    Screen   0   "scr_m"
    Screen   1   "scr_l" LeftOf "scr_m"
    InputDevice   "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
wizzard
n00b
n00b


Joined: 05 Aug 2003
Posts: 10

PostPosted: Thu Oct 09, 2003 3:28 am    Post subject: added the two , still no luck Reply with quote

Iv added the screen 0 & the screen 1 to the devices, and iv added

Section "ServerFlags"
Option "Xinerama" "True"
EndSection

still didnt work , as for the driver which one should i use?
Back to top
View user's profile Send private message
wizzard
n00b
n00b


Joined: 05 Aug 2003
Posts: 10

PostPosted: Thu Oct 09, 2003 3:31 am    Post subject: Reply with quote

opps i forogt , i meant that iv added them in layput part

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen1"
Screen 1 "Screen2" RightOf "Screen1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "Xinerama" "on"
EndSection

im a bit confused as for what i should put in this two lines:

Screen 0 "Screen1"
Screen 1 "Screen2" RightOf "Screen1"

cause in the Xinerama site he only write's screen
Back to top
View user's profile Send private message
tomchuk
Guru
Guru


Joined: 23 Mar 2003
Posts: 317
Location: Brooklyn, NY

PostPosted: Thu Oct 09, 2003 4:36 am    Post subject: Reply with quote

read this: http://www.gentoo.org/doc/en/dri-howto.xml
and this: https://forums.gentoo.org/viewtopic.php?t=54793

The driver you are trying to use won't work with xinerama - you have to install another one first.

Edit:
the Screen 0 and Screen 1 parts sould very well be functions of the nvidia driver and may not work with your driver / card / setup. Like I said I haven't touched an ATI for years (xfree 3.something). So take a look at the above links. If you use the dri driver read their documentation thouroughly, same goes with ATI's binary driver. Each driver has different options to use in XF86Config.
Back to top
View user's profile Send private message
steelerguy
n00b
n00b


Joined: 03 Feb 2003
Posts: 29

PostPosted: Thu Oct 09, 2003 1:37 pm    Post subject: Reply with quote

dup

Last edited by steelerguy on Thu Oct 09, 2003 1:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
steelerguy
n00b
n00b


Joined: 03 Feb 2003
Posts: 29

PostPosted: Thu Oct 09, 2003 1:37 pm    Post subject: Reply with quote

try the radeon driver not ati. here is my messy xf86config that is working with xinerama and radeon.

Code:
# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
#    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
#    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load   "extmod"
    Load   "GLcore"
    Load   "glx"
    Load   "dri"

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"
Option "Xinerama"  "1"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option   "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "dell"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mouse0"
    Option "ZAxisMapping" "4 5"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"   "9600"
#    Option "SampleRate"   "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor 0"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 82.0

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-90

EndSection

Section "Monitor"

    Identifier  "My Monitor 1"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 82.0

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-90

EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks   25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "ATI All-in-Wonder 0"
    Driver      "radeon"
#    VideoRam    32768
    BusID      "PCI:1:0:0"
    Screen 0
    Option "AGPMode" "4"
    # Insert Clocks lines here if appropriate
EndSection

Section "Device"
    Identifier  "ATI All-in-Wonder 1"
    Driver      "radeon"
#    VideoRam    32768
    BusID      "PCI:1:0:0"
    Screen 1
    Option "AGPMode" "4"
    # Insert Clocks lines here if appropriate
EndSection


Section "DRI"
    Mode 0666
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 0"
    Device      "ATI All-in-Wonder 0"
    Monitor     "My Monitor 0"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
#        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI All-in-Wonder 1"
    Monitor     "My Monitor 1"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
#        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"
    Screen "Screen 0" Leftof "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


Hope that helps.
Back to top
View user's profile Send private message
wizzard
n00b
n00b


Joined: 05 Aug 2003
Posts: 10

PostPosted: Thu Oct 09, 2003 2:06 pm    Post subject: thanx guys ill give it a try now Reply with quote

altough im quite sure that ill have to reinstall the kernel , do you guys think that the p3 kernel that they gave pre compiled should give me troubles?
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Mon Oct 13, 2003 8:22 am    Post subject: Reply with quote

I have a similar problem, I have the hp compaq nx9005 laptop and a Samsung syncmaster 171S which i want to run in xinerama mode but as soon as X fires up with the monitor plugged it in it (the monitor) shuts down (runs in a vc console as a clone of the latop display fine). Also if i plug in the monitor after X has started i get clone of the laptop display.

THis is My Config:

Code:
# File generated by xf86config.
 
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
 
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************
 
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
 
# This loads the DBE extension module.
 
    Load        "dbe"   # Double buffer extension
#    Load       "synaptics"
# 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        "speedo"
    Load        "freetype"
    Load        "xtt"
 
# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"
 
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/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    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><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key

# events.
 
#    Option "DontVTSwitch"
 
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
 
#    Option "DontZap"
 
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
 
#    Option "Dont Zoom"
 
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
 
#    Option "DisableVidModeExtension"
 
# Uncomment this to enable the use of a non-local xvidtune client.
 
#    Option "AllowNonLocalXvidtune"
 
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
 
#    Option "DisableModInDev"
 
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
 
#    Option "AllowNonLocalModInDev"
 
EndSection
 
# **********************************************************************
# Input devices
# **********************************************************************
 
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
 
Section "InputDevice"
 
    Identifier  "Keyboard1"
    Driver      "Keyboard"
 
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
 
#    Option     "Protocol"      "Xqueue"
 
    Option "AutoRepeat" "500 30"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"
 
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
 
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
 
# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
 
#    Option "XkbDisable"
 
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "armada"
    Option "XkbLayout"  "gb"
 
EndSection
 
 
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
 
 
Section "InputDevice"
  Driver        "synaptics"
  Identifier    "Mouse1"
  Option        "Device"        "/dev/input/event0"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1900"
  Option        "RightEdge"     "5400"
  Option        "TopEdge"       "3900"
  Option        "BottomEdge"    "1800"
  Option        "FingerLow"     "25"
 Option        "FingerHigh"    "30"
 Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
 Option        "MinSpeed"      "0.08"
 Option        "MaxSpeed"      "0.18"
 Option        "AccelFactor" "0.0010"
 Option       "Repeater"      "/dev/input/mice"
 Option       "SHMConfig"     "on"
EndSection
 
#Section "InputDevice"
#       Identifier      "Mouse1"#
#       Driver  "mouse#"
#       Option  "Device"        "/dev/input/mouse0"
#       Option  "Protocol"      "PS/2"
#       Option  "Resolution"    "256"
#       Option  "ZAxisMApping"  "4 5"
#EndSection
 
 
Section "InputDevice"
    Identifier  "Mouse2"
    Driver      "mouse"
    Option      "Protocol"      "ExplorerPS/2"
    Option      "Device"        "/dev/psaux"
    Option      "Resolution"    "256"
    Option      "ZAxisMapping" "4 5"
EndSection
 
Section "InputDevice"
    Identifier  "Mouse3"
    Driver      "mouse"
    Option      "Protocol"      "ExplorerPS/2"
    Option      "Device"        "/dev/input/event0"
    Option      "Resolution"    "256"
    Option      "ZAxisMapping" "4 5"
EndSection
 
 
 
 
 
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
#Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "ExplorerPS/2"
#    Option      "Device"        "/dev/input/event0"
#    Option     "Resolution"    "256"
#    Option      "ZAxisMapping" "4 5"
# EndSection
 
# **********************************************************************
# Monitor section
# **********************************************************************
 
# Any number of monitor sections may be present
 
# This is the laptop display panel
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Generic Laptop Display Panel 1024x768"
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 70.0
        Option      "dpms"
EndSection
 
# This is your extra monitor
Section "Monitor"
        Identifier   "Monitor1"
        HorizSync    30-81
        VertRefresh  56-76
EndSection
 
# **********************************************************************
# Graphics device section
# **********************************************************************
 
 
# Device configured by xf86config:
 
Section "Device"
        Identifier   "First ATI Radeon Mobility IGP 320M"
        Driver       "radeon"
        VendorName   "ATI Radeon Mobility"
        BoardName    "Radeon Mobility IGP 320M"
        BusID        "PCI:1:5:0"
        Option       "AGPMode" "4"
        Screen       0
EndSection
 
Section "Device"
    Identifier      "Second ATI Radeon Mobility IGP 320M"
    Driver          "radeon"
    BusID           "PCI:1:5:0"
    VendorName      "ATI Radeon Mobility IGP 320M"
    BoardName       "Radeon Mobility IGP 320M"
    Screen          1
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.
 
# Your laptop screen
Section "Screen"
        Identifier "Screen0"
        Device     "First ATI Radeon Mobility IGP 320M"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
 
# Your extra screen
Section "Screen"
        Identifier "Screen1"
        Device     "Second ATI Radeon Mobility IGP 320M"
        Monitor    "Monitor1"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes     "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024/60" "800x600" "640x480"
        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"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
 
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
        InputDevice    "Mouse2" "AlwaysCore"
EndSection
 
 Section "DRI"
    Mode 0666
 EndSection
 


This is the Log:

[list]This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org. Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.99.13
Release Date: 25 September 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.0-test6-mm4 i686 [ELF]
Current Operating System: Linux tt.audi 2.6.0-test6-mm4 #3 Sun Oct 12 15:50:20 BST 2003 i686
Build Date: 12 October 2003
Changelog Date: 25 September 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Oct 13 08:59:06 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "First ATI Radeon Mobility IGP 320M"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Second ATI Radeon Mobility IGP 320M"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "armada"
(**) XKB: model: "armada"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse2"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab0 card 0000,0000 rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,700f card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 103c,0024 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:06:0: chip 10b9,5451 card 103c,0024 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5457 card 103c,0024 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0a:0: chip 1217,6933 card 3001,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 1217,6933 card 1401,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 00:0c:0: chip 104c,8026 card 103c,0024 rev 00 class 0c,00,10 hdr 00
(II) PCI: 00:10:0: chip 10b9,5229 card 103c,0024 rev c4 class 01,01,b0 hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 103c,0024 rev 00 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 100b,0020 card 103c,0024 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 1002,4336 card 103c,0024 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe4100000 - 0xe41fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[1] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0x10400000 - 0x107fffff (0x400000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x81000000 - 0x81100fff (0x101000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (0:10:1), (0,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 6 I/O range:
[0] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[1] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
(II) Bus 6 non-prefetchable memory range:
[0] -1 0 0x10c00000 - 0x10ffffff (0x400000) MX[B]
(II) Bus 6 prefetchable memory range:
[0] -1 0 0x10800000 - 0x10bfffff (0x400000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon Mobility U1 rev 0, Mem @ 0xec000000/26, 0xe4100000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) PCI Memory resource overlap reduced 0xe4500000 from 0xe4500fff to 0xe44fffff
(II) PCI I/O resource overlap reduced 0x00008090 from 0x00008093 to 0x0000808f
(II) Active PCI resource ranges:
[0] -1 0 0xe4008000 - 0xe4008fff (0x1000) MX[B]
[1] -1 0 0xe4000000 - 0xe4003fff (0x4000) MX[B]
[2] -1 0 0xe4007000 - 0xe40077ff (0x800) MX[B]
[3] -1 0 0xe4006000 - 0xe4006fff (0x1000) MX[B]
[4] -1 0 0xe4005000 - 0xe4005fff (0x1000) MX[B]
[5] -1 0 0xe4004000 - 0xe4004fff (0x1000) MX[B]
[6] -1 0 0xe4500000 - 0xe44fffff (0x0) MX[B]O
[7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[8] -1 0 0xe4100000 - 0xe410ffff (0x10000) MX[B](B)
[9] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[10] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[11] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[12] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[13] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[14] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe4008000 - 0xe4008fff (0x1000) MX[B]
[1] -1 0 0xe4000000 - 0xe4003fff (0x4000) MX[B]
[2] -1 0 0xe4007000 - 0xe40077ff (0x800) MX[B]
[3] -1 0 0xe4006000 - 0xe4006fff (0x1000) MX[B]
[4] -1 0 0xe4005000 - 0xe4005fff (0x1000) MX[B]
[5] -1 0 0xe4004000 - 0xe4004fff (0x1000) MX[B]
[6] -1 0 0xe4500000 - 0xe44fffff (0x0) MX[B]O
[7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[8] -1 0 0xe4100000 - 0xe410ffff (0x10000) MX[B](B)
[9] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[10] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[11] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[12] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[13] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[14] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe4008000 - 0xe4008fff (0x1000) MX[B]
[6] -1 0 0xe4000000 - 0xe4003fff (0x4000) MX[B]
[7] -1 0 0xe4007000 - 0xe40077ff (0x800) MX[B]
[8] -1 0 0xe4006000 - 0xe4006fff (0x1000) MX[B]
[9] -1 0 0xe4005000 - 0xe4005fff (0x1000) MX[B]
[10] -1 0 0xe4004000 - 0xe4004fff (0x1000) MX[B]
[11] -1 0 0xe4500000 - 0xe44fffff (0x0) MX[B]O
[12] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[13] -1 0 0xe4100000 - 0xe410ffff (0x10000) MX[B](B)
[14] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[18] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[19] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[20] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[21] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[22] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 2.0.4
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project & After X-TT Project"
compiled for 4.3.99.13, module version = 1.4.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font xtt
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 6.5.3
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.3) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
ATI Radeon 9000 IGP (A5) 5834,
ATI Radeon Mobility 9000 IGP (U3) 5835, ATI Radeon 9200 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200 5963 (AGP), ATI Radeon 9200 5964 (AGP),
ATI Radeon M9+ 5968 (AGP), ATI Radeon M9+ 5969 (AGP),
ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP),
ATI Radeon 9600 AP (AGP), ATI Radeon 9600PRO AR (AGP),
ATI Radeon Mobility M10 NP (AGP), ATI FireGL (R350) AK (AGP),
ATI Radeon 9800 NH (AGP), ATI FireGL (R350) NL (AGP)
(II) Primary Device is: PCI 01:05:0
(--) Chipset ATI Radeon IGP320M (U1) 4336 found
(--) Chipset ATI Radeon IGP320M (U1) 4336 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe4008000 - 0xe4008fff (0x1000) MX[B]
[6] -1 0 0xe4000000 - 0xe4003fff (0x4000) MX[B]
[7] -1 0 0xe4007000 - 0xe40077ff (0x800) MX[B]
[8] -1 0 0xe4006000 - 0xe4006fff (0x1000) MX[B]
[9] -1 0 0xe4005000 - 0xe4005fff (0x1000) MX[B]
[10] -1 0 0xe4004000 - 0xe4004fff (0x1000) MX[B]
[11] -1 0 0xe4500000 - 0xe44fffff (0x0) MX[B]O
[12] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[13] -1 0 0xe4100000 - 0xe410ffff (0x10000) MX[B](B)
[14] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[18] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[19] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[20] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[21] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[22] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe4008000 - 0xe4008fff (0x1000) MX[B]
[6] -1 0 0xe4000000 - 0xe4003fff (0x4000) MX[B]
[7] -1 0 0xe4007000 - 0xe40077ff (0x800) MX[B]
[8] -1 0 0xe4006000 - 0xe4006fff (0x1000) MX[B]
[9] -1 0 0xe4005000 - 0xe4005fff (0x1000) MX[B]
[10] -1 0 0xe4004000 - 0xe4004fff (0x1000) MX[B]
[11] -1 0 0xe4500000 - 0xe44fffff (0x0) MX[B]O
[12] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[13] -1 0 0xe4100000 - 0xe410ffff (0x10000) MX[B](B)
[14] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[21] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[22] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[23] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[24] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[25] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
[26] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[27] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) RADEON(0): MMIO registers at 0xe4100000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 5 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "AGPMode" "4"
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon IGP320M (U1) 4336" (ChipID = 0x4336)
(--) RADEON(0): Linear framebuffer at 0xec000000
(--) RADEON(0): VideoRAM: 16384 kByte (64-bit SDR SDRAM)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Non-DDC laptop panel detected
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 1
(II) RADEON(0): Displays Detected: Monitor1--Type 2, Monitor2--Type 1

(II) RADEON(0): Monitor2 EDID data ---------------------------
(II) RADEON(0): Manufacturer: SAM Model: 1b Serial#: 1195913527
(II) RADEON(0): Year: 2003 Week: 6
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 34 vert.: 27
(II) RADEON(0): Gamma: 2.40
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.304 greenY: 0.581
(II) RADEON(0): blueX: 0.143 blueY: 0.102 whiteX: 0.318 whiteY: 0.339
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEON(0): #1: hsize: 1024 vsize 768 refresh: 60 vid: 16481
(II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 60 vid: 16453
(II) RADEON(0): #3: hsize: 640 vsize 480 refresh: 60 vid: 16433
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz Image Size: 338 x 270 mm
(II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
(II) RADEON(0): Monitor name: SyncMaster
(II) RADEON(0): Serial No: HJDW200667
(II) RADEON(0): End of Monitor2 EDID data --------------------
(II) RADEON(0):
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Panel ID string: LGP
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480
(II) RADEON(0): Total number of valid FP mode(s) found: 3
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768" 65.00 1024 1040 1688 1344 768 771 777 806
(**) RADEON(0): *Mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
(**) RADEON(0): *Mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
(**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
(**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
(**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
(**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.7
(**) RADEON(0): Using AGP 4x mode
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(II) RADEON(1): MMIO registers at 0xe4100000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) RADEON(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(1): PCI bus 1 card 5 func 0
(**) RADEON(1): Depth 16, (--) framebuffer bpp 16
(II) RADEON(1): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(1): Default visual is TrueColor
(==) RADEON(1): RGB weight 565
(II) RADEON(1): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(1): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(1): Chipset: "ATI Radeon IGP320M (U1) 4336" (ChipID = 0x4336)
(--) RADEON(1): Linear framebuffer at 0xec000000
(--) RADEON(1): VideoRAM: 8192 kByte (64-bit SDR SDRAM)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) RADEON(1): I2C bus "DDC" initialized.
(II) RADEON(1): Secondary Display == Type 1
(==) RADEON(1): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(1): Validating modes on Secondary head ---------
(II) RADEON(1): Monitor1: Using hsync range of 30.00-81.00 kHz
(II) RADEON(1): Monitor1: Using vrefresh range of 56.00-76.00 Hz
(II) RADEON(1): Clock range: 12.00 to 350.00 MHz
(II) RADEON(1): Not using default mode "640x350" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x175" (vrefresh out of range)
(II) RADEON(1): Not using default mode "640x400" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x200" (vrefresh out of range)
(II) RADEON(1): Not using default mode "720x400" (vrefresh out of range)
(II) RADEON(1): Not using default mode "360x200" (vrefresh out of range)
(II) RADEON(1): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x240" (vrefresh out of range)
(II) RADEON(1): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(1): Not using default mode "400x300" (vrefresh out of range)
(II) RADEON(1): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(1): Not using default mode "512x384" (vrefresh out of range)
(II) RADEON(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,Monitor1) mode clock 162MHz exceeds DDC maximum 140MHz
(II) RADEON(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,Monitor1) mode clock 175.5MHz exceeds DDC maximum 140MHz
(II) RADEON(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1152x768" (vrefresh out of range)
(II) RADEON(1): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor1) mode clock 155.8MHz exceeds DDC maximum 140MHz
(II) RADEON(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1400x1050" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1400x1050" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1280x1024" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1280x960" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1152x864" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1024x768" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1024x768" (width too large for virtual size)
(II) RADEON(1): Not using default mode "1024x768" (width too large for virtual size)
(II) RADEON(1): Not using default mode "832x624" (width too large for virtual size)
(--) RADEON(1): Virtual size is 800x600 (pitch 832)
(**) RADEON(1): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) RADEON(1): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(**) RADEON(1): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) RADEON(1): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
(**) RADEON(1): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) RADEON(1): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
(**) RADEON(1): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) RADEON(1): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(**) RADEON(1): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) RADEON(1): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
(**) RADEON(1): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) RADEON(1): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync
(**) RADEON(1): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) RADEON(1): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(**) RADEON(1): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) RADEON(1): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync
(**) RADEON(1): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) RADEON(1): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync
(**) RADEON(1): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) RADEON(1): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync
(**) RADEON(1): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) RADEON(1): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync
(**) RADEON(1): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) RADEON(1): Modeline "400x300" 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync
(**) RADEON(1): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) RADEON(1): Modeline "320x240" 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync
(**) RADEON(1): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) RADEON(1): Modeline "320x240" 15.75 320 332 352 416 240 244 245 260 doublescan -hsync -vsync
(**) RADEON(1): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) RADEON(1): Modeline "320x240" 12.60 320 328 376 400 240 245 246 262 doublescan -hsync -vsync
(--) RADEON(1): Display dimensions: (340, 270) mm
(--) RADEON(1): DPI set to (59, 56)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) RADEON(1): AGP Fast Write disabled by default
(II) RADEON(1): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Reloading /usr/X11R6/lib/modules/libshadowfb.a
(II) RADEON(1): Page flipping disabled
(!!) RADEON(1): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
compiled for 4.3.99.13, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(II) resource ranges after preInit:
[0] 0 0 0xe4100000 - 0xe410ffff (0x10000) MX[B]
[1] 0 0 0xec000000 - 0xefffffff (0x4000000) MX[B]
[2] 0 0 0xe4100000 - 0xe410ffff (0x10000) MX[B]
[3] 0 0 0xec000000 - 0xefffffff (0x4000000) MX[B]
[4] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[5] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[6] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[7] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[8] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[9] -1 0 0xe4008000 - 0xe4008fff (0x1000) MX[B]
[10] -1 0 0xe4000000 - 0xe4003fff (0x4000) MX[B]
[11] -1 0 0xe4007000 - 0xe40077ff (0x800) MX[B]
[12] -1 0 0xe4006000 - 0xe4006fff (0x1000) MX[B]
[13] -1 0 0xe4005000 - 0xe4005fff (0x1000) MX[B]
[14] -1 0 0xe4004000 - 0xe4004fff (0x1000) MX[B]
[15] -1 0 0xe4500000 - 0xe44fffff (0x0) MX[B]O
[16] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[17] -1 0 0xe4100000 - 0xe410ffff (0x10000) MX[B](B)
[18] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[22] 0 0 0x00009000 - 0x000090ff (0x100) IX[B]
[23] 0 0 0x00009000 - 0x000090ff (0x100) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[27] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[28] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[29] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[30] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[31] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xec000000,0x800000)
(WW) RADEON(0): Direct rendering not yet supported on IGP320/330/340/350, 7000, 9000 integrated chips
(II) RADEON(0): Memory manager initialized to (0,0) (1024,4096)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 3326
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Dashed Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
18 256x256 slots
6 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 3318
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Direct rendering disabled
(==) RandR enabled
(==) RADEON(1): Write-combining range (0xec800000,0x800000)
(WW) RADEON(1): Direct rendering not yet supported on IGP320/330/340/350, 7000, 9000 integrated chips
(II) RADEON(1): Memory manager initialized to (0,0) (832,5041)
(II) RADEON(1): Reserved area from (0,600) to (832,602)
(II) RADEON(1): Largest offscreen area available: 832 x 4439
(II) RADEON(1): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Dashed Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
19 256x256 slots
6 512x512 slots
(II) RADEON(1): Acceleration enabled
(==) RADEON(1): Backing store disabled
(==) RADEON(1): Silken mouse enabled
(II) RADEON(1): Using hardware cursor (scanline 602)
(II) RADEON(1): Largest offscreen area available: 832 x 4429
(II) RADEON(1): Direct rendering disabled
(==) RandR enabled
Symbol drmGetClient from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(--) Mouse1 auto-dev sets Synaptics Device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1900"
(**) Option "RightEdge" "5400"
(**) Option "TopEdge" "3900"
(**) Option "BottomEdge" "1800"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(**) Option "Repeater" "/dev/input/mice"
(WW) Mouse1: TopEdge is bigger than BottomEdge. Fixing.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum