headermask image

header image

3D effects on ubuntu 7.10 on ati 1250

Well after going through a large number of guides like this i finally thought about giving guide at cchtml a try, well the hings mentioned are really great but not all steps are needed so here is a simplified version

Here i assume that you have not done any of this step before and are doing it for the first time but if that is not the case then this might not work for you.
Ok so first step installation of drivers, there are two steps for this as mentioned in the cchtml wiki one automatic and other manual, for automatic you need to enable the restricted repositories by going to System>>Administration>>Software Sources, and the typing
sudo apt-get update
sudo apt-get install linux-restricted-modules-generic restricted-manager
sudo apt-get install xorg-driver-fglrx

which will install the drivers by downloading them from net, if you dont have the bandwidth to download that much you can go for the manual install where we will build those file, here i assumed that you have copy of the ati drivers .run file which if your Ubuntu is installed by me could be found at “/”, to build we need to install certain packages
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-generic dkms
to build the packages type
sudo bash ati-driver-installer-8.443.1-x86.x86_64.run --buildpkg Ubuntu/gutsy
in the directory where you have the ati-driver-installer-8.443.1-x86.x86_64.run file, this is the latest file at the time of writing but you might have a different file this will work with any driver after 8.38, as they have AIGLX support anyway now we need to install the packages made type
sudo dpkg -i xorg-driver-fglrx_8.443.1-1*.deb fglrx-kernel-source_8.443.1-1*.deb fglrx-amdcccle_8.443.1-1*.deb
when you do that you might be asked
Configuration file `/etc/xdg/compiz/compiz-manager'
==> Deleted (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer’s version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the situation
The default action is to keep your current version.
*** compiz-manager (Y/I/N/O/D/Z) [default=N] ?

just answer Y to the question and proceed, once this is done you now need to edit the xorg.conf file type
sudo gedit /etc/X11/xorg.conf
and replace
Section "Device"
Identifier “Generic Video Card”
Driver “vesa”
BusID “PCI:1:5:0″
EndSection

WITH
Section "Device"
Identifier “Generic Video Card”
#Driver “vesa”
BusID “PCI:1:5:0″
Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”
EndSection
now just restart the X server but pressing Ctrl + ALT + Backspace, all done this will give you the Basic 3D effects but who is satisfied with that we need more so we will go for installing Compiz settings manager, for this type
sudo apt-get install compizconfig-settings-manager gcompizthemer subversion
svn ls https://svn.generation.no/emerald-themes

now accept the certificate and fetch the themes by going to System>>Preferances>>Emerald Themes Manager,
to enable 3D effects go to System>>Preferances>>Appearance then Visual Effects select Custom and edit your settings by Preferances
now you are all set to blow everyone up with your Linux box’s 3D effects enjoy

If you liked my post, feel free to subscribe to my rss feeds

10 Comments so far (Add 1 more)

  1. mdyayayaya ….. * Many people think *…. the author thanks for the post!

    1. Beatrisasokr on November 6th, 2008 at 11:02 am
  2. We never get this problems on any of the desktop/laptop where ubuntu/OpenSuse has been installed. Another fact is that I have never installed Linux on any computer with ATI graphics card, only nVidia.
    Well in IBM laptop given to present 2nd yr, there is no graphics card, only Intel’s onboard 945GM graphics accelerator, same with mine on Compaq V3018TU laptop.
    Another problem that we usually face with Linux is that net doesnt work with nVidia LAN card. It happened on one of my friend, who had onboard nVidia LAN card, he had to plug in external Realtek LAN card in PCI slot to get net working.

    2. Manish on January 1st, 2008 at 4:10 am
  3. ooo wordpress dosent display - - properly
    so its minus,minus without space in aticonfig –initial and not just one big minus

    3. Ankur on December 31st, 2007 at 1:34 pm
  4. well the work for script is done and its working fine
    the problem with you is that your xorg was not initiallised so just copy back your old config file
    mv /etc/X11/xorg.conf.original-0 /etc/X11/xorg.conf
    then
    remove every thing you have installed
    now repeat the above step and before editing xorg.conf type
    aticonfig –initial
    and proceed
    best of luck

    4. Ankur on December 31st, 2007 at 1:29 pm
  5. and this is my xorg.conf:::

    http://ibuyphone.wordpress.com/files/2007/12/xorg.doc

    PLZ RENAME THE FILE AS “xorg.conf”…

    file extension was changed for easier upload….thnx…

    5. abhinit on December 31st, 2007 at 9:35 am
  6. this is the error log m getting:::

    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: Linux Ubuntu
    Current Operating System: Linux abhinit-laptop 2.6.20-16-generic #2 SMP Tue Dec 18 05:45:12 UTC 2007 i686
    Build Date: 04 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (–) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: “/var/log/Xorg.0.log”, Time: Mon Dec 31 19:41:34 2007
    (==) Using config file: “/etc/X11/xorg.conf”
    Data incomplete in file /etc/X11/xorg.conf
    Device section “Generic Video Card” must have a Driver line.
    (EE) Problem parsing the config file
    (EE) Error parsing the config file

    Fatal server error:
    no screens found
    (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
    (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
    (WW) xf86OpenConsole: VT_GETSTATE failed: Bad file descriptor

    6. abhinit on December 31st, 2007 at 9:25 am
  7. m in favour of creating a script.

    7. abhinit on December 31st, 2007 at 9:24 am
  8. m havin a problem…
    after i followed the instructions till editin the xorg.conf file,
    the desktop wont come up.
    it shows:

    x server couldn’t be started.
    .
    .
    .
    driver line missing

    but after i edited the:

    #Driver: “vesa”

    to

    Driver “vesa”

    its workin like it used too, m not gettin the 3d effects.
    and if i got to

    system>>preferences>>desktop effects

    i get an error message:

    “the composite extension is not available”

    what do u suggest?…

    8. abhinit on December 31st, 2007 at 9:22 am
  9. ya sure i will be on it, but its not that easy as there are a lot of dependencies that are required and i dont have enough bandwidth to save them all guess we will have to wait for a bit…….

    9. Ankur on December 29th, 2007 at 3:48 pm
  10. Great Ankur! Is the driver problem on ATI so grave? I didnt think so, well I think doing all these by a n00b can be a real daunting task, creating a script can be quite beneficial.

    10. Manish Sinha on December 29th, 2007 at 9:11 am

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*