Announcement

Collapse
No announcement yet.

Finally, My ATI 2900xt worked on Ubuntu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Finally, My ATI 2900xt worked on Ubuntu

    thank you ATI for the new driver 4.41.7, that support the new ATI card


    and thank you Ubuntu for the good Guide http://wiki.cchtml.com/index.php/Ubu...river_Manually

    Code:
    desktop:~$ fglrxinfo 
    display: :0.0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Radeon HD 2900 XT
    OpenGL version string: 2.0.6849 Release
    ATI catalyst control center is nice, see the pictur


    I am very happy because the driver work fine


    But I failed to install it on Fedora 7

    Where I can find the best guide to install it on fedora!!!

    Any one have any question about the driver or any thing, ask me.

  • #2
    ./ati-driver.run --buildpkg Fedora/F7

    Install compat-libstdc++, install the resulting RPMs once you have all the devel tools and libraries installed, and restart X. Where are you running into problems with Fedora 7?
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      OK, I will try it on fedora 7 shortly

      but now I have a big problem in Ubuntu.

      I don`t know why my System is hang shortly after use the computer.

      There is a problem happened to me during installing driver, it was:
      Code:
      error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

      and I fixed it by:
      Code:
       sudo cp /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1
      Do I have done the right thing!


      my xorg.conf is:

      Code:
      Section "ServerLayout"
      	Identifier     "Default Layout"
      	Screen      0  "aticonfig-Screen[0]" 0 0
      	InputDevice    "Generic Keyboard"
      	InputDevice    "Configured Mouse"
      EndSection
      
      Section "Files"
      
      	# path to defoma fonts
      	FontPath     "/usr/share/fonts/X11/misc"
      	FontPath     "/usr/share/fonts/X11/cyrillic"
      	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
      	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
      	FontPath     "/usr/share/fonts/X11/Type1"
      	FontPath     "/usr/share/fonts/X11/100dpi"
      	FontPath     "/usr/share/fonts/X11/75dpi"
      	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
      EndSection
      
      Section "Module"
      	Load  "i2c"
      	Load  "bitmap"
      	Load  "ddc"
      	Load  "dri"
      	Load  "extmod"
      	Load  "freetype"
      	Load  "glx"
      	Load  "int10"
      	Load  "vbe"
      EndSection
      
      Section "InputDevice"
      	Identifier  "Generic Keyboard"
      	Driver      "kbd"
      	Option	    "CoreKeyboard"
      	Option	    "XkbRules" "xorg"
      	Option	    "XkbModel" "pc105"
      	Option	    "XkbLayout" "us,ara"
      	Option	    "XkbVariant" ","
      	Option	    "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
      EndSection
      
      Section "InputDevice"
      	Identifier  "Configured Mouse"
      	Driver      "mouse"
      	Option	    "CorePointer"
      	Option	    "Device" "/dev/input/mice"
      	Option	    "Protocol" "ImPS/2"
      	Option	    "ZAxisMapping" "4 5"
      	Option	    "Emulate3Buttons" "true"
      EndSection
      
      Section "Monitor"
      	Identifier   "aticonfig-Monitor[0]"
      	Option	    "VendorName" "ATI Proprietary Driver"
      	Option	    "ModelName" "Generic Autodetecting Monitor"
      	Option	    "DPMS" "true"
      EndSection
      
      Section "Device"
      	Identifier  "aticonfig-Device[0]"
      	Driver      "fglrx"
      	Option	    "VideoOverlay" "on"
      	Option	    "OpenGLOverlay" "off"
      EndSection
      
      Section "Screen"
      	Identifier "Default Screen"
      	Device     "aticonfig-Device[0]"
      	Monitor    "aticonfig-Monitor[0]"
      	DefaultDepth     24
      	SubSection "Display"
      		Depth     1
      		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth     4
      		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth     8
      		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth     15
      		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth     16
      		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth     24
      		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      EndSection
      
      Section "Screen"
      	Identifier "aticonfig-Screen[0]"
      	Device     "aticonfig-Device[0]"
      	Monitor    "aticonfig-Monitor[0]"
      	DefaultDepth     24
      	SubSection "Display"
      		Viewport   0 0
      		Depth     24
      	EndSubSection
      EndSection
      
      Section "DRI"
      	Mode         0666
      EndSection
      
      Section "Extensions"
      	Option	    "Composite" "0"
      EndSection
      
      Section "ServerFlags"
              Option  "AIGLX" "off"
      EndSection
      please I want the solution far that hang
      Last edited by nasser; 26 September 2007, 12:07 AM.

      Comment


      • #4
        You could havce just made a symlink for libGL, but your solution should work.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment


        • #5
          Michael My system is always hangs shortly after using it.

          Comment


          • #6
            nasser, how did you managed to install it!? i follow that guide but it always breaks! or doesn't do anything
            Specs :
            Ubuntu 7.10 Beta
            ATI X1650 pro 512mb
            Last edited by antmagaka; 04 October 2007, 04:56 PM.

            Comment

            Working...
            X