Kevin O'Gorman wrote:
On Sun, May 24, 2009 at 11:36 PM, Adam Carter <adam.car...@optus.com.au> wrote:
RESULTS: fglrx loads, but does not see the adapter.  There's also a
problem with the mouse driver -- some undefined symbol.
Have you rebuilt your kernel after emergeing xf86-input-mouse? If so you 
probably need to re-emerge xf86-input-mouse.



Hmm. These have been helpful.

In make.config, I changed to
 VIDEO_CARDS="r128 vga fbdev vesa"
and recompiled xorg-server.

Make sure you also have ATI Rage support enabled in the kernel (built-in or module; in case of module make sure it's loaded).

Also, try this xorg.conf:

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "Screen 1" 0 0
EndSection

Section "Monitor"
        Identifier   "Monitor 1"
EndSection

Section "Device"
        Identifier  "ATI Rage"
        Driver      "r128"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "ATI Rage"
        Monitor    "Monitor 1"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection


Reply via email to