Announcement

Collapse
No announcement yet.

Ati 9200 - no 3D effects

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ati 9200 - no 3D effects

    I'm trying to update the 3D on my video card (ATI 9200 Radeon) from this link :


    and this is the answer from my PC :


    Code:
    Code:
    carlo@carlo-desktop:~/Desktop/ati_stuff$ sudo dpkg-buildpackage -rfakeroot -uc -b
    
    dpkg-parsechangelog: error: cannot open debian/changelog to find format: No file or directory
    dpkg-buildpackage: unable to determine source package is
    while doing : dpkg-buildpackage -rfakeroot -uc -b
    am I doing something wrong ?

    Thanks

    #2
    Re: Ati 9200 - no 3D effects

    Are you in the right place when you dpkg-buildpackage -rfakeroot -uc -b ?

    Check where is folder: debian


    Hmm - This is from Install.txt/SMplayer:
    7) How to make a deb package
    ----------------------------
    First of all be sure you have the package fakeroot installed.
    Enter in smplayer-0.5.x. If the directory debian/ doesn't exists, rename
    debian-rvm to debian.
    Not type "dpkg-buildpackage -rfakeroot".
    The deb package will be created in the parent directory.

    Link:
    Topic: FAQ: Installing from source
    http://kubuntuforums.net/forums/inde...opic=3085626.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Ati 9200 - no 3D effects

      how do I do that?
      I'm still a newbie and not very good at Linux commands...

      Comment


        #4
        Re: Ati 9200 - no 3D effects

        Use konqueror: Goto ~/Desktop/ati_stuff and press Ctrl +F (Find).

        Maybe in the directory xserver-xorg-driver-ati-version.

        This downloads three files and unpacks the sources into the directory xserver-xorg-driver-ati-version.
        And in the konsole:
        Code:
        :~$ find -name "filename"
        man find:
        FIND(1) FIND(1)

        NAME
        find - search for files in a directory hierarchy

        SYNOPSIS
        find [-H] [-L] [-P] [path...] [expression]
        Using man pages:
        In the konsole:
        Code:
        man <name>
        Example:
        Code:
        :~$ man man
        MAN(1) Manual pager utils MAN(1)

        NAME
        man - an interface to the on-line reference manuals

        SYNOPSIS
        man [-c|-w|-tZ] [-H[browser]] [-T[device]] [-adhu7V] [-i|-I] [-m sys‐
        tem[,...]] [-L locale] [-p string]....

        You can use konqueror: enter man:<name> in the URL line.
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: Ati 9200 - no 3D effects

          found it and tried to install. this is what happened....

          Code:
          dpkg-buildpackage: source package is xserver-xorg-video-ati
          dpkg-buildpackage: source version is 1:6.6.3-2ubuntu6
          dpkg-buildpackage: source changed by Timo Aaltonen <tepsipakki@ubuntu.com>
          dpkg-buildpackage: host architecture i386
          dpkg-buildpackage: source version without epoch 6.6.3-2ubuntu6
          dpkg-checkbuilddeps: Unmet build dependencies: pkg-config xserver-xorg-dev (>= 2:1.1.1) x11proto-gl-dev x11proto-xext-dev x11proto-video-dev x11proto-xinerama-dev x11proto-xf86misc-dev x11proto-fonts-dev x11proto-randr-dev x11proto-render-dev libdrm-dev (>> 1.0.5) x11proto-xf86dri-dev quilt
          dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
          dpkg-buildpackage: (Use -d flag to override.)
          what happened? What am I missing??
          Thanks
          crl6904

          Comment


            #6
            Re: Ati 9200 - no 3D effects

            What am I missing??
            Unmet build dependencies: pkg-config xserver-xorg-dev (>= 2:1.1.1) x11proto-gl-dev x11proto-xext-dev...
            Install: pkg-config xserver-xorg-dev x11proto-gl-dev x11proto-xext-dev...
            Before you edit, BACKUP !

            Why there are dead links ?
            1. Thread: Please explain how to access old kubuntu forum posts
            2. Thread: Lost Information

            Comment

            Working...
            X