#1 Le 04/06/2006, à 15:51
- thelimp
Activer les Direct rendrering sur ATI X700
bonjours les gens,
j'ai un portable avec une carte ATI X700, j'ai installer les drivers graphique contenu dans la dapper, j'ai recompiler le noyau en version 2.6.16.19.
quand je fait un glxinfo :
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
...
quelqu'un sait comment activer cette option ?
Hors ligne
#2 Le 04/06/2006, à 16:54
- thelimp
Re : Activer les Direct rendrering sur ATI X700
Je trouve ca bizzard aussi .....
thelimp@Flow-Nux:~$ fglrxinfo
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.4.1)
Hors ligne
#3 Le 09/06/2006, à 15:01
- Womb--
Re : Activer les Direct rendrering sur ATI X700
Pour ma part, je n'ai eu qu'un soucis d'ecran noir a l'install (que j'ai regler en ayant un backup de mon ancien fichier xorg.Conf sur le coté :) )
Sinon j'ai eu droit directement au direct rendering activé sans faire quoique ce soit de plus que d'utiliser mon fichier xorg.conf qui etait en place sous dapper RC. Pas d'installation des drivers fglrx.
Au besoin voila mon xorg.conf
# /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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure 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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
Driver "ati"
BusID "PCI:1:0:0"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS, NONE"
EndSection
Section "Monitor"
Identifier "154"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
Monitor "154"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
#4 Le 09/06/2006, à 15:06
- womb--
Re : Activer les Direct rendrering sur ATI X700
Ce qui me donne donc avec glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20040924 TCL
OpenGL version string: 1.3 Mesa 6.5.1
womby@womby-laptop:~$ glxgears -printfps
6859 frames in 5.0 seconds = 1371.718 FPS
8106 frames in 5.0 seconds = 1621.160 FPS
6273 frames in 5.0 seconds = 1254.334 FPS
6292 frames in 5.0 seconds = 1258.357 FPS
#5 Le 09/06/2006, à 18:00
- thelimp
Re : Activer les Direct rendrering sur ATI X700
comment as-tu fait pour avoir ca, moi si je choisit les drivers ati par default, ecran noir...
Hors ligne