LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Random system hang ups (https://www.linuxquestions.org/questions/slackware-14/random-system-hang-ups-753376/)

w1k0 09-07-2009 01:42 PM

Random system hang ups
 
My machine is ThinkPad T60. I use it with Slackware 13.0 with my custom generic smp kernel 2.6.29.6 (the only difference between original and my custom kernels is Tuz in the first and Tux in the second).

My system hangs up one or two times a day: the screen freezes, the keyboard locks and – if I play some music – sound system starts to play one sound in a loop. I use Window Maker. When I encountered hung ups I ran usually a few xterms, two Firefoxes (on two user accounts) and MLDonkey 3.0.0 taken from SlackBuilds.org. Sometimes I used also moc 2.4.3 (music on console) taken from SlackBuilds.org too.

I inspected /var/log/messages trying to determine what happened when the system hung up but I found nothing relevant. The system hangs up usually when I switch from one application’s window to another but it isn’t a rule.

In this example I switched applications windows:

Code:

Sep  5 21:34:52 home6 acpid: client 4138[0:100] has disconnected
Sep  5 21:34:52 home6 acpid: client 3624[0:100] has disconnected
Sep  5 21:34:52 home6 acpid: client 2908[0:100] has disconnected
Sep  5 21:34:52 home6 acpid: client 3075[0:100] has disconnected
Sep  5 21:34:52 home6 logger: ACPI action lid is not defined
Sep  5 21:37:00 home6 logger: ACPI action lid is not defined
Sep  5 21:53:19 home6 kernel: [drm] Num pipes: 1
Sep  5 21:53:19 home6 acpid: client connected from 4138[0:100]
Sep  5 21:53:19 home6 acpid: 1 client rule loaded

In that example machine worked for a few hours untouched:

Code:

Sep  7 02:31:59 home6 kernel: [drm] Num pipes: 1
Sep  7 02:32:00 home6 acpid: client connected from 4157[0:100]
Sep  7 02:32:00 home6 acpid: 1 client rule loaded
Sep  7 02:32:47 home6 acpid: client 3657[0:100] has disconnected
Sep  7 02:32:47 home6 logger: ACPI action lid is not defined
Sep  7 02:55:54 home6 -- MARK --
Sep  7 03:15:54 home6 -- MARK --
Sep  7 03:35:54 home6 -- MARK --
Sep  7 03:55:54 home6 -- MARK --
Sep  7 04:15:54 home6 -- MARK --
Sep  7 04:35:54 home6 -- MARK --
Sep  7 04:55:54 home6 -- MARK --
Sep  7 05:15:54 home6 -- MARK --
Sep  7 05:35:54 home6 -- MARK --
Sep  7 05:55:54 home6 -- MARK --
Sep  7 06:15:55 home6 -- MARK --
Sep  7 06:35:55 home6 -- MARK --
Sep  7 06:55:55 home6 -- MARK --

To determine more precisely the time of that hang up I inspected /var/log/syslog but I found nothing interesting:

Code:

Sep  7 07:02:13 home6 kernel: INPUT packet died: IN=ppp0 OUT= MAC= SRC=89.227.11.156 DST=98.8.4.136 LEN=48 TOS=0x00 PREC=0x00 TTL=118 ID=31402 DF PROTO=TCP SPT=51570 DPT=19536 WINDOW=8192 RES=0x00 SYN URGP=0
Sep  7 07:02:34 home6 kernel: INPUT packet died: IN=ppp0 OUT= MAC= SRC=86.52.126.197 DST=98.8.4.136 LEN=131 TOS=0x00 PREC=0x00 TTL=112 ID=19300 PROTO=UDP SPT=55026 DPT=31373 LEN=111
Sep  7 07:02:53 home6 kernel: INPUT packet died: IN=ppp0 OUT= MAC= SRC=71.75.82.53 DST=98.8.4.136 LEN=131 TOS=0x00 PREC=0x00 TTL=111 ID=7139 PROTO=UDP SPT=41343 DPT=31373 LEN=111
Sep  7 07:03:13 home6 kernel: INPUT packet died: IN=ppp0 OUT= MAC= SRC=87.194.101.171 DST=98.8.4.136 LEN=131 TOS=0x00 PREC=0x00 TTL=118 ID=15775 PROTO=UDP SPT=48311 DPT=31373 LEN=111

I ran the same applications when I used my machine with Slackware 12.2 and everything worked well. The main difference between Slackware 12.2 and Slackware 13.0 installation in the case of that machine is the lack of the proprietary fglrx module in my new system: with Slackware 12.2 I used fglrx and with Slackware 13.0 I use radeon.

Is there any method to determine the reason of such hang ups maybe by running some tracking program in the background?

adamk75 09-08-2009 06:04 AM

You could try disabling direct rendering in the X server to see if that stops the lock ups. If your machine keeps locking up, it's very unlikely that it's related to the video driver. You can disable this by adding these lines to the "Module" section of your xorg.conf file:

Disable "dri"
Disable "dri2"

If you don't have a Module section, you can create one.

Adam

w1k0 09-08-2009 10:21 AM

Tonight my machine hung up untouched for the next time.

Now I disabled those two modules in /etc/xorg.conf according to your suggestions:

Code:

Section "Module"
        Load  "glx"
        Load  "extmod"
        Disable  "dri2"
        Load  "dbe"
        Disable  "dri"
EndSection

I inspected /var/log/Xorg.0.log and it seems dri* modules aren't loaded:

Code:

.
.
.
(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(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) "dri" will be loaded even though the default is to disable it.
(II) "dri2" will be loaded even though the default is to disable it.
(II) LoadModule: "glx"
.
.
.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed (libdri.a too old)
[dri] Disabling DRI.
.
.
.
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
.
.
.

I run my machine using the same set of the applications as before. Now I can merely wait until my machine will hang up (or not).

kd5zex 09-08-2009 01:38 PM

I am having the same issue on a Toshiba A105 with 13.0 where 12.2 worked fine, seemingly random lock ups. No mouse or keyboard, ssh or networking freeze as well. I have created a new account using default settings and it has been running for ~36 hours so far without a lockup.

w1k0 09-08-2009 06:40 PM

Quote:

Originally Posted by kd5zex (Post 3674654)
I have created a new account using default settings and it has been running for ~36 hours so far without a lockup.

What's difference between your old accounts and that new one? What you mean saying about ``default settings''? What commands you use to create that new account?

This is an excerpt from my script for configuration of users' accounts:

Code:

USER_1000=john
USER_1001=mary

USER="$USER_1000"
DIRECTORY="/home/${USER}/"
if [ ! -e ${DIRECTORY} ]
then
    echo "Adding ${USER} and configuring his/her account."
    useradd ${USER}
    mkdir ${DIRECTORY}
    chmod 711 ${DIRECTORY}
    chown ${USER}:users ${DIRECTORY}
    mkdir ${DIRECTORY}bin/
    chown ${USER}:users ${DIRECTORY}bin/
    chsh -s /bin/bash ${USER}
    passwd ${USER}
    touch /var/spool/mail/${USER}
    chmod 660 /var/spool/mail/${USER}
    chown ${USER}:mail /var/spool/mail/${USER}
fi

USER="$USER_1001"
DIRECTORY="/home/${USER}/"
if [ ! -e ${DIRECTORY} ]
then
    adduser ${USER}
    mkdir ${DIRECTORY}bin/
    chown ${USER}:users ${DIRECTORY}bin/
    touch /var/spool/mail/${USER}
    chmod 660 /var/spool/mail/${USER}
    chown ${USER}:mail /var/spool/mail/${USER}
    rm ${DIRECTORY}.bash_profile
fi

As you see I use useradd command for the first user and adduser for the second. In the past I used useradd command for both users but it caused some strange problems. It was the first issue I posted here: Midnight Commander hangs up console or xterm.

kd5zex 09-09-2009 12:08 AM

Quote:

Originally Posted by w1k0 (Post 3675027)
What's difference between your old accounts and that new one? What you mean saying about ``default settings''? What commands you use to create that new account?

I created the account using adduser and didn't mess with any of the KDE settings (Window Behavior, etc.). So far so good. I used useradd earlier today and my wife said it wouldn't startx properly. She refused to give me any details about the error it was giving so that's all the info you get :doh:.

w1k0 09-09-2009 06:10 PM

It’s 32 hours after I disabled DRI in my xorg.conf and 24 hours since last reboot. My machine works flawlessly though I didn’t break yet the 36-hour record achieved by kd5zex on his Toshiba A105. Anyway I’m signing the thread as solved. If I’ll encounter the problem mentioned above anew I’ll reopen that thread once again. Thank you adamk75 for your valuable hint and thank you kd5zex for your supporting assistance.

adamk75 09-09-2009 07:03 PM

It might be worth reporting this bug upstream on the freedesktop bugzilla if you'd like to get 3D acceleration going again :-) The first thing they'd probably suggest is trying a newer kernel to see if the lockup is still happening.

w1k0 09-09-2009 09:20 PM

I have two ThinkPads: T60 with ATI Mobility Radeon X1300 and T40 with ATI Mobility Radeon 7500. On both machines I installed Slackware 13.0. Until now I used T60 exclusively.

Before report a bug I have to test it throughout:

1. Run T60 with DRI disabled for a few days to ensure the problem disappeared.
2. Run T60 with DRI enabled till the first hang up to ensure the problem persists.
3. Do the test with DRI enabled with the newest kernel version to ensure the problem persists.
4. If the problem will persist with the newest kernel version do the test with DRI disabled to ensure the problem disappeared.
5. Alternatively do all the above tests with my second machine.

To perform these tests for just one machine I need about one week. I'll test it throughout but don't expect that I report it here fast.

w1k0 09-12-2009 08:07 PM

I performed a lot of tests and I narrowed the problem once more.

According to my schedule from the above post first I ran my machine using kernel 2.6.29.6 with DRI disabled for a few days to ensure disabling DRI removes the problem and next I ran my machine with DRI enabled till the first hang up to ensure the problem is caused by DRI. Everything worked according to these assumptions. Then I did the test with DRI enabled using generic smp kernel version 2.6.31 to ensure the problem persists. With the kernel 2.6.29.6 I had to wait a dozen or so hours in order to hang up the machine. With the kernel 2.6.31 it was enough to wait a dozen or so minutes. So I started further tests and finally I found the method to hang up my machine in a dozen or so seconds.

I use Window Maker and twelve dockable applications: wmCalClock, wmpower, wmnet, wmbiff, wmsm, wmtop, wmdrawer, wmSun, wmMoonClock, wmweather, wmmixer and wminfo.

To run them I use such commands:

Code:

wmCalClock -24 &
wmpower -no-meddling -no-full-battery -no-cpufreq -no-noflushd &
wmnet --device=wlan0 &
wmnet --device=ppp0 &
wmnet &
mbiff &
wmsm -m -d sda &
wmtop -s 500 -r 50 -x wmtop &
wmdrawer -c /home/first_user/.wmdrawer/wmdrawerrc &
wmSun -lat 51.07 -lon -17.02 &
wmMoonClock -lat 51.07 -lon -17.02 &
wmweather -s EPWR -m &
wmmixer -w &
wminfo -p patches.wmi &
wminfo -p kernel-2.6.wmi &
wminfo -p gazeta-waluty.wmi &

All these programs are accessible in SlackBuilds.org – some of them require special configuration files or plug-ins.

During my tests I stated that to hang up my machine is enough to:

1. Run Window Maker and some of these dockable applications from first user’s account.
2. Run Window Maker, xterm and Midnight Commander from second user’s account.
3. In Midnight Commander highlight the directory name and then press and keep Enter.

In result Midnight Commander flashes changing repeatedly the directory down and up. After a dozen or so seconds the system hangs up. Disabling DRI removes the problem.

Some dockable applications cause that problem and some doesn’t cause it. Among vulnerable applications are:

● wminfo,
● wmCalClock with wmpower,
● wmsm with wmdrawer,
● wmnet with wmweather and wmmixer,
● some other combinations of dockable applications.

The easiest way of hang up the system is to use wminfo. It works with kernels 2.6.29.6 and 2.6.31. To test it you have some plug-in, for example:

test.wmi
Code:

ps -a | awk '{print $1,$4}' | grep -vE "ps|awk|grep|tac" | tac
To run it you have to put test.wmi plug-in in the path and use the command:

Code:

wminfo -p test.wmi
I performed all the above tests on ThinkPad T60 with ATI Mobility Radeon X1300. Then I performed short test on ThinkPad T40 with ATI Mobility Radeon 7500. That older machine works flawlessly. So perhaps the problem concerns only one version of ATI Mobility Radeon or maybe just my card is invalid.

Finally I tried to connect to https://bugs.freedesktop.org/ but Firefox displayed the warning:

Quote:

You have asked Firefox to connect securely to bugs.freedesktop.org, but we can't confirm that your connection is secure.

Normally, when you try to connect securely, sites will present trusted identification to prove that you are going to the right place. However, this site's identity can't be verified.

If you usually connect to this site without problems, this error could mean that someone is trying to impersonate the site, and you shouldn't continue.

bugs.freedesktop.org uses an invalid security certificate.

The certificate is not trusted because the issuer certificate is unknown.

(Error code: sec_error_unknown_issuer)

If you understand what's going on, you can tell Firefox to start trusting this site's identification. Even if you trust the site, this error could mean that someone is tampering with your connection.

Don't add an exception unless you know there's a good reason why this site doesn't use trusted identification.
I never reported bugs on the freedesktop bugzilla. Is that problem sufficiently tested to report a bug or should I perform some further tests? Is it secure to connect to bugs.freedesktop.org now or it’s better to wait for a new security certificate?

Maybe someone here has a machine with ATI Radeon and will be so kind to spend a quarter running Window Maker with wminfo from first account and Window Maker with Midnight Commander from the second one testing it with DRI enabled and disabled?

Every assistance will be welcomed.

w1k0 09-13-2009 12:09 PM

Disabling DRI and DRI2 solves the problem with the random hang ups but it causes other problems (see: here).

w1k0 09-16-2009 12:15 AM

I partially solved the problem with random system hang ups and described it here. I achieved it by replacing default xf86-video-ati driver in version 6.12.2 by version 6.12.4. The system still hangs up but about 8.7 times less frequently than with default driver.

kd5zex 09-17-2009 09:59 AM

Ok the Toshiba has started to freeze again every few hours. I have disabled dri and dri2 and will report back later.

w1k0 09-17-2009 11:43 AM

Quote:

Originally Posted by kd5zex (Post 3687068)
Ok the Toshiba has started to freeze again every few hours. I have disabled dri and dri2 and will report back later.

Try to replace your current driver with the newest one as I described it here. In the consecutive post you'll find SlackBuild script to build xf86-video-ati driver version 6.12.4. I replaced the driver 36 hours ago. Since that time my machine hung up just once. I still observe it.

onebuck 10-04-2009 12:31 PM

Hi,

Quote:

Originally Posted by w1k0 (Post 3676512)
It’s 32 hours after I disabled DRI in my xorg.conf and 24 hours since last reboot. My machine works flawlessly though I didn’t break yet the 36-hour record achieved by kd5zex on his Toshiba A105. Anyway I’m signing the thread as solved. If I’ll encounter the problem mentioned above anew I’ll reopen that thread once again. Thank you adamk75 for your valuable hint and thank you kd5zex for your supporting assistance.

In your previous post of the '/var/log/Xorg.0.log' you don't seem to have 'dri' dis-enabled.
Quote:

(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(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) "dri" will be loaded even though the default is to disable it.
(II) "dri2" will be loaded even though the default is to disable it.

(II) LoadModule: "glx"

The bold part indicates that 'dri' is to be loaded. I noticed in my '/var/log/Xorg.0.log' the same after I disabled. The 'dri' was disabled by;
Code:

excerpt from my '/var/log/Xorg.0.log';
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 5.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(II) RADEON(0): Legacy BIOS detected
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed (libdri too old)
[dri] Disabling DRI.

I'm not sure how to proceed to replace the 'libdri'. The use of 'xf86-video-ati-6.12.4.tar.bz2' has gotten me to this point. I'm getting used too the new Xorg. 'X' is not one of my strengths but now I'll have to finally make the jump an learn more.

I was not able to even get this far until I did;

Code:

Section "Module"
        Load  "extmod"

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

        Disable "dri2"
        Disable "dri"
#      Load  "dri2"
#      Load  "dri"
        Load  "glx"
        Load  "dbe"
        Load "synaptics"
EndSection

I added the Disables for 'dri' and 'dri2'. The hardware seemed to init and recognize differently when the disables were introduced. The '200M' was initialized but that damn 'libdri' got me. The hardware is a 'Dell Inspiron 1501' with a 'ATI Radeon XPRESS 200M 5975 (PCIE)' which has been giving me fits.

Reading more than I really want about other peoples issues. 'ATI' just drives me nuts over this one. :)

w1k0 10-04-2009 04:31 PM

Quote:

Originally Posted by onebuck (Post 3707367)
In your previous post of the '/var/log/Xorg.0.log' you don't seem to have 'dri' dis-enabled.

You’re perceptive. I overlooked it. Now I tested it throughoutly...

1. First test:

Code:

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dri2"
        Load  "dbe"
        Load  "dri"
EndSection

Code:

(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
(II) Loading extension DRI2
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): [DRI] installation complete
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0

2. Second test:

Code:

Section "Module"
        Load  "glx"
        Load  "extmod"
        Disable  "dri2"
        Load  "dbe"
        Disable  "dri"
EndSection

Code:

(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "dri" will be loaded even though the default is to disable it.
(II) "dri2" will be loaded even though the default is to disable it.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed (libdri too old)
[dri] Disabling DRI.
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0

3. Third test:

Code:

Section "Module"
        Load  "extmod"
        SubSection "extmod"
            Option  "omit xfree86-dga"
        EndSubSection
        Load  "glx"
        Load  "extmod"
        Disable  "dri2"
        Load  "dbe"
        Disable  "dri"
EndSection

Code:

(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "dri" will be loaded even though the default is to disable it.
(II) "dri2" will be loaded even though the default is to disable it.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed (libdri too old)
[dri] Disabling DRI.
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0

4. Fourth test:

Code:

Section "Module"
        Load  "glx"
        Load  "extmod"
        Disable  "dri2"
        Load  "dbe"
        Load  "dri"
EndSection

Code:

(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded even though the default is to disable it.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
(II) Loading extension XFree86-DRI
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): [DRI] installation complete
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0

5. Fifth test:

Code:

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dri2"
        Load  "dbe"
        Disable  "dri"
EndSection

Code:

(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "dri" will be loaded even though the default is to disable it.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
(II) Loading extension DRI2
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed (libdri too old)
[dri] Disabling DRI.
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0

As you see the second test (with disabled DRI and DRI2) and the third test (with additionally omitted xfree86-dga) give exactly the same result. My machine hangs up when DRI is loaded (the first and the fourth tests). When DRI is disabled (the second, the third and the fifth tests) machine works flawlessly but MPlayer is unable to scale movies and Xine scales them without anti aliasing.

BrZ 10-04-2009 07:25 PM

What are you trying to do? ati-6.12.4?

w1k0 10-04-2009 09:59 PM

That's right. I try xf86-video-ati-6.12.4. With DRI enabled the system hangs up when I use Window Maker with some dockable applications simultaneously on two accounts. With former xf86-video-ati results was even worse (the system hanged up more frequently).

tramni1980 10-05-2009 02:45 AM

I also had exactly the same issue as you all describe: random hangs with keyboard locked. In my case the solution was to disable hald polling my cdrom /dev/hda every 2 seconds.

BrZ 10-05-2009 10:07 AM

I pushed my system with ati-6.12.4 and mesa-7.5.2. Mesa 7.5.1 (current) and ati-6.12.2 sould work until you build your new driver. I'm at work now and out of Slack =[

I saw your script and are in doubt if x sources are needed to build the driver (or mesa?). Mine is slightly different.

BrZ 10-05-2009 11:17 AM

To build the driver standalone you are missing something like 'xserver_source="/tmp/x-files/xorg-server-1.6.3"' and '--with-xserver-source=${xserver_source} \', where 'x-files' is your environment to to build x and the sources are decompressed inside. Please check CFLAGS and CXXFLAGS.

Are you shure '--with-wx-config' is needed?

w1k0 10-05-2009 04:04 PM

Thank you for the suggestions. Former SlackBuild for xf86-video-ati driver was sloppy. I updated it and added SlackBuilds for xorg-server and mesa. All SlackBuilds are accessible here.

BrZ 10-05-2009 05:24 PM

Instal mesa-7.5.1 from current or wait 7.5.2 and revert to ati-6.12.2. Start a fresh build. Maybe you'll need to update some some other libs too. Try to keep the variables from Slackware and you will assure at least compatibility... And don't mess wiss xorg-server =]

w1k0 10-05-2009 07:01 PM

In post #20 you suggested to switch to ati driver 6.12.4 and mesa 7.5.2. In post #21 you suggested to include xorg-server during ati driver compilation. In post #23 you suggest to not to use mesa 7.5.2, to revert to ati 6.12.2 and to not to mess with xorg-server.

I'm trying different driver's versions because I hope the new driver will work better in my system. I have real problem and I try different solutions. Before I changed the driver only. After your suggestions I compile it including xorg-server. I test it with different versions of mesa. I do it following your suggestions.

BrZ 10-05-2009 08:01 PM

Sorry, maybe I wasn't clear enought. I tried to say that it is possible to accomplish you goal.

You needed only the xorg-server source, decompressed. You don't need to rebuild xorg-server, but the driver need the xorg source to implement some functions.

I built by hand mesa-7.5.2, a bugfix for 7.5.1. Mesa 7.5.1 was officially shipped for test by Slackware and maybe soon mesa 7.5.2 will hit current (or not).

So, if you try mesa-7.5.1 and keep ati-6.12.2, all of them built 'for' and 'by' Slackware, you should be playing on the safe side.

Relax, I just tried to help as was messing with almost the same things =]

Mesa-7.5.2
libdrm-2.4.14
xf86-video-ati-6.12.4
xf86driproto-2.1.0

w1k0 10-05-2009 09:21 PM

As I wrote in the complementary thread (messages #9, #21 and #23) I tried different combinations of drivers and libraries. Unfortunately any of them helped me to get rid of the system hang ups.

Two weeks ago the situation was clear. Newest ATI driver worked significantly better than older versions. I decided to wait a while before I'll submit the bug. Now I repeated the tests and the situation is ambivalent. The system works slightly better with new ATI driver or new Mesa but the difference isn't so distinct.

w1k0 10-10-2009 11:33 AM

It seems I finally solved the problem of random system hang ups. I found the solution thanks to that thread: Radeon kms works! by dolphin77.

I used two scripts by dolphin77 to download and build xf86-video-ati driver from GIT...

First script downloads sources and builds source package:

get-xf86-video-ati
Code:

rm -rf xf86-video-ati
git clone git://cgit.freedesktop.org/git/xorg/driver/xf86-video-ati
cd xf86-video-ati
git checkout -t -b master origin/master
cd ..
# package the source archive and clean up:
( cd xf86-video-ati ; find . -type d -name .git -exec rm -rf {} \; 2> /dev/null )
DATE=$(date +%Y%m%d)
mv xf86-video-ati xf86-video-ati-${DATE}_git
tar cjf xf86-video-ati-${DATE}_git.tar.bz2 xf86-video-ati-${DATE}_git
rm -rf xf86-video-ati-${DATE}_git

Second script builds the package:

xf86-video-ati.SlackBuild
Code:

PKGNAM=xf86-video-ati
VERSION=$(date +%Y%m%d)_git
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}

# Be sure this list is up-to-date:

NUMJOBS=${NUMJOBS:--j8}
CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-xf86-video-ati

if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf xf86-video-ati-${VERSION}
tar xvf $CWD/xf86-video-ati-${VERSION}.tar.bz2 || exit 1
cd xf86-video-ati-$VERSION

# Make sure ownerships and permissions are sane:
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;

./autogen.sh

CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--mandir=/usr/man \
--build=$ARCH-slackware-linux

# Nobody else is enabling this. Seems like it's asking for trouble.
# --enable-xcb

make $NUMJOBS
make install DESTDIR=$PKG

mkdir -p $PKG/usr/doc/xf86-video-ati-$VERSION/html
cp -a COPYING docs/relnotes-$VERSION.html $PKG/usr/doc/xf86-video-ati-$VERSION
rm -f docs/relnotes*.html docs/RELNOTES*
cp -a docs/*.html $PKG/usr/doc/xf86-video-ati-$VERSION/html

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

cd $PKG
/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz
mv $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz $CWD

After upgrade to xf86-video-ati-20091010_git-i486-1 I was unable to hang up the system using the procedures described here.

I used that newest driver with default 2.6.29.6 generic smp kernel, default mesa 7.5 (build 2) and default xorg-server 1.6.3.

***

I wrote about it also in that fork thread.

***

[EDIT]
In post #33 I describe simpler method of avoid random system hang ups.
[/EDIT]

onebuck 10-10-2009 12:26 PM

Hi,

I'm curious about your '/var/Xorg.0.log' after the changes now. I would appreciate it if you would post the modules portion along with the loads informational (II). What about 'dri', any warnings or errors as before?

w1k0 10-10-2009 02:06 PM

Xorg.0.log with xf86-video-ati-6.12.2-i486-2:

Code:

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.0 Slackware Linux Project
Current Operating System: Linux home6 2.6.29.6-custom-smp #1 SMP Sat Aug 29 20:15:05 CEST 2009 i686
Build Date: 03 August 2009  06:51:50PM
 
.
.
.
(II) Loader magic: 0x1de0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:1:0:0) 1002:7149:17aa:2005 rev 0, Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
        Section "Device"
                Identifier      "Builtin Default ati Device 0"
                Driver  "ati"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default ati Screen 0"
                Device  "Builtin Default ati Device 0"
        EndSection
        Section "Device"
                Identifier      "Builtin Default vesa Device 0"
                Driver  "vesa"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default vesa Screen 0"
                Device  "Builtin Default vesa Device 0"
        EndSection
        Section "Device"
                Identifier      "Builtin Default fbdev Device 0"
                Driver  "fbdev"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default fbdev Screen 0"
                Device  "Builtin Default fbdev Device 0"
        EndSection
        Section "ServerLayout"
                Identifier      "Builtin Default Layout"
                Screen  "Builtin Default ati Screen 0"
                Screen  "Builtin Default vesa Screen 0"
                Screen  "Builtin Default fbdev Screen 0"
        EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
.
.
.
        Using a default monitor configuration.
(==) 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.
(==) FontPath set to:
.
.
.
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
        [0] -1  0      0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0      0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0      0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0      0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0      0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0      0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(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.6.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 6.12.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 6.12.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.2.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) RADEON: Driver for ATI Radeon chipsets:
.
.
.
(II) VESA: driver for VESA chipsets: vesa
(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]
(WW) Falling back to old probe method for vesa
(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 00000000ee100000
(II) RADEON(0): MMIO registers at 0x00000000ee100000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(II) RADEON(0): Creating default Display subsection in Screen section
        "Builtin Default ati Screen 0" for depth/fbbpp 24/32
(==) 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
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
(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 Mobility Radeon X1300" (ChipID = 0x7149)
(WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org
(--) RADEON(0): Linear framebuffer at 0x00000000d8000000
(II) RADEON(0): PCIE 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.6.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 5.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): ATOM BIOS Rom:
        SubsystemVendorID: 0x17aa SubsystemID: 0x2006
        IOBaseAddress: 0x2000
        Filename: BR25482.bin
        BIOS Bootup Message:
M64CSP/M62CSP/M54CSP/M52CSP BIOS                            !             

(II) RADEON(0): Framebuffer space used by Firmware (kb): 20
(II) RADEON(0): Start of VRAM area used by Firmware: 0x3ffb000
(II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEON(0): AtomBIOS VRAM scratch base: 0x3ffb000
(II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
(II) RADEON(0): Default Engine Clock: 425000
(II) RADEON(0): Default Memory Clock: 352000
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEON(0): Maximum Pixel Clock: 400000
(II) RADEON(0): Reference Clock: 27000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
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 disabled on r5xx and newer chips.

(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 65536 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) RADEON(0): Max desktop size set to 2560x1600
(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: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 425.000000, mclk: 352.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
(WW) RADEON(0): LVDS Info:
XRes: 1024, YRes: 768, DotClock: 65000
HBlank: 320, HOverPlus: 24, HSyncWidth: 136
VBlank: 38, VOverPlus: 3, VSyncWidth: 6
encoder: 0x15
encoder: 0xf
encoder: 0x13
(II) RADEON(0): Output VGA-0 has no monitor section
(II) RADEON(0): I2C bus "VGA-0" initialized.
(II) RADEON(0): Output LVDS has no monitor section
(II) RADEON(0): I2C bus "LVDS" initialized.
(II) RADEON(0): Output DVI-0 has no monitor section
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Port0:
  XRANDR name: VGA-0
  Connector: VGA
  CRT1: INTERNAL_KLDSCP_DAC1
  DDC reg: 0x7e40
(II) RADEON(0): Port1:
  XRANDR name: LVDS
  Connector: LVDS
  LCD1: INTERNAL_LVTM1
  DDC reg: 0x7e60
(II) RADEON(0): Port2:
  XRANDR name: DVI-0
  Connector: DVI-I
  DFP1: INTERNAL_KLDSCP_TMDS1
  DDC reg: 0x7e50
(II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
Dac detection success
finished output detect: 0
(II) RADEON(0): I2C device "LVDS:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: LEN  Model: 4040  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 0
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 31  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.590 redY: 0.342  greenX: 0.319 greenY: 0.540
(II) RADEON(0): blueX: 0.152 blueY: 0.137  whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported established timings:
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 65.0 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 54.2 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block f
(II) RADEON(0):  LTN150XG-L08
(II) RADEON(0): EDID (in hex):
(II) RADEON(0):        00ffffffffffff0030ae404000000000
(II) RADEON(0):        000f0103801f1778ea2d059757518a27
(II) RADEON(0):        23505421080001010101010101010101
(II) RADEON(0):        01010101010164190040410026301888
(II) RADEON(0):        360030e4100000192815004041002630
(II) RADEON(0):        1888360030e4100000190000000f0061
(II) RADEON(0):        43326143281401004ca35847000000fe
(II) RADEON(0):        004c544e31353058472d4c30380a006d
finished output detect: 1
(II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
finished output detect: 2
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
Dac detection success
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: LEN  Model: 4040  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 0
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 31  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.590 redY: 0.342  greenX: 0.319 greenY: 0.540
(II) RADEON(0): blueX: 0.152 blueY: 0.137  whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported established timings:
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 65.0 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 54.2 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block f
(II) RADEON(0):  LTN150XG-L08
(II) RADEON(0): EDID (in hex):
(II) RADEON(0):        00ffffffffffff0030ae404000000000
(II) RADEON(0):        000f0103801f1778ea2d059757518a27
(II) RADEON(0):        23505421080001010101010101010101
(II) RADEON(0):        01010101010164190040410026301888
(II) RADEON(0):        360030e4100000192815004041002630
(II) RADEON(0):        1888360030e4100000190000000f0061
(II) RADEON(0):        43326143281401004ca35847000000fe
(II) RADEON(0):        004c544e31353058472d4c30380a006d
(II) RADEON(0): EDID vendor "LEN", prod id 16448
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): Output VGA-0 disconnected
(II) RADEON(0): Output LVDS connected
(II) RADEON(0): Output DVI-0 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.6.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.6.3, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
(!!) 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
(II) UnloadModule: "vesa"
(II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
(--) 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 d8000000 0 0
Output LCD1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() :
(II) RADEON(0):  mem_size        : 0x04000000
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0x003f0000
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Using 32 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 29 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 0x1100000
(II) RADEON(0): Will use depth buffer at offset 0x1500000
(II) RADEON(0): Will use 32 kb for PCI GART table at offset 0x3ff8000
(II) RADEON(0): Will use 39936 kb for textures at offset 0x1900000
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:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
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 = 0xd8000000
(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
(II) RADEON(0): [pci] 32768 kB allocated with handle 0xf9414000
(II) RADEON(0): [pci] ring handle = 0xf9414000
(II) RADEON(0): [pci] Ring mapped at 0xb35e0000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xf9515000
(II) RADEON(0): [pci] Ring read ptr mapped at 0xb7ecb000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf9516000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb33e0000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0xf9716000
(II) RADEON(0): [pci] GART Texture map mapped at 0xb1760000
(II) RADEON(0): [drm] register handle = 0x2dc20000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0x003f0000
(==) 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 16
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):  MC_FB_LOCATION  was: 0xdbffd800 is: 0xdbffd800
(WW) RADEON(0):  MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): num quad-pipes is 1
(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): Set up textured video
Output CRT1 disable success
Output LCD1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
Output LCD1 disable success
Mode 1024x768 - 1344 806 10
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0xffffffc0
freq: 65000000
best_freq: 65000000
best_feedback_div: 260
best_ref_div: 9
best_post_div: 12
(II) RADEON(0): crtc(0) Clock: mode 65000, PLL 65000
(II) RADEON(0): crtc(0) PLL  : refdiv 9, fbdiv 0x104(260), pdiv 12
Set CRTC 0 PLL success
Set CRTC Timing success
Set CRTC 0 Overscan success
Not using RMX
scaler 0 setup success
Set CRTC 0 Source success
crtc 0 YUV disable setup success
Output digital setup success
Enable CRTC 0 success
Unblank CRTC 0 success
Output LCD1 enable success
Output CRT1 disable success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: drmOpenMinor returns 13
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(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/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 304 x 228
(II) config/hal: Adding input device ThinkPad Extra Buttons
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.2.5
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(**) ThinkPad Extra Buttons: always reports core events
(**) ThinkPad Extra Buttons: Device: "/dev/input/event6"
(II) ThinkPad Extra Buttons: Found keys
(II) ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "pl"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Macintosh mouse button emulation
.
.
.
(II) config/hal: Adding input device TPPS/2 IBM TrackPoint
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) Option "Emulate3Buttons" "true"
(II) TPPS/2 IBM TrackPoint: Forcing middle mouse button emulation on.
(**) Option "EmulateWheel" "true"
(**) Option "EmulateWheelButton" "2"
(**) Option "EmulateWheelTimeout" "200"
(**) Option "YAxisMapping" "4 5"
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) Option "XAxisMapping" "6 7"
(**) TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
(**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
(**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
(**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
(**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
(II) TPPS/2 IBM TrackPoint: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.1.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event7"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
.
.
.
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "pl"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event5"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "pl"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"


w1k0 10-10-2009 02:07 PM

Xorg.0.log with xf86-video-ati-20091010_git-i486-1:

Code:

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.0 Slackware Linux Project
Current Operating System: Linux home6 2.6.29.6-custom-smp #1 SMP Sat Aug 29 20:15:05 CEST 2009 i686
Build Date: 03 August 2009  06:51:50PM
 
.
.
.
(II) Loader magic: 0x1de0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:1:0:0) 1002:7149:17aa:2005 rev 0, Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
        Section "Device"
                Identifier      "Builtin Default ati Device 0"
                Driver  "ati"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default ati Screen 0"
                Device  "Builtin Default ati Device 0"
        EndSection
        Section "Device"
                Identifier      "Builtin Default vesa Device 0"
                Driver  "vesa"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default vesa Screen 0"
                Device  "Builtin Default vesa Device 0"
        EndSection
        Section "Device"
                Identifier      "Builtin Default fbdev Device 0"
                Driver  "fbdev"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default fbdev Screen 0"
                Device  "Builtin Default fbdev Device 0"
        EndSection
        Section "ServerLayout"
                Identifier      "Builtin Default Layout"
                Screen  "Builtin Default ati Screen 0"
                Screen  "Builtin Default vesa Screen 0"
                Screen  "Builtin Default fbdev Screen 0"
        EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
.
.
.
        Using a default monitor configuration.
(==) 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.
(==) FontPath set to:
.
.
.
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
        [0] -1  0      0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0      0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0      0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0      0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0      0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0      0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(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.6.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 6.12.99
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 6.12.99
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.2.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) RADEON: Driver for ATI Radeon chipsets:
.
.
.
(II) VESA: driver for VESA chipsets: vesa
(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]
(WW) Falling back to old probe method for vesa
(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 00000000ee100000
(II) RADEON(0): MMIO registers at 0x00000000ee100000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(II) RADEON(0): Creating default Display subsection in Screen section
        "Builtin Default ati Screen 0" for depth/fbbpp 24/32
(==) 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
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
(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 Mobility Radeon X1300" (ChipID = 0x7149)
(--) RADEON(0): Linear framebuffer at 0x00000000d8000000
(II) RADEON(0): PCIE 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.6.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 5.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): ATOM BIOS Rom:
        SubsystemVendorID: 0x17aa SubsystemID: 0x2006
        IOBaseAddress: 0x2000
        Filename: BR25482.bin
        BIOS Bootup Message:
M64CSP/M62CSP/M54CSP/M52CSP BIOS                            !             

(II) RADEON(0): Framebuffer space used by Firmware (kb): 20
(II) RADEON(0): Start of VRAM area used by Firmware: 0x3ffb000
(II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEON(0): AtomBIOS VRAM scratch base: 0x3ffb000
(II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
(II) RADEON(0): Default Engine Clock: 425000
(II) RADEON(0): Default Memory Clock: 352000
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEON(0): Maximum Pixel Clock: 400000
(II) RADEON(0): Reference Clock: 27000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
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 disabled on r5xx and newer chips.

(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 65536 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(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: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 425.000000, mclk: 352.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
(WW) RADEON(0): LVDS Info:
XRes: 1024, YRes: 768, DotClock: 65000
HBlank: 320, HOverPlus: 24, HSyncWidth: 136
VBlank: 38, VOverPlus: 3, VSyncWidth: 6
(II) RADEON(0): Output VGA-0 has no monitor section
(II) RADEON(0): I2C bus "VGA-0" initialized.
(II) RADEON(0): Output LVDS has no monitor section
(II) RADEON(0): I2C bus "LVDS" initialized.
(II) RADEON(0): Output DVI-0 has no monitor section
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Port0:
  XRANDR name: VGA-0
  Connector: VGA
  CRT1: INTERNAL_KLDSCP_DAC1
  DDC reg: 0x7e40
(II) RADEON(0): Port1:
  XRANDR name: LVDS
  Connector: LVDS
  LCD1: INTERNAL_LVTM1
  DDC reg: 0x7e60
(II) RADEON(0): Port2:
  XRANDR name: DVI-0
  Connector: DVI-I
  DFP1: INTERNAL_KLDSCP_TMDS1
  DDC reg: 0x7e50
(II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
Dac detection success
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
finished output detect: 0
(II) RADEON(0): I2C device "LVDS:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: LEN  Model: 4040  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 0
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 31  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.590 redY: 0.342  greenX: 0.319 greenY: 0.540
(II) RADEON(0): blueX: 0.152 blueY: 0.137  whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported established timings:
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 65.0 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 54.2 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block f
(II) RADEON(0):  LTN150XG-L08
(II) RADEON(0): EDID (in hex):
(II) RADEON(0):        00ffffffffffff0030ae404000000000
(II) RADEON(0):        000f0103801f1778ea2d059757518a27
(II) RADEON(0):        23505421080001010101010101010101
(II) RADEON(0):        01010101010164190040410026301888
(II) RADEON(0):        360030e4100000192815004041002630
(II) RADEON(0):        1888360030e4100000190000000f0061
(II) RADEON(0):        43326143281401004ca35847000000fe
(II) RADEON(0):        004c544e31353058472d4c30380a006d
finished output detect: 1
(II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
finished output detect: 2
finished all detect
before xf86InitialConfiguration
Dac detection success
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
(II) RADEON(0): EDID data from the display on output: LVDS ----------------------
(II) RADEON(0): Manufacturer: LEN  Model: 4040  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 0
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 31  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.590 redY: 0.342  greenX: 0.319 greenY: 0.540
(II) RADEON(0): blueX: 0.152 blueY: 0.137  whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported established timings:
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 65.0 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 54.2 MHz  Image Size:  304 x 228 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(WW) RADEON(0): Unknown vendor-specific block f
(II) RADEON(0):  LTN150XG-L08
(II) RADEON(0): EDID (in hex):
(II) RADEON(0):        00ffffffffffff0030ae404000000000
(II) RADEON(0):        000f0103801f1778ea2d059757518a27
(II) RADEON(0):        23505421080001010101010101010101
(II) RADEON(0):        01010101010164190040410026301888
(II) RADEON(0):        360030e4100000192815004041002630
(II) RADEON(0):        1888360030e4100000190000000f0061
(II) RADEON(0):        43326143281401004ca35847000000fe
(II) RADEON(0):        004c544e31353058472d4c30380a006d
(II) RADEON(0): EDID vendor "LEN", prod id 16448
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Unhandled monitor type 0
(II) RADEON(0): Output VGA-0 disconnected
(II) RADEON(0): Output LVDS connected
(II) RADEON(0): Output DVI-0 disconnected
(II) RADEON(0): Using exact sizes for initial modes
(II) RADEON(0): Output LVDS using initial mode 1024x768
(==) 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.6.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 EXA acceleration architecture
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.4.0
        ABI class: X.Org Video Driver, version 5.0
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
(II) UnloadModule: "vesa"
(II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0      0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0      0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0      0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0      0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0  0      0x000a0000 - 0x000affff (0x10000) MS[B]
        [5] 0  0      0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [6] 0  0      0x000b8000 - 0x000bffff (0x8000) MS[B]
        [7] -1  0      0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1  0      0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0  0      0x000003b0 - 0x000003bb (0xc) IS[B]
        [10] 0  0      0x000003c0 - 0x000003df (0x20) IS[B]
(II) RADEON(0): RADEONScreenInit d8000000 0 0
Output LCD1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): Dynamic Power Management Disabled
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() :
(II) RADEON(0):  mem_size        : 0x04000000
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0x003f0000
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Allocating from a screen of 65504 kb
(II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00400000
(II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00404000
(II) RADEON(0): Will use 4096 kb for front buffer at offset 0x00000000
(II) RADEON(0): Will use 32 kb for PCI GART at offset 0x03ff8000
(II) RADEON(0): Will use 4096 kb for back buffer at offset 0x00408000
(II) RADEON(0): Will use 4096 kb for depth buffer at offset 0x00808000
(II) RADEON(0): Will use 26368 kb for textures at offset 0x00c08000
(II) RADEON(0): Will use 26816 kb for X Server offscreen at offset 0x025c8000
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:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
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 = 0xd8000000
(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
(II) RADEON(0): [pci] 32768 kB allocated with handle 0xf9414000
(II) RADEON(0): [pci] ring handle = 0xf9414000
(II) RADEON(0): [pci] Ring mapped at 0xb37ee000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xf9515000
(II) RADEON(0): [pci] Ring read ptr mapped at 0xb80b9000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf9516000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb35ee000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0xf9716000
(II) RADEON(0): [pci] GART Texture map mapped at 0xb196e000
(II) RADEON(0): [drm] register handle = 0x2dc20000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0x003f0000
(==) 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 16
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):  MC_FB_LOCATION  was: 0xdbffd800 is: 0xdbffd800
(WW) RADEON(0):  MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
(II) RADEON(0): Setting EXA maxPitchBytes
(II) RADEON(0): num quad-pipes is 1
(II) EXA(0): Offscreen pixmap area of 27459584 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)        Solid
(II)        Copy
(II)        Composite (RENDER acceleration)
(II)        UploadToScreen
(II)        DownloadFromScreen
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Set up textured video
Output CRT1 disable success
Output LCD1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
Output LCD1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Mode 1024x768 - 1344 806 10
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):  MC_FB_LOCATION  : 0xdbffd800 0xdbffd800
(II) RADEON(0):  MC_AGP_LOCATION  : 0xffffffc0
freq: 65000000
best_freq: 65000000
best_feedback_div: 260
best_frac_feedback_div: 0
best_ref_div: 9
best_post_div: 12
(II) RADEON(0): crtc(0) Clock: mode 65000, PLL 65000
(II) RADEON(0): crtc(0) PLL  : refdiv 9, fbdiv 0x104(260), fracfbdiv 0, pdiv 12
Set CRTC 0 PLL success
Set CRTC Timing success
Set CRTC 0 Overscan success
Not using RMX
scaler 0 setup success
Set CRTC 0 Source success
crtc 0 YUV disable setup success
Output digital setup success
Output LCD1 enable success
Enable CRTC 0 success
Unblank CRTC 0 success
Output CRT1 disable success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 13, (OK)
drmOpenByBusid: drmOpenMinor returns 13
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(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/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 304 x 228
(II) config/hal: Adding input device ThinkPad Extra Buttons
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.2.5
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(**) ThinkPad Extra Buttons: always reports core events
(**) ThinkPad Extra Buttons: Device: "/dev/input/event6"
(II) ThinkPad Extra Buttons: Found keys
(II) ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "pl"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Macintosh mouse button emulation
.
.
.
(II) config/hal: Adding input device TPPS/2 IBM TrackPoint
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) Option "Emulate3Buttons" "true"
(II) TPPS/2 IBM TrackPoint: Forcing middle mouse button emulation on.
(**) Option "EmulateWheel" "true"
(**) Option "EmulateWheelButton" "2"
(**) Option "EmulateWheelTimeout" "200"
(**) Option "YAxisMapping" "4 5"
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) Option "XAxisMapping" "6 7"
(**) TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
(**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
(**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
(**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
(**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
(II) TPPS/2 IBM TrackPoint: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.1.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event7"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
.
.
.
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "pl"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event5"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "pl"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"


w1k0 10-10-2009 02:09 PM

The above two log files are slightly shortened.

Complete differences between two above log files:

Code:

14c14
< (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 10 20:16:34 2009
---
> (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 10 20:29:18 2009
146c146
<      compiled for 1.6.2, module version = 6.12.2
---
>      compiled for 1.6.3, module version = 6.12.99
152c152
<      compiled for 1.6.2, module version = 6.12.2
---
>      compiled for 1.6.3, module version = 6.12.99
186a187
>      ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
298,305c299,308
<      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 4800 Series,
<      ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
<      ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
---
>      ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
>      ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
>      ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
>      ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
>      AMD FireStream 9250, ATI FirePro V8700 (FireGL),
>      ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
>      ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
>      ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
>      ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
>      ATI FirePro M5750, ATI Radeon RV730 (AGP),
307,311c310,317
<      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 Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
>      ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
>      ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
>      ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
>      ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
>      ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
>      ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
>      ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
321c327
<      ATI Mobility Radeon 4500 Series, ATI RV630,
---
>      ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
340,342c346,347
<      ATI Radeon HD Graphics, ATI Radeon Graphics,
<      ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
<      ATI Radeon Graphics
---
>      ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
>      ATI Mobility Radeon 4100, ATI RS880
384d388
< (WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org
431,433d434
< (II) RADEON(0): Max desktop size set to 2560x1600
< (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
446,448d446
< encoder: 0x15
< encoder: 0xf
< encoder: 0x13
472d469
< (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
473a471
> (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
522d519
< (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
523a521
> (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
569d566
< after xf86InitialConfiguration
581,586c578,583
< (==) 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.6.3, module version = 1.2.1
---
> (==) RADEON(0): Using EXA acceleration architecture
> (II) Loading sub module "exa"
> (II) LoadModule: "exa"
> (II) Loading /usr/lib/xorg/modules//libexa.so
> (II) Module exa: vendor="X.Org Foundation"
>      compiled for 1.6.3, module version = 2.4.0
588,589d584
< (!!) RADEON(0): For information on using the multimedia capabilities
<      of this adapter, please see http://gatos.sf.net.
600,602c595,597
<      [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)
---
>      [4] 0  0      0x000a0000 - 0x000affff (0x10000) MS[B]
>      [5] 0  0      0x000b0000 - 0x000b7fff (0x8000) MS[B]
>      [6] 0  0      0x000b8000 - 0x000bffff (0x8000) MS[B]
605,606c600,601
<      [9] 0  0      0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
<      [10] 0  0      0x000003c0 - 0x000003df (0x20) IS[B](OprU)
---
>      [9] 0  0      0x000003b0 - 0x000003bb (0xc) IS[B]
>      [10] 0  0      0x000003c0 - 0x000003df (0x20) IS[B]
612a608
> (II) RADEON(0): Dynamic Power Management Disabled
619,630c615,623
< (II) RADEON(0): Using 32 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 29 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 0x1100000
< (II) RADEON(0): Will use depth buffer at offset 0x1500000
< (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0x3ff8000
< (II) RADEON(0): Will use 39936 kb for textures at offset 0x1900000
---
> (II) RADEON(0): Allocating from a screen of 65504 kb
> (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00400000
> (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00404000
> (II) RADEON(0): Will use 4096 kb for front buffer at offset 0x00000000
> (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x03ff8000
> (II) RADEON(0): Will use 4096 kb for back buffer at offset 0x00408000
> (II) RADEON(0): Will use 4096 kb for depth buffer at offset 0x00808000
> (II) RADEON(0): Will use 26368 kb for textures at offset 0x00c08000
> (II) RADEON(0): Will use 26816 kb for X Server offscreen at offset 0x025c8000
649c642
< (II) RADEON(0): [pci] Ring mapped at 0xb35e0000
---
> (II) RADEON(0): [pci] Ring mapped at 0xb37ee000
652c645
< (II) RADEON(0): [pci] Ring read ptr mapped at 0xb7ecb000
---
> (II) RADEON(0): [pci] Ring read ptr mapped at 0xb80b9000
655c648
< (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb33e0000
---
> (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb35ee000
658c651
< (II) RADEON(0): [pci] GART Texture map mapped at 0xb1760000
---
> (II) RADEON(0): [pci] GART Texture map mapped at 0xb196e000
677,678c670,671
< (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
< (II) RADEON(0): Render acceleration disabled
---
> (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
> (II) RADEON(0): Setting EXA maxPitchBytes
680,690c673,679
< (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) EXA(0): Offscreen pixmap area of 27459584 bytes
> (II) EXA(0): Driver registered support for the following operations:
> (II)        Solid
> (II)        Copy
> (II)        Composite (RENDER acceleration)
> (II)        UploadToScreen
> (II)        DownloadFromScreen
694,696d682
< (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
704a691,692
> Blank CRTC 0 success
> Disable CRTC 0 success
711a700
> best_frac_feedback_div: 0
715c704
< (II) RADEON(0): crtc(0) PLL  : refdiv 9, fbdiv 0x104(260), pdiv 12
---
> (II) RADEON(0): crtc(0) PLL  : refdiv 9, fbdiv 0x104(260), fracfbdiv 0, pdiv 12
723a713
> Output LCD1 enable success
726d715
< Output LCD1 enable success
731a721
> (II) Setting vga for screen 0.

DRI messages with xf86-video-ati-6.12.2-i486-2 and xf86-video-ati-20091010_git-i486-1 are exactly the same:

Code:

(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
(II) Loading extension DRI2
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): [DRI] installation complete
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0


w1k0 10-10-2009 02:14 PM

I suppose the key feature above is disabled unsupported XAA render acceleration in the case of old driver (6.12.2 build 2) and enabled EXA acceleration in the case of the newest driver (20091010_git).

w1k0 10-11-2009 09:20 AM

I found simpler solution of the problem described in that thread:

1. I downgraded the system to default xf86-video-ati 6.12.2 build 2 driver.

2. I generated xorg.conf.new with X -configure command.

3. I copied it from /root to /etc/X11 directory and renamed to xorg.conf.

4. I added Option "AccelMethod" "EXA" line to Section "Device" of xorg.conf:

Code:

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "Unknown Vendor"
        BoardName  "Unknown Board"
        BusID      "PCI:1:0:0"
        Option      "AccelMethod" "EXA"
EndSection

X Window using EXA acceleration method works flawlessly. Here's comparison of Xorg.0.log without and within EXA:

Code:

14c14
< (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 11 15:53:32 2009
---
> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 11 15:57:21 2009
328a329
> (**) RADEON(0): Option "AccelMethod" "EXA"
372d372
< drmOpenDevice: open result is 12, (OK)
536,541c536,541
< (==) 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.6.3, module version = 1.2.1
---
> (**) RADEON(0): Using EXA acceleration architecture
> (II) Loading sub module "exa"
> (II) LoadModule: "exa"
> (II) Loading /usr/lib/xorg/modules//libexa.so
> (II) Module exa: vendor="X.Org Foundation"
>      compiled for 1.6.3, module version = 2.4.0
572,583c572,580
< (II) RADEON(0): Using 32 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 29 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 0x1100000
< (II) RADEON(0): Will use depth buffer at offset 0x1500000
< (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0x3ff8000
< (II) RADEON(0): Will use 39936 kb for textures at offset 0x1900000
---
> (II) RADEON(0): Allocating from a screen of 65504 kb
> (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00400000
> (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00404000
> (II) RADEON(0): Will use 4096 kb for front buffer at offset 0x00000000
> (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x03ff8000
> (II) RADEON(0): Will use 4096 kb for back buffer at offset 0x00408000
> (II) RADEON(0): Will use 4096 kb for depth buffer at offset 0x00808000
> (II) RADEON(0): Will use 26368 kb for textures at offset 0x00c08000
> (II) RADEON(0): Will use 26816 kb for X Server offscreen at offset 0x025c8000
600,602c597,599
< (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf90e7000
< (II) RADEON(0): [pci] ring handle = 0xf90e7000
< (II) RADEON(0): [pci] Ring mapped at 0xb36ae000
---
> (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf9108000
> (II) RADEON(0): [pci] ring handle = 0xf9108000
> (II) RADEON(0): [pci] Ring mapped at 0xb3756000
604,605c601,602
< (II) RADEON(0): [pci] ring read ptr handle = 0xf91e8000
< (II) RADEON(0): [pci] Ring read ptr mapped at 0xb7a5f000
---
> (II) RADEON(0): [pci] ring read ptr handle = 0xf9209000
> (II) RADEON(0): [pci] Ring read ptr mapped at 0xb7ac4000
607,608c604,605
< (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf91e9000
< (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb34ae000
---
> (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf920a000
> (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb3556000
610,611c607,608
< (II) RADEON(0): [pci] GART texture map handle = 0xf93e9000
< (II) RADEON(0): [pci] GART Texture map mapped at 0xb182e000
---
> (II) RADEON(0): [pci] GART texture map handle = 0xf940a000
> (II) RADEON(0): [pci] GART Texture map mapped at 0xb18d6000
630,631c627,628
< (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
< (II) RADEON(0): Render acceleration disabled
---
> (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
> (II) RADEON(0): Setting EXA maxPitchBytes
633,643c630,636
< (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) EXA(0): Offscreen pixmap area of 27459584 bytes
> (II) EXA(0): Driver registered support for the following operations:
> (II)        Solid
> (II)        Copy
> (II)        Composite (RENDER acceleration)
> (II)        UploadToScreen
> (II)        DownloadFromScreen
648,650d640
< (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
724c714
< (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
---
> (**) ThinkPad Extra Buttons: Device: "/dev/input/event6"
776c766
< (**) Option "Device" "/dev/input/event6"
---
> (**) Option "Device" "/dev/input/event7"

So to avoid random system hang ups is enough to include in xorg.conf that option:

Code:

        Option      "AccelMethod" "EXA"

onebuck 10-11-2009 02:11 PM

Hi,

I'm getting a error when I run the script 'get-xf86-video-ati';

Code:

rm -rf xf86-video-ati
git clone git://cgit.freedesktop.org/git/xorg/driver/xf86-video-ati
cd xf86-video-ati
git checkout -t -b master origin/master
cd ..
# package the source archive and clean up:
( cd xf86-video-ati ; find . -type d -name .git -exec rm -rf {} \; 2> /dev/null )
DATE=$(date +%Y%m%d)
mv xf86-video-ati xf86-video-ati-${DATE}_git
tar cjf xf86-video-ati-${DATE}_git.tar.bz2 xf86-video-ati-${DATE}_git
rm -rf xf86-video-ati-${DATE}_git

Code:

fatal: git checkout: branch master already exists

w1k0 10-11-2009 03:31 PM

I'm getting the same error but xf86-video-ati-20091011_git.tar.bz2 source package is valid.

As I described in post #33 above I solved the problem using default xf86-video-ati 6.12.2 build 2. Driver xf86-video-ati 20091011_git includes option EXA by default. With driver xf86-video-ati 6.12.2 you have to include that option in xorg.conf yourself:

Code:

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "Unknown Vendor"
        BoardName  "Unknown Board"
        BusID      "PCI:1:0:0"
        Option      "AccelMethod" "EXA"
EndSection

Try it and perhaps you'll avoid to install GIT version of the driver.

w1k0 10-14-2009 04:56 PM

I encountered new problem with enabled:

Code:

        Option      "AccelMethod" "EXA"
When I run X Window as first user with startx command and then I run X Window as second user with startx -- :1 command the second user's session slows down when using such programs as: Firefox, Seamonkey, Konqueror, Opera etc. During window operations CPU usage for X jumps up to 97%. The first user can use these programs smoothly.

I found the solution of that problem as well. It's enough to enable:

Code:

        Option      "MigrationHeuristic" "greedy"
So my Section "Device" looks now:

Code:

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "Unknown Vendor"
        BoardName  "Unknown Board"
        BusID      "PCI:1:0:0"
        Option      "AccelMethod" "EXA"
        Option      "MigrationHeuristic" "greedy"
EndSection



All times are GMT -5. The time now is 05:33 PM.