LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   resolution not changing ati radeon hd 3xxx slack 12.2 (https://www.linuxquestions.org/questions/slackware-14/resolution-not-changing-ati-radeon-hd-3xxx-slack-12-2-a-759432/)

crusader7 10-03-2009 11:45 AM

resolution not changing ati radeon hd 3xxx slack 12.2
 
How do I change the resolution?

This is what I did but nothing works :(

1. I installed the proprietary drivers using sh ./ati-driver-installer-9-9-x86.x86_64.run

It installed fine and adjusted the resolution fine with the ati gui.
However, everytime I moved a window in kde slack would crash. Everything would lock up. Not even the three finger solute would work.

I had no problem with the vesa driver.

2. I reinstalled using this post
http://wiki.cchtml.com/index.php/ATI...lackbuild_(ENG)

Code:

sh ati-driver-installer-9-9-x86.x86_64.run --buildpkg Slackware/All
 installpkg fglrx*

Everything went smooth.

The drivers are working fglrxinfo prints:
Code:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 3650
OpenGL version string: 2.1.8918 FireGL

I tried to change my resolution as so but it did not work. My current resolution has not changed from 1024x768
Code:

sudo aticonfig --initial
sudo aticonfig --resolution=0,1600x1200,1280x1024,1024x768,800x600
logout of kde and back in

I then tried
Code:

sudo aticonfig --resolution=0,1600x1200
log out of kde and backin

Still no success

I edited xorg.conf commenting out anything having to do with vesa. And still no success.
Code:

Section "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        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.
        Identifier  "My Monitor"
        HorizSync    31.5 - 50.0
        VertRefresh  40.0 - 90.0
EndSection

Section "Monitor"
        Identifier  "aticonfig-Monitor[0]-0"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

#Section "Device"

    #VideoRam    4096
    # Insert Clocks lines here if appropriate
#        Identifier  "VESA Framebuffer"
#        Driver      "vesa"
#EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID      "PCI:1:0:0"
EndSection

#Section "Screen"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
#  DefaultDepth 8
#  DefaultDepth 16
#  DefaultDepth 32
# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
#        Identifier "Screen 1"
#        Device    "VESA Framebuffer"
#        Monitor    "My Monitor"
#        DefaultDepth    24
#        SubSection "Display"
#                Depth    8
#                Modes    "1024x768" "800x600" "640x480"
#        EndSubSection
#        SubSection "Display"
#                Depth    16
#                Modes    "1024x768" "800x600" "640x480"
#        EndSubSection
#        SubSection "Display"
#                Depth    24
#                Modes  "1600x1200" "1024x768" "800x600" "640x480"
#        EndSubSection
#        SubSection "Display"
#                Depth    32
#                Modes    "1024x768" "800x600" "640x480"
#        EndSubSection
#EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device    "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1600x1200"
        EndSubSection

Any suggestions

sploot 10-03-2009 12:48 PM

Is this your whole xorg.conf? It seems like if this is all you have, X11 will throw an error and fail to load.

If this is not your whole xorg.conf, would you post it in its entirety?

crusader7 10-03-2009 01:26 PM

Quote:

Originally Posted by sploot (Post 3706318)
Is this your whole xorg.conf? It seems like if this is all you have, X11 will throw an error and fail to load.

If this is not your whole xorg.conf, would you post it in its entirety?

I only posted part for brevity

Code:

# File generated by xf86config.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************
# NOTE:  This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa
# driver instead of the fbdev driver.  Thanks to Kenneth Fanyo who pointed
# this out to me. :)
# This XF86Config file is designed for use with the VESA framebuffer.
# This generic interface should work with nearly all video cards
# (although not every card will support every resolution).
# With the new driver, it should no longer be required to have frame buffer
# support in the kernel, or to run it on the console.
#
# Enjoy! :)
# -- volkerdi@slackware.com
#
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# Some examples of extended input devices
# 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
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# **********************************************************************
# 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.
# **********************************************************************
# 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
# 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.
# 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".
        Identifier    "Simple Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

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.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.
#    ModulePath "/usr/lib/xorg/modules"
        RgbPath      "/usr/share/X11/rgb"
        FontPath    "/usr/share/fonts/local/"
        FontPath    "/usr/share/fonts/misc/"
        FontPath    "/usr/share/fonts/OTF/"
        FontPath    "/usr/share/fonts/TTF/"
        FontPath    "/usr/share/fonts/Type1/"
        FontPath    "/usr/share/fonts/CID/"
        FontPath    "/usr/share/fonts/Speedo/"
        FontPath    "/usr/share/fonts/75dpi/:unscaled"
        FontPath    "/usr/share/fonts/100dpi/:unscaled"
        FontPath    "/usr/share/fonts/75dpi/"
        FontPath    "/usr/share/fonts/100dpi/"
        FontPath    "/usr/share/fonts/cyrillic/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
        Load  "dbe"          # Double buffer extension
        SubSection "extmod"
                Option            "omit xfree86-dga"  # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
        Load  "freetype"
    #Load        "speedo"
        Load  "glx"
        Load    "dri" #MY ENTRY

EndSection





Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option    "Protocol"      "Xqueue"
# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.
#    Option    "AutoRepeat"    "500 5"
# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).
#    Option    "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#    Option    "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option    "XkbModel"      "pc102"
#    Option    "XkbModel"      "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#    Option    "XkbModel"      "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option    "XkbModel"      "pc104"
#
# 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 X.Org
#
#    Option    "XkbRules"      "xorg"
#    Option    "XkbModel"      "pc105"
#    Option    "XkbLayout"    "us"
#    Option    "XkbVariant"    ""
#    Option    "XkbOptions"    ""
        Identifier  "Keyboard1"
        Driver      "kbd"
EndSection

Section "InputDevice"

# Identifier and driver
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
#    Option    "Protocol"      "Auto"
# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
# which is usually a symbolic link to the real device.
#  Option "Device"      "/dev/ttyS0"
#  Option "Device"      "/dev/ttyS1"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Option "Protocol"        "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"                "9600"
#    Option "SampleRate"        "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "Protocol" "PS/2"
# The mouse device.  The device is normally set to /dev/mouse,
        Option            "Device" "/dev/mouse"
#  Option "Device"      "/dev/psaux"
EndSection

Section "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        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.
        Identifier  "My Monitor"
        HorizSync    31.5 - 50.0
        VertRefresh  40.0 - 90.0
EndSection

Section "Monitor"
        Identifier  "aticonfig-Monitor[0]-0"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

#Section "Device"

    #VideoRam    4096
    # Insert Clocks lines here if appropriate
#        Identifier  "VESA Framebuffer"
#        Driver      "vesa"
#EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID      "PCI:1:0:0"
EndSection

#Section "Screen"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
#  DefaultDepth 8
#  DefaultDepth 16
#  DefaultDepth 32
# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
#        Identifier "Screen 1"
#        Device    "VESA Framebuffer"
#        Monitor    "My Monitor"
#        DefaultDepth    24
#        SubSection "Display"
#                Depth    8
#                Modes    "1024x768" "800x600" "640x480"
#        EndSubSection
#        SubSection "Display"
#                Depth    16
#                Modes    "1024x768" "800x600" "640x480"
#        EndSubSection
#        SubSection "Display"
#                Depth    24
#                Modes  "1600x1200" "1024x768" "800x600" "640x480"
#        EndSubSection
#        SubSection "Display"
#                Depth    32
#                Modes    "1024x768" "800x600" "640x480"
#        EndSubSection
#EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device    "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1600x1200"
        EndSubSection
EndSection


ROXR 10-03-2009 05:09 PM

There are a part of driver to read monitor signals, and the driver read, assign and trashing resolution, freq. and bitrate. I also investigate where are these part.

crusader7 10-03-2009 05:31 PM

Quote:

Originally Posted by ROXR (Post 3706531)
There are a part of driver to read monitor signals, and the driver read, assign and trashing resolution, freq. and bitrate. I also investigate where are these part.

Im sorry, but I do not quite understand what you are saying. This is my xorg.conf in its entirety.

ROXR 10-03-2009 05:40 PM

Ok sorry, I have the same problem with my monitor CRT, only <=1024x768, but the monitor supports 1280x1024 and more. You can see with KSystemLog the monitor detection in X.org Log, this variable is read before than xorg.conf. I never obtain benfits to modify xorg.conf. Catalyst drivers have your own file variables, and also the new slack13 x.org. server 1.6.3

BrZ 10-03-2009 09:04 PM

1 Attachment(s)
I presume this is not your first build of fglrx and your kernel is ok. look at /var/log/Xorg.0.log and Xorg.0.log.old. maybe you have some error logs on your home dir... can you confirm the BusID and try this config?

crusader7 10-03-2009 10:43 PM

Here is the log. Its rather long. I will post the old log if I see any additional problems.
Code:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Slackware 12.1 Slackware Linux Project
Current Operating System: Linux bt 2.6.27.7-smp #2 SMP Thu Nov 20 22:32:43 CST 2008 i686
Build Date: 30 June 2008  11:35:29PM
 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct  3 11:29:24 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) |  |-->Monitor "aticonfig-Monitor[0]-0"
(**) |  |-->Device "aticonfig-Device[0]-0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
        Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/TTF,/usr/share/fonts/OTF,/usr/share/fonts/Type1,/usr/share/fonts/misc,/usr/share/fonts/75dpi/:unscaled.
(**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/Speedo/,
        /usr/share/fonts/75dpi/:unscaled,
        /usr/share/fonts/100dpi/:unscaled,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/cyrillic/,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi/:unscaled
(**) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d0280
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 2.0
        X.Org XInput driver : 2.0
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a40 card 17aa,20e0 rev 07 class 06,00,00 hdr 00

****I cut out this part because the post was to long**********

        [43] -1        0        0x00002000 - 0x000020ff (0x100) IX[B](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) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
        compiled for 6.9.0, module version = 1.0.0
(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 7.1.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.65.4
        Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.65.4
(II) ATI Proprietary Linux Driver Release Identifier: 8.65                               
(II) ATI Proprietary Linux Driver Build Date: Aug 13 2009 21:15:24
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9591) 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        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

****I cut out this part because the post was to long**********
       
        [42] -1        0        0x00001820 - 0x00001827 (0x8) IX[B]
        [43] -1        0        0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x82019e8
(II) resource ranges after probing:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

****I cut out this part because the post was to long**********       

        [46] -1        0        0x00002000 - 0x000020ff (0x100) IX[B](B)
        [47] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [48] 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.4.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(==) 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 7.1.0, module version = 8.65.4
        ABI class: X.Org Server Extension, version 0.3
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(--) fglrx(0): Chipset: "ATI Mobility Radeon HD 3650" (Chipset = 0x9591)
(--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x2127)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xcfff0000
(--) fglrx(0): I/O port at 0x00002000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.88
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: FGL M86
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Using adapter: 1:0.0.
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
(II) fglrx(0): [pcie] 1544192 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(II) fglrx(0): Interrupt handler installed at IRQ 16.
(II) fglrx(0): IRQ 16 Enabled.
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(==) fglrx(0): Center Mode is disabled
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) fglrx(0): Finished Initialize PPLIB!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LEN  Model: 4055  Serial#: 0
(II) fglrx(0): Year: 2007  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33  vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.580 redY: 0.340  greenX: 0.310 greenY: 0.550
(II) fglrx(0): blueX: 0.155 blueY: 0.155  whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 167.8 MHz  Image Size:  331 x 207 mm
(II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2298 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1203  v_sync_end 1206 v_blanking: 1217 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 134.3 MHz  Image Size:  331 x 207 mm
(II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2208 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1202  v_sync_end 1208 v_blanking: 1220 v_border: 0
(II) fglrx(0):  LTN154U2-L05
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):        00ffffffffffff0030ae554000000000
(II) fglrx(0):        0011010380211578ea87f594574f8c27
(II) fglrx(0):        27505400000001010101010101010101
(II) fglrx(0):        0101010101018c41807a71b011403020
(II) fglrx(0):        33004bcf100000197434802071b01440
(II) fglrx(0):        302026004bcf100000190000000f00d1
(II) fglrx(0):        0a32d10a281101004ca35532000000fe
(II) fglrx(0):        004c544e31353455322d4c30350a0011
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Output LCD using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output DFP1 has no monitor section
(II) fglrx(0): Output DFP_EXTTMDS has no monitor section
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): EDID vendor "LEN", prod id 16469
(II) fglrx(0): Printing DDC gathered Modelines:
(II) fglrx(0): Modeline "1920x1200"x0.0  167.80  1920 1968 2000 2298  1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
(II) fglrx(0): Modeline "1920x1200"x0.0  134.28  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
(II) fglrx(0): Output LCD connected
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output DFP_EXTTMDS disconnected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Output LCD using initial mode 1280x768
(**) fglrx(0): Display dimensions: (330, 210) mm
(**) fglrx(0): DPI set to (147, 232)
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): QBS disabled
(==) fglrx(0):  PseudoColor visuals disabled
(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.4.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 2.0
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0        0        0xcfff0000 - 0xcfffffff (0x10000) MX[B]
        [1] 0        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1        0        0xf4402400 - 0xf44024ff (0x100) MX[B]
        [7] -1        0        0xf4402000 - 0xf44020ff (0x100) MX[B]
        [8] -1        0        0xf4401800 - 0xf44018ff (0x100) MX[B]
        [9] -1        0        0xf4401000 - 0xf44017ff (0x800) MX[B]
        [10] -1        0        0xf4300000 - 0xf43003ff (0x400) MX[B]
        [11] -1        0        0xf4200000 - 0xf4201fff (0x2000) MX[B]
        [12] -1        0        0xfc227400 - 0xfc2274ff (0x100) MX[B]
        [13] -1        0        0xfc226000 - 0xfc2267ff (0x800) MX[B]
        [14] -1        0        0xfc227000 - 0xfc2273ff (0x400) MX[B]
        [15] -1        0        0xfc220000 - 0xfc223fff (0x4000) MX[B]
        [16] -1        0        0xfc226c00 - 0xfc226fff (0x400) MX[B]
        [17] -1        0        0xfc225000 - 0xfc225fff (0x1000) MX[B]
        [18] -1        0        0xfc200000 - 0xfc21ffff (0x20000) MX[B]
        [19] -1        0        0xfc224000 - 0xfc224fff (0x1000) MX[B]
        [20] -1        0        0xfc226800 - 0xfc22680f (0x10) MX[B]
        [21] -1        0        0xcfff0000 - 0xcfffffff (0x10000) MX[B](B)
        [22] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [23] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [24] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [25] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [26] 0        0        0x00002000 - 0x000020ff (0x100) IX[B]
        [27] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [28] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [29] -1        0        0x00003000 - 0x000030ff (0x100) IX[B]
        [30] -1        0        0x00001c60 - 0x00001c7f (0x20) IX[B]
        [31] -1        0        0x00001c20 - 0x00001c3f (0x20) IX[B]
        [32] -1        0        0x00001830 - 0x00001833 (0x4) IX[B]
        [33] -1        0        0x00001838 - 0x0000183f (0x8) IX[B]
        [34] -1        0        0x00001834 - 0x00001837 (0x4) IX[B]
        [35] -1        0        0x00001c40 - 0x00001c47 (0x8) IX[B]
        [36] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[B]
        [37] -1        0        0x000018e0 - 0x000018ff (0x20) IX[B]
        [38] -1        0        0x000018c0 - 0x000018df (0x20) IX[B]
        [39] -1        0        0x000018a0 - 0x000018bf (0x20) IX[B]
        [40] -1        0        0x00001880 - 0x0000189f (0x20) IX[B]
        [41] -1        0        0x00001860 - 0x0000187f (0x20) IX[B]
        [42] -1        0        0x00001840 - 0x0000185f (0x20) IX[B]
        [43] -1        0        0x00001828 - 0x0000182f (0x8) IX[B]
        [44] -1        0        0x00001800 - 0x0000180f (0x10) IX[B]
        [45] -1        0        0x00001810 - 0x00001813 (0x4) IX[B]
        [46] -1        0        0x00001818 - 0x0000181f (0x8) IX[B]
        [47] -1        0        0x00001814 - 0x00001817 (0x4) IX[B]
        [48] -1        0        0x00001820 - 0x00001827 (0x8) IX[B]
        [49] -1        0        0x00002000 - 0x000020ff (0x100) IX[B](B)
        [50] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [51] 0        0        0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(WW) fglrx(0): could not detect X server version (query_status=-1)
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit for fglrx driver
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x86000
(II) fglrx(0): [drm] mapped SAREA 0x86000 to 0xb7c8f000
(II) fglrx(0): [drm] framebuffer handle = 0x87000
(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.65.4
(II) fglrx(0):    Date: Aug 13 2009
(II) fglrx(0):    Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):    Build-Kernel UTS_RELEASE:        2.6.27.7-smp
(II) fglrx(0):    Build-Kernel MODVERSIONS:        yes
(II) fglrx(0):    Build-Kernel __SMP__:            yes
(II) fglrx(0):    Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00088000
(II) fglrx(0): FIREGL Board Found
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x0102c000
(II) fglrx(0): FBMM initialized for area (0,0)-(1920,2208)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1920,1920) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1920 x 288
(==) 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 7.1.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 94
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid Horizontal and Vertical Lines
        Driver provided ScreenToScreenBitBlt replacement
        Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
        compiled for 7.1.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension AMDXVOPL
(II) fglrx(0): UVD2 feature is available
(II) fglrx(0): Enable composite support successfully
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(==) fglrx(0): Using software cursor
(II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
(II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
(II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
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) AIGLX: Loaded and initialized /usr/X11R6/lib/modules/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Setting screen physical size to 331 x 207
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: always reports core events
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Mouse1: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) evaluating device (Keyboard1)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) evaluating device (Mouse1)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments

I could not see any errors only warnings. Other then these few entries I could not see anything. But I cannot tell you what they mean.
(WW) The directory "/usr/share/fonts/local/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist.

(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): could not detect X server version (query_status=-1)
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used

II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments

crusader7 10-03-2009 11:05 PM

This it the only thing that stood out in the old log.
Code:

Warning: LookupDrawable()/SecurityLookupDrawable() are deprecated.  Please convert your driver/module to use dixLookupDrawable().
Warning: LookupWindow()/SecurityLookupWindow() are deprecated.  Please convert your driver/module to use dixLookupWindow().
(II) fglrx(0): Shutdown CMMQS
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x42000 at 0xb7b6b000
(II) fglrx(0): IRQ 16 Disabled.
(II) fglrx(0): Interrupt handler Shutdown.
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.

I hope some of you have a better understanding of things then I do.

BTW I don't know if this makes a difference but I am using the 2.6.27.7-smp kernel.

BrZ 10-04-2009 12:11 AM

Sadly yes, but the procedures are documented on some posts like here.

C-Sniper 10-04-2009 12:12 AM

If you are running 12.2 make sure you have MSI_PCI enabled in the kernel :)

The new radeon drivers require this and it should appear in your DMESG.

adamk75 10-04-2009 07:15 AM

While in X, what is the output of 'xrandr'?

Adam

okos 10-04-2009 02:29 PM

Quote:

Originally Posted by C-Sniper (Post 3706799)
If you are running 12.2 make sure you have MSI_PCI enabled in the kernel :)

The new radeon drivers require this and it should appear in your DMESG.

You might be on to something.
dmesg | grep 'MSI*'prints
Quote:

[fglrx] Could not enable MSI; system prevented initialization
I am not sure of the cause. However, I will compile a new kernel. 2.6.30.5 and make sure to add MSI_PCI as a module. I will give that a try and get back to you in a day or two.

Thanks

C-Sniper 10-04-2009 07:38 PM

Quote:

Originally Posted by okos (Post 3707511)
You might be on to something.
dmesg | grep 'MSI*'prints


I am not sure of the cause. However, I will compile a new kernel. 2.6.30.5 and make sure to add MSI_PCI as a module. I will give that a try and get back to you in a day or two.

Thanks

Just as a side note, i believe you also need to enable APIC in the kernel in order to get to the MSI_PCI option.

ANd that looks very similar to the error i recieved the first time before i rebuilt the kernel. Make sure you load it up as a <y> not a module so it cannot be blacklisted by mistake.

crusader7 10-06-2009 09:51 PM

Okay,
With some trouble and a few kernel panics I was finally able to get the slack 13 kernel 2.6.29.6 to compile and install successfully with pci_msi

Code:

dmesg | grep 'MSI*'
pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
pcieport-driver 0000:00:1c.1: irq 26 for MSI/MSI-X
pcieport-driver 0000:00:1c.2: irq 27 for MSI/MSI-X
pcieport-driver 0000:00:1c.3: irq 28 for MSI/MSI-X
pcieport-driver 0000:00:1c.4: irq 29 for MSI/MSI-X
ahci 0000:00:1f.2: irq 30 for MSI/MSI-X
e1000e 0000:00:19.0: irq 31 for MSI/MSI-X
iwlagn 0000:03:00.0: irq 32 for MSI/MSI-X
e1000e 0000:00:19.0: irq 31 for MSI/MSI-X
e1000e 0000:00:19.0: irq 31 for MSI/MSI-X
e1000e 0000:00:19.0: irq 31 for MSI/MSI-X
e1000e 0000:00:19.0: irq 31 for MSI/MSI-X
fglrx_pci 0000:01:00.0: irq 33 for MSI/MSI-X

However......

Still no success :(

After running then new kernel once again I did,
sudo aticonfig --resolution=0,1600x1200
log out of kde and backin
The resolution did not change.

So I once again installed ati radeon without the slack build
./ati-driver-installer-9-9-x86.x86_64.run

It works. But everytime I click on a window and move it slackware crashes!
Everything locks up.
I have to do a hard shutdown to reboot the computer.

What now?


All times are GMT -5. The time now is 11:08 PM.