Hello!

I installed a new Gentoo system, but I find big problems with ati drivers and 
3D acceleration. I have followed the wiki howto but now I receive this error 
message

#fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)

I saw the Troubleshooting:
If fglrxinfo says "mesa3d.org" instead of "ATI" after A SUCCESSFUL modprobe of 
fglrx, but nothing changes.
I include my configuration, hoping that someone can help me out of this 
mess...

kernel version: 2.6.16-gentoo-r9
in "Character Devices":
        /dev/agpgart (AGP Support)      M
        ATI chipset support                     M

my xorg.conf:

--------------------------------
Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
        Option      "BlankTime" "3"  # Oscura lo schermo dopo 3 minuti (Fake)
        Option      "StandbyTime" "5"  # Spegne lo schermo dopo 5 minuti 
(DPMS)
        Option      "SuspendTime" "7"  # Suspend dopo 7 minuti
        Option      "OffTime" "10"  # Spegne dopo 10 minuti
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/corefonts"
        FontPath     "/usr/share/fonts/freefonts"
        FontPath     "/usr/share/fonts/sharefonts"
        FontPath     "/usr/share/fonts/terminus"
        FontPath     "/usr/share/fonts/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/unifont"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/artwiz"
EndSection

Section "Module"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA 
extension
        EndSubSection
        Load  "type1"
#    Load        "speedo"
        Load  "freetype"
#    Load        "xtt"
        Load  "glx"
# This loads the DRI module
        Load  "dri"
        Load  "bitmap"
        Load  "pcidata"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc102"
        Option      "XkbLayout" "it"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2" # IntelliMouse PS/2
        Option      "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
        Option      "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 100.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "radeon"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
        Option      "mtrr" "off" # disable DRI mtrr mapper, driver has its own 
code for mtrr
        Option      "DesktopSetup" "(null)"
        Option      "ScreenOverlap" "0"
        Option      "GammaCorrectionI" "0x06419064"
        Option      "GammaCorrectionII" "0x06419064"
        Option      "Capabilities" "0x00000000"
        Option      "CapabilitiesEx" "0x00000000"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        Option      "CenterMode" "off"
        Option      "PseudoColorVisuals" "off"
        Option      "Stereo" "off"
        Option      "StereoSyncEnable" "1"
        Option      "FSAAEnable" "no"
        Option      "FSAAScale" "1"
        Option      "FSAADisableGamma" "no"
        Option      "FSAACustomizeMSPos" "no"
        Option      "FSAAMSPosX0" "0.000000"
        Option      "FSAAMSPosY0" "0.000000"
        Option      "FSAAMSPosX1" "0.000000"
        Option      "FSAAMSPosY1" "0.000000"
        Option      "FSAAMSPosX2" "0.000000"
        Option      "FSAAMSPosY2" "0.000000"
        Option      "FSAAMSPosX3" "0.000000"
        Option      "FSAAMSPosY3" "0.000000"
        Option      "FSAAMSPosX4" "0.000000"
        Option      "FSAAMSPosY4" "0.000000"
        Option      "FSAAMSPosX5" "0.000000"
        Option      "FSAAMSPosY5" "0.000000"
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "UseInternalAGPGART" "no"
        Option      "ForceGenericCPU" "no"
        Option      "DynamicClocks" "on"#DISATTIVARE SE CREA CRASH!!!
        Option      "AllowGLXWithComposite" "true"   # Needed by plg3d
        BusID       "PCI:1:0:0"
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
--------------------------------


Also another thing that I can't understand:

--------------------------------
#emerge -pv ati-drivers

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] >=x11-base/xorg-server-1.0.99 (is blocking 
x11-drivers/ati-drivers-8.25.18)
[ebuild   R   ] x11-drivers/ati-drivers-8.25.18  USE="opengl" 0 kB
--------------------------------

If I want to install ati-drivers I have to unmerge xorg-server, then emerge 
the ati-drivers (that doesn't emerge the xorg-server) and then the 
xorg-server, but not the 1.0.99: the 1.1.0

--------------------------------
emerge -pv xorg-server

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-server-1.1.0  USE="dri nptl sdl xorg 
xprint -3dfx -debug -dmx -ipv6 -kdrive -minimal" INPUT_DEVICES="keyboard 
mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 
-elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -magictouch 
-microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 
-ur98 -vmmouse -void -wacom" 
VIDEO_CARDS="fglrx radeon 
vga -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -glint -i128 -i740 
-i810 -imstt -mach64 -mga -neomagic -nsc -nv -nvidia -r128 -rendition -s3 
-s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga -trident -tseng -v4l 
-vesa -via -vmware -voodoo" 
0 kB
--------------------------------

Xorg version is: xorg-x11-7.1

Hoping someone can help me!

Thanks 

Mauro
-- 
gentoo-user@gentoo.org mailing list

Reply via email to