News:

Registration disabled.  This forum is in maintenance mode (and has been for a few years now), so I've disabled registration.  If you already have an account, great, keep using it.  If not, unfortunately I won't be accepting any new registrations.  At some point in the near future this forum will be shutting down forever.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - igama

#1
Everything on the laptop works on 6.06, 6.10 and on the up coming new version 7.04 of Ubuntu.


For the Graphic card - Ati 9200 - I recommed using the OpenSource Drivers because the official ATI drivers - FGLRX - dont support this card's anymore and it ( the fglrx ) has some problems with this laptop.


This is my xorg.conf (only the important parts)

QuoteSection "Device"
         Identifier      "ATI Technologies, Inc. Radeon R250"
         Driver           "radeon"
         Option          "AGPMode"       "4"
    Option          "RenderAccel" "true"
    Option          "NoRenderExtension" "false"
    Option          "DisableGLXRootClipping" "true"
    Option          "AddARGBGLXVisuals" "true"
    Option          "AllowGLXWithComposite" "true"
    Option          "XAANoOffscreenPixmaps" "true"

         BusID           "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc Radeon R250"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1680x1050"
   EndSubSection
EndSection

To activate radeon :

sudo apt-get remove xorg-driver-fglrx
sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri

sudo modprobe radeon

sudo rmmod fglrx

sudo gedit /etc/modules

add to the end of the file : radeon

change your xorg.conf, section device , driver to radeon.

Reboot and thats it :)


This will work with Beryl or Compiz , using AIGLX ( that is default on the Ubuntu 6.10 and 7.04 )
#2
Linux / fglrx on nx7000
July 01, 2006, 11:47:21 AM
Hy people

im having some troble here, how do i manage to get the latest fglrx drivers to work on nx7000 ?

this info for what i can see was in the x1000forums.com , but its down :(

can someone help me?

im using ubuntu dapper.

thanks