Pages : 1
#1 Le 28/07/2007, à 12:45
- GClinton
Comment faire suer ma carte video?
Salut!
j'ai installé feisty pour la premiere fois la semaine derniere, je debarque sous linux...
Je possède un p4 3ghz 1Gb ram ddr2 avec une carte graphique ATI radeon XT1600pro (pci express).
apres avoir parcouru a maintes reprises ce forum et le net, je vous soumet mon /etx/X11/xorg :
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "fglrx"
Busid "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "AL1916W"
Option "DPMS"
HorizSync 31-84
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "AL1916W"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
j'ai l'impression qu'il y a comme un probleme... carte video générique... non?
en direct rendering, j'ai yes, glxgears tourne bien ex :
19313 frames in 5.0 seconds = 3862.406 FPS
24798 frames in 5.0 seconds = 4959.529 FPS
42250 frames in 5.0 seconds = 8449.900 FPS
32528 frames in 5.0 seconds = 6505.328 FPS
19350 frames in 5.0 seconds = 3869.805 FPS
19284 frames in 5.0 seconds = 3856.776 FPS
19258 frames in 5.0 seconds = 3851.501 FPS
35993 frames in 5.0 seconds = 7198.573 FPS
57650 frames in 5.0 seconds = 11529.799 FPS
58945 frames in 5.0 seconds = 11788.988 FPS
58919 frames in 5.0 seconds = 11783.760 FPS
57060 frames in 5.0 seconds = 11411.995 FPS
50722 frames in 5.0 seconds = 10144.388 FPS
stef@stef-desktop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series
OpenGL version string: 2.0.6334 (8.34.8)
je suis bloqué! le pc plante tres souvent, et ni compiz ni beryl ne tourne.
le message : l'extension composite n'est pas installée!
j'espère avoir été complet... et savoir que faire pour faire fonctionner ma carte video...j'ai comme l'impression que toutes les manouevres sont effectuées par le cpu et non le gpu...
Hors ligne
#2 Le 28/07/2007, à 16:17
- Gourri
Re : Comment faire suer ma carte video?
Salut
tu peux tenter une installe du driver proprietaire ATI avec ENVY
http://doc.ubuntu-fr.org/envy
UBUNTU 8.04 sur ASUS M2N SLI deluxe - AMD Dual 6000+ - NVidia 9600GT 512Mo - 2 Go RAM
UBUNTU 8.04 sur Medion MD95832 - Pentium M740 - 1Go RAM
Hors ligne