Announcement

Collapse
No announcement yet.

Ubuntu Gets Another ATI Catalyst Driver Handout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • oblivious_maximus
    replied
    Upon further investigation it seems that svideo output is totally broken in the pre-release driver. "aticonfig --initial=dual-head" seems to make an xorg.conf properly, but the tv never gets enabled when starting X. amdcccle errors out whenever I try to enable a multi-monitor config, always saying it can't enable the device and that maybe there's not enough video memory.

    insert exasperated exclamation here.

    Leave a comment:


  • DivineGrace
    replied
    Originally posted by oblivious_maximus View Post
    I'm using an HD4770.

    Have you tried starting with an initial xorg.conf as opposed to your existing one? It seems like every time I upgrade fglrx, I have to wipe my old xorg.conf and run "aticonfig --initial" again to get it to work at all. Moving /etc/ati/amdpcsdb somewhere, or renaming it, might also be of some use.

    I'm afraid that's just about all the advice I have wrt fglrx. Haven't been using it for more than a few months and I'm always amazed that I can get it to work at all.
    Yes, I always issue the "aticonfig --initial" command after each and every fglrx installation. However, I receive a blank screen upon bootup with my 3870, Debian Squeeze/Sid (or Ubuntu 9.04) and fglrx-driver (1:10-3~prerelease-2. Is anyone else having similar issues?

    Leave a comment:


  • oblivious_maximus
    replied
    Yeah definitely wish I hadn't hit the wrong button there, my post is rife with missing words.

    had my test partition running quite nicely with KMS and 3D that was good enough ...

    and sorry about the triple-post!

    Leave a comment:


  • oblivious_maximus
    replied
    The 6.13 RC2 xorg-video-radeon driver just arrived in sid also, btw. That along with a kernel from these nice Liquorix people had my test partition running quite with with KMS and 3D was good enough for desktop bling at least (and Blockout2 too!). edit: dammit hit the wrong button, might have had something more to say but oh well. xorg driver is really coming along is all...

    Leave a comment:


  • oblivious_maximus
    replied
    I'm using an HD4770.

    Have you tried starting with an initial xorg.conf as opposed to your existing one? It seems like every time I upgrade fglrx, I have to wipe my old xorg.conf and run "aticonfig --initial" again to get it to work at all. Moving /etc/ati/amdpcsdb somewhere, or renaming it, might also be of some use.

    I'm afraid that's just about all the advice I have wrt fglrx. Haven't been using it for more than a few months and I'm always amazed that I can get it to work at all.

    Leave a comment:


  • DivineGrace
    replied
    oblivious, I'm happy that you were able to get the new fglrx from SID to work, but what hardware are you using? I cannot get the new driver from SID to work with a 3870 : (

    Leave a comment:


  • oblivious_maximus
    replied
    Well the packages built and I was able to install them in my test partition that already has the previously unsupported X.org, so I'm content as far as getting my hands on those packages goes! It seems however that the display manager in amdcccle has seen some changes that invalidate my current configuration.

    I used to be able to set both my CRT and TV as "Single display desktop (Multi-desktop)", and set their resolutions independently. Then I'd take the xorg.conf that produces and tweak it everso slightly so the tv actually becomes an X display I can send apps to with "export DISPLAY=:0.1". With the new driver "Single display desktop (Multi-desktop)" might as well be "Disable secondary screen" for all the good it does.

    Made real progress towards using the xorg driver today though, so I'll probably only come back to this if that doesn't work out. Thanks again for your help/info Kano.

    Leave a comment:


  • Kano
    replied
    "debuild -b" does a bit more, it also checks for build-depends using dpkg-checkbuilddeps. Just install devscripts package to have all tools mentioned. That's the shortcut way for what you did manually. So of course your commands are correct too. Using apt-get source -b is certainly the most easy way when you just want to recompile things. I don't get why it was not available for you. If you want to do some more testing i suggest:



    To test that xbmc auto/glsl is broken, only arb works. The comments in the scripts should be executed as root, the script itself as user. Maybe somebody wants to add a bugzilla entry, i wont do that. The bug is present in ALL fglrx releases i tested so far...

    Leave a comment:


  • oblivious_maximus
    replied
    So is "fakeroot debian/rules binary" the same as "debuild -b" then? And dget obviously downloads those two archives automatically with the .dsc file...

    Sorry bout the double post, got ahead of myself there.

    Leave a comment:


  • oblivious_maximus
    replied
    I managed to figure out for myself that that .dsc was the key. I downloaded these files manually:

    fglrx-driver_10-3~prerelease-1.dsc
    fglrx-driver_10-3~prerelease.orig.tar.bz2
    fglrx-driver_10-3~prerelease-1.debian.tar.gz

    And then ran

    $ dpkg-source -x fglrx-driver_10-3~prerelease-1.dsc
    $ cd fglrx-driver-10-3~prerelease
    $ fakeroot debian/rules binary

    Wouldn't have made it to that thought-process without your earlier suggestion Kano, thanks

    Leave a comment:

Working...
X