Closed Thread
Results 1 to 4 of 4

Thread: help me compile my grahics card driver

  1. #1
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    help me compile my grahics card driver

    hi its me again
    i going crazy here, uuntu is running slow and ive found out that its because my graphics card isnt installed (least of my problems)
    i went through hells and fires just to find that my exact model doesnt have a fully working driver, however i found instructions that require modifying the source of a package in this page.
    what i did is downloading the source of the driver and modifying a header file, now i need to make it a .dep package using the
    Code:
    dpkg-buildpackage
    command inside the source code directory, BUT whe i do that command i get:
    Code:
    dpkg-buildpackage: set CFLAGS to default value: -g -O2
    dpkg-buildpackage: set CPPFLAGS to default value: 
    dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
    dpkg-buildpackage: set FFLAGS to default value: -g -O2
    dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
    tail: cannot open `debian/changelog' for reading: No such file or directory
    dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1
    im boiling herem please help me make the package and go to sleep

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81
    okay, ive managed to solve the error above by using "dpkg-source -x *.dsc" command, now i get whole new type of error when i try to make the .dep file :S
    heres the error:
    Code:
    make[3]: *** [atibus.lo] Error 1
    make[3]: Leaving directory `/root/Desktop/xx/xserver-xorg-driver-ati-6.5.7.3/obj-i486-linux-gnu/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/root/Desktop/xx/xserver-xorg-driver-ati-6.5.7.3/obj-i486-linux-gnu'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/root/Desktop/xx/xserver-xorg-driver-ati-6.5.7.3/obj-i486-linux-gnu'
    make: *** [build-stamp] Error 2
    dpkg-buildpackage: failure: debian/rules build gave error exit status 2
    p.s. sorry for double posting

  4. #3
    Jordan Guest
    What video card do you have?

  5. #4
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81
    i have ati 9200 pro(not professional at all!), i tried the official package from ati but it didnt work, its not me alone its all the people with the same card, thats why theres tutorials about just how to install the drier for these cards

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ndis im driver
    By b679117 in forum General Programming
    Replies: 0
    Last Post: 09-03-2010, 04:46 PM
  2. Replies: 0
    Last Post: 06-25-2010, 01:45 AM
  3. Writing a driver - some help ?
    By dany74q in forum C and C++
    Replies: 15
    Last Post: 04-27-2010, 03:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts