Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 22/11/2006, à 18:43

t.tiercelin

Problème Kde et Radeon [résolu]

Hello,

Je suis passé récemment de Gnome à Kde pour Edgy (en passant par une réinstall) et depuis plus d'accéleration 3d !!
Je passe par les pilotes libres radeon avec exactement le même xorg.conf qu'avant et la réponse est toujours la même : direct rendering : no .
Et je passe les résultats du glxgears, c'est navrant.

Ma config :

- Amd athlon 2800+
- Ati radeon Agp 9000 pro

Mon xorg.conf :

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "Device"
  identifier "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000 Pro]"
  boardname "radeon"
  busid "PCI:2:0:0"
  driver "radeon"
  Driver          "radeon"
Option          "AGPMode"              "8"
Option          "AGPSize"                "128"
Option          "RingSize"               "8"
Option          "BufferSize"             "2"
Option          "EnablePageFlip"       "true"
Option          "EnableDepthMoves"  "true"
Option          "ColorTiling"             "on"
Option          "RenderAccel"           "true"
Option          "DRI"                       "true"
EndSection

Section "Extensions"
 Option "RENDER" "Enable" 
EndSection

Section "DRI"
        Mode    0666
EndSection

Ce que je comprends pas, c'est que pour le bus de la carte, il indique Pci:2:0:0
Ca devrais pas être Agp ? d'un coté, s'il à la mauvaise adresse pour la carte, comment fait il pour afficher ?

Merci de votre aide

Dernière modification par t.tiercelin (Le 23/11/2006, à 20:04)

Hors ligne

#2 Le 22/11/2006, à 18:58

henriet

Re : Problème Kde et Radeon [résolu]

Salut,
Tu peux regarder dans le fichier "/var/log/Xorg.0.log" s'il n'y aurait pas des erreurs au lancement de X. Les avertissements sont signalés par (WW), les erreurs par (EE).


OpenSuse 11.3 x64, KDE 4.5.1
Intel Q8400, ATI HD4850

Hors ligne

#3 Le 22/11/2006, à 19:33

t.tiercelin

Re : Problème Kde et Radeon [résolu]

En effet, il y a quelques erreurs, notamment :

(EE) RADEON(0): [agp] Could not bind
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.

(WW) RADEON(0): Direct rendering disabled

(WW) RADEON(0): Option "DRI" is not used

(EE) AIGLX: Screen 0 is not DRI capable

Plus quelques erreurs concernant ma Wacom usb (mais ça c'est un autre sujet...)

Si je comprends bien, ma carte bien qu'en Agp (j'ai remonté mon pc ya deux semaines, j'ai vérifié) est reconnu comme Pci. Il suffirait donc de désactiver les lignes dans le xorg.conf concernant l'AGP pour activer le DRI (direct rendering non ?)

Hors ligne

#4 Le 22/11/2006, à 19:56

linuxcdracer

Re : Problème Kde et Radeon [résolu]

essaye avec :

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
 

#     Load    "dri"

Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"

et relance startx


UN PINGOUIN sur une banquise incassable , j'ai nommé U B U N T U.

mème BILL ne pourrait lui faire de mal .(peut être Alain Afflelou)

Hors ligne

#5 Le 22/11/2006, à 20:48

t.tiercelin

Re : Problème Kde et Radeon [résolu]

Toujours pas, par contre les (EE) concernant l'AGP ont disparu, faut il que je désactive

Option          "AGPMode"              "8"
Option          "AGPSize"                "128"

?

Hors ligne

#6 Le 23/11/2006, à 19:00

henriet

Re : Problème Kde et Radeon [résolu]

Oui, désactive les. De toute façon, en général il trouve les bonnes valeurs automatiquement je crois.


OpenSuse 11.3 x64, KDE 4.5.1
Intel Q8400, ATI HD4850

Hors ligne

#7 Le 23/11/2006, à 20:03

t.tiercelin

Re : Problème Kde et Radeon [résolu]

Cool ! Ca marche. J'ai desactivé l'AGP, remis de l'ordre dans les modules et les options et za fonktionneu !!

pour ceux qui ont le même problème, voici l'integralité de mon Xorg.conf, si ça peux aider ...

Merci à vous henriet et linuxcdracer !!

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
  FontPath "/usr/share/X11/fonts/misc"
  FontPath "/usr/share/X11/fonts/cyrillic"
  FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
  FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
  FontPath "/usr/share/X11/fonts/Type1"
  FontPath "/usr/share/X11/fonts/100dpi"
  FontPath "/usr/share/X11/fonts/75dpi"
  FontPath "/usr/share/fonts/X11/misc"
  # path to defoma fonts
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "type1"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
  load "dri"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fr"
  option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "mouse"
  option "CorePointer"
  option "Device" "/dev/input/mice"
  option "Protocol" "ExplorerPS/2"
  option "ZAxisMapping" "4 5"
  option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "Device"
  identifier "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000 Pro]"
  boardname "radeon"
  busid "PCI:2:0:0"
  driver "radeon"
  screen 0
  option "MergedFB" "off"
        Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
        Option "AccelDFS"    "1" # mettez à 0 si vous avez une carte AGP
#       Option 	"AGPMode" "4" # Décommentez si vous avez une carte AGP
#       Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
        Option "GARTSize" "64"
        Option "RingSize" "8"
        Option "BufferSize" "2"
        Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
        Option "ColorTiling" "1"
        Option "EnableDepthMoves" "yes"
        Option "UseFBDev" "false"
        Option "RenderAccel" "true" # Enable the hardware render acceleration
        Option "mtrr" "on"
        Option	"SubPixelOrder" "none"
        Option "DPMS"
        Option "DynamicClocks" "on"
EndSection

Section "Monitor"
  identifier "MX70"
  vendorname "Hewlett-Packard"
  modelname "HP D5259A Pavilion M70 Monitor"
  HorizSync 31.468-71.0
  VertRefresh 56.0-85.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000 Pro]"
  Monitor "MX70"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    modes "1024x768@75" "1024x768@70" "1024x768@85" "1024x768@60" "832x624@75" "1152x864@75" "800x600@60" "1280x960@60" "800x600@85" "1280x1024@60" "800x600@75" "1400x1050@60" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Extensions"
  option "RENDER" "Enable"
EndSection

Section "DRI"
  Mode 0666
EndSection

Section "ServerFlags"
EndSection

Hors ligne