ATI catalyst 9.1 is out. anyone installed

Hi,
wondering if anyone has inbstalled the catalyst 9.1, which is in extra now. Wondering if thjis solved the "blackscreen" problem.
fr

I have X1600Pro AGP, catalyst 9.1 and:
I had "blackscreens" when I put "TexturedVideoSync" "on" in xorg.conf
Also when I had "@kdm hal (...)" in rc.conf I had randomly  blacksceens, change it to "hal @kdm (...)" solve problem for me.
My xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "On"
EndSection
Section "Files"
#RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "dri"
#Load "record"
Load "extmod"
Load "xtrap"
Load "glx"
Load "GLcore"
Load "freetype"
#Load "drm"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "XaaNoOffscreenPixmaps" "true"
Option "UseFastTLS" "2"
Option "TexturedVideo" "On"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "On"
EndSection
With this everything works fine.
PS. sorry for my "english"

Similar Messages

  • ATI Catalyst 4.10 drivers out

    http://www.ati.com/
    Released a couple of days ago.
    (sorry for the O/T post, but not everyone reads the other forums)

    You need to think like a programmer not like a mathematician
    4.10 the decimal is not a decimal is could just as easily be 4/10
    i.e. the four point one you see is actually four point ten

  • ATI Catalyst 10.6 are out now.

    http://support.amd.com/us/gpudownload/w ... n7-64.aspx
    http://support.amd.com/us/gpudownload/w ... n7-32.aspx

    All it says about Final Cut is "Fixes an issue when importing certain media files into Final Cut Pro".  Maybe we can assume this is Final Cut Pro X but it doesn't specifically say so nor does it say what type of media or what error is being fixed.

  • Has anyone out there installed Catalyst 4.10 Drivers Yet?

    I saw that the new Catalyst Drivers are out.  Has anyone installed them yet?  Good or Bad?  Catalyst v4.9 only works for me at AGP x 4.  Has this problem been fixed for anyone with a 9600XT with v4.10?

    Quote
    Originally posted by Rabb
    I have them installed but it does not say it fixes an issure with kotor that the beta ones did so i am not sure that i want to keep theses
    It doesn't contain that fix, as they are older than the 8.07 build with the KOTOR fix.

  • Arch linux doesn't boot after installing AMD ATI Catalyst

    I have a laptop which has a integrated graphic card intel 4th generation (4600) and an AMD ATI R9 m265x (hybrid Intel/AMD graphics card) so I have just installed AMD ATI Catalyst proprietary ones by following
    AMD Catalyst ArchWiki.
    I have used "Installing from the unofficial repository" method so in my pacman.conf I have added below entry for [catalyst-stable]:
    [catalyst-stable]
    Server = http://catalyst.wirephire.com/repo/catalyst/$arch
    ## Mirrors, if the primary server does not work or is too slow:
    #Server = http://70.239.162.206/catalyst-mirror/repo/catalyst/$arch
    #Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch
    #Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch
    Then I have update pacman's database and install below packages:
    catalyst-hook
    catalyst-utils-pxp
    lib32-catalyst-utils-pxp
    (No need to install catalyst-total-pxp as I have installed catalyst-utils-pxp)
    After installing it, I have configured the driver, configuring X using below command:
    # aticonfig --initial
    In order to use PowerXpress support I have installed catalyst-utils-pxp package plus additional lib32-catalyst-utils-pxp.
    To perform a switch into Intel's IGP I have also installed the mesa-libgl  package and Intel's drivers: xf86-video-intel  and intel-dri .
    I have enable the automatic update by enabling the catalyst-hook.service with below commands since it automatically rebuilds the fglrx modules while the system shuts down or reboots (so I haven't to do it manually each time kernel is updated using Catalyst-generator):
    # systemctl enable catalyst-hook
    # systemctl start catalyst-hook
    And finally I have blacklisted radeon module by creating "/etc/modprobe.d/blacklisted.conf" file which content is:
    blacklist radeon
    and also I have ensured that fglrx line is added in "/etc/modules-load.d/Catalyst.conf" file.
    To avoid problems, I have rebuilt the fglrx module by doing (I know it is not necessary as it is done by catalyst-hook):
    catalyst_build_module all
    Once I reboot, arch linux does not boot. Last lines printed out are below and then it freezes:
    Starting temp files linker to catalyst...
    Starting Catalyst event Daemon...
    [ OK ] Started Catalyst event Daemon
    Starting Catalyst's fglrx kernel' module builder...
    [ OK ] Started temp files linker for catalyst.
    [ OK ] Started Catalyst's fglrx kernel' modue builder.
    [ OK ] Started gnome Display manager.
    [ OK ] Started Network manager.
    [ OK ] Reached target Multi-User system.
    [ OK ] Reached target Graphical Interface.
    [ OK ] Reached target Network.
    I have tried to put nomodeset as a kernel parameter but it does not work. Also, after reading ArchWiki, I have noticed that it is recommended to don't do this as I am using catalyst-utils-pxp because intel driver needs it so I have removed nomodeset parameter from kernel but It continues not working.
    Any ideas?
    Package versions:
    Kernel version 3.17.6-1-ARCH
    catalyst-hook 14.12-1
    catalyst-utils-pxp 14.12-1
    lib32-catalyst-utils-pxp 14.12-1
    xorg-server 1.16.2.901-1
    xf86-video-intel 2.99.916-3
    Last edited by toni (2014-12-13 19:38:38)

    FInally I managed to boot arch linux.
    I had to downgrade xorg-server from 1.16.2.901-1 to 1.15.2-1.
    It seems there is a problem with Catalyst 14.12-1 and xorg-server 1.16.2.901-1.
    Also I had to replace desktop manager from gdm to lightdm as gdm raises segmentation faults using xorg-server versions 1.16.2.901-1 and 1.15.2-1.
    Finally I had to add an entry in pacman.conf:
    [xorg115]
    Server = http://catalyst.wirephire.com/repo/xorg115/$arch
    ## Mirrors, if the primary server does not work or is too slow:
    #Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/xorg115/$arch
    #Server = http://mirror.hactar.bz/Vi0L0/xorg115/$arch
    Then performs following actions:
    1)  # pacman -Syuu catalyst-hook catalyst-utils-pxp
    2) Uninstall all the packages xf86* such as xf86-video-intel, xf86-input-evdev,  xf86-input-synaptics, etc.
    3) Install the packages uninstalled in step 2 and install them again using xorg115 repo, for example, # pacman -S xorg115/xf86-video-intel xorg115/xf86-input-evdev xorg115/xf86-input-synaptics
    I have put a comment here.
    Last edited by toni (2014-12-14 12:31:29)

  • Error in installing ATI catalyst control center after formatting my laptop

    please see this thread. thankyou
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and/error-in-installing-ATI-catalyst-control...

    Let me add. Already tried everything: battery is switched to High Performance, Windows XP service pack 3, T500

  • Can't install ATI Catalyst

    Hate to ask for help, but can't find anything from google.  Also sorry if this is the wrong place to post it.  Anywho, I'm having trouble installing ATI Catalyst.  When I installed Arch I installed the oss drivers, but I can't play any resource heavy games (like Urban Terror).  If there's another way o fix it without installing Catalyst, that's cool to.
    Anyway, when I do pacman -S catalyst I get:
    resolving dependencies...
    looking for inter-conflicts...
    :: catalyst-utils conflicts with libgl. Remove libgl? [Y/n] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ati-dri: requires libgl>=7.2
    I'm not exactly sure how I should take care of that.  Do I need to remove everything installed by the OS driver or what?

    Alright so I think I've got it good. 
    http://crunchbanglinux.org/pastebin/176 - xorg.conf
    I removed libgl and xf86-video-ati, thats all the OS driver comes with, right?  Tryin' to make sure I have everything cleaned up. ;o

  • ATI Catalyst Install Manager and catalyst Control Center Help

    I just run the Windows 7 Upgrade
    advisor report and it said that I should uninstall the ATI Catalyst Install Manager and Catalyst Control Center then reinstall after upgrade..
    Could someone direct me where I might t find these programs for Windows 7

    You must not do this. Just continue upgrade installation.
    On my Satellite I got the same message but I have simply continued with upgrade.
    At the end everything went fine.

  • [SOLVED]Problem installing ATI catalyst drivers

    Hello arch users, ive been having trouble when installing the ati proprietary drivers through pacman. I followed the wiki and added the catalyst repo into my pacman.conf file. however when i type in sudo pacman -Syu i get this:
    :: Synchronizing package databases...
    error: failed retrieving file 'catalyst.db' from catalyst.apocalypsus.net : The requested URL returned error: 404
    error: failed to update catalyst (download library error)
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    there is nothing to do
    and when i try to install catalyst and catalyst-utils i get this as an output:
    resolving dependencies...
    looking for inter-conflicts...
    :: catalyst-utils and libgl are in conflict. Remove libgl? [y/N] y
    :: catalyst and ati-dri are in conflict. Remove ati-dri? [y/N] y
    Targets (6): ati-dri-8.0.4-1 [removal] libgl-8.0.4-1 [removal]
    netkit-bsd-finger-0.17-7 xinetd-2.3.15-2 catalyst-12.6-3
    catalyst-utils-12.6-1
    Total Installed Size: 121.91 MiB
    Net Upgrade Size: 74.13 MiB
    Proceed with installation? [Y/n] y
    (4/4) checking package integrity [######################] 100%
    error: catalyst-utils: signature from "Vi0L0 <[email protected]>" is unknown trust
    error: catalyst: signature from "Vi0L0 <[email protected]>" is unknown trust
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    any idea on what to do?
    i want to use the proprietary over the open source because it gives me less problems when using 3d rendering.
    or are there any other ways of installing these packages other than pacman?
    Last edited by CokaBear (2012-07-19 19:45:35)

    You could add 'SigLevel = Never' under the catalyst repo in pacman.conf, so that it doesn't check for package integrity.
    And about the 404, maybe your 'Server' is incorrect. I use 'Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch'

  • Satellite L840/020 - need to re-install ATI Catalyst Control Center Win 8

    I keep getting a message from Program Compatibility Assistant that I need to reinstall ATI Catalyst Control Center.
    I went to their website and it said Toshiba laptops would need to get this from Toshiba.
    I can't find this download.
    My graphics card is the AMD Radeon 7670M
    Satellite L840/020
    Part No. PSK8LA-020007
    Windows 8 Pro 64 bit

    It seems to be that this notebook model is not supported for Win8. I found one US model with the same graphic card so try to install Win8 beta AMD display driver offered here .

  • Ati catalyst 4.4 and up won't install

    I can't install any Ati catalyst driver versions above 4.4, I have a Gecube Radeon 9800XTreme and a Gecube 9200Se and drivers up to and including catalyst 4.3 install fine with either card but any version above gives message "Setup was unable to find components that can be installed on your current hardware or software configuration. Please make sure you have the required hardware or software." Same goes for any of the modded drivers in those versions. All works fine in my other Asus Amd based computer. Any one else had these issues and maybe a solution.

    If you are trying to install Control Panel you need to have Microsoft .net framework installed first.

  • ATI Catalyst 4.9 problem

    I searched for this problem with this board in this forum but didn't find anything.  I just upgraded the driver for my built by ATI 9600XT to Catalyst 4.9 without the .NET Framework thing from Catalyst 4.4.  I tried running Aquamark and got a reboot both times I tried it.  The first time was about 30 seconds in, the second time was about 5 seconds in.  I re-installed 4.4 and it works fine.  Has anyone else had this exact problem?  If there's already a post on this, please direct me.  Thanks in advance for any advice you can give me.
    By the way, it's not an overheat or power supply problem as I have plenty of fans and a somewhat competent power supply.  Overdrive was not activated either.  Everything in the system is at stock speeds.  This is the first time I've ever had a spontaneous reboot andI built this PC last December.  I can't think of anything other than the driver that could cause this.

    Here's the verdict.  I got crashes that caused complete reboots and crashes that only crashed back to the desktop and caused the error report thing to come up with both the ATI Catalyst 4.9 Driver and the Omega Driver with fastwrites enabled and disabled with AGP at 8X.  I knew that lowering AGP to 4X fixed a lot of other people's problems, but I was hesitant to try it since I had always been rock stable.  Based on the adivce in this thread, I lowered AGP to 4X and Aquamark 3 finished.  However, I got a score of 30,436 at 30.44 fps where I used to get 31,273 at 31.27 fps with Catalyst 4.4 AGP X8 Fastwrites on.  I know that this is very minor an I will see no real world difference, but an "upgraded" driver should not cause decreased performance or require the user to use less aggressive settings, shame on ATI.
    McGeyser, I've been playing for about 12 years I guess.  Unfortunately for me now, I didn't force myself to learn right-handed.  What's wierd is that I'm right handed for most things, but I do write, eat, shoot a slingshot, play guitar, and brush my teeth left handed.....59 reissue....nice

  • AutoUpdate/Ati Catalyst Broken!

    AutoUpdate/Ati Catalyst Broken!? When using AutoUpdate here are some things I had to do to get it working:
    ) installed standard Creative drivers for my X-FI Titanium 2.7.007
    it worked
    2)? installed ATI Catalyst 9.0
    it stopped working.
    3) by mistake I let Windows Update install its WHQL Creative driver
    AutoUpdate started working
    used the other shortcut for AutoUpdateA.exe to get updates for Creative products in windows 7 64, and it worked everytime to reinstall the Creative 2.7.007
    4) three weeks later I installed Catalyst 9.2 drivers, and immediately after reboot, AutoUpdate is broken.
    Windows 7 Action Center reports errors with Creative AutoUpdate.
    If I delete Creative drivers using CTZAPP, Windows Update upon reboot will install its own update to Creative's drivers......... I reinstall Creative 2.7.007 and Creative AutoUpdate still works.
    5) installed ATI Catalyst and it is broken again. The Catalyst installation breaks it everytime. Reinstalling Windows Update version of Creative drivers, uninstalling those and installing Creative's several times usually fixes AutoUpdate. Within a few days, Autoupdate will be broken.
    Anybody else have the issue with Catalyst 9.0 to 9.2 and Creative AutoUpdate?
    Keep in mind, this is not my "new cause" of the week. I just did a clean format a week or so ago, and I am trying to duplicate the problems others are having with AutoUpdate. About 40-45% of users have ATI cards I would guess and I am trying to figure out if this is a common thing with about half of the Creative users. We install Creative drivers and go along for a few weeks, as many people always say, and then something goes wrong.......A new Catalyst is released about once a month or every six weeks.

    #Re: AutoUpdate/Ati Catalyst Broken!B <div class="lia">"" try and just uninstall the CCC (Catalyst Control Center) and not the actual video drivers. Its the CCC (the little red "ATI" box in your task manager on the lower right) that is causing this problem. You will still have accelerated video with the drivers installed but not the special ATI utility to configure them. Use the built-in Windows 7 advanced graphics utility when you right click on the desktop (right-click and choose "Screen Resolution"). Inside that window is a link called "Advanced settings" which will let you do the same functions as the CCC does without the CCC's interference.
    I hope this hel
    ps.
    Well this is not a good solution as you will loose advanced settings for your graphic card.

  • ATI Catalyst 8.5 Proprietary Linux Display Driver released

    New ATI Catalyst™ 8.5 Proprietary Linux Display Driver was released the day before yesterday and according to release notes it has many improvements.
    New Features
    This release of the Catalyst™ Linux software driver introduces Mipmap Detail, Catalyst A.I., and AA Filters in the 3D ORCA page of the Catalyst™ Control Center Linux Edition.
    Resolved Issues
    * The following section provide a brief description of resolved issues with the latest version of the ATI Catalyst™ Linux software suite. These include:
    * Support for video playback on the second head in dual head mode is now available. Further details can be found in topic number 737-26985
    * Unresolved symbols in Xorg log under RHEL 4u6 32 and 64 bit no longer occur. Further details can be found in topic number 737-34284
    * The desktop background color is no longer displayed incorrectly when using xcommgr. Further details can be found in topic number 737-34285
    * Change VT no longer fails when kernel module is not loaded. Further details can be found in topic number 737-34286
    * Switching to the virtual terminal multiple times no longer results in X displaying corruption. Further details can be found in topic number 737-34287
    * Catalyst Control Center: The Preference page is now localized for all supported languages. Further details can be found in topic number 737-34275
    * The Linux kernel module is no longer installed to wrong location if the Linux kernel is updated. Further details can be found in topic number 737-34288
    * Random system hangs no longer occur when calls to the ATI driver are made from Ring3. Further details can be found in topic number 737-34289
    * X window no longer fails to respond when GoogleEarth is maximized. Further details can be found in topic number 737-34290
    * A segmentation fault no longer occurs when running SPECViewperf on systems containing an ATI FireGL V5100 series product and running SUSE 10.3 x86. Further details can be found in topic number 737-34276
    * Enabling Composite extension no longer displays 8x AA for graphic cards that do not support 8x AA under the Ubuntu 7.10 operating system. Further details can be found in topic number 737-34291
    * Display corruption is no longer noticed at logon when compiz is enabled. Further details can be found in topic number 737-34292
    * Launching the glxgears application no longer results in segmentation faults. Further details can be found in topic number 737-34293
    * GoogleEarth: Launching the application in horizontal mode on a system running X no longer results in corruption being noticed. Further details can be found in topic number 737-34293
    * Specviewperf 8.1 64 bit version: Segmentation faults no longer occurs on IGP systems. Further details can be found in topic number 737-34294
    * Maya 2008: Moving the render window no longer results in the operating system failing. Further details can be found in topic number 737-34295
    * Glxgears corruption is no longer noticed in big desktop mode. Further details can be found in topic number 737-34296
    Known Issues
    * The following section provides a brief description of known issues associated with the latest version of ATI Catalyst™ Linux software suite. These issues include:
    * Desktop corruption may be noticed when dragging the overlay/video when using dual-display mode. Further details can be found in topic number 737-29578
    * Bandwidth corruption may be noticed when setting the desktop resolution to 2048x1536 on systems containing an ATI Radeon HD 3200 series of product. Further details can be found in topic number 737-33499
    * SECAM, NTSC or PAL signal changes when using aticonfig or Catalyst Control Center but does not apply to the TV display output. Further details can be found in topic number 737-34297
    * Running X server without a window manager may result in the X server flashing green for a moment, going black, and the computer becoming unresponsive. Further details can be found in topic number 737-34299
    * Desktop corruption may be noticed when dragging the overlay/video when using dual-display mode. Further details can be found in topic number 737-34298
    * Connecting a CRT display device to a system containing an ATI Mobility Radeon X1600 product may result in the display device flashing multiple times or failing to display an image when attempting to launch the Catalyst Control Center. Further details can be found in topic number 737-34300
    * Corruption may be noticed when connecting a DFP display device to a system running X after setting the TV mode to 1080i. Further details can be found in topic number 737-34301
    * Quake 3 Arena (demo): Segmentation faults may occur when attempting to play the game. Further details can be found in topic number 737-34302
    * Specviewperf: Launching the application may result in the Linux operating system failing to respond. Further details can be found in topic number 737-34282
    * Opening a terminal and running semi-automated DPPT tests via lnxtest.sh may result in the operating system failing to respond. Further details can be found in topic number 737-34283
    * A segmentation fault may occur when running SPECViewperf on systems containing an ATI FireGL V5100 series product and running SUSE 10.3 x86. Further details can be found in topic number 737-34319
    * FGL_GLXGEARS or GLXGEARS: X may fail to respond when launching either of the applications. Further details can be found in topic number 737-34316
    * Maya 2008: Various comparison failures may be noticed. Further details can be found in topic number 737-34277
    * The X Server may fail to reset clearly when AIGLX is enabled. Further details can be found in topic number 737-34317
    * DiscoveryStudio1.7: The print preview and save as functions may fail to work properly. Further details can be found in topic number 737-34278
    * SPEC Viewperf 8.1: A performance drop may be noticed when running the application under Linux. Further details can be found in topic number 737-34279
    * Maya2008: The hardware render buffer may fail to render/display the image. Further details can be found in topic number 737-34280
    * May2008: The hardware render Perl script may display an error message when rendering. Further details can be found in topic number 737-34281
    I wonder when it will appear in Arch's repositories

    Yea, it would be great as at Phoronix forums some people are reporting 10% performance increase in games
    EDIT: Some release notes from AMD
    New Features
    This release of the Catalyst™ Linux software driver introduces UYVY and YUY2 pixel format support. This support provides interleaved stream support for video playback applications such as TVTime and MythTV.
    Resolved Issues
    The following section provide a brief description of resolved issues with the latest version of the ATI Catalyst™ Linux software suite. These include:
    *Enemy Territory: Quake Wars: Playing the demo on a system running X no longer results in corruption being noticed. Further details can be found in topic number 737-35208
    *Maya 2008: An incorrect colormap is no longer displayed for texture selector on systems running X. Further details can be found in topic number 737-35207
    *Quake 3 Arena (demo): Segmentation faults no longer occur when attempting to play the game. Further details can be found in topic number 737-35206
    *Quake3: Corruption is no longer noticed when changing the display resolution when the game is running. Further details can be found in topic number 737-35209
    *SECAM, NTSC or PAL signal changes when using aticonfig or Catalyst Control Center and now gets applied to the TV display output. Further details can be found in topic number 737-34297
    *Running X server without a window manager no longer results in the X server flashing green for a moment, going black, and the computer becoming unresponsive. Further details can be found in topic number 737-34299
    *Corruption is no longer noticed when connecting a DFP display device to a system running X after setting the TV mode to 1080i. Further details can be found in topic number 737-34301
    *Clock Gating is now supported and enable under the Linux operating system. Further details can be found in topic number 737-35191
    *The desktop background color is no longer displayed incorrectly when using xcommgr. Further details can be found in topic number 737-35192
    *Using the wrong delimiter in aticonfig --set-dispattrib=<disp>,<attr>, <value> no longer results in a segmentation fault. Further details can be found in topic number 737-35194
    *Audio out is now functioning after the installation of the ATI graphics drivers for Ubuntu 7.10. Further details can be found in topic number 737-35196
    *Bandwidth corruption is no longer noticed when setting the desktop resolution to 2048x1536 on systems containing an ATI Radeon HD 3200 series of product. Further details can be found in topic number 737-33499
    *Playing a video clip using mplayer with the Xv extension enabled no longer results in an error indicating that Xv could not find a free Xv port. Further details can be found in topic number 737-35198
    *Corruption is no longer noticed when enabling Big Desktop on systems containing an ATI FireGL X1 series of product and running X. Further details can be found in topic number 737-35199
    *Running the X server generations test no longer results in the operating system failing to respond or a Kernel panic to occur after first server generation on SuSE 10.3 64 bit. Further details can be found in topic number 737-35200
    *Attempting to resize a 2D application window no longer results in poor performance being noticed when composing is enabled. Further details can be found in topic number 737-35201
    *Screen flicker is no longer noticed after running amdcccle in X. Further details can be found in topic number 737-35202
    *Corruption is no longer noticed when connecting a DFP display device to a system running X after setting the TV mode to 1080i. Further details can be found in topic number 737-35203
    *Glxgears corruption is no longer noticed in big desktop mode. Further details can be found in topic number 737-35204
    *Starting glxgears and/or fgl_glxgears no longer results in the gears failing to render on SuSE 10.2 x86_64. Further details can be found in topic number 737-35205
    *FGL_GLXGEARS or GLXGEARS: X no longer fails to respond when launching either of the applications. Further details can be found in topic number 737-35210
    Known Issues
    The following section provides a brief description of known issues associated with the latest version of ATI Catalyst™ Linux software suite. These issues include:
    *DiscoveryStudio1.7: The print preview and save as functions may fail to work properly. Further details can be found in topic number 737-35219
    *Desktop corruption may be noticed when dragging the overlay/video when using dual-display mode. Further details can be found in topic number 737-29578
    *Bandwidth corruption may be noticed when setting the desktop resolution to 2048x1536 on systems containing an ATI *Radeon HD 3200 series of product. Further details can be found in topic number 737-33499
    *Connecting a CRT display device to a system containing an ATI Mobility Radeon X1600 product may result in the display device flashing multiple times or failing to display an image when attempting to launch the Catalyst Control Center. Further details can be found in topic number 737-34300
    *DiscoveryStudio1.7: The print preview and save as functions may fail to work properly. Further details can be found in topic number 737-34278
    *Setting the Overscan to an invalid value may result in segmentation faults. Further details can be found in topic number 737-35211
    *An incorrect error message may be returned when applying an unsupported TV geometry in a console terminal. Further details can be found in topic number 737-35212
    *Desktop corruption may be noticed when dragging the overlay/video when using dual-display mode. Further details can be found in topic number 737-35213
    *An X segmentation fault may occur when launching SUZI/textured video. Further details can be found in topic number 737-35214
    *Creating two successive connections may result in direct GL context to fail. Further details can be found in topic number 737-35215
    *Moving the mouse or tapping a key may fail to close an OpenGL screen-saver and bring the user back to the x desktop. Further details can be found in topic number 737-35216
    *The X Server may fail to reset clearly when AIGLX is enabled. Further details can be found in topic number 737-35217
    *Opening a terminal and running semiautomated DPPT tests via lnxtest.sh may result in the operating system failing to respond. Further details can be found in topic number 737-35218
    Last edited by Zibi1981 (2008-06-19 15:42:23)

  • Where can I find 'old' version of ATI catalyst 8.11

    I think I'm not the only person who can't use the current version of catalyst with arch64 (2.6.28 kernel).
    It starts first time but on repeat starting it gives black screen and I can only reboot by log in with ssh.
    The previous vesion of catalyst worked.
    I tried to install 8.11 from the ATI page without success. The beta version 9.1 installs but server doesn't start (error, no screen found).
    To my knowlege, the vesa driver can't be used with dual head setting, so an old catalyst version is my last hope. I couln't find a arch server which still hols the old package. Can anyone help me here ?.
    Many thanks
    fr

    Hi I was not able to rebuild PKGBUILD for 8.11 (i'm just a user). However here my intrem (hopefully ) silution:
    First I start fluxbox via startx.
    After exit X I have to
    rm .Xauthority
    sudo cp /etc/ati/amdpcsdb.default /etc/ati/amdpcsdb
    With those steps I can restart X
    I don't know what the steps do and I do not know if this can be automated (running whenever X is closed down).
    Maybe someone can help here and knows why this method works ?
    O'm on arch x86_64, kernel 2.6.28 with a HIS radeon 4650 card

Maybe you are looking for

  • Oracle 11g - memory issue.

    hi, Recently we have upgraded to oracle 11.2.0.1 from 10.2.0.4. Below memory issues shows up and system crashes. We included parameter MEMORYIMM_MODE_WITHOUT_AUTOSGA=FALSE in init file. Despite this happens. ORA-04031: unable to allocate 264 bytes of

  • Group Policy for IE security option

    Hello I have a problem with group policy. I wanted to add intranet site to IE properties in security tab and I did research and found one link which saying go to group policy management -> user configuration -> windows settings -> internet explorer m

  • Cannot add language to tag

    I have a PDF which was created in Adobe InDesign CS4. The document is mostly in English but has some Chinese and Spanish text. I am trying to mark the tags containg the Chinese or Spanish with the appropriate language. In Acrobat Pro 9.1.2, 1. I sele

  • Not Bound Exception

    Hi, I am new to RMI, I have an existing RMI application and that application is working fine on my system. But when I tried to deploy the same application on other s/m i.e., with out any code changes it is giving the following Exception. I examined t

  • After effects cs6 trial install errors

    Hello, I am trying to install the trial version of After effects cs6. I installed the entire cs6 master suite and everything worked except after effects. I tried again from the master suite and then with a separate after effects only installer(all fr