Talk:Catalyst 8.1
(move discussion, signing) |
(→X failing to restart) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
::Ubuntu 7.10, kernel 2.6.22-14-generic (Ubuntu 7.10 is up to date so latest stock kernel. I should note that this isn't a clean Ubuntu install; however I haven't done anything too radical.) | ::Ubuntu 7.10, kernel 2.6.22-14-generic (Ubuntu 7.10 is up to date so latest stock kernel. I should note that this isn't a clean Ubuntu install; however I haven't done anything too radical.) | ||
:::Hey guys, how about signing your comments? Just add "<tt><nowiki>~~~~</nowiki></tt>" to the end. — [[User:SheeEttin|SheeEttin]] {[[User_talk:SheeEttin|T]]/[[Special:Contributions/SheeEttin|C]]} 08:56, 21 January 2008 (CST) | :::Hey guys, how about signing your comments? Just add "<tt><nowiki>~~~~</nowiki></tt>" to the end. — [[User:SheeEttin|SheeEttin]] {[[User_talk:SheeEttin|T]]/[[Special:Contributions/SheeEttin|C]]} 08:56, 21 January 2008 (CST) | ||
| + | <hr> | ||
| + | On kubuntu 7.10 I experienced an unmet dependency with this driver (8.01) during installation. Creating the deb-files, installing them and executing | ||
| + | module-assistant build fglrx | ||
| + | resulted in | ||
| + | |||
| + | fglrx-kernel-2.6.24.1_8.'''433'''-1+2.6.24.1fm_i386.deb | ||
| + | in ''/usr/src/'', where I would have expected | ||
| + | fglrx-kernel-2.6.24.1_8.'''452'''-1+2.6.24.1fm_i386.deb | ||
| + | (since all other deb-files contained the serial-no. '''8.452.1''') | ||
| + | |||
| + | Additionally, in | ||
| + | * fglrx-kernel-2.6.24.1_8.433-1+2.6.24.1fm_i386.deb | ||
| + | ** control.tar.gz | ||
| + | *** control (line 7) | ||
| + | I found | ||
| + | Depends: xorg-driver-fglrx (= 8.433-1) | ||
| + | what failed of course, trying ''sudo module-assistant install fglrx'' since the current version is 8.45. Changing it manually to '''..(>= 8.433-1)''' solved the problem. Maybe this helps other guys, who experience the same problem. I also opened a ticket on the fglrx-bugzilla. [[User:FMayer|FMayer]] 13:28, 9 February 2008 (CST) | ||
| + | <hr> | ||
| + | |||
| + | What a joy to find such clear thinking. Thnkas for posting! | ||
Latest revision as of 20:13, 1 June 2011
I still have issues with suspending in Ubuntu 7.10 (for me, it suspends successfully, but it gives a black screen on restore. Some others on the Phoronix forums say they can't even suspend successfully.) Also, like Catalyst 7.12, vlc seems to go haywire. Your mileage may vary.*
- What's your kernel version?
- Ubuntu 7.10, kernel 2.6.22-14-generic (Ubuntu 7.10 is up to date so latest stock kernel. I should note that this isn't a clean Ubuntu install; however I haven't done anything too radical.)
On kubuntu 7.10 I experienced an unmet dependency with this driver (8.01) during installation. Creating the deb-files, installing them and executing
module-assistant build fglrx
resulted in
fglrx-kernel-2.6.24.1_8.433-1+2.6.24.1fm_i386.deb
in /usr/src/, where I would have expected
fglrx-kernel-2.6.24.1_8.452-1+2.6.24.1fm_i386.deb
(since all other deb-files contained the serial-no. 8.452.1)
Additionally, in
- fglrx-kernel-2.6.24.1_8.433-1+2.6.24.1fm_i386.deb
- control.tar.gz
- control (line 7)
- control.tar.gz
I found
Depends: xorg-driver-fglrx (= 8.433-1)
what failed of course, trying sudo module-assistant install fglrx since the current version is 8.45. Changing it manually to ..(>= 8.433-1) solved the problem. Maybe this helps other guys, who experience the same problem. I also opened a ticket on the fglrx-bugzilla. FMayer 13:28, 9 February 2008 (CST)
What a joy to find such clear thinking. Thnkas for posting!