Setting up your two monitors on debian with ati display drivers

  • install necessary packages:
    apt-get install build-essential linux-headers-`uname -r`
  • install ati video drivers:
    wget http://192.168.1.99/ati_drivers.run
    chmod +x ati_drivers.run
    ./ati_drivers.run
    follow the steps until you a completed screen
  • run the following command as root:

The screen resolution for each of your monitor should be one of following 1024x768 1600x900 1680x1050

   aticonfig --initial=dual-head
aticonfig --dtop=horizontal,reverse --overlay-on=1
aticonfig --resolution=0,3280x1950,1680x1050,1600x900 // Please calculate the last numbers according to you display. The last two value should be your "real" monitor resolution.
aticonfig --xinerama on

Comments

Popular posts from this blog

周末发现的两样东西,和心理有关的。

QStringList related performance