Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

X && ATI Mobility Radeon X700 on Acer Travelmate 810

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
105 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
AgaKhan
n00b
n00b
Posts: 27
Joined: Mon Nov 15, 2004 8:19 pm
Location: Trondheim, Norway

  • Quote

Post by AgaKhan » Thu Apr 28, 2005 6:25 am

Not at full speed, but its on..

I read that in bios 3c11, the fan was just active when not idle..

Lets hope a new bios solves this problem, and the dancing lines ;)
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

  • Quote

Post by swisscheese » Fri Apr 29, 2005 4:39 am

Regarding ACPI: (instructions in http://forums.gentoo.org/viewtopic-t-122145.html)
I disassembled the DSDT. It is buggy. When recomiling it with iasl, I get the following ( I have no clue of these things... ):

Code: Select all

devel # iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20050309 [Apr 28 2005]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0

dsdt.dsl   517:             If (LEqual (And (PDC0, 0x0A), 0x0A))
Error    1022 -           Object does not exist ^  (PDC0)

dsdt.dsl   522:             If (LEqual (And (PDC1, 0x0A), 0x0A))
Error    1021 -                                 ^ Object not accessible from this scope (PDC1)

dsdt.dsl  1851:                     Method (DRUL, 1, NotSerialized)
Warning  2019 -                                ^ Not all control paths return a value (DRUL)

dsdt.dsl  2200:                         Method (_DCK, 1, NotSerialized)
Warning  2019 -                                    ^ Not all control paths return a value (_DCK)

dsdt.dsl  2200:                         Method (_DCK, 1, NotSerialized)
Warning  2026 -                                    ^ Reserved method must return a value (_DCK)

dsdt.dsl  6352:                 Z00F,
Error    1022 -                    ^ Object does not exist (Z00F)

dsdt.dsl  6353:                 Z00F,
Error    1022 -                    ^ Object does not exist (Z00F)

dsdt.dsl  6609:                 Z00F,
Error    1022 -                    ^ Object does not exist (Z00F)

dsdt.dsl  6610:                 Z00F,
Error    1022 -                    ^ Object does not exist (Z00F)

ASL Input:  dsdt.dsl - 6929 lines, 248046 bytes, 3229 keywords
Compilation complete. 6 Errors, 3 Warnings, 0 Remarks, 1080 Optimizations
The last four errors are in the battery section. All these Errors are probably related with the battery indication problems.
Anyone with any experiences with DSDTs?

Swisscheese
Top
AgaKhan
n00b
n00b
Posts: 27
Joined: Mon Nov 15, 2004 8:19 pm
Location: Trondheim, Norway

  • Quote

Post by AgaKhan » Fri Apr 29, 2005 8:10 am

I switched to bios 3c22 again (and wait for a fix with dancing lines). I run vesa-drivers now..

3c17 gave me too many kernel panic (sata) and issues regarding acpi..
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

  • Quote

Post by swisscheese » Fri Apr 29, 2005 1:19 pm

Does acpi work in 3c22?? (Battery, AC, Fan??)
If yes, the acpi issues with 3c17 could be fixed by extracting the DSDT from 3c22 and use them with 3c17. That may fix the dancing lines and acpi.

swisscheese
Top
AgaKhan
n00b
n00b
Posts: 27
Joined: Mon Nov 15, 2004 8:19 pm
Location: Trondheim, Norway

  • Quote

Post by AgaKhan » Fri Apr 29, 2005 8:53 pm

acpi seems to be working fine in 3c22..
Top
Darkforce
n00b
n00b
Posts: 4
Joined: Sat Apr 30, 2005 10:45 am

  • Quote

Post by Darkforce » Sat Apr 30, 2005 11:13 am

Same problem here with an Acer Extensa 4101WLMi.
Got X running with the xorg radeon-driver(even with 1280x800), but I would be glad seeing 3D accleration running on this thing.
Here are some lines from my xorg.conf, maybe it'll help some of you:

Code: Select all

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "radeon"
    Option                              "BusType" "PCIE"
    ChipID                              0x4A49  
    Option "MonitorLayout"              "NONE, LVDS"
End Section

Section "Modes"
        Identifier      "16:10"
        Modeline        "1280x800" 67.26 1280 1312 1560 1592 800 817 824 841
        Modeline        "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
        Modeline        "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
        Modeline        "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
EndSection
I can live without 3D acc at the moment, but I can't read the state of the smart battery either. And I think batterystate IS important when working with a notebook. The DSDT contains lots of errors and there is no patch to get sbs running, so I tried reading it with i2c. After loading the modules there are the dirs at /proc/acpi but they're all empty.

Anyone who got this working with this NB?

/* sorry, my english is pretty bad :oops: */
Top
Darkforce
n00b
n00b
Posts: 4
Joined: Sat Apr 30, 2005 10:45 am

  • Quote

Post by Darkforce » Sat Apr 30, 2005 1:17 pm

'kay, got it working.
Had to debug the DSDT myself and then added the battery code from the sbs project by hand. After all, my changes to the DSDT are more like hacks, so I don't think I'm going to post it. Maybe I'll fix this hacks later :roll:
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

  • Quote

Post by swisscheese » Wed May 04, 2005 1:38 am

I've got the battery indicator working!
I debugged the DSDT and now it's working. Here's what I did:

I DO NOT TAKE ANY RESPONSIBILITY IF YOUR SYSTEM GETS MESSED UP. I JUST TELL YOU WHAT I DID TO GET IT WORKING.

1) Download iasl from Intel and compile it. http://developer.intel.com/technology/i ... nloads.htm

2) Get the DSDT from the BIOS (I'm using BIOS version 3c17, which doesn't have the dancing lines problem. You can get it here: http://csd.acer.com.tw/SI/Download2.nsf ... pand=61#61. Other BIOS version have different DSDTs and you'll have to fix them yourself.

To get the DSDT you'll need your kernel compiled with acpi.

Code: Select all

cat /proc/acpi/dsdt > dsdt.cat
And disassemble it:

Code: Select all

/PATH/TO/iasl -d dsdt.cat
This creates the file dsdt.dsl (or something similar)

3) Fix the DSDT
UPDATE: you can get the DSDT from acpi.sourceforge.net

Open dsdt.dsl in your favourite editor and change the following lines: ( To find the exact line numbers you can compile the dsdt.dsl using "iasl -tc dsdt.dsl" and look at the error messages )

Code: Select all

Around line #515 Change:

If (HTTE)
        {
            If (LEqual (And (PDC0, 0x0A), 0x0A))
            {
                Notify (\_PR.CPU0, 0x80)
            }

            If (LEqual (And (PDC1, 0x0A), 0x0A))
            {
                Notify (\_PR.CPU1, 0x80)
            }
        }

To:

If (HTTE)
        {
            If (LEqual (And (\_SB.PCI0.RP01.PDC0, 0x0A), 0x0A))
            {
                Notify (\_PR.CPU0, 0x80)
            }

            If (LEqual (And (\_SB.PCI0.RP01.PDC1, 0x0A), 0x0A))
            {
                Notify (\_PR.CPU1, 0x80)
            }
        }

Around line #1851 Change:

Method (DRUL, 1, NotSerialized)
                    {
                        USTA ()
                        If (LNot (LEqual (And (PDSP, 0x07), And (CDSP, 0x07))))
                        {
                            UDGS ()
                            Store (CDSP, PDSP)
                        }

                        Store (CDSP, Local2)
                        Store (^CRT._DCS, Local1)
                        Or (Or (ShiftLeft (And (Local2, 0x02), 0x03), ShiftRight (And (Local2, 0x20), 0x04)), And (Local1, 0x0D), ^CRT._DCS)
                        Store (^TV._DCS, Local3)
                        Or (Or (ShiftLeft (And (Local2, 0x04), 0x02), ShiftRight (And (Local2, 0x40), 0x05)), And (Local3, 0x0D), ^TV._DCS)
                        If (LEqual (Arg0, 0x01))
                        {
                            If (LOr (LAnd (^CRT._DGS, LNot (And (^CRT._DCS, 0x10))), LAnd (^TV._DGS, LNot (And (^TV._DCS, 0x10)))))
                            {
                                UDGS ()
                                Return (0x00)
                            }
                            Else
                            {
                                Notify (VGA, 0x80)
                                Return (0x00)
                            }
                        }
                    }

To:

Method (DRUL, 1, NotSerialized)
                    {
                        USTA ()
                        If (LNot (LEqual (And (PDSP, 0x07), And (CDSP, 0x07))))
                        {
                            UDGS ()
                            Store (CDSP, PDSP)
                        }

                        Store (CDSP, Local2)
                        Store (^CRT._DCS, Local1)
                        Or (Or (ShiftLeft (And (Local2, 0x02), 0x03), ShiftRight (And (Local2, 0x20), 0x04)), And (Local1, 0x0D), ^CRT._DCS)
                        Store (^TV._DCS, Local3)
                        Or (Or (ShiftLeft (And (Local2, 0x04), 0x02), ShiftRight (And (Local2, 0x40), 0x05)), And (Local3, 0x0D), ^TV._DCS)
                        If (LEqual (Arg0, 0x01))
                        {
                            If (LOr (LAnd (^CRT._DGS, LNot (And (^CRT._DCS, 0x10))), LAnd (^TV._DGS, LNot (And (^TV._DCS, 0x10)))))
                            {
                                UDGS ()
                                Return (0x00)
                            }
                            Else
                            {
                                Notify (VGA, 0x80)
                                Return (0x00)
                            }
                        }
						Else //ADDED TO REMOVE WARNING
						{
							Return (0x00)
						}
                    }


Around line #1939 Change:

Field (P1CS, AnyAcc, NoLock, WriteAsZeros)
                {
                    Offset (0x1A), 
                    ABP1,   1, 
                        ,   2, 
                    PDC1,   1, 
                    PDC2,   2, 
                    PDS1,   1, 
                    Offset (0x20), 

To:

Field (P1CS, AnyAcc, NoLock, WriteAsZeros)
                {
                    Offset (0x1A), 
                    ABP1,   1, 
                    PDC0,   2,
                    PDC1,   1, 
                    PDC2,   2, 
                    PDS1,   1, 
                    Offset (0x20), 

Around line #2198 Change:

Device (DOCK)
                    {
                        Name (_HID, EisaId ("PNP0C15"))
                        Name (_UID, 0x01)
                        Name (_BDN, "EZ4 ")
                        Name (DCKS, 0x00)
                        Method (_DCK, 1, NotSerialized)
                        {
                            If (LEqual (Arg0, 0x01))
                            {
                                Return (0x01)
                            }
                            Else
                            {
                                Store (0x00, \_SB.PCI0.RP03.Z002)
                                Store (0x01, \_SB.PCI0.RP03.LDP3)
                            }
                        }

To:

Device (DOCK)
                    {
                        Name (_HID, EisaId ("PNP0C15"))
                        Name (_UID, 0x01)
                        Name (_BDN, "EZ4 ")
                        Name (DCKS, 0x00)
                        Method (_DCK, 1, NotSerialized)
                        {
                            If (LEqual (Arg0, 0x01))
                            {
                                Return (0x01)
                            }
                            Else
                            {
                                Store (0x00, \_SB.PCI0.RP03.Z002)
                                Store (0x01, \_SB.PCI0.RP03.LDP3)
				Return (0x00)
                            }
                        }

Around line #6354 Change:

Name (PBST, Package (0x04)
            {
                0x00, 
                Z00F,
                Z00F,
                0x2710
            })

To:

Name (PBST, Package (0x04)
            {
                0x00, 
                0x00,
                0x00,
                0x2710
            })

Around Line #6611 Change:

Name (PBST, Package (0x04)
            {
                0x00, 
                Z00F,
                Z00F,
                0x2710
            })

To:

Name (PBST, Package (0x04)
            {
                0x00, 
                0x00, // REPLACED Z00F BY 0x00
                0x00, // ^^
                0x2710
            })

and then compile it using iasl:

Code: Select all

iasl -tc dsdt.dsl
which should run without errors and create dsdt.hex.

4) Compile the kernel with the fixed DSDT:
You can also do this with an initrd: http://gaugusch.at/kernel.shtml, but I compiled it statically into the kernel:

Add the following lines into drivers/acpi/osl.c before "#ifdef CONFIG_ACPI_CUSTOM_DSDT" (I'm using Vanilla 2.6.11.8):

Code: Select all

#define CONFIG_ACPI_CUSTOM_DSDT 1
#define CONFIG_ACPI_CUSTOM_DSDT_FILE "/PATH/TO/dsdt.hex"
Compile the kernel, do the grub/lilo stuff, if needed, reboot and enjoy!

Swisscheese
Top
SergOS
n00b
n00b
Posts: 32
Joined: Tue Feb 08, 2005 7:47 am
Location: Sofia,Bulgaria

  • Quote

Post by SergOS » Wed May 04, 2005 11:00 am

Swisscheese,thanks about acpi-battery howto.
Top
beato_angelico256
n00b
n00b
Posts: 2
Joined: Thu May 05, 2005 12:25 pm

  • Quote

Post by beato_angelico256 » Thu May 05, 2005 12:47 pm

hello everyone.
i have some serious problems with my "mobility X700".
I followed your instruction , but i still can't use "fgrlx" driver (no problem with "ati" and "radeon" ), fortunately i don't hve any problems with lines..... I forced x800 chiID, and set "monitor layout" as LVDS,AUTO, as you told on this thread but;

8.10.19: the screen isn't backlighted
8.12.10 : the screen has backlight but it's black.

i really apologize for my terrible english and for my linux knoledge ( i'm a newbye, just 2 weeks).

PS the notebook is an Acer Aspire 1692WLMI.
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

  • Quote

Post by swisscheese » Fri May 06, 2005 12:05 pm

@ beato_angelico256:
Post some more infos like /var/log/Xorg.0.log and your xorg.conf.

for the monitor layout, try "TMDS,AUTO" or "AUTO,TMDS". ati-drivers 8.12.10 supports the X700, so ChipID is not needed.

Swisscheese
Top
kram
n00b
n00b
Posts: 35
Joined: Fri Nov 29, 2002 1:26 am

  • Quote

Post by kram » Sat May 07, 2005 10:34 am

This thread helped me a lot in getting X to run properly. Thanks :)

I followed the instructions for setting up ACPI and it works well except that I get random freezes, usually when the CPU is at 100%... like when emerging stuff. Passing acpi=off to the kernel seems to stop this. Anyone else seeing this? Could having ACPI enabled be allowing the system to overheat?
Top
beato_angelico256
n00b
n00b
Posts: 2
Joined: Thu May 05, 2005 12:25 pm

  • Quote

Post by beato_angelico256 » Sun May 08, 2005 8:59 pm

swisscheese wrote:@ beato_angelico256:
Post some more infos like /var/log/Xorg.0.log and your xorg.conf.

for the monitor layout, try "TMDS,AUTO" or "AUTO,TMDS". ati-drivers 8.12.10 supports the X700, so ChipID is not needed.

Swisscheese
ok...anyway i still need to override the Chip, or the server doesn't start (the old problem, no device found)
here's xorg, device section:


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

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "radeon"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
ChipID 0x5d57 # R410 PCIE
# VideoRam 256
# === disable/enable XAA/DRI ===
Option "no_accel" "yes"
Option "no_dri" "yes"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mt

# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "LVDS, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "off"
Option "ForceGenericCPU" "off"
BusID "PCI:1:0:0" # no device found at config time
Screen 0
EndSection


and now the xorg.0.log:


_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/slackware:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: Linux 2.4.29 i686 [ELF]
Current Operating System: Linux slackware 2.6.11 #13 Tue May 6 16:25:27 CEST 2003 i686
Build Date: 23 January 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri May 9 22:44:02 2003
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Speedo/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Extension "Composite" is enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1025,0066 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 04 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 04 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 04 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1025,0066 rev 04 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1025,0066 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1025,0066 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1025,0066 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1025,0066 rev 04 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d4 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1025,0066 rev 04 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 1025,0066 rev 04 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1025,0066 rev 04 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 1025,0066 rev 04 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1025,0066 rev 04 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5653 card 1025,0066 rev 00 class 03,00,00 hdr 00
(II) PCI: 06:01:0: chip 104c,8031 card 4000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 06:01:2: chip 104c,8032 card 1025,0066 rev 00 class 0c,00,10 hdr 80
(II) PCI: 06:01:3: chip 104c,8033 card 1025,0066 rev 00 class 01,80,00 hdr 80
(II) PCI: 06:03:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 06:08:0: chip 14e4,169c card 1025,0066 rev 03 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,10), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00003000 - 0x000030ff (0x100) IX
[1] -1 0 0x00003400 - 0x000034ff (0x100) IX
[2] -1 0 0x00003800 - 0x000038ff (0x100) IX
[3] -1 0 0x00003c00 - 0x00003cff (0x100) IX
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xc8100000 - 0xc81fffff (0x100000) MX
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:28:0), (0,9,9), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 10: bridge is at (0:28:1), (0,10,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 non-prefetchable memory range:
[0] -1 0 0xc8200000 - 0xc82fffff (0x100000) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (6:1:0), (6,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5653) rev 0, Mem @ 0xd0000000/27, 0xc8100000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xc8200000 - 0xc820ffff (0x10000) MX[B]
[1] -1 0 0xc8219000 - 0xc8219fff (0x1000) MX[B]
[2] -1 0 0xc8214000 - 0xc8215fff (0x2000) MX[B]
[3] -1 0 0xc8210000 - 0xc8213fff (0x4000) MX[B]
[4] -1 0 0xc8217000 - 0xc82177ff (0x800) MX[B]
[5] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[6] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[7] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[8] -1 0 0xc8100000 - 0xc810ffff (0x10000) MX[B](B)
[9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0 0x000020a0 - 0x000020bf (0x20) IX[B]
[11] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[12] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[13] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[14] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
[15] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[16] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[17] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[18] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[19] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[20] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xc8200000 - 0xc820ffff (0x10000) MX[B]
[1] -1 0 0xc8219000 - 0xc8219fff (0x1000) MX[B]
[2] -1 0 0xc8214000 - 0xc8215fff (0x2000) MX[B]
[3] -1 0 0xc8210000 - 0xc8213fff (0x4000) MX[B]
[4] -1 0 0xc8217000 - 0xc82177ff (0x800) MX[B]
[5] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[6] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[7] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[8] -1 0 0xc8100000 - 0xc810ffff (0x10000) MX[B](B)
[9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0 0x000020a0 - 0x000020bf (0x20) IX[B]
[11] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[12] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[13] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[14] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
[15] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[16] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[17] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[18] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[19] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[20] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc8200000 - 0xc820ffff (0x10000) MX[B]
[6] -1 0 0xc8219000 - 0xc8219fff (0x1000) MX[B]
[7] -1 0 0xc8214000 - 0xc8215fff (0x2000) MX[B]
[8] -1 0 0xc8210000 - 0xc8213fff (0x4000) MX[B]
[9] -1 0 0xc8217000 - 0xc82177ff (0x800) MX[B]
[10] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[11] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[12] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[13] -1 0 0xc8100000 - 0xc810ffff (0x10000) MX[B](B)
[14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x000020a0 - 0x000020bf (0x20) IX[B]
[18] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[19] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[20] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
[22] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[27] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 4.3.99.902, module version = 8.10.19
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),

MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
RADEON 9600 PRO (RV360 4152),
MOBILITY RADEON 9600/9700 (M10/M11 4E50), RADEON 9500 (R300 4144),
RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
FireGL X2-256/X2-256t (R350 4E4B),
MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
RADEON X600 (RV380 5B62), FireGL V3100 (RV370 5B64),
MOBILITY RADEON X300 (M22 5460), MOBILITY FireGL V3100 (M22 5464),
RADEON X600 (RV380 3E50), FireGL V3200* (RV380 3E54),
MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
RADEON X800 PRO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
MOBILITY RADEON X800 XT (M28 5D48),
MOBILITY FireGL V5100* (M28 5D49), FireGL V5000 (RV410 5E48),
RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
RADEON X700 (RV410 5E4F), RADEON 9100 IGP (RS300 5834),
RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
MOBILITY RADEON 9000/9100 IGP (RS300M 5835)
(II) Primary Device is: PCI 01:00:0
(**) ChipID override: 0x5D57
(**) Chipset RADEON X800 XT (R423 5D57) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc8200000 - 0xc820ffff (0x10000) MX[B]
[6] -1 0 0xc8219000 - 0xc8219fff (0x1000) MX[B]
[7] -1 0 0xc8214000 - 0xc8215fff (0x2000) MX[B]
[8] -1 0 0xc8210000 - 0xc8213fff (0x4000) MX[B]
[9] -1 0 0xc8217000 - 0xc82177ff (0x800) MX[B]
[10] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[11] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[12] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[13] -1 0 0xc8100000 - 0xc810ffff (0x10000) MX[B](B)
[14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x000020a0 - 0x000020bf (0x20) IX[B]
[18] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[19] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[20] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
[22] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[27] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x821ae58
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc8200000 - 0xc820ffff (0x10000) MX[B]
[6] -1 0 0xc8219000 - 0xc8219fff (0x1000) MX[B]
[7] -1 0 0xc8214000 - 0xc8215fff (0x2000) MX[B]
[8] -1 0 0xc8210000 - 0xc8213fff (0x4000) MX[B]
[9] -1 0 0xc8217000 - 0xc82177ff (0x800) MX[B]
[10] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[11] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[12] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[13] -1 0 0xc8100000 - 0xc810ffff (0x10000) MX[B](B)
[14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x000020a0 - 0x000020bf (0x20) IX[B]
[21] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[22] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[23] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[24] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
[25] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[26] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
[31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "yes"
(**) fglrx(0): Option "NoDRI" "yes"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000000"
(**) fglrx(0): Option "MonitorLayout" "LVDS, AUTO"
(**) fglrx(0): Option "HSync2" "unspecified"
(**) fglrx(0): Option "VRefresh2" "unspecified"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "IgnoreEDID" "off"
(**) fglrx(0): Option "UseInternalAGPGART" "off"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "off"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "NoTV" "yes"
(**) fglrx(0): Option "TVStandard" "NTSC-M"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Qbs disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(**) fglrx(0): Chipset: "RADEON X800 XT (R423 5D57)" (Chipset = 0x5d57)
(**) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0066)
(**) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xc8100000
(--) fglrx(0): ChipExtRevID = 0x00
(--) fglrx(0): ChipIntRevID = 0x02
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit SDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(II) fglrx(0): Connector Layout from BIOS --------
(II) fglrx(0): Connector0: DDCType-1, DACType-0, TMDSType--1, ConnectorType-2
(II) fglrx(0): Connector1: DDCType-1, DACType-0, TMDSType--1, ConnectorType-7
(**) fglrx(0): MonitorLayout Option:
Monitor1--Type LVDS, Monitor2--Type AUTO

(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 1 with Monitor Type 0
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 1 with Monitor Type 0
(II) fglrx(0): Primary head:
Monitor -- LVDS
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- MONID
(II) fglrx(0): Secondary head:
Monitor -- NONE
Connector -- Unsupported
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- MONID
(II) fglrx(0):
(II) fglrx(0): DesktopSetup 0x0000
(II) fglrx(0): Panel Size from BIOS: 1280x800
(**) fglrx(0): PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=27 min=20000 max=50000
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Valid mode using on-chip RMX: 1024x768
(II) fglrx(0): Valid mode using on-chip RMX: 800x600
(II) fglrx(0): Valid mode using on-chip RMX: 640x480
(II) fglrx(0): Total 3 valid mode(s) found.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
(II) fglrx(0): Modeline "1024x768" 71.00 1024 1328 1360 1440 768 802 808 823
(**) fglrx(0): *Mode "800x600": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
(II) fglrx(0): Modeline "800x600" 71.00 800 1328 1360 1440 600 802 808 823
(**) fglrx(0): *Mode "640x480": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
(II) fglrx(0): Modeline "640x480" 71.00 640 1328 1360 1440 480 802 808 823
(==) fglrx(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = YES
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = YES
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): cpuFlags: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x000006c1
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xc8100000 - 0xc810ffff (0x10000) MX[B]
[1] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xc8200000 - 0xc820ffff (0x10000) MX[B]
[8] -1 0 0xc8219000 - 0xc8219fff (0x1000) MX[B]
[9] -1 0 0xc8214000 - 0xc8215fff (0x2000) MX[B]
[10] -1 0 0xc8210000 - 0xc8213fff (0x4000) MX[B]
[11] -1 0 0xc8217000 - 0xc82177ff (0x800) MX[B]
[12] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[13] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[14] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[15] -1 0 0xc8100000 - 0xc810ffff (0x10000) MX[B](B)
[16] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[20] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x000020a0 - 0x000020bf (0x20) IX[B]
[24] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[25] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
[26] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[27] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
[28] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
[29] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[30] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[31] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[32] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[33] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(WW) fglrx(0): ***********************************
(WW) fglrx(0): * DRI initialization disabled! *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ***********************************
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x07ff0000
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 7419
(II) fglrx(0): Acceleration disabled
(II) fglrx(0): Direct rendering disabled
(II) fglrx(0): Composite extension enabled, disabling video overlay
(**) fglrx(0): Video overlay enabled on CRTC1
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_CheckMagic from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_QueryHwCaps from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDeviceInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocMemBufferFromTop from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocMemBufferFromTop from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_GetMemInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocCache from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocCache from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_InitPCIe from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_FreePCIe from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AGPAcquire from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpGetMode from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpVendorId from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpDeviceId from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpRelease from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpEnable from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpSize from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpBase from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDrawableInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetPixmapIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAGetPixmapIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAACheckTileReducibility from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
SetClientVersion: 0 8


i think is for unresolved symbols..... i don't have that messages if i use the "radeon" driver.

hanks everyone
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

  • Quote

Post by swisscheese » Sun May 08, 2005 9:36 pm

According to your logfile, your X has been built with kernel version 2.4 and you are running 2.6 . That probably causes the unresolved symbols problem. If you don't need direct rendering, use the drivers that work.

Are you sure you're using version 8.12.10 of ati-drivers?? In your log, this does not appear:

Code: Select all

RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
MOBILITY RADEON X700 (M26 5653), RADEON 9100 IGP (RS300 5834),
Also, try to play with MonitorLayout. Use "AUTO,AUTO" or "TMDS,NONE" , "NONE,TMDS", "LVDS,NONE", "NONE,LVDS"

Last thing: It seens you're using slackware. I never used slackware, and maybe you'll have to build X manually.

swisscheese
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

  • Quote

Post by swisscheese » Thu May 12, 2005 1:03 am

Anyone got mtrr working propperly?

glxgears consumes 99% CPU time. (UT2004, too)

and dmesg puts this:

Code: Select all

[fglrx] module loaded - fglrx 8.12.10 [Apr  4 2005] on minor 0
mtrr: base(0xd0000000) is not aligned on a size(0x7ff0000) boundary
[fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22)
[fglrx] free  PCIe = 51118080
[fglrx] max   PCIe = 51118080
[fglrx] free  LFB = 110153728
[fglrx] max   LFB = 110153728
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total PCIe = 16384
I think that the problem is [fglrx] free LFB = 110153728, so that there's only little left for PCIe. What is LFB? Framebuffer? I booted without framebuffer, but that changed nothing.

Swisscheese
Top
NastyButler
n00b
n00b
Posts: 1
Joined: Thu May 12, 2005 6:01 am

Xorg/fglrx/MRx700 issues cont.

  • Quote

Post by NastyButler » Thu May 12, 2005 12:22 pm

I have an Acer Aspire 1691WLMi, and am having the same problems. I have the 2.6.11-r3 kernel compiled, X.org 6.8.2, and fglrx 8.12.10; and all my hardware appears to be working correctly, that is of course until the "dancing lines" appear in Gnome. It appears everything else is okay (I haven't gone too far into getting sound working etc, as I'm just gonna wait for the "grafics" to be fixed). The good thing is, the mtrr section works correctly, so the full complement of video memory is available. The problem is, that I am having trouble flashing my bios, so I am currently unable to use that fix, but anyways, I have included my xorg.conf, and Xorg.0.log files to add into the mix

Code: Select all

# File: xorg.conf
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.

Section "dri"
    Mode 0666
#    Group 100    # users
#    Mode 0660
EndSection

Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
#    Option "Protocol"   "Xqueue"
    Option "AutoRepeat" "500 30"
#    Option "Xleds"      "1 2 3"
#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""
#    Option "XkbDisable"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"
EndSection

Section "InputDevice"
# Identifier and driver
    Identifier	"Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mouse0"
#    Option "Protocol"   "Xqueue"
#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
#    Option "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
#    HorizSync   40.4
#    VertRefresh 100
    Option "DPMS"
    Modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828  -Hsync +Vsync
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
#    Chipset     "generic"
    Driver      "vga"
    BusID       "PCI:1:0:0"
#    VideoRam    256
#    Clocks      25.2 28.3
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"

    Option                              "NoDDC"

    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
    Option "mtrr"                       "off"

    Option "DesktopSetup"               "0x00000100" 
    Option "MonitorLayout"              "AUTO, LVDS"
    Option "IgnoreEDID"                 "on"
#    Option "HSync2"                     "unspecified" 
#    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0" 

    Option "NoTV"                       "yes"     
    Option "TVStandard"                 "PAL-M"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"

    Option "Capabilities"               "0x00008000"
    Option "VideoOverlay"               "on"
    Option "OpenGLOverlay"              "on"
    Option "CenterMode"                 "off"
    Option "PseudoColorVisuals"         "off"

    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"

    Option "FSAAEnable"                 "yes"
    Option "FSAAScale"                  "2"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"

    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # no device found at config time
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
#    Device      "Standard VGA
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x800@60"
#        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Server Layout"

    Screen "Screen0"

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

EndSection

### EOF ###
...and the other one...of course heavily edited with all the bus probing and useless stuff - and the mtrr seems to work when switched on or off...

Code: Select all


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-gentoo-r3 i686 [ELF] 
Current Operating System: Linux dhcppc4 2.6.11-gentoo-r3 #5 SMP Tue May 10 19:16:43 UTC 2005 i686
Build Date: 07 May 2005
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 12 16:35:19 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.0, module version = 8.12.10
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) Primary Device is: PCI 01:00:0
(--) Chipset MOBILITY RADEON X700 (M26 5653) found
(II) fglrx(0): pEnt->device->identifier=0x8223158
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00008000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "on"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000100"
(**) fglrx(0): Option "MonitorLayout" "AUTO, LVDS"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "IgnoreEDID" "on"
(**) fglrx(0): Option "UseInternalAGPGART" "yes"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "2"
(**) fglrx(0): Option "FSAAEnable" "yes"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "NoTV" "yes"
(**) fglrx(0): Option "TVStandard" "PAL-M"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "on"
(--) fglrx(0): Chipset: "MOBILITY RADEON X700 (M26 5653)" (Chipset = 0x5653)
(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0066)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xc8100000
(--) fglrx(0): ChipExtRevID = 0x00
(--) fglrx(0): ChipIntRevID = 0x02
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit SDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(II) fglrx(0): Connector Layout from BIOS -------- 
(II) fglrx(0): Connector0: DDCType-1, DACType-0, TMDSType--1, ConnectorType-2
(II) fglrx(0): Connector1: DDCType-1, DACType-0, TMDSType--1, ConnectorType-1
(**) fglrx(0): IgnoreEDID is specified, EDID data will be ignored
(**) fglrx(0): MonitorLayout Option: 
	Monitor1--Type AUTO, Monitor2--Type LVDS

(**) fglrx(0): Option "NoDDC"
(II) fglrx(0): DDC detected on DDCType 1 with Monitor Type 0
(II) fglrx(0): Primary head:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- MONID
(II) fglrx(0): Secondary head:
 Monitor   -- LVDS
 Connector -- Proprietary
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- MONID
(II) fglrx(0): 
(WW) fglrx(0): Only single display is connected, DesktopOption will be ignored
(II) fglrx(0): DesktopSetup 0x0000
(II) fglrx(0): Panel Size from BIOS: 1280x800
(**) fglrx(0):  PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): OpenGL Overlay enabled
(II) fglrx(0): PLL parameters: rf=2700 rd=27 min=20000 max=50000
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Valid mode using on-chip RMX: 1280x800@60
(II) fglrx(0): Total 1 valid mode(s) found.
(--) fglrx(0): Virtual size is 1280x800 (pitch 1280)
(**) fglrx(0): *Mode "1280x800@60": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800@60"   68.90  1280 1301 1333 1408  800 804 808 816
(==) fglrx(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.0, module version = 8.12.10
	ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00008000
(**) fglrx(0): cpuFlags: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x0000063c
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) fglrx(0): UMM area:     0xd05e9000 (size=0x07a07000)
(II) fglrx(0): driver needs X.org 6.8.x
(II) fglrx(0): detected X.org 6.8.2
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports 
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf890e000
(II) fglrx(0): [drm] mapped SAREA 0xf890e000 to 0xb7d53000
(II) fglrx(0): [drm] framebuffer handle = 0xd0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.12.10
(II) fglrx(0):     Date: Apr  4 2005
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.11-gentoo-r3
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            yes
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xc8100000
(II) fglrx(0): [drm] ATIGART Table handle = 0xd7ff0000
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0x00000000
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(II) fglrx(0): [drm] texture shared area handle = 0xf9113000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): front overlay:  0xd09d1000
(II) fglrx(0): back overlay:   0xd0acb000
(II) fglrx(0): video overlay:  0xd0bc5000
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x005e9000
(II) fglrx(0): Splitting WC range: base: 0xd0000000, size: 0x5e9000
(II) fglrx(0): Splitting WC range: base: 0xd0400000, size: 0x1e9000
(II) fglrx(0): Splitting WC range: base: 0xd0500000, size: 0xe9000
(II) fglrx(0): Splitting WC range: base: 0xd0580000, size: 0x69000
(II) fglrx(0): Splitting WC range: base: 0xd05c0000, size: 0x29000
(II) fglrx(0): Splitting WC range: base: 0xd05e0000, size: 0x9000
(**) fglrx(0): Write-combining range (0xd05e8000,0x1000)
(**) fglrx(0): Write-combining range (0xd05e0000,0x9000)
(**) fglrx(0): Write-combining range (0xd05c0000,0x29000)
(**) fglrx(0): Write-combining range (0xd0580000,0x69000)
(**) fglrx(0): Write-combining range (0xd0500000,0xe9000)
(WW) fglrx(0): Failed to set up write-combining range (0xd0400000,0x1e9000)
(WW) fglrx(0): Failed to set up write-combining range (0xd0000000,0x5e9000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1210)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
(**) fglrx(0): Option "BackingStore"
(**) fglrx(0): Backing store enabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 800)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Dashed Lines
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 8
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 8
(**) Option "Protocol" "ImPS/2"
(**) Mouse1: Device: "/dev/input/mouse0"
(**) Mouse1: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mouse0"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Mouse1: SmartScroll: 1 
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard1: XkbRules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!
AUDIT: Thu May 12 16:35:29 2005: 6162 X: client 5 rejected from local host
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xf890e000 at 0xb7d53000
anyways, this forum is great, I would not have got as far as I have without the help of you guys, and if you've got any ideas about the bios flash...cheers

Good luck, and happy gentooing!
Top
vzzzbx
n00b
n00b
Posts: 12
Joined: Wed Mar 10, 2004 11:21 pm

battery capacity

  • Quote

Post by vzzzbx » Thu May 12, 2005 12:56 pm

For those of you running a custom DSDT, what does /proc/acpi/battery/BAT1/info show? Do I have a dud battery? :(

Code: Select all

present:                 yes
design capacity:         4800 mAh
last full capacity:      4185 mAh
battery technology:      rechargeable
design voltage:          14800 mV
design capacity warning: 300 mAh
design capacity low:     132 mAh
capacity granularity 1:  32 mAh
capacity granularity 2:  32 mAh
model number:            ZF02
serial number:           30268
battery type:            LION
OEM info:                MOTOROLA
Top
AgaKhan
n00b
n00b
Posts: 27
Joined: Mon Nov 15, 2004 8:19 pm
Location: Trondheim, Norway

  • Quote

Post by AgaKhan » Mon May 16, 2005 9:18 pm

Did you guys get the gnome keyboard shortcut voulme up/down/mute works?

Seems that gnome-shortcuts controll the PCM, and not the Front..

Know where to change this?
Top
swisscheese
n00b
n00b
Posts: 17
Joined: Wed Jun 18, 2003 2:34 pm
Location: Zu:rich/Switzerland

battery capacity

  • Quote

Post by swisscheese » Tue May 17, 2005 1:45 pm

@ vzzbx:
My battery started at last full capacity 4100 mAh, too. But in the meantime I am at 4450 mAh, simply by discharging it completely and recharging it to a 100% a few times. I heard that you need to do this with brand new LION batteries.

Swisscheese
Top
AgaKhan
n00b
n00b
Posts: 27
Joined: Mon Nov 15, 2004 8:19 pm
Location: Trondheim, Norway

  • Quote

Post by AgaKhan » Fri Jun 10, 2005 2:28 pm

Someone tested the latest ati-drivers with bios 3c22 and does it solve the flickering problem?
Top
rhewt
n00b
n00b
Posts: 46
Joined: Mon Jan 12, 2004 2:15 am
Contact:
Contact rhewt
Website

  • Quote

Post by rhewt » Wed Jun 15, 2005 7:17 am

It would be great if one of you who finally gets everything to work would post a HowTo for gentoo on the Acer TravelMate 810x series.
Think inside of the box first.
Top
Darkforce
n00b
n00b
Posts: 4
Joined: Sat Apr 30, 2005 10:45 am

  • Quote

Post by Darkforce » Wed Jun 22, 2005 5:42 pm

Sorry, didn't remember this thread. The new ATI driver solved my problems with an Acer Extensa 4101WMLi, maybe it does work for other Acer notebooks with a X700 as well.
Top
kDis
n00b
n00b
Posts: 5
Joined: Tue Apr 26, 2005 7:18 am

New ATI Drivers work with new BIOS

  • Quote

Post by kDis » Sun Jun 26, 2005 12:40 am

new ati drivers resolved flickering problems with bios 3c22 on my TM8104

curious if anyone has gotton DMA to work with the DVD?
Top
rhewt
n00b
n00b
Posts: 46
Joined: Mon Jan 12, 2004 2:15 am
Contact:
Contact rhewt
Website

  • Quote

Post by rhewt » Mon Jun 27, 2005 8:02 am

Could someone with a working gentoo setup on their Acer TravelMate 8104 please post kernel configs, any scripts you use, and any other information that might make my life easier? Thanks in advance!
Think inside of the box first.
Top
SergOS
n00b
n00b
Posts: 32
Joined: Tue Feb 08, 2005 7:47 am
Location: Sofia,Bulgaria

  • Quote

Post by SergOS » Wed Jun 29, 2005 6:20 am

rhewt wrote:Could someone with a working gentoo setup on their Acer TravelMate 8104 please post kernel configs, any scripts you use, and any other information that might make my life easier? Thanks in advance!
I have fully working Gentoo on this laptop,but i use kernel from Suse (this kernel is patched with this patch and not have problems with ATAPI devices connected to 915PM chipset).Some parts of this patch is included in gentoo-sources-2.6.12,but this is not enought for solving problems with dvdrom on this ACER.
Top
Post Reply

105 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic