Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New ati-drivers are out - Catalyst 8.2 (8.455.2)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Draco-LVNH
n00b
n00b


Joined: 07 Dec 2005
Posts: 30
Location: Mexico, Michoacan, Morelia

PostPosted: Mon Mar 17, 2008 1:51 pm    Post subject: Reply with quote

Insanity5902 wrote:
I just tried that like, I already had TextureVideo, but after adding in TLS 1 , Texture2d On and TextureXRender, I have notice an even bigger performance gain.

I am updating this on the gentoo-wiki, and possibly the bug I created to have the information in teh post_inst echo's. And listing these as Experimental.

Also not, to get the Textured2D and TexturedXRender to work, you have Enable it in the Extensions section.


Great Insanity5902, but you should also check http://phoronix.com/forums/showthread.php?p=27160 too, that activating those experimental options you can have some strange colors, let us hope that Ati fixes that soon, and maybe list that problem on the wiki so if users experiment it they know why.
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Mon Mar 17, 2008 2:00 pm    Post subject: Reply with quote

Will do, I actually have better performance (lower cpu and same smoothness) with Textured2D and TexturedRender disabled.

Just my 2cents. Firefox is moving smoothly on my external screen with wobbly windows enabled. It didn't do that without it, or with Textured2D and TexturedXRender enabled.

Ironically. With or Without Textured2D and TexturedXRender, I get
Code:
~ % cat /var/log/Xorg.0.log | grep -i texture
(**) fglrx(0): Textured Video is enabled.
(WW) fglrx(0): Option "TextureVideo" is not used


So it sees it, but doesn't think it is being used, but I notice a difference I think with it enabled.

Also note, I've added something that might be disabling it, before it should my driver was the ATI Avivo driver, now it is just showing it is the ATI again.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Draco-LVNH
n00b
n00b


Joined: 07 Dec 2005
Posts: 30
Location: Mexico, Michoacan, Morelia

PostPosted: Mon Mar 17, 2008 2:04 pm    Post subject: Reply with quote

well, in that case i think that in your xorg.conf you have it as "TextureVideo" instead of "TexturedVideo", and it loads as default, check it out.
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Mon Mar 17, 2008 2:24 pm    Post subject: Reply with quote

Good call, and I am seeing the Avivo information in the xvinfo, not sure if it was there before TexturedVideo or not.

After playing around with everything, here is what I currently ahve my Xorg.conf at, and it seems to work pretty well.
Code:
Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "TexturedVideo" "On"
        Option      "UseFastTLS" "1"
        Option      "Textured2D" "on"
        Option      "VideoOverlay" "Off"
        Option      "OpenGLOverlay" "Off"
        ## Desktop Setuop
        Option      "DesktopSetup" "clone"
        Option      "EnableMonitor" "crt1,lvds"
        BusID       "PCI:1:0:0"
EndSection

Code:
Section "Extensions"
        Option      "RENDER" "On"
        Option      "Composite" "On"
        Option      "XVideo" "On"
EndSection


Not sure about BackingStore, I left it out on my last reboot by accident, I notice no difference with or without. Textured2D seems to help or make no difference, it doesn't hurt at least. TexturedXRender actually caused a bit of slow down. Tearing with moving with wobbly windows, and higher cpu.

NOTE :: Testing done using external monitor on a HP Laptop with X1300 Mobility, fglrx 8.3, Xorg 7.2
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Draco-LVNH
n00b
n00b


Joined: 07 Dec 2005
Posts: 30
Location: Mexico, Michoacan, Morelia

PostPosted: Mon Mar 17, 2008 2:44 pm    Post subject: Reply with quote

Great, i am trying right now without the Backstore option and it works great too, i will leave it out for a while, i am on an Acer Aspire 5100, no external monitor, my card is Radeon Xpress 200M ( lspci = 01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP] ), at least we are having more descent ati-drivers !! we should buy a cake or a pie to celebrate it !!!

P.D. I am using the same options as Insanity5902 except the BusID, good luck people !!
Back to top
View user's profile Send private message
gsra99
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2008
Posts: 104

PostPosted: Mon Mar 17, 2008 8:55 pm    Post subject: Reply with quote

Thanks for that. I have turned off TexturedXrender now. Why didn't you go with the Option "DAMAGE" in the Extensions section as well? According to that forum article it is required for compiz-fusion to work.
Back to top
View user's profile Send private message
Draco-LVNH
n00b
n00b


Joined: 07 Dec 2005
Posts: 30
Location: Mexico, Michoacan, Morelia

PostPosted: Mon Mar 17, 2008 9:15 pm    Post subject: Reply with quote

gsra99 wrote:
Thanks for that. I have turned off TexturedXrender now. Why didn't you go with the Option "DAMAGE" in the Extensions section as well? According to that forum article it is required for compiz-fusion to work.


I believe that that the DAMAGE extension is loaded automatically ( by default ), you can check the loaded extensions with the command
Code:
$ xdpyinfo
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Mon Mar 17, 2008 10:05 pm    Post subject: Reply with quote

gsra99 wrote:
Thanks for that. I have turned off TexturedXrender now. Why didn't you go with the Option "DAMAGE" in the Extensions section as well? According to that forum article it is required for compiz-fusion to work.


It is loaded by default, and is actually not supported. to call it in the extensions.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
gr0x0rd
Guru
Guru


Joined: 12 Aug 2006
Posts: 311

PostPosted: Mon Mar 17, 2008 11:47 pm    Post subject: Reply with quote

With 8.3 compiz still fails/locks up my X server on my X1900 (R580)... at this point I'm expecting the RadeonHD driver to support compiz on R5xx before fglrx now that ATI have released the 3D docs for the R500 and R600 series cards.

All releases past 8.40 also cause freezing/crashing/lockups with VLC. Shaking head...
_________________
~g
emerge -FML...
Back to top
View user's profile Send private message
Aikidoka69
n00b
n00b


Joined: 03 Jun 2004
Posts: 42
Location: Baltimore, MD

PostPosted: Wed Mar 19, 2008 2:10 am    Post subject: Reply with quote

I just finally got compiz running with 8.3. The funny thing is I cannot emerge the 8.3 in portage. It craps out eventually. I altered the 8.2 ebuild as soon as 8.3 was on the ATI site and used that. Weird. But I finally got compiz running on my 3650 with the following line:

Code:
LD_PRELOAD=/usr/lib64/opengl/ati/lib/libGL.so.1.2 LIBGL_ALWAYS_INDIRECT=true compiz --replace --sm-disable --indirect-rendering ccp &


I typed that instead of copied so there might be a typo. This got around the GLX_EXT_texture_from_pixmap is missing error I kept getting. So far I haven't had really any other problems with the fglrx driver now.
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Wed Mar 19, 2008 12:43 pm    Post subject: Reply with quote

@Aikidoka69, gr0x0rd:

Have yall tried using fusion-icon, it is a python panel applet that controls emerald and compiz and lets you switch between WM.

On mine I just selected Compiz for my WM and it selected inderect rendering for me, took care of everything else.

https://bugs.gentoo.org/show_bug.cgi?id=198365
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Aikidoka69
n00b
n00b


Joined: 03 Jun 2004
Posts: 42
Location: Baltimore, MD

PostPosted: Wed Mar 19, 2008 12:50 pm    Post subject: Reply with quote

I have not. I just found it mentioned earlier today in another post. I sent an e-mail to myself at home to remind me tonight. :D
Back to top
View user's profile Send private message
gr0x0rd
Guru
Guru


Joined: 12 Aug 2006
Posts: 311

PostPosted: Thu Mar 20, 2008 12:28 am    Post subject: Reply with quote

I wish I had better news, but no dice. I tried installing the desktop-effects overlay and fusion-icon but I got the same result... as soon as I select the Compiz Fusion Icon menu item, my title bars disappear and X locks up.

I also tried Aikidoka69's command to start compiz, with no love. Same effect.

I guess I'm just going to have to suck it up until Ati release an fglrx driver that works for R5xx chipsets with compiz, or wait until the RadeonHD guys get it done... any bets on who'll be first?

Thanks for the ideas.

~g
_________________
~g
emerge -FML...
Back to top
View user's profile Send private message
Aikidoka69
n00b
n00b


Joined: 03 Jun 2004
Posts: 42
Location: Baltimore, MD

PostPosted: Thu Mar 20, 2008 1:59 am    Post subject: Reply with quote

What's your xorg.conf like? I forget which options I used, but I can check when back on the Gentoo box.

I did run into one issue trying to emerge fusion-icon. It pulls in PyQt which requires qt-4.3 and I had 4.4 beta 1. Just stepped back one to get it installed and then redid 4.4. Haven't exited X though so I might have broken fusion-icon.
Back to top
View user's profile Send private message
gr0x0rd
Guru
Guru


Joined: 12 Aug 2006
Posts: 311

PostPosted: Thu Mar 20, 2008 2:20 am    Post subject: Reply with quote

Here's my xorg.conf for s&g.

Code:
###################################################
#
# gr0x0rd's xorg.conf
#
# this file provides a working instance of independent
# multiple desktops running on the primary crt display
# and composite tv-out for the ATI AIW Radeon X1900
# using the 8.40 fglrx driver.
#
# for this configuration to work correctly, ensure your
# devices are properly connected. the results of
#    aticonfig --query-monitor
# should be
#   Connected monitors: crt1, tv
#
###################################################

Section "Module"
#     Load      "xtrap"
      Load      "GLcore"
      Load      "extmod"
      Load      "dbe"
#     Load      "dri"
#     Load      "drm"
      Load      "glx"
#     Load      "record"
#     Load      "type1"
#     Load      "freetype"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
        Option      "XVideo"    "On"
   Option      "RENDER"    "On"
#   Option      "Damage"    "On"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "on"
   Option      "NoPM" "true"
EndSection

########### Input Devices
Section "InputDevice"
   Identifier  "MS Internet Keyboard"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "us"
EndSection

Section "InputDevice"
   Identifier  "Intellimouse Optical"
   Driver      "mouse"
   Option       "Protocol" "Auto"   # Auto detect
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

########### Monitors
Section "Monitor"
   Identifier   "Dell LCD"
   VendorName   "Dell"
   ModelName    "DELL E196FP"
   HorizSync    31.5 - 31.5
   VertRefresh  60.0 - 60.0
EndSection

Section "Monitor"
   Identifier  "TV"
   VendorName  "Sony"
   ModelName   "Trinitron"
   Option       "DPMS" "true"
EndSection

########### Video Devices
Section "Device"
   Identifier  "Device0"
     VendorName  "ATI Technologies Inc"
     BoardName   "Radeon R580 [AIW Radeon X1900]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Option       "XAANoOffscreenPixmaps" "true"
        ### Experimental
        Option      "Textured2D" "on"
        Option      "TexturedXRender" "on"
        Option      "BackingStore" "on"
        ### Set to 1 - better , set to 2 for compability, and 0 for basic
        Option      "UseFastTLS" "1"
   ### forced turned off so TextureVideo is used
   Option      "TexturedVideo" "On"
        Option      "VideoOverlay" "Off"
        Option      "OpenGLOverlay" "Off"
   Screen      0
EndSection

Section "Device"
   Identifier  "Device1"
     VendorName  "ATI Technologies Inc"
     BoardName   "Radeon R580 [AIW Radeon X1900]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Option      "XAANoOffscreenPixmaps" "true"
        ### Experimental
        Option      "Textured2D" "on"
        Option      "TexturedXRender" "on"
        Option      "BackingStore" "on"
        ### Set to 1 - better , set to 2 for compability, and 0 for basic
        Option      "UseFastTLS" "1"
   ### forced turned off so TextureVideo is used
   Option      "TexturedVideo" "On"
        Option      "VideoOverlay" "Off"
        Option      "OpenGLOverlay" "Off"
   Screen      1
EndSection

########### Screens
Section "Screen"
   Identifier "LCD Screen"
   Device     "Device0"
   Monitor    "Dell LCD"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier "TV Screen"
   Device     "Device1"
   Monitor    "TV"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768"
   EndSubSection
EndSection

########### Layouts
Section "ServerLayout"
   Identifier     "TVout"
   Screen   0      "LCD Screen" 0 0
   Screen         "TV Screen" LeftOf "LCD Screen"
   InputDevice    "Intellimouse Optical" "CorePointer"
   InputDevice    "MS Internet Keyboard" "CoreKeyboard"
   Option          "clone" "off"
EndSection

Section "ServerLayout"
   Identifier     "Single"
   Screen   0      "LCD Screen" 0 0
   InputDevice    "Intellimouse Optical" "CorePointer"
   InputDevice    "MS Internet Keyboard" "CoreKeyboard"
EndSection

_________________
~g
emerge -FML...
Back to top
View user's profile Send private message
Aikidoka69
n00b
n00b


Joined: 03 Jun 2004
Posts: 42
Location: Baltimore, MD

PostPosted: Thu Mar 20, 2008 2:24 am    Post subject: Reply with quote

I'll switch over to my Gentoo box and post the relevant sections of mine. I can tell you that if I have AIGLX set to on or true mine locks up tight. Without it on it still lists as being loaded though.
Back to top
View user's profile Send private message
Aikidoka69
n00b
n00b


Joined: 03 Jun 2004
Posts: 42
Location: Baltimore, MD

PostPosted: Thu Mar 20, 2008 2:30 am    Post subject: Reply with quote

I also have dri loaded.

Code:

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
   Load  "glx"
# This loads the DRI module
   Load  "dri"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "evdev"
   Option       "vendor" "0x413c"
   Option       "product" "0x2010"
   Option       "Device" "/dev/input/event7"
#   Option  "evBits"  "+1"
   Option       "Pass" "0"
#   Option  "Name"   "Dell Dell USB Keyboard Hub"
   Option       "XkbRules" "xorg"
   Option       "XkbLayout" "us"
#   Option  "XkbVariant"    "intl"
EndSection

Section "InputDevice"
   Identifier  "Volume0"
   Driver      "evdev"
   Option       "Device" "/dev/input/event8"
   Option       "vendor" "0x413c"
   Option       "product" "0x2010"
   Option       "Pass" "3"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "evdev"
   Option       "Device" "/dev/input/event6"
# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
   Option       "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
   Option       "Emulate3Buttons"
EndSection

Section "Monitor"
   Identifier   "My Monitor"
   HorizSync    30.0 - 81.0
   VertRefresh  56.0 - 76.0
   ModeLine     "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
   HorizSync   30.0 - 81.0
   VertRefresh 56.0 - 76.0
   ModeLine    "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync
EndSection

Section "Device"
   Identifier  "Standard VGA"
   Driver      "vga"
   VendorName  "Unknown"
   BoardName   "Unknown"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option "DRI" "true"
        Option "FSAAEnable" "off"
   Option "VideoOverlay" "on"
   Option "OpenGLOverlay" "off"
   Option "FSAAScale" "0"
   Option "XAANoOffscreenPixmaps" "true"
EndSection

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

Section "Extensions"
   Option "Composite"    "true"
EndSection

Section "DRI"
   Group 0
   Mode         0666
EndSection

Back to top
View user's profile Send private message
gr0x0rd
Guru
Guru


Joined: 12 Aug 2006
Posts: 311

PostPosted: Thu Mar 20, 2008 5:04 am    Post subject: Reply with quote

Aikidoka69, thanks for posting your xorg.conf - I mirrored your settings and was able to get a bit farther than last time, at least. After running fusion-icon I can change a few settings and play around a bit without lockups, but as soon as I set my window manager to compiz, I lose my title bars and window borders. The nice thing about fusion-icon is I can set my WM back to metacity and get them back without having to ctrl-alt-bksp. :)

As soon as I set my window decorator to Emerald, however, I get a lockup.

Sadly I'm fairly certain this is an issue with the fglrx driver and R5xx chipsets- I've yet to see an instance of anyone with a chipset similar to mine (R580) that has gotten compiz working successfully with fglrx. I'm also scratching my head as to how you got things working without AIGLX enabled. I guess its using the glx module instead?

Does VLC work for you, by chance? Any fglrx driver past 8.40 seems to prevent VLC from working at all, and I've yet to find a xorg.conf configuration that will get VLC agreeing with newer versions of the fglrx driver. Hmm.

Thanks again...
_________________
~g
emerge -FML...
Back to top
View user's profile Send private message
Aikidoka69
n00b
n00b


Joined: 03 Jun 2004
Posts: 42
Location: Baltimore, MD

PostPosted: Thu Mar 20, 2008 5:22 am    Post subject: Reply with quote

Don't know about why I couldn't set AIGLX to true. However the following appears in my xorg log. I don't think I ever tried not loading GLX and loading AIGLX. An interesting note.... I just checked the AIGLX gentoo wiki. It says to add AIGLX to the xorg.conf if it is available but disabled. I don't know why this would mean it runs without the keyword, but freezes with it. My card is a 3650 so I'm running the R635. Unfortunately my only other ATI card is a 3870 which is the R670. I don't think I have any R5xx cards. I'll have to check VLC.

Code:
Gentoo64 aikidoka # grep AIGLX /var/log/Xorg.0.log
(==) AIGLX enabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so
Back to top
View user's profile Send private message
jserink
Veteran
Veteran


Joined: 30 Jan 2004
Posts: 1008

PostPosted: Thu Mar 20, 2008 7:44 am    Post subject: ATI-Drivers 8.471.3 stability issues Reply with quote

Hi All:

I had to unmask ver 8.471.3 and emerge them to get google-earth to work and am now experiencing some X stability issues.
I looking for some tips on how to trouble shoot this. There is nothing in my /var/log/messages or /var/log/Xorg.0.log.old to help out here. All that is in the Xorg.0.old file is this:
(--) Synaptic Pad touchpad found
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
xkb_types { include "%" };
xkb_compatibility { include "%" };
xkb_symbols { include "%" };
xkb_geometry { include "%" };
(EE) Error loading keymap /var/tmp/server-0.xkm
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled

Backtrace:
0: X(xf86SigHandler+0x71) [0x48beb1]
1: /lib/libc.so.6 [0x2b1526a9a940]
2: /lib/libc.so.6(memcpy+0xd2) [0x2b1526ae0082]
3: [0x2b152bd36040]

Fatal server error:
Caught signal 11. Server aborting


Messages shows this:
Mar 20 15:06:17 jerinkturion vlc[15621] general protection rip:2b732c620552 rsp:430047b0 error:0

vlc was responsible.

Here is my /etc/X11/xorg.conf file (its a bit messy):
erinkturion log # cat /etc/X11/xorg.conf

# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#
# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xorgconfig:
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "DRI"
Mode 0666
EndSection

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Synaptic Pad" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/share/fonts/CID/"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/truetypemine/"
EndSection

Section "Module"

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

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"

# Identifier and driver
# the following line.
# Option "Protocol" "Xqueue"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" # IntelliMouse PS/2
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection

Section "InputDevice"
Identifier "Synaptic Pad"
Driver "synaptics"
Option "Corepointer"
Option "Device" "/dev/misc/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1900"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "default"
HorizSync 31.5 - 82.0
VertRefresh 50.0 - 90.0
EndSection

Section "Monitor"
Identifier "Panel"
HorizSync 30.0 - 75.0
VertRefresh 50.0 - 85.0
Option "DPMS"
EndSection

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

Section "Device"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection

Section "Device"

#VideoRam 262144
# Insert Clocks lines here if appropriate
Identifier "X1600"
Driver "vga"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "X1600"
Monitor "Panel"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 8
Modes "800x600" "1280x1024" "1400x1050" "1600x1050"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "1280x1024" "1400x1050" "1600x1050"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "1280x1024" "1400x1050" "1600x1050"
EndSubSection
EndSection

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


Cheers,
John
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Thu Mar 20, 2008 2:31 pm    Post subject: Reply with quote

@groxord:

Try setting Composite to ON in the Extensions Secions, look at my xorg.conf for reference. Also, Try not using Testured2D and TexturedXRender at first, then enable one at a time. Both of these options requrie the Extension Render I believe.

@all:
At least put all config files in the code block. If it is a long file, try to use pastebin, it makes reading the file and the forums easier

http://pastebin.ca/950331
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
gr0x0rd
Guru
Guru


Joined: 12 Aug 2006
Posts: 311

PostPosted: Thu Mar 20, 2008 10:18 pm    Post subject: Reply with quote

@Insanity5902: I applied your suggestions and spent a few hours testing and benchmarking the driver using the settings you suggested. Sadly, I could not get compiz working under any configuration; the best I could muster was it not locking up X and having missing title bars and window borders.

Here is the optimum configuration based on my testing:
Code:
Section "Device"
...
Option      "XAANoOffscreenPixmaps" "true"
Option      "Textured2D" "on"
Option      "UseFastTLS" "1"
Option      "TexturedVideo" "On"
Option      "VideoOverlay" "Off"
Option      "OpenGLOverlay" "Off"
...
EndSection

Section "Extensions"
Option      "Composite" "On"
Option      "RENDER"    "On"
Option      "Damage"    "On"
EndSection
You may recognize these settings... they are almost identical to the ones you posted above :) Good work.

This configuration yielded ~10425 on glxgears and 48.7fps on the doom3 demo1 demo at 1280x1024 at high detail using 8.471.3. The 8.40.4 driver scored ~7075 and 42.7 on the same benchmarks respectively using the same settings. Quite a difference in the glxgears score but not as much when tested in a 3d game environment.

VLC also did not work with any configuration I tried with 8.471.3. I remember reading of people having problems with VLC in this and other forums for every fglrx driver release since 8.40.4.
_________________
~g
emerge -FML...
Back to top
View user's profile Send private message
jserink
Veteran
Veteran


Joined: 30 Jan 2004
Posts: 1008

PostPosted: Mon Mar 24, 2008 1:25 pm    Post subject: ati-drivers 8.471.3 VERY unstable Reply with quote

Hi All:

Had installed the masked latest and greatest in the portage tree but am now in the process of downgrading to 4.55.2-r1. WAY too many X crashes with moving video using 8.471.3.

Will tell if things improve.

Cheers,
john
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Tue Mar 25, 2008 1:33 pm    Post subject: Reply with quote

@gr0x0rd: So did compiz run, and emerald fail, or would compiz fail to run period?

If you use gnome, and just want a few of the special effects try metactiy 2.22, it is suppose to include some new eyecandy
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
numerodix
l33t
l33t


Joined: 18 Jul 2002
Posts: 743
Location: nl.eu

PostPosted: Tue Mar 25, 2008 11:17 pm    Post subject: Reply with quote

Suspend to ram AND disk works, as does chvt AND -vo xv. I'M BLOWN AWAY!

2.6.24-gentoo-r3, x11-drivers/ati-drivers-8.455.2-r1

I'm never upgrading again.
_________________
undvd - ripping dvds should be as simple as unzip
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum