You are not logged in.

#1 2007-12-12 12:35:36

zy
Member
From: Moscow
Registered: 2007-02-12
Posts: 2

ati and xorg

I have some warnings, how correct it?
Use Open-Source driver

WW:

[zy@ysq ~]$ egrep WW\|EE /var/log/Xorg.0.log
Current Operating System: Linux ysq 2.6.23-ARCH #1 SMP PREEMPT Mon Nov 26 21:15:02 UTC 2007 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Loading extension MIT-SCREEN-SAVER
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xefffe000 is: 0xefffe000
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xf87ff800
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32

xorg.conf

#
#   xorg.conf by zy
#
###############################################################

Section "ServerFlags"
    Option "DefaultServerLayout" "Monitor"
EndSection

#**********************************************************************
# Files, Modules, and Input
#**********************************************************************

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"     
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "extmod"
    Load  "glx"
    Load  "dri"
    Load  "drm"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard"
    Driver      "kbd"
        Option      "CoreKeyboard"
    Option      "XkbRules" "xorg"
    Option      "XkbModel" "pc101"
    Option      "XkbLayout" "us,ru(winkeys)"
    Option      "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "Auto"
        Option          "ZAxisMapping"          "4 5"
    Option         "emulate3Buttons"       "no"
EndSection

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

Section "Monitor"
    Identifier    "LG T710PH"
    ModelName     "LG T710PH"
    Option "DPMS" 
    HorizSync    30-80
    VertRefresh  50-80
    DisplaySize  336 269
EndSection

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

Section "Device"
    Identifier  "ATI Radeon"
    Driver      "radeon"
    Option      "AGPMode" "8"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "AccelMethod" "EXA"
    Option      "EnablePageFlip" "on"
EndSection


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

Section "Screen"
    Identifier  "ATI Screen"
    Device      "ATI Radeon"
    Monitor     "LG T710PH"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

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

Section "ServerLayout"
    Identifier     "Monitor"
    Screen 0       "ATI Screen" 0 0
    InputDevice    "Keyboard" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "dri"
        Mode 0666
EndSection

Last edited by zy (2007-12-12 14:42:01)

Offline

#2 2007-12-12 13:19:12

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: ati and xorg

I don't think the warnings do you any harm. It could be that you did hit freedesktop bug 6689 or freedesktop bug 6624. For bug 6689 there is a mesa patch in the bug report (not sure if it is not yet included in the repo version of mesa).
Though I wouldn't mind that much because the only thing the patch does is not show the warnings.

Offline

Board footer

Powered by FluxBB