Bitcoin Forum
June 17, 2024, 01:35:37 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / aticonfig: command not found on ubuntu 11.04 on: August 03, 2011, 10:21:10 PM
Hey! I know there is already a topic on this (http://bitcointalk.org/index.php?topic=18939.0), but the instructions didn't work for me. I'm a total n00b at the moment, and I am having a lot of trouble getting my multiple monitors to show different images. I've been running around buying uber cheap monitors for a while, and have only recently gotten VGA splitters. I am running this off a laptop, so at the moment I have to vga splitters connected to the one vga port, with three monitors connected to those.

According to: http://ubuntuforums.org/showthread.php?t=1075932
sudo aticonfig --dtop=horizontal
^that command^ should help me.

the only problem is, I use the command and I get:
aticonfig: command not found

so, I did some browsing and came across the first link, and followed the instructions through a terminal.
Quote
Download and install ATI Driver 11.5 for Linux 64bit.
   cd ~
   wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
   sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
   sudo dpkg -i *.deb
   sudo apt-get -f install
   sudo aticonfig -f --initial --adapter=all
   sudo reboot

Verify that the ATI Driver is setup and running
   cd ~
   DISPLAY=:0 sudo fglrxinfo

When I entered:
Quote
sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
I got:
Quote
Created directory fglrx-install.kmIXfD
Verifying archive integrity... All good.
Uncompressing ATI Catalyst(TM) Proprietary Driver-8.85...
==================================================================
 ATI Technologies Catalyst(TM) Proprietary Driver Installer/Packager
==================================================================
Generating package: Ubuntu/natty
Package /home/andrew/fglrx_8.850-0ubuntu1_amd64.deb has been successfully generated
Package /home/andrew/fglrx-dev_8.850-0ubuntu1_amd64.deb has been successfully generated
Package /home/andrew/fglrx-amdcccle_8.850-0ubuntu1_amd64.deb has been successfully generated
Removing temporary directory: fglrx-install.kmIXfD

when I entered:
Quote
sudo dpkg -i *.deb
I got:
Quote
(Reading database ... 180500 files and directories currently installed.)
Preparing to replace fglrx 2:8.850-0ubuntu1 (using fglrx_8.850-0ubuntu1_amd64.deb) ...
Unpacking replacement fglrx ...
Preparing to replace fglrx-amdcccle 2:8.850-0ubuntu1 (using fglrx-amdcccle_8.850-0ubuntu1_amd64.deb) ...
Unpacking replacement fglrx-amdcccle ...
Preparing to replace fglrx-dev 2:8.850-0ubuntu1 (using fglrx-dev_8.850-0ubuntu1_amd64.deb) ...
Unpacking replacement fglrx-dev ...
dpkg: dependency problems prevent configuration of fglrx:
 fglrx depends on dkms; however:
  Package dkms is not installed.
dpkg: error processing fglrx (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of fglrx-amdcccle:
 fglrx-amdcccle depends on fglrx; however:
  Package fglrx is not configured yet.
dpkg: error processing fglrx-amdcccle (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of fglrx-dev:
 fglrx-dev depends on fglrx; however:
  Package fglrx is not configured yet.
dpkg: error processing fglrx-dev (--install):
 dependency problems - leaving unconfigured
Processing triggers for ureadahead ...
Errors were encountered while processing:
 fglrx
 fglrx-amdcccle
 fglrx-dev

Anyone know how to solve this?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!