KDE: Xorg 1.8 and synaptics [SOLVED]

Hi,
It appears that the synaptiks package from AUR works just fine with the default /etc/X11/xorg.conf.d/10-synaptics.conf.
I just had to check System Settings->Keyboard & Mouse->Touchpad->Touchpad Configuration->Scrolling boxes in order to get my scrolling capabilities back.

So, added that near the top after ServerLayout
now it hangs with flashing cursor though I get different info
warning this server has a video ABI version of 7.0 that this driver does not officially support.etc. etc. etc.
Use the -ignorABI option to override this check.
failed to load module nvidia
fatal server error
no screen found
Can you think of what I've done wrong?
i'm running latest everything though not 'testing' repo.
maybe put the 'ServerFlags" near the bottom?
Last edited by yvonney (2010-04-18 00:51:47)

Similar Messages

  • Xorg disables keyboard and mice [solved]

    after last update I cant use the trackpoint and keyboard on my IBM T40 under x, only the touchpad works.
    here is my xorg.conf
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # 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 X.Org Foundation 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 X.Org Foundation 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 X.Org Foundation.
    # Refer to the xorg.conf(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 font modules
    # Load "type1"
    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/share/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)
    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"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/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 <Ctrl><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 <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><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"
    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" "pc105"
    # 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 Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button 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"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "Protocol" "auto-dev"
    Option "Device" "/dev/input/mice"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "BottomEdge" "4200"
    Option "SHMConfig" "on"
    Option "FingerLow" "25"
    Option "LeftEdge" "1700"
    Option "MaxTapMove" "220"
    Option "MaxTapTime" "180"
    Option "FingerHigh" "30"
    Option "VertScrollDelta" "100"
    Option "TopEdge" "1700"
    Option "AccelFactor" "0.0015"
    Option "RightEdge" "5300"
    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 xorg.conf 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"
    # 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, 35.15, 35.5
    # 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-70
    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 xorgconfig:
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    Option "DynamicClocks" "on"
    Option "AGPMode" "4"
    Option "RenderAccel" "on"
    Option "EnablePageFlip" "on"
    Option "BIOSHotkeys" "on"
    #VideoRam 65536
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "SynapticsMouse1" "AlwaysCore"
    EndSection
    # Section "DRI"
    # InputDevice "SynapticsMouse1" "AlwaysCore"
    # Mode 0666
    # EndSection
    and the Xorg.0.log
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux t40 2.6.28-ARCH #1 SMP PREEMPT Tue Jan 6 10:26:22 UTC 2009 i686
    Build Date: 17 December 2008 08:20:05PM
    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 Jan 12 13:04:51 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "My Monitor"
    (**) | |-->Device "** ATI Radeon (generic) [radeon]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (**) |-->Input Device "SynapticsMouse1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /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
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Mouse1
    (WW) Disabling Keyboard1
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe0000000/0, 0xc0100000/0, I/O @ 0x00003000/0, BIOS @ 0x????????/131072
    (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 by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 6.9.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 0.99.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
    (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 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 8500 AIW BC (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 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 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 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 Radeon RV730 (AGP),
    ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670],
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), 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 RV670,
    ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, 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 Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3430, 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 Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics
    (II) Primary Device is: PCI 01@00:00:0
    (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 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) RADEON(0): TOTO SAYS 00000000c0100000
    (II) RADEON(0): MMIO registers at 0x00000000c0100000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "AGPMode" "4"
    (**) RADEON(0): Option "EnablePageFlip" "on"
    (**) RADEON(0): Option "RenderAccel" "on"
    (**) RADEON(0): Option "DynamicClocks" "on"
    (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.5.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    (--) RADEON(0): Linear framebuffer at 0x00000000e0000000
    (II) RADEON(0): AGP card detected
    (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.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): Legacy BIOS detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
    (**) RADEON(0): Page Flipping enabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2048x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 12000, max_out_pll: 35000, min_in_pll: 40, max_in_pll: 3000, xclk: 18300, sclk: 183.000000, mclk: 260.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=35000; xclk=18300
    (II) RADEON(0): Bios Connector table:
    (II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
    (II) RADEON(0): Port1: DDCType-0x64, DACType-2, TMDSType-1, ConnectorType-3
    (II) RADEON(0): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
    (II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
    (II) RADEON(0): Output VGA-0 using monitor section My Monitor
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): DFP table revision: 2
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): Panel ID string: 1024x768
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): LVDS Info:
    XRes: 1024, YRes: 768, DotClock: 65000
    HBlank: 320, HOverPlus: 16, HSyncWidth: 136
    VBlank: 38, VOverPlus: 2, VSyncWidth: 6
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Default TV standard: NTSC
    (II) RADEON(0): TV standards supported by chip: NTSC PAL NTSC-J
    (II) RADEON(0): Port0:
    Monitor -- AUTO
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- None
    DDC Type -- 0x60
    (II) RADEON(0): Port1:
    Monitor -- AUTO
    Connector -- DVI-D
    DAC Type -- None
    TMDS Type -- Internal
    DDC Type -- 0x64
    (II) RADEON(0): Port2:
    Monitor -- AUTO
    Connector -- LVDS
    DAC Type -- None
    TMDS Type -- None
    DDC Type -- 0x0
    (II) RADEON(0): Port3:
    Monitor -- AUTO
    Connector -- STV
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- None
    DDC Type -- 0x0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    finished output detect: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    finished output detect: 3
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1024x768
    (WW) RADEON(0): Mode 1280x1024 is out of range.
    (WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
    (II) RADEON(0): Adding Screen mode: 800x600
    (II) RADEON(0): Adding Screen mode: 640x480
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1024x768
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (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.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (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.5.3, module version = 1.2.1
    ABI class: X.Org Video Driver, version 4.1
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) 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) RADEON(0): RADEONScreenInit e0000000 0 0
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    (II) RADEON(0): Dynamic Clock Scaling Enabled
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x04000000
    (II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
    (II) RADEON(0): Reserved area from (0,1024) to (1024,1026)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7165
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x800000
    (II) RADEON(0): Will use depth buffer at offset 0xc00000
    (II) RADEON(0): Will use 16384 kb for textures at offset 0x1000000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xe0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (**) RADEON(0): Using AGP 4x
    (II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4c57]
    (II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xd0000000
    (II) RADEON(0): [agp] Ring mapped at 0xb5856000
    (II) RADEON(0): [agp] ring read ptr handle = 0xd0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xb803d000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb5656000
    (II) RADEON(0): [agp] GART texture map handle = 0xd0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xb5176000
    (II) RADEON(0): [drm] register handle = 0xc0100000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0x1fff0000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xe3ffe000 is: 0xe3ffe000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xd07fd000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0xe3ffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xd07fd000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Render acceleration enabled
    (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
    Scanline Image Writes
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (II) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00402000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00406000
    (II) RADEON(0): Largest offscreen area available: 1024 x 7157
    (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): Set up overlay video
    (II) RADEON(0): Set up textured video
    init memmap
    init common
    init crtc1
    init pll1
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0xe3ffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xd07fd000
    restore common
    restore crtc1
    restore pll1
    restore LVDS
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (WW) RADEON(0): Option "BIOSHotkeys" is not used
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension 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) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 270 x 203
    (II) Synaptics touchpad driver version 0.99.3
    (--) SynapticsMouse1 auto-dev sets device to /dev/input/event8
    (**) Option "Device" "/dev/input/event8"
    (II) SynapticsMouse1: x-axis range 1472 - 5472
    (II) SynapticsMouse1: y-axis range 1408 - 4448
    (II) SynapticsMouse1: pressure range 0 - 255
    (II) SynapticsMouse1: finger width range 0 - 0
    (II) SynapticsMouse1: buttons: left right middle double triple
    (**) Option "SHMConfig" "on"
    (**) 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"
    (--) SynapticsMouse1 touchpad found
    (**) Option "AlwaysCore"
    (**) SynapticsMouse1: always reports core events
    (II) evaluating device (SynapticsMouse1)
    (II) XINPUT: Adding extended input device "SynapticsMouse1" (type: TOUCHPAD)
    (--) SynapticsMouse1 touchpad found
    (II) RADEON(0): Damage tracking initialized for page flipping
    (EE) config/hal: couldn't initialise context: (null) ((null))
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1024x768
    (WW) RADEON(0): Mode 1280x1024 is out of range.
    (WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
    (II) RADEON(0): Adding Screen mode: 800x600
    (II) RADEON(0): Adding Screen mode: 640x480
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1024x768
    (WW) RADEON(0): Mode 1280x1024 is out of range.
    (WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
    (II) RADEON(0): Adding Screen mode: 800x600
    (II) RADEON(0): Adding Screen mode: 640x480
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1024x768
    (WW) RADEON(0): Mode 1280x1024 is out of range.
    (WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
    (II) RADEON(0): Adding Screen mode: 800x600
    (II) RADEON(0): Adding Screen mode: 640x480
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1024x768
    (WW) RADEON(0): Mode 1280x1024 is out of range.
    (WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
    (II) RADEON(0): Adding Screen mode: 800x600
    (II) RADEON(0): Adding Screen mode: 640x480
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) UnloadModule: "synaptics"
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x1fff0000 0xe3ffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    finished PLL2
    Entering Restore TV
    Restore TV PLL
    Restore TVHV
    Restore TV Restarts
    Restore Timing Tables
    Restore TV standard
    Leaving Restore TV
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf8046000 at 0xb803e000
    (II) RADEON(0): [drm] Closed DRM master.
    Last edited by eg4matze (2009-01-12 12:47:16)

    hal couldnt start, I rebuild it with abs, now everything works

  • Xorg 7.3 and Synaptics/ALPS Touchpad [FIXED]

    I've read where this was discussed here and here but I'm still having trouble with my touchpad.  I can move the mouse around with it, but scrolling doesn't work and I can't use synclient or gsynaptics (get error "Can't access shared memory area. SHMConfig disabled?" but xorg.conf has it enabled).  Time to ask the smart people.
    Here is my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Mouse0" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    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 "extmod"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "glx"
    Load "type1"
    Load "freetype"
    Load "synaptics"
    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"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse2"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    #Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    #Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.3"
    Option "MaxSpeed" "0.75"
    Option "AccelFactor" "0.015"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    #Option "UpDownScrolling" "1"
    #Option "CircularScrolling" "1"
    #Option "CircScrollDelta" "0.1"
    #Option "CircScrollTrigger" "2"
    Option "SendCoreEvents"
    Option "SHMConfig" "true"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "LPL"
    ModelName "0"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "VideoRam" "65536"
    Option "CacheLines" "1980"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    Option "RenderAccel" "true"
    #Option "AllowGLXWithComposite" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    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
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    EndSection
    Section "Extensions"
    #Option "Composite" "Enable"
    Option "GLX" "Enable"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    From cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0002 Product=0008 Version=7321
    N: Name="AlpsPS/2 ALPS GlidePoint"
    P: Phys=isa0060/serio4/input0
    S: Sysfs=/class/input/input7
    U: Uniq=
    H: Handlers=mouse2 event7 ts2
    B: EV=f
    B: KEY=420 0 70000 0 0 0 0 0 0 0 0
    B: REL=3
    B: ABS=1000003
    Doing cat /dev/input/mouse2 and touching the touchpad gives a screen-full of jargon so I'll assume the handler is working.  Any ideas?
    Last edited by Tido (2007-09-27 22:17:04)

    fwojciec wrote:
    You have horizontal scrolling explicitly disabled in your xorg.conf - it seems.  As for "SHMConfig" I have it enabled using "on" rather than "true".  You have an ALPS touchpad - not Synaptic by the way - so instructions specific to Synaptic touchpads might not work for you. 
    Also - you might have to enable the option "SendCoreEvents" by adding "true".
    Thanks for the suggestions, fwojciec.  Yes, I disabled horizontal scrolling long ago.  It drives me nuts.  Vertical scrolling is a-ok, though.  I set SHMConfig to "on" instead of "true", but no effect.  I also added "true" to the Option "SendCoreEvents", but no luck.  Thanks for the attempt!

  • Xorg / catalyst / kernel upgrade - Frozen screen and input [SOLVED]

    I knew it, never upgrade xorg/graphic drivers when using ATI cards, just bless your god when it works and never touch it again. But I got tempted and I did a full system upgrade, and now... my xorg is broken.
    I'm using ATI proprietary drivers catalyst 8.12-1 with xorg 1.5.3-3. My card is an ATI x1950 pro.
    It used to work perfectly, but since the update, when i startx I just get a terminal (because of my .xinitrc) in fullscreen without my window manager getting launched, and my mouse in the middle of the screen; and nothing responds the mouse won't move, even ctrl+alt+backspace won't work. I have to ssh on my machine and 'killall X'.
    I tried starting off with a default config (using aticonfig --initial -f), but still the same problem.
    I have a dual screen setup.
    I disabled AIGLX and Composite, but no success.
    If I fail to repair this, since I made a backup of my pacman database, I could revert it right ?
    Please help us, us pwned ATI users !
    Here is the /var/log/Xorg.0.log
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux fatale 2.6.27-ARCH #1 SMP PREEMPT Mon Dec 8 22:01:01 UTC 2008 i686
    Build Date: 05 December 2008 09:10:55PM
    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: Sat Dec 13 03:36:24 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "ScreenSamsung" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "Xinerama" "true"
    (**) Option "AIGLX" "false"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) Xinerama: enabled
    (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.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) 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
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is disabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling PS/2 Mouse
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5900
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc RV570 [Radeon X1950 Pro] rev 0, Mem @ 0xe0000000/0, 0xf5000000/0, I/O @ 0x00008000/0, BIOS @ 0x????????/131072
    (--) PCI: (0@1:0:1) ATI Technologies Inc RV570 [Radeon X1950 Pro] (secondary) rev 0, Mem @ 0xf5010000/0
    (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) "freetype" 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) 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.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (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
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (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
    ABI class: X.Org Server Extension, version 1.1
    (--) AIGLX enabled
    (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"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (WW) Warning, couldn't open module record
    (II) UnloadModule: "record"
    (EE) Failed to load module "record" (module does not exist, 0)
    (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.56.4
    Module class: X.Org Video Driver
    (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.56.4
    (II) ATI Proprietary Linux Driver Release Identifier: 8.561
    (II) ATI Proprietary Linux Driver Build Date: Dec 1 2008 14:55:43
    (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 4.1
    (--) Assigning device section with no busID to primary device
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    (--) Chipset Supported AMD Graphics Processor (0x7280) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) 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=0x9377518
    (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.5.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 4.1
    (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 "dri" "true"
    (**) fglrx(0): Option "KernelModuleParm" "agplock=0"
    (**) fglrx(0): Option "RingSize" "8"
    (**) fglrx(0): Option "EnableDepthMoves" "yes"
    (**) fglrx(0): Option "UseInternalAGPGART" "no"
    (**) fglrx(0): Option "DPMS" "true"
    (II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
    (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) 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.56.4
    ABI class: X.Org Server Extension, version 1.1
    (--) fglrx(0): Chipset: "Radeon X1950 Series" (Chipset = 0x7280)
    (--) fglrx(0): (PciSubVendor = 0x1462, PciSubDevice = 0x0762)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    (--) fglrx(0): MMIO registers at 0xf5000000
    (--) fglrx(0): I/O port at 0x00008000
    (==) 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.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (**) fglrx(0): Option "mtrr" "on"
    (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.5.3, module version = 1.1.0
    ABI class: X.Org Video Driver, version 4.1
    (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: 9.13
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: RV570
    (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 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): Using adapter: 1:0.0.
    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3
    (II) fglrx(0): PCIE card detected
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000090, disabled=0x00000000
    (II) fglrx(0): Connected Display1: CRT on secondary DAC [crt2]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: NUL Model: 1 Serial#: 1
    (II) fglrx(0): Year: 2001 Week: 1
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) fglrx(0): Sync: Separate
    (II) fglrx(0): Max Image Size [cm]: horiz.: 31 vert.: 23
    (II) fglrx(0): Gamma: 1.00
    (II) fglrx(0): DPMS capabilities: StandBy Suspend; RGB/Color Display
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.597 redY: 0.343 greenX: 0.316 greenY: 0.566
    (II) fglrx(0): blueX: 0.153 blueY: 0.131 whiteX: 0.310 whiteY: 0.328
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 65.0 MHz Image Size: 304 x 228 mm
    (II) fglrx(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1184 h_border: 0
    (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    (II) fglrx(0):
    (II) fglrx(0):
    (II) fglrx(0): Monitor name:
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff003aac010001000000
    (II) fglrx(0): 010b0103081f1700caf0649857519127
    (II) fglrx(0): 214f54afce0001010101010101010101
    (II) fglrx(0): 010101010101641900a0400026301888
    (II) fglrx(0): 360030e410000018000000fe000a2020
    (II) fglrx(0): 20202020202020202020000000fe000a
    (II) fglrx(0): 202020202020202020202020000000fc
    (II) fglrx(0): 000a202020202020202020202020000e
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Connected Display2: DFP on secondary TMDS [tmds2i]
    (II) fglrx(0): Display2 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: SAM Model: 1e5 Serial#: 1212821817
    (II) fglrx(0): Year: 2006 Week: 7
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: 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.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@67Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported Future Video Modes:
    (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    (II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    (II) fglrx(0): Monitor name: SyncMaster
    (II) fglrx(0): Serial No: HMEL205539
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff004c2de50139314a48
    (II) fglrx(0): 0710010380261e782ade95a3544c9926
    (II) fglrx(0): 0f5054bfef8081808140714f01010101
    (II) fglrx(0): 010101010101302a009851002a403070
    (II) fglrx(0): 1300782d1100001e000000fd00384c1e
    (II) fglrx(0): 510e000a202020202020000000fc0053
    (II) fglrx(0): 796e634d61737465720a2020000000ff
    (II) fglrx(0): 00484d454c3230353533390a20200056
    (II) fglrx(0): End of Display2 EDID data --------------------
    (WW) fglrx(0): More than one displays are connected,so clone mode is enabled
    (II) fglrx(0): Primary Controller - DFP on secondary TMDS
    (II) fglrx(0): Secondary Controller - CRT on secondary DAC
    (II) fglrx(0): Internal Desktop Setting: 0x00000008
    (II) fglrx(0): POWERplay version 3. 1 power state available:
    (II) fglrx(0): 1. 574/682MHz @ 0Hz [enable load balancing]
    (==) fglrx(0): QBS disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0): PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 24 modes found for primary display.
    (--) fglrx(0): Virtual size is 1280x1024 (pitch 0)
    (**) fglrx(0): *Mode "1280x1024_mine": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024_mine"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (**) fglrx(0): Default mode "1280x1024_mine": 109.6 MHz (scaled from 0.0 MHz), 63.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024_mine"x60.0 109.62 1280 1336 1472 1720 1024 1024 1026 1062 +vsync (63.7 kHz)
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (**) fglrx(0): *Mode "1280x1024": 109.6 MHz (scaled from 0.0 MHz), 63.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024"x60.0 109.62 1280 1336 1472 1720 1024 1024 1026 1062 +vsync (63.7 kHz)
    (**) fglrx(0): Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 (60.0 kHz)
    (**) fglrx(0): Default mode "1280x768": 79.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync (47.8 kHz)
    (**) fglrx(0): Default mode "1280x720": 74.5 MHz (scaled from 0.0 MHz), 44.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 +hsync (44.8 kHz)
    (**) fglrx(0): Default mode "1280x720": 60.5 MHz (scaled from 0.0 MHz), 37.0 kHz, 50.0 Hz
    (II) fglrx(0): Modeline "1280x720"x50.0 60.46 1280 1328 1456 1632 720 721 724 741 +hsync (37.0 kHz)
    (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync (53.7 kHz)
    [.. Millions of ModeLine's..]
    (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.5.3, 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.5.3, module version = 1.2.0
    ABI class: X.Org Video Driver, version 4.1
    (**) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x8000001d
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (**) fglrx(0): Ring buffer size: 8 MB
    (**) fglrx(0): KernelModuleParm: "agplock=0"
    (II) fglrx(0): [pcie] 262144 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 16.
    (II) fglrx(0): Exposed events to the /proc interface
    (--) 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
    (II) fglrx(0): detected X.org 7.4.3.0
    (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 13, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 13, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 13, (OK)
    drmOpenByBusid: drmOpenMinor returns 13
    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 0x4d000
    (II) fglrx(0): [drm] mapped SAREA 0x4d000 to 0xb7af0000
    (II) fglrx(0): [drm] framebuffer handle = 0x4e000
    (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.56.4
    (II) fglrx(0): Date: Dec 1 2008
    (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.27-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 = 0x0004f000
    (II) fglrx(0): DRI initialization successfull!
    (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01004000
    (II) fglrx(0): FBMM initialized for area (0,0)-(1280,3280)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
    (II) fglrx(0): Largest offscreen area available: 1280 x 2256
    (==) fglrx(0): Backing store disabled
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (**) fglrx(0): DPMS enabled
    (**) 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
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension GLESX
    (II) fglrx(0): GLESX enableFlags = 80
    (II) fglrx(0): GLESX is enabled
    (**) fglrx(0): Option "XaaNoOffscreenPixmaps" "true"
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Solid Lines
    Dashed Lines
    Setting up tile and stipple cache:
    32 128x128 slots
    14 256x256 slots
    5 512x512 slots
    (II) fglrx(0): Acceleration 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
    ABI class: X.Org Server Extension, version 1.1
    (WW) fglrx(0): Option "AccelMethod" is not used
    (WW) fglrx(0): Option "AccelDFS" is not used
    (WW) fglrx(0): Option "GARTSize" is not used
    (WW) fglrx(0): Option "BufferSize" is not used
    (WW) fglrx(0): Option "UseFBDev" is not used
    (WW) fglrx(0): Option "ColorTiling" is not used
    (WW) fglrx(0): Option "RenderAccel" is not used
    (WW) fglrx(0): Option "SubPixelOrder" is not used
    (WW) fglrx(0): Option "DynamicClocks" is not used
    (WW) fglrx(0): Option "PCI:1:0:0" is not used
    (II) fglrx(0): X context handle = 0x1
    (II) fglrx(0): [DRI] installation complete
    (==) fglrx(0): Silken mouse enabled
    (==) fglrx(0): Using hardware cursor
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (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) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 14, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 14, (OK)
    drmOpenByBusid: drmOpenMinor returns 14
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (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): Shutdown CMMQS
    (II) fglrx(0): [drm] removed 1 reserved context for kernel
    (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x4d000 at 0xb7af0000
    Thanks :)
    edit: weird thing (or not) but DPMS (or whatever it is, the thing that turns off my monitor after some time) seems to work, altough moving the mouse or pressing the keyboard doesn't wake up the screen. Has this something to do with my mouse and keyboard not being recognized by xorg ?
    edit2: omg yes it is ! I added:
    urxvtc -e 'screen'
    so when I startx an un-window-managered fullscreen terminal launches with a screen session, and if I ssh on it I can type in this terminal from another computer, and the screen actually displays what I'm typing, so that's definitely an input problem !
    Final Edit: Well all solved, concerning the "frozen" stuff, it was just that my keyboard and mouse weren't detected because of the new hotpulg thingy (check http://wiki.archlinux.org/index.php/Xor … otplugging for more info, or just add 'hal' to your rc.conf), then restored my original xorg.conf, rebooted and it all went back to normal (: ). Hope this helps.
    Last edited by arsenist (2008-12-13 03:28:42)

    Has this something to do with my mouse and keyboard not being recognized by xorg
    Hmm, I wonder what it would reveal if someone read the news? http://www.archlinux.org/news/424/
    Even your Xorg.0.log is telling you the problem.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling PS/2 Mouse
    Last edited by jacko (2008-12-13 03:28:40)

  • [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

    hello..
    i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.
    after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.
    before upgrade i have used xorg with hotplugging enabled. everything worked fine.
    after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
    put an fdi-file for wacom -> no change
    installed linuxwacom-dev -> no change
    i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log
    how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.
    any help would be great.
    Last edited by lynucs (2009-04-14 18:57:17)

    well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.
    but intel driver returns broken graphics if i rotate screen with xrandr.
    i guess there is no way around this execpt switching to the ultra-slow legacy driver?
    just for comparison - glxgears fps:
    intel: ~900fps
    intel-legacy: ~280fps
    Last edited by lynucs (2009-04-14 18:56:48)

  • SOLVED update blanks /etc/X11/xorg.conf.d/10-synaptics.conf

    I just ran pacman -Syu and udisks2 was updated with "warning: /etc/X11/xorg.conf.d/10-synaptics.conf saved as /etc/X11/xorg.conf.d/10-synaptics.conf.pacsave". When I looked at the diffs, I noticed that it essentially had removed all contents from that file.
    Is there any reason why udisks2 would do this? When I check pacman -Qo /etc/X11/xorg.conf.d/10-synaptics.conf, nothing is reported as "owning" that conf file, which is correct, since I created it myself...?
    Last edited by twelveeighty (2013-01-15 16:19:32)

    twelveeighty wrote:Wow - I would swear that originally there never was a 50-synaptics.conf, or I would have modified that one instead of creating one from scratch.
    There wasn't. The file 10-synaptics.conf was one created by Arch. With version 1.6.2-3, they switched to the upstream config, which is 50-synaptics.conf.

  • Xorg 1.4 and kde 4.2

    i just installed arch + kde 4.2 in new install on my box
    in kde i open systemsettings
    click on the desktop icon
    systemsettings window disappears from the screen and the crash window appears
    A Fatal Error Occurred
    The application System Settings (systemsettings) crashed and caused the signal 6 (SIGABRT).
    Please help us improve the software you use by filing a report at http://bugs.kde.org. Useful details include how to reproduce the error, documents that were loaded, etc.
    when i run from konsole there is some text that appears when it crashes
    bash-3.2$ systemsettings
    bash-3.2$ Object::connect: No such slot KWin::KWinCompositingConfig::compositingModeChanged()
    Object::connect: (sender name: 'compositingType')
    Object::connect: (receiver name: 'KWinCompositingConfig')
    systemsettings: main/context.c:1063: _mesa_initialize_context: Assertion `driverFunctions->NewTextureObject' failed.
    KCrash: Application 'systemsettings' crashing...
    sock_file=/home/ash/.kde4/socket-viridian/kdeinit4__0
    this is a new install (new hard drive) of the same setup i allready had on the same computer. i have the previous drive and can run the previous setup if i want
    in both systems i use xorg server 1.4 and xf86-video-intel 2.3
    in the previous system i had trouble making effects to work with the newer xorg but they work perfect (right away !) with xorg 1.4
    in the new system xorg 1.5 and 1.6 (and intel and intel-legacy drivers) have very bad performance with effects off and make the computer really crawl if i switch them on (and they work only with xrender and not gl). xorg 1.4 has ok performance but i cant get to the effects settings at all
    in the previous system its kde 4.2.0
    in the current its 4.2.2
    mainboard is gigabyte ga-8ig1000mk with intel 865 graphics
    well what made kde and xorg 1.4 break this time ? it worked perfectly in the previous system
    i want answers on how to make xorg 1.4 work and not only how to fix xorg 1.6 or 1.5

    I just had exactly this problem too, on a pretty fresh install (two weeks max, hardly any unsupported packages, no fancy stuff). For me creating a new user and logging in with that worked.
    Resolved by desperately deleting random config files from homedir of affected user .

  • Performance decrease with xorg 1.6 and intel

    i have a box with
    gigabyte ga-8ig1000mk mainboard
    intel 865G graphics
    celeron 2.6 cpu
    512 M ram
    arch linux
    x does not start with xorg 1.5/intel or xorg 1.6/intel (video memory related error message)
    kde 4 performance with xorg 1.6/intel-legacy is noticably lower than with xorg 1.4/intel
    glxgears in its default window size gives 460 fps with xorg 1.4/intel and 300 fps with xorg 1.6/intel-legacy
    currently the only way to have xorg 1.4 is
    IgnorePkg = xf86-video-intel
    IgnorePkg = intel-dri
    IgnorePkg = glproto
    IgnorePkg = xcb-proto
    IgnorePkg = libxcb
    IgnorePkg = libx11
    IgnorePkg = dri2proto
    IgnorePkg = libdrm
    IgnorePkg = mesa
    IgnorePkg = libgl
    IgnorePkg = libxdamage
    IgnorePkg = damageproto
    IgnorePkg = xcb-util
    IgnorePkg = gtk2
    IgnorePkg = pango
    IgnorePkg = libthai
    IgnorePkg = libxinerama
    IgnorePkg = libxcursor
    IgnorePkg = libxklavier
    IgnorePkg = xkeyboard-config
    IgnorePkg = libxi
    IgnorePkg = libxext
    IgnorePkg = libx11
    IgnorePkg = libxcb
    IgnorePkg = xcb-proto
    IgnorePkg = xextproto
    IgnorePkg = inputproto
    IgnorePkg = cairo
    IgnorePkg = libpng
    IgnorePkg = pixman
    IgnorePkg = xf86-input-keyboard
    IgnorePkg = xf86-input-mouse
    IgnorePkg = xf86-video-vesa
    IgnorePkg = libfontenc
    IgnorePkg = freetype2
    IgnorePkg = fontsproto
    IgnorePkg = libxfont
    IgnorePkg = xproto
    IgnorePkg = xorg-font-utils
    IgnorePkg = xorg-fonts-encodings
    IgnorePkg = xorg-fonts-alias
    IgnorePkg = expat
    IgnorePkg = fontconfig
    IgnorePkg = xorg-fonts-100dpi
    IgnorePkg = xorg-fonts-75dpi
    IgnorePkg = libxau
    IgnorePkg = libxdmcp
    IgnorePkg = xcb-proto
    IgnorePkg = libxcb
    IgnorePkg = kbproto
    IgnorePkg = inputproto
    IgnorePkg = bigreqsproto
    IgnorePkg = libx11
    IgnorePkg = xextproto
    IgnorePkg = libxext
    IgnorePkg = libice
    IgnorePkg = libsm
    IgnorePkg = libxt
    IgnorePkg = libxmu
    IgnorePkg = libxpm
    IgnorePkg = printproto
    IgnorePkg = libxp
    IgnorePkg = libxaw
    IgnorePkg = xorg-res-utils
    IgnorePkg = libxkbfile
    IgnorePkg = libxkbui
    IgnorePkg = xf86miscproto
    IgnorePkg = libxxf86misc
    IgnorePkg = xf86vidmodeproto
    IgnorePkg = libxxf86vm
    IgnorePkg = xcursor-themes
    IgnorePkg = xorg-xkb-utils
    IgnorePkg = xkeyboard-config
    IgnorePkg = fontcacheproto
    IgnorePkg = libxfontcache
    IgnorePkg = libxi
    IgnorePkg = liblbxutil
    IgnorePkg = renderproto
    IgnorePkg = libxrender
    IgnorePkg = randrproto
    IgnorePkg = libxrandr
    IgnorePkg = trapproto
    IgnorePkg = libxtrap
    IgnorePkg = mcpp
    IgnorePkg = xtrans
    IgnorePkg = xorg-server-utils
    IgnorePkg = xf86dgaproto
    IgnorePkg = libxxf86dga
    IgnorePkg = recordproto
    IgnorePkg = libxtst
    IgnorePkg = xineramaproto
    IgnorePkg = libxinerama
    IgnorePkg = videoproto
    IgnorePkg = libxv
    IgnorePkg = dmxproto
    IgnorePkg = libdmx
    IgnorePkg = libxft
    IgnorePkg = xorg-utils
    IgnorePkg = libdrm
    IgnorePkg = xorg-fonts-misc
    IgnorePkg = pixman
    IgnorePkg = xbitmaps
    IgnorePkg = xorg-server
    IgnorePkg = xorg-twm
    IgnorePkg = xorg-xauth
    IgnorePkg = xorg-xinit
    IgnorePkg = fixesproto
    IgnorePkg = libxfixes
    IgnorePkg = libxcursor
    IgnorePkg = libpng
    IgnorePkg = xorg-apps
    IgnorePkg = xterm
    i want a better solution
    Last edited by ash (2009-04-19 22:48:49)

    you do not need nearly as many packages on hold. Haven't logged into my 32-bit arch install for a month now, but I've maintained a xorg 1.4 install with this line just fine:
    IgnorePkg = xf86-video-intel xf86-input-evdev xorg-server xorg-apps xorg-xkb-utils xorg-server-utils xorg-utils intel-dri synaptics libgl libdrm xorg-res-utils xf86driproto xf86-input-keyboard xkeyboard-config
    That said, I expext to upgrade next time I use it (probably to play around with some fast boot). I would look into troubleshooting with the latest xorg and intel driver as it really should work, if I were you. I presume you have already tried starting x without a xorg.conf as a baseline test with those versions?

  • Black screen instead of TTYs after Xorg once started and leaved

    Hi,
    I've installed Arch on my laptop and experience following issue... I log in after boot and run "startx", then openbox starts properly. This is fine, but when I leave X, I can't see anything (TTY expected). I can switch to another TTY, login as root and type "reboot" or type "killall X", then log in as regular user and type "startx" to get openbox again. So there are TTYs obviously but I can't see anything but black screen.
    By leaving X (above) I mean...
    - typing "sudo killal X" in xterm
    - using openbox "Log Out" menu option
    - switching to another TTY by hitting Alt+Fn
    All of these lead to the same issue.
    I assume it's not Xorg problem, but I may be wrong of course. Is that driver related? I have Nvidia card and use proprietary drivers installed via pacman. Can anybody give me an advice where to look? Thanks a lot. I also attach (maybe relevant) outputs. If there is anything else needed to know please tell me and I'll post it.
    $ lspci
    00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2)
    00:01.0 ISA bridge: nVidia Corporation Device 075e (rev a2)
    00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (rev a1)
    00:01.2 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1)
    00:01.3 Co-processor: nVidia Corporation MCP78S [GeForce 8200] Co-Processor (rev a2)
    00:01.4 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1)
    00:02.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
    00:02.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
    00:04.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
    00:04.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
    00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio (rev a1)
    00:08.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
    00:09.0 SATA controller: nVidia Corporation Device 0ad5 (rev a2)
    00:0b.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
    00:10.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
    00:12.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
    00:13.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
    00:14.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
    00:15.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] HyperTransport Configuration (rev 40)
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h [Turion X2, Athlon X2, Sempron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] Link Control
    02:00.0 VGA compatible controller: nVidia Corporation C77 [GeForce 9100M G] (rev a2)
    03:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1)
    06:00.0 Network controller: RaLink RT2860
    07:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller
    07:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
    07:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller
    07:00.3 System peripheral: JMicron Technology Corp. MS Host Controller
    08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    $ pacman -Qs nvidia
    local/libvdpau 0.4-1
    Nvidia VDPAU library
    local/nvidia 256.35-1
    NVIDIA drivers for kernel26.
    local/nvidia-utils 256.35-4
    NVIDIA drivers utilities and libraries.
    $ cat /var/log/Xorg.0.log.old
    [ 156.095]
    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.
    [ 156.097]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 156.098] X Protocol Version 11, Revision 0
    [ 156.098] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 156.098] Current Operating System: Linux DrZoidberg 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 00:07:49 CEST 2010 x86_64
    [ 156.098] Kernel command line: root=/dev/sda5 ro
    [ 156.098] Build Date: 21 June 2010 12:01:49PM
    [ 156.099]
    [ 156.099] Current version of pixman: 0.18.2
    [ 156.099] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 156.099] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 156.101] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 4 15:57:39 2010
    [ 156.101] (==) Using config file: "/etc/X11/xorg.conf"
    [ 156.101] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 156.102] (==) ServerLayout "Layout0"
    [ 156.102] (**) |-->Screen "Screen0" (0)
    [ 156.102] (**) | |-->Monitor "Monitor0"
    [ 156.102] (**) | |-->Device "Device0"
    [ 156.102] (**) |-->Input Device "Keyboard0"
    [ 156.102] (**) |-->Input Device "Mouse0"
    [ 156.102] (==) Automatically adding devices
    [ 156.102] (==) Automatically enabling devices
    [ 156.102] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 156.102] Entry deleted from font path.
    [ 156.102] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 156.102] Entry deleted from font path.
    [ 156.102] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 156.102] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 156.102] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 156.102] (WW) Disabling Keyboard0
    [ 156.102] (WW) Disabling Mouse0
    [ 156.102] (II) Loader magic: 0x7ce880
    [ 156.102] (II) Module ABI versions:
    [ 156.102] X.Org ANSI C Emulation: 0.4
    [ 156.102] X.Org Video Driver: 7.0
    [ 156.102] X.Org XInput driver : 9.0
    [ 156.102] X.Org Server Extension : 3.0
    [ 156.110] (--) PCI: (0:0:1:3) 10de:0753:1462:6710 nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xf8e80000/524288
    [ 156.110] (--) PCI:*(0:2:0:0) 10de:0844:1462:6710 nVidia Corporation C77 [GeForce 9100M G] rev 162, Mem @ 0xf9000000/16777216, 0xc8000000/134217728, 0xc6000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
    [ 156.110] (--) PCI: (0:3:0:0) 10de:06e9:1462:6710 nVidia Corporation G98 [GeForce 9300M GS] rev 161, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 156.110] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 156.110] (II) LoadModule: "extmod"
    [ 156.110] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 156.111] (II) Module extmod: vendor="X.Org Foundation"
    [ 156.111] compiled for 1.8.1.902, module version = 1.0.0
    [ 156.111] Module class: X.Org Server Extension
    [ 156.111] ABI class: X.Org Server Extension, version 3.0
    [ 156.111] (II) Loading extension MIT-SCREEN-SAVER
    [ 156.111] (II) Loading extension XFree86-VidModeExtension
    [ 156.111] (II) Loading extension XFree86-DGA
    [ 156.111] (II) Loading extension DPMS
    [ 156.111] (II) Loading extension XVideo
    [ 156.111] (II) Loading extension XVideo-MotionCompensation
    [ 156.111] (II) Loading extension X-Resource
    [ 156.111] (II) LoadModule: "dbe"
    [ 156.111] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 156.111] (II) Module dbe: vendor="X.Org Foundation"
    [ 156.111] compiled for 1.8.1.902, module version = 1.0.0
    [ 156.111] Module class: X.Org Server Extension
    [ 156.111] ABI class: X.Org Server Extension, version 3.0
    [ 156.111] (II) Loading extension DOUBLE-BUFFER
    [ 156.111] (II) LoadModule: "glx"
    [ 156.111] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 156.127] (II) Module glx: vendor="NVIDIA Corporation"
    [ 156.128] compiled for 4.0.2, module version = 1.0.0
    [ 156.128] Module class: X.Org Server Extension
    [ 156.128] (II) NVIDIA GLX Module 256.35 Wed Jun 16 19:10:31 PDT 2010
    [ 156.128] (II) Loading extension GLX
    [ 156.128] (II) LoadModule: "record"
    [ 156.128] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 156.128] (II) Module record: vendor="X.Org Foundation"
    [ 156.128] compiled for 1.8.1.902, module version = 1.13.0
    [ 156.128] Module class: X.Org Server Extension
    [ 156.128] ABI class: X.Org Server Extension, version 3.0
    [ 156.128] (II) Loading extension RECORD
    [ 156.128] (II) LoadModule: "dri"
    [ 156.128] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 156.129] (II) Module dri: vendor="X.Org Foundation"
    [ 156.129] compiled for 1.8.1.902, module version = 1.0.0
    [ 156.129] ABI class: X.Org Server Extension, version 3.0
    [ 156.129] (II) Loading extension XFree86-DRI
    [ 156.129] (II) LoadModule: "dri2"
    [ 156.129] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 156.129] (II) Module dri2: vendor="X.Org Foundation"
    [ 156.129] compiled for 1.8.1.902, module version = 1.2.0
    [ 156.129] ABI class: X.Org Server Extension, version 3.0
    [ 156.129] (II) Loading extension DRI2
    [ 156.129] (II) LoadModule: "nvidia"
    [ 156.129] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 156.130] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 156.130] compiled for 4.0.2, module version = 1.0.0
    [ 156.130] Module class: X.Org Video Driver
    [ 156.130] (II) NVIDIA dlloader X Driver 256.35 Wed Jun 16 18:45:02 PDT 2010
    [ 156.130] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 156.130] (--) using VT number 7
    [ 156.134] (II) Primary Device is: PCI 02@00:00:0
    [ 156.134] (II) Loading sub module "fb"
    [ 156.134] (II) LoadModule: "fb"
    [ 156.134] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 156.134] (II) Module fb: vendor="X.Org Foundation"
    [ 156.134] compiled for 1.8.1.902, module version = 1.0.0
    [ 156.134] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 156.134] (II) Loading sub module "wfb"
    [ 156.134] (II) LoadModule: "wfb"
    [ 156.135] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 156.135] (II) Module wfb: vendor="X.Org Foundation"
    [ 156.135] compiled for 1.8.1.902, module version = 1.0.0
    [ 156.135] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 156.135] (II) Loading sub module "ramdac"
    [ 156.135] (II) LoadModule: "ramdac"
    [ 156.135] (II) Module "ramdac" already built-in
    [ 156.135] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 156.135] (==) NVIDIA(0): RGB weight 888
    [ 156.135] (==) NVIDIA(0): Default visual is TrueColor
    [ 156.135] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 156.135] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 156.135] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 156.135] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 156.135] (II) NVIDIA(0): enabled.
    [ 156.360] (II) NVIDIA(0): NVIDIA GPU GeForce 9100M G (C77) at PCI:2:0:0 (GPU-0)
    [ 156.360] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 156.360] (--) NVIDIA(0): VideoBIOS: 62.77.2c.00.00
    [ 156.360] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 156.360] (--) NVIDIA(0): Connected display device(s) on GeForce 9100M G at PCI:2:0:0:
    [ 156.360] (--) NVIDIA(0): Seiko/Epson (DFP-0)
    [ 156.360] (--) NVIDIA(0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
    [ 156.360] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal Dual Link LVDS
    [ 156.373] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 156.373] (==) NVIDIA(0):
    [ 156.373] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 156.373] (==) NVIDIA(0): will be used as the requested mode.
    [ 156.373] (==) NVIDIA(0):
    [ 156.374] (II) NVIDIA(0): Validated modes:
    [ 156.374] (II) NVIDIA(0): "nvidia-auto-select"
    [ 156.374] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
    [ 156.376] (--) NVIDIA(0): DPI set to (99, 97); computed from "UseEdidDpi" X config
    [ 156.376] (--) NVIDIA(0): option
    [ 156.376] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 156.376] (--) Depth 24 pixmap format is 32 bpp
    [ 156.376] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 156.865] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce 9300M GS (G98) at PCI:3:0:0 (GPU-1)
    [ 156.865] (--) NVIDIA(GPU-1): Memory: 524288 kBytes
    [ 156.865] (--) NVIDIA(GPU-1): VideoBIOS: 62.98.3c.00.00
    [ 156.865] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
    [ 156.865] (--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
    [ 156.865] (--) NVIDIA(GPU-1): Connected display device(s) on GeForce 9300M GS at PCI:3:0:0:
    [ 156.865] (--) NVIDIA(GPU-1): none
    [ 156.866] (II) NVIDIA(0): Initialized GPU GART.
    [ 156.878] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 156.878] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 156.878] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 156.878] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 156.878] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 156.878] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 156.878] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 156.878] (II) NVIDIA(0): Config Options in the README.
    [ 156.879] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 156.879] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 156.879] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
    [ 156.880] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 157.172] (II) Loading extension NV-GLX
    [ 157.208] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 157.216] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 157.216] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 157.216] (==) NVIDIA(0): Backing store disabled
    [ 157.216] (==) NVIDIA(0): Silken mouse enabled
    [ 157.232] (**) NVIDIA(0): DPMS enabled
    [ 157.232] (II) Loading extension NV-CONTROL
    [ 157.233] (II) Loading extension XINERAMA
    [ 157.233] (II) Loading sub module "dri2"
    [ 157.233] (II) LoadModule: "dri2"
    [ 157.233] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 157.233] (II) NVIDIA(0): [DRI2] Setup complete
    [ 157.233] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 157.233] (==) RandR enabled
    [ 157.233] (II) Initializing built-in extension Generic Event Extension
    [ 157.233] (II) Initializing built-in extension SHAPE
    [ 157.233] (II) Initializing built-in extension MIT-SHM
    [ 157.233] (II) Initializing built-in extension XInputExtension
    [ 157.233] (II) Initializing built-in extension XTEST
    [ 157.233] (II) Initializing built-in extension BIG-REQUESTS
    [ 157.233] (II) Initializing built-in extension SYNC
    [ 157.233] (II) Initializing built-in extension XKEYBOARD
    [ 157.233] (II) Initializing built-in extension XC-MISC
    [ 157.233] (II) Initializing built-in extension SECURITY
    [ 157.233] (II) Initializing built-in extension XINERAMA
    [ 157.233] (II) Initializing built-in extension XFIXES
    [ 157.233] (II) Initializing built-in extension RENDER
    [ 157.233] (II) Initializing built-in extension RANDR
    [ 157.233] (II) Initializing built-in extension COMPOSITE
    [ 157.233] (II) Initializing built-in extension DAMAGE
    [ 157.236] (II) Initializing extension GLX
    [ 157.423] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 157.423] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 157.423] (II) LoadModule: "evdev"
    [ 157.423] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 157.423] (II) Module evdev: vendor="X.Org Foundation"
    [ 157.423] compiled for 1.8.0, module version = 2.4.0
    [ 157.423] Module class: X.Org XInput Driver
    [ 157.423] ABI class: X.Org XInput driver, version 9.0
    [ 157.423] (**) Power Button: always reports core events
    [ 157.423] (**) Power Button: Device: "/dev/input/event5"
    [ 157.433] (II) Power Button: Found keys
    [ 157.433] (II) Power Button: Configuring as keyboard
    [ 157.433] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 157.433] (**) Option "xkb_rules" "evdev"
    [ 157.433] (**) Option "xkb_model" "evdev"
    [ 157.433] (**) Option "xkb_layout" "cz"
    [ 157.433] (**) Option "xkb_variant" "qwerty"
    [ 157.433] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.469] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 157.469] (II) No input driver/identifier specified (ignoring)
    [ 157.470] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 157.470] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 157.470] (**) Sleep Button: always reports core events
    [ 157.470] (**) Sleep Button: Device: "/dev/input/event3"
    [ 157.480] (II) Sleep Button: Found keys
    [ 157.480] (II) Sleep Button: Configuring as keyboard
    [ 157.480] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 157.480] (**) Option "xkb_rules" "evdev"
    [ 157.480] (**) Option "xkb_model" "evdev"
    [ 157.480] (**) Option "xkb_layout" "cz"
    [ 157.480] (**) Option "xkb_variant" "qwerty"
    [ 157.480] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.481] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 157.481] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 157.481] (**) Video Bus: always reports core events
    [ 157.481] (**) Video Bus: Device: "/dev/input/event6"
    [ 157.490] (II) Video Bus: Found keys
    [ 157.490] (II) Video Bus: Configuring as keyboard
    [ 157.490] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 157.490] (**) Option "xkb_rules" "evdev"
    [ 157.490] (**) Option "xkb_model" "evdev"
    [ 157.490] (**) Option "xkb_layout" "cz"
    [ 157.490] (**) Option "xkb_variant" "qwerty"
    [ 157.490] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.490] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 157.490] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 157.490] (**) Video Bus: always reports core events
    [ 157.490] (**) Video Bus: Device: "/dev/input/event7"
    [ 157.500] (II) Video Bus: Found keys
    [ 157.500] (II) Video Bus: Configuring as keyboard
    [ 157.500] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 157.500] (**) Option "xkb_rules" "evdev"
    [ 157.500] (**) Option "xkb_model" "evdev"
    [ 157.500] (**) Option "xkb_layout" "cz"
    [ 157.500] (**) Option "xkb_variant" "qwerty"
    [ 157.500] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.501] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 157.501] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 157.501] (**) Power Button: always reports core events
    [ 157.501] (**) Power Button: Device: "/dev/input/event4"
    [ 157.510] (II) Power Button: Found keys
    [ 157.510] (II) Power Button: Configuring as keyboard
    [ 157.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 157.510] (**) Option "xkb_rules" "evdev"
    [ 157.510] (**) Option "xkb_model" "evdev"
    [ 157.510] (**) Option "xkb_layout" "cz"
    [ 157.510] (**) Option "xkb_variant" "qwerty"
    [ 157.510] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.512] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
    [ 157.512] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 157.512] (**) Logitech USB Receiver: always reports core events
    [ 157.512] (**) Logitech USB Receiver: Device: "/dev/input/event9"
    [ 157.523] (II) Logitech USB Receiver: Found keys
    [ 157.523] (II) Logitech USB Receiver: Configuring as keyboard
    [ 157.523] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    [ 157.523] (**) Option "xkb_rules" "evdev"
    [ 157.523] (**) Option "xkb_model" "evdev"
    [ 157.523] (**) Option "xkb_layout" "cz"
    [ 157.523] (**) Option "xkb_variant" "qwerty"
    [ 157.523] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.524] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event10)
    [ 157.524] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 157.524] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 157.524] (**) Logitech USB Receiver: always reports core events
    [ 157.524] (**) Logitech USB Receiver: Device: "/dev/input/event10"
    [ 157.536] (II) Logitech USB Receiver: Found 20 mouse buttons
    [ 157.536] (II) Logitech USB Receiver: Found scroll wheel(s)
    [ 157.536] (II) Logitech USB Receiver: Found relative axes
    [ 157.536] (II) Logitech USB Receiver: Found x and y relative axes
    [ 157.536] (II) Logitech USB Receiver: Found absolute axes
    [ 157.536] (II) Logitech USB Receiver: Found keys
    [ 157.536] (II) Logitech USB Receiver: Configuring as mouse
    [ 157.536] (II) Logitech USB Receiver: Configuring as keyboard
    [ 157.536] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 157.536] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 157.536] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    [ 157.536] (**) Option "xkb_rules" "evdev"
    [ 157.536] (**) Option "xkb_model" "evdev"
    [ 157.536] (**) Option "xkb_layout" "cz"
    [ 157.536] (**) Option "xkb_variant" "qwerty"
    [ 157.536] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.537] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 157.537] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 157.537] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 157.537] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 157.537] (II) Logitech USB Receiver: initialized for relative axes.
    [ 157.537] (WW) Logitech USB Receiver: ignoring absolute axes.
    [ 157.537] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
    [ 157.537] (II) No input driver/identifier specified (ignoring)
    [ 157.538] (II) config/udev: Adding input device MLK EU3C Wireless Office 200 (/dev/input/event11)
    [ 157.538] (**) MLK EU3C Wireless Office 200: Applying InputClass "evdev keyboard catchall"
    [ 157.538] (**) MLK EU3C Wireless Office 200: always reports core events
    [ 157.538] (**) MLK EU3C Wireless Office 200: Device: "/dev/input/event11"
    [ 157.553] (II) MLK EU3C Wireless Office 200: Found keys
    [ 157.553] (II) MLK EU3C Wireless Office 200: Configuring as keyboard
    [ 157.553] (II) XINPUT: Adding extended input device "MLK EU3C Wireless Office 200" (type: KEYBOARD)
    [ 157.553] (**) Option "xkb_rules" "evdev"
    [ 157.553] (**) Option "xkb_model" "evdev"
    [ 157.553] (**) Option "xkb_layout" "cz"
    [ 157.553] (**) Option "xkb_variant" "qwerty"
    [ 157.553] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.554] (II) config/udev: Adding input device MLK EU3C Wireless Office 200 (/dev/input/event12)
    [ 157.554] (**) MLK EU3C Wireless Office 200: Applying InputClass "evdev pointer catchall"
    [ 157.554] (**) MLK EU3C Wireless Office 200: Applying InputClass "evdev keyboard catchall"
    [ 157.554] (**) MLK EU3C Wireless Office 200: always reports core events
    [ 157.554] (**) MLK EU3C Wireless Office 200: Device: "/dev/input/event12"
    [ 157.566] (II) MLK EU3C Wireless Office 200: Found 9 mouse buttons
    [ 157.566] (II) MLK EU3C Wireless Office 200: Found scroll wheel(s)
    [ 157.566] (II) MLK EU3C Wireless Office 200: Found relative axes
    [ 157.566] (II) MLK EU3C Wireless Office 200: Found x and y relative axes
    [ 157.566] (II) MLK EU3C Wireless Office 200: Found absolute axes
    [ 157.566] (II) MLK EU3C Wireless Office 200: Found keys
    [ 157.566] (II) MLK EU3C Wireless Office 200: Configuring as mouse
    [ 157.566] (II) MLK EU3C Wireless Office 200: Configuring as keyboard
    [ 157.566] (**) MLK EU3C Wireless Office 200: YAxisMapping: buttons 4 and 5
    [ 157.566] (**) MLK EU3C Wireless Office 200: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 157.566] (II) XINPUT: Adding extended input device "MLK EU3C Wireless Office 200" (type: KEYBOARD)
    [ 157.566] (**) Option "xkb_rules" "evdev"
    [ 157.566] (**) Option "xkb_model" "evdev"
    [ 157.566] (**) Option "xkb_layout" "cz"
    [ 157.566] (**) Option "xkb_variant" "qwerty"
    [ 157.566] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.567] (**) MLK EU3C Wireless Office 200: (accel) keeping acceleration scheme 1
    [ 157.567] (**) MLK EU3C Wireless Office 200: (accel) acceleration profile 0
    [ 157.567] (**) MLK EU3C Wireless Office 200: (accel) acceleration factor: 2.000
    [ 157.567] (**) MLK EU3C Wireless Office 200: (accel) acceleration threshold: 4
    [ 157.567] (II) MLK EU3C Wireless Office 200: initialized for relative axes.
    [ 157.567] (WW) MLK EU3C Wireless Office 200: ignoring absolute axes.
    [ 157.567] (II) config/udev: Adding input device MLK EU3C Wireless Office 200 (/dev/input/mouse2)
    [ 157.567] (II) No input driver/identifier specified (ignoring)
    [ 157.567] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
    [ 157.567] (II) No input driver/identifier specified (ignoring)
    [ 157.573] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 157.573] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 157.573] (**) AT Translated Set 2 keyboard: always reports core events
    [ 157.573] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 157.580] (II) AT Translated Set 2 keyboard: Found keys
    [ 157.580] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 157.580] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 157.580] (**) Option "xkb_rules" "evdev"
    [ 157.580] (**) Option "xkb_model" "evdev"
    [ 157.580] (**) Option "xkb_layout" "cz"
    [ 157.580] (**) Option "xkb_variant" "qwerty"
    [ 157.580] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 157.580] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 157.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 157.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 157.580] (II) LoadModule: "synaptics"
    [ 157.580] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 157.581] (II) Module synaptics: vendor="X.Org Foundation"
    [ 157.581] compiled for 1.8.0.902, module version = 1.2.2
    [ 157.581] Module class: X.Org XInput Driver
    [ 157.581] ABI class: X.Org XInput driver, version 9.0
    [ 157.581] (II) Synaptics touchpad driver version 1.2.2
    [ 157.581] (**) Option "Device" "/dev/input/event8"
    [ 157.620] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 157.620] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 157.620] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 157.620] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 157.620] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 157.620] (**) Option "TapButton1" "1"
    [ 157.620] (**) Option "TapButton2" "2"
    [ 157.620] (**) Option "TapButton3" "3"
    [ 157.646] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 157.646] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 157.660] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 157.660] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 157.660] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 157.660] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 157.660] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 157.686] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 157.686] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 157.686] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 157.686] (II) Synaptics touchpad driver version 1.2.2
    [ 158.333] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 158.333] (**) Option "Device" "/dev/input/mouse0"
    [ 158.346] (**) Option "TapButton1" "1"
    [ 158.346] (**) Option "TapButton2" "2"
    [ 158.346] (**) Option "TapButton3" "3"
    [ 158.366] Query no Synaptics: 6003C8
    [ 158.366] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 158.367] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 158.406] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 158.406] (II) UnloadModule: "synaptics"
    [ 158.406] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 158.406] (II) No input driver/identifier specified (ignoring)
    [ 222.970] (II) Power Button: Close
    [ 222.970] (II) UnloadModule: "evdev"
    [ 222.990] (II) Sleep Button: Close
    [ 222.990] (II) UnloadModule: "evdev"
    [ 223.016] (II) Video Bus: Close
    [ 223.016] (II) UnloadModule: "evdev"
    [ 223.036] (II) Video Bus: Close
    [ 223.036] (II) UnloadModule: "evdev"
    [ 223.056] (II) Power Button: Close
    [ 223.056] (II) UnloadModule: "evdev"
    [ 223.076] (II) Logitech USB Receiver: Close
    [ 223.076] (II) UnloadModule: "evdev"
    [ 223.096] (II) Logitech USB Receiver: Close
    [ 223.096] (II) UnloadModule: "evdev"
    [ 223.116] (II) MLK EU3C Wireless Office 200: Close
    [ 223.116] (II) UnloadModule: "evdev"
    [ 223.136] (II) MLK EU3C Wireless Office 200: Close
    [ 223.136] (II) UnloadModule: "evdev"
    [ 223.156] (II) AT Translated Set 2 keyboard: Close
    [ 223.156] (II) UnloadModule: "evdev"
    [ 223.190] (II) UnloadModule: "synaptics"
    $ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 256.35 ([email protected]) Wed Jun 16 19:15:05 PDT 2010
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    I was having this exact same problem, then it just stopped. I am using the nouveau driver and I have a tnt2 card.
    IIRC, I was having an unrelated problem with xorg or udev or something was having problems detecting my monitor, it claimed I had two monitors connected, I wrote an xorg.conf file and that fixed the problem. IDK if its is related or not because I don't recall exactly when things started working when I would switch ttys.
    Try using the nouveau driver and see if it does the same thing, it has a kernel module so it might make difference,
    Last edited by RiceKills (2010-07-06 23:39:27)

  • Xorg black screen on startup [SOLVED]

    THANK YOU EVERYONE WHO HELPED ESPECIALLY M177ER
    EDIT: NEW PROBLEM ON POST #9, a bunch of errors
    I've run the X -config *path to xorg.conf* command and there is just a black screen with a black X for the mouse cursor, I can move around the mouse or ctrl+alt+f1 to get back to the shell and kill X but that's about it. Here's the errors I get from X
    (EE) Failed to load module "type1" (module does not exist, 0)
    (EE) Failed to load module "record" (module does not exist, 0)
    Could not init font path element /usr/share/fonts/TTF, removing from list!
    Could not init font path element /usr/share/fonts/Type1, removing from list!
    I get the same thing when I try startx except it shuts down the x server automatically.
    I made the xorg.conf file with the built in program, here is the file.
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # Serial Mouse not detected
    # USB Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "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
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    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 "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 "Monitor0"
    HorizSync 31.5 - 57.0
    VertRefresh 50.0 - 70.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 "Device"
    Identifier "Card0"
    Driver "vesa"
    VendorName "All"
    BoardName "All"
    Card "* Generic VESA compatible"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Sorry for the large amount of code, but I haven't the faintest clue what to do now.
    Last edited by Spelchek (2009-02-04 05:01:43)

    I reinstalled xorg and I am now getting these errors. I think they have something to do with permissions but I'm a nub so what do I know?
    xauth: creating new authority file /home/mark/.serverauth.6141
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux brotop 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
    Build Date: 17 December 2008 08:20:05PM
    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: Tue Feb 3 06:02:24 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Parse error on line 272 of section Screen in file /etc/X11/xorg.conf
    "EndSection" is not a valid keyword in this section.
    *** glibc detected *** /usr/bin/X: munmap_chunk(): invalid pointer: 0x081be964 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0xb7b55ee4]
    /lib/libc.so.6[0xb7b56ec9]
    /usr/bin/X(xf86freeInputList+0x3f)[0x80defef]
    /usr/bin/X(xf86freeConfig+0x7f)[0x80e372f]
    /usr/bin/X(xf86readConfigFile+0x82)[0x80e3802]
    /usr/bin/X(xf86HandleConfigFile+0x9e)[0x80d5d0e]
    /usr/bin/X(InitOutput+0x5c8)[0x80aa9c8]
    /usr/bin/X(main+0x279)[0x8071a89]
    /lib/libc.so.6(__libc_start_main+0xe5)[0xb7b006c5]
    /usr/bin/X[0x8071071]
    ======= Memory map: ========
    08048000-081d3000 r-xp 00000000 08:02 443396 /usr/bin/Xorg
    081d3000-081da000 rw-p 0018a000 08:02 443396 /usr/bin/Xorg
    081da000-081ff000 rw-p 081da000 00:00 0
    08e1a000-08e3b000 rw-p 08e1a000 00:00 0 [heap]
    b7a4f000-b7a51000 rw-p b7a4f000 00:00 0
    b7a51000-b7a64000 r-xp 00000000 08:02 435922 /usr/lib/libz.so.1.2.3.3
    b7a64000-b7a65000 rw-p 00012000 08:02 435922 /usr/lib/libz.so.1.2.3.3
    b7a65000-b7ae6000 r-xp 00000000 08:02 436181 /usr/lib/libfreetype.so.6.3.19
    b7ae6000-b7aea000 rw-p 00080000 08:02 436181 /usr/lib/libfreetype.so.6.3.19
    b7aea000-b7c2a000 r-xp 00000000 08:02 501594 /lib/libc-2.9.so
    b7c2a000-b7c2b000 ---p 00140000 08:02 501594 /lib/libc-2.9.so
    b7c2b000-b7c2d000 r--p 00140000 08:02 501594 /lib/libc-2.9.so
    b7c2d000-b7c2e000 rw-p 00142000 08:02 501594 /lib/libc-2.9.so
    b7c2e000-b7c31000 rw-p b7c2e000 00:00 0
    b7c31000-b7c3d000 r-xp 00000000 08:02 436347 /usr/lib/libgcc_s.so.1
    b7c3d000-b7c3e000 rw-p 0000c000 08:02 436347 /usr/lib/libgcc_s.so.1
    b7c3e000-b7c45000 r-xp 00000000 08:02 499751 /lib/librt-2.9.so
    b7c45000-b7c46000 r--p 00006000 08:02 499751 /lib/librt-2.9.so
    b7c46000-b7c47000 rw-p 00007000 08:02 499751 /lib/librt-2.9.so
    b7c47000-b7c48000 rw-p b7c47000 00:00 0
    b7c48000-b7c6c000 r-xp 00000000 08:02 499734 /lib/libm-2.9.so
    b7c6c000-b7c6d000 r--p 00023000 08:02 499734 /lib/libm-2.9.so
    b7c6d000-b7c6e000 rw-p 00024000 08:02 499734 /lib/libm-2.9.so
    b7c6e000-b7dab000 r-xp 00000000 08:02 435927 /usr/lib/libcrypto.so.0.9.8
    b7dab000-b7dc1000 rw-p 0013c000 08:02 435927 /usr/lib/libcrypto.so.0.9.8
    b7dc1000-b7dc4000 rw-p b7dc1000 00:00 0
    b7dc4000-b7dc8000 r-xp 00000000 08:02 436192 /usr/lib/libXdmcp.so.6.0.0
    b7dc8000-b7dc9000 rw-p 00003000 08:02 436192 /usr/lib/libXdmcp.so.6.0.0
    b7dc9000-b7dff000 r-xp 00000000 08:02 436137 /usr/lib/libdbus-1.so.3.4.0
    b7dff000-b7e01000 rw-p 00036000 08:02 436137 /usr/lib/libdbus-1.so.3.4.0
    b7e01000-b7e10000 r-xp 00000000 08:02 436783 /usr/lib/libhal.so.1.0.0
    b7e10000-b7e11000 rw-p 0000e000 08:02 436783 /usr/lib/libhal.so.1.0.0
    b7e11000-b7e51000 r-xp 00000000 08:02 436767 /usr/lib/libpixman-1.so.0.12.0
    b7e51000-b7e53000 rw-p 0003f000 08:02 436767 /usr/lib/libpixman-1.so.0.12.0
    b7e53000-b7e54000 rw-p b7e53000 00:00 0
    b7e54000-b7e59000 r-xp 00000000 08:02 436180 /usr/lib/libfontenc.so.1.0.0
    b7e59000-b7e5a000 rw-p 00004000 08:02 436180 /usr/lib/libfontenc.so.1.0.0
    b7e5a000-b7e5c000 r-xp 00000000 08:02 436199 /usr/lib/libXau.so.6.0.0
    b7e5c000-b7e5d000 rw-p 00001000 08:02 436199 /usr/lib/libXau.so.6.0.0
    b7e5d000-b7eb6000 r-xp 00000000 08:02 436186 /usr/lib/libXfont.so.1.4.1
    b7eb6000-b7ebd000 rw-p 00058000 08:02 436186 /usr/lib/libXfont.so.1.4.1
    b7ebd000-b7ec2000 rw-p b7ebd000 00:00 0
    b7ec2000-b7ed6000 r-xp 00000000 08:02 501595 /lib/libpthread-2.9.so
    b7ed6000-b7ed7000 r--p 00014000 08:02 501595 /lib/libpthread-2.9.so
    b7ed7000-b7ed8000 rw-p 00015000 08:02 501595 /lib/libpthread-2.9.so
    b7ed8000-b7eda000 rw-p b7ed8000 00:00 0
    b7eda000-b7edc000 r-xp 00000000 08:02 501596 /lib/libdl-2.9.so
    b7edc000-b7edd000 r--p 00001000 08:02 501596 /lib/libdl-2.9.so
    b7edd000-b7ede000 rw-p 00002000 08:02 501596 /lib/libdl-2.9.so
    b7ede000-b7ee3000 r-xp 00000000 08:02 436757 /usr/lib/libpciaccess.so.0.10.2
    b7ee3000-b7ee4000 rw-p 00004000 08:02 436757 /usr/lib/libpciaccess.so.0.10.2
    b7ee4000-b7ee5000 rw-p b7ee4000 00:00 0
    b7eea000-b7eec000 rw-p b7eea000 00:00 0
    b7eec000-b7eed000 r-xp b7eec000 00:00 0 [vdso]
    b7eed000-b7f09000 r-xp 00000000 08:02 499728 /lib/ld-2.9.so
    b7f09000-b7f0a000 r--p 0001b000 08:02 499728 /lib/ld-2.9.so
    b7f0a000-b7f0b000 rw-p 0001c000 08:02 499728 /lib/ld-2.9.so
    bf7f5000-bf80a000 rw-p bffeb000 00:00 0 [stack]
    xinit: Server error.

  • When i try to send email from my ipad i get the message The recipient "£)()&&£)" was rejected by the server. This has only just started to happen and I don't know why. Please help. I have tried lots of things now and cannot solve it.

    When i try to send email from my ipad i get the message The recipient "£)()&amp;&amp;£)" was rejected by the server. This has only just started to happen and I don't know why. Please can someone help. I have tried lots of things now and cannot solve it.

    "Your email account" means to tap on the name of your email account. Whatever it is listed as in the settings.
    In my mail settings, one of my email accounts is a Comcast account. I tap on the Comcast name and it brings up this window.
    Then I tap on the arrow under the Outgoing mail server smtp setting to get to the next window.
    In the resulting window, I then tap on the arrow next to the smtp server under the Primary Server setting.
    That brings up this window in which I check to make sure that my user name and password have been entered correctly. If those items are missing, enter them in the appropriate fields and then tap done.

  • Xorg 1.8 and nvidia drivers 'nvidia-xconfig' NEED tip to fix

    [what part of my xorg.conf needs to me moved, and to where?]
    Hi, I routinely swap between intel, savage, nvidia drivers running my ARCH install off my USB.
    Ok, so I'm using xorg 1.8 and the intel works though of course the nividia with nvidia-xconfig command writes and xorg.conf to
    /etc/X11
    Right, so I am aware, I believe the it's now the xorg.d folder. and, it currenly has 3 files in it, none of which say
    xorg.conf of course. The three are named starting with '10-'  you know the ones. :-)
    So, what, where, how  with my xorg.cong of other, do i get myself running again? With your help i'd say!
    thanks.

    So, added that near the top after ServerLayout
    now it hangs with flashing cursor though I get different info
    warning this server has a video ABI version of 7.0 that this driver does not officially support.etc. etc. etc.
    Use the -ignorABI option to override this check.
    failed to load module nvidia
    fatal server error
    no screen found
    Can you think of what I've done wrong?
    i'm running latest everything though not 'testing' repo.
    maybe put the 'ServerFlags" near the bottom?
    Last edited by yvonney (2010-04-18 00:51:47)

  • Xorg 1.6 and xrandr 1.3 dual monitor problems

    First my setup:
    lspci output:
    ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]
    xrandr output:
    Screen 0: minimum 320 x 200, current 2975 x 1680, maximum 3000 x 1700
    DVI-1 connected 1050x1680+0+0 left (normal left inverted right x axis y axis) 434mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.0 60.0
    800x600 75.0 60.3
    640x480 75.0 59.9
    720x400 70.1
    DVI-0 connected 1920x1200+1055+0 (normal left inverted right x axis y axis) 519mm x 324mm
    1920x1200 60.0*+
    1600x1200 60.0
    1680x1050 59.9
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.0 60.0
    800x600 75.0 60.3
    640x480 75.0 59.9
    720x400 70.1
    xorg "virtual screen"
    Virtual 3000 1700
    My Left Monitor is DVI-1
    My Right Monitor is DVI-0
    I like to have a portrait view on my left monitor and a landscape view on my right monitor.
    Previously I used to run this script to arrange my monitors:
    xrandr --ouput DVI-0 --mode 1920x1200 --pos 1080x0 --rotate normal --output DVI-1 --mode 1680x1050 --pos 0x0 --rotate left
    After I updated to xorg 1.6 and randr 1.3 my settings were screwed up. Badly.
    So I disabled my monitor script and started to experiment.
    4 hours later ....
    I was getting so frustrated that I was seriously considering moving to crunchbang. But I stuck with it.
    Finally I figured out that I cannot call all of the commands that I want at one time.
    What I mean is this works:
    xrandr --output DVI-0 --rotate normal --mode 1920x1200
    xrandr --output DVI-1 --rotate left --pos 0x0
    xrandr --output DVI-0 --pos 1055x0
    This does not work:
    xrandr --output DVI-0 --rotate normal --mode 1920x1200 --pos 1055x0 --output DVI-1 --rotate left --pos 0x0
    Was this a bug in randr 1.2 or is it a regression in randr 1.3?
    Last edited by timetrap (2009-04-13 18:50:26)

    Happened to me with most recent 1.5 update, I downgraded back to previous one to get working again. And now same happened with 1.6, this time I downgrade again without any further testing until someone else gets it solved

  • About 1 year ago, I can not access the App Store. The message that appears is: "One Moment Please. Connecting to the iTunes Store. Loading ... I've tried all the aids presented in this and other forums and nothing solves. iTunes connects normaly...

    About 1 year ago, I can not access the App Store. The message that appears is: "One Moment Please. Connecting to the iTunes Store. Loading ... " I've tried all the aids presented in this and other forums and nothing solves. iTunes connects normaly...

    Your profile indicates your Mac is running v10.7.2
    If that is correct, updating your system software may help.
    Click Software Update from the Apple menu.
    Restart your Mac after updates are installed then try the App Store.
    If you can't update that way, there's a workaround.
    Install the OS X Lion Update 10.7.5 (Client Combo)
    Then restart your Mac and try the App Store.
    messaged edited by:  cs

  • Same problem that everybody has after up dating my apple tv. Apple is to blame for this and should solve problem or replace unit.

    same problem as everybody after having updated my apple tv. apple is to blame for this and should solve problem oe replace unit. lost confident with apple products.

    What problem would that be? There are always going to be people who experience problems after an update and this is a community for helping with such things.
    If you can elaborate on the issue it will make it easier for someone to help.

Maybe you are looking for

  • IPhone 5 music app won't play. Stuck in infinite shuffle.

    I recently received my iPhone 5 and everything went smoothly setting it up from backup. However, the music.app opens but is continuously shuffling. Music won't play. It will just cycle through songs without playing anything. My question is am I going

  • Hard drive not appearing in disk utility

    My hard drive on my MacBook crashed and I purchased a new one. I attempted to install the Mac OSX on the new hard drive, but have run into a couple issues. First issue I ran into was that I found out I had the wrong Install DVDs. I was able to format

  • ITUNES will not open and the msconfig trick stopped working for me.

    I was doing that every time i needed to use itunes but its like the two startup items found a way to be on right when i startup now. one is xhwx and the other is wiqwyx. they are just waiting for me now. what should i do. im running a spyware scan at

  • Help line just hanging up on me!

    Anyone else having an issue with the help line? After dealing with the stupid computer prompts, I get "Please wait while I transfer you to a customer representative" 15 seconds later line goes dead. 4 times in a row!  

  • Flash scrollbars - faster when you press

    Hi, I'm trying to create a scrolling timeline.  I want an arrow on each side that when you rollover it, it scrolls the masked area, and when you press the arrows, it scrolls faster.  Does anyone know of a flash component that already exists that does