[supprimé]
Bonjours a tous,
voila mon cas,
j'ai récupérer sur le serveur d'ati les bons pilotes et les ai installé sur ma ptite fedora : kernel 2.6.10-1.760_FC3.
Je fais la configuration avec l'outil fglrxconfig.
je met a jour les infos dans Xorg.conf.
et je reboot!
et la je metrouve avec un ecran dans une resolution ridicule!
genre 640*480 (ca change de mes 1280x800). avec l'image incomplete sur l'ecran de mon pc portable.
je me dis que c'est juste un probleme de resolution et je vais pour tester avec glxgears : qui refuse de se lancer : un message d'erreur que je n'ai pas retenu !
et impossible d'utiliser l'utilitaire de gestion de la resolution!
bref ca ma foutu les boules ! j'ai remis mon xorg.conf de sauvegarde et supprimé ces foutus pilotes.
Mais aujourdhui j'ai envie d'insister et de tout recommencer!
est ce que quelqu'un a eu les memes problemes que moi et est ce que quelqu'un connait un bon tuto pour l'installation des pilotes ati pour une 9700 mobility sous FC3 ?
Merci d'avance !
mon portable :
ASUS M6BNE
centrino 1.6
ATI mobility 9700 (64 mo)
DD 60go
512 DDR
DVD-+RW
Fedora core 3
kernel 2.6.10-1.760_FC3
kernel-source 2.6.10-1.760_FC3
wifi g (ipw2200 installé et opérationnel)
Marcet
Si çà peut t'aider, je poste mon "xorg.conf". Par contre j'ai une Mobility 9800, il y a sans doute des différences. Prends le temps également de changer la résolution (1920x1200 dans mon cas). Et reprends le paramétrage pour la souris (j'ai une 5 boutons).
# xorg.conf - fglrx
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unprobed Monitor"
HorizSync 31.5 - 110
VertRefresh 28-90
Option "dpms"
EndSection
# === ATI device section ===
Section "Device"
Identifier "Videocard0"
# Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000100"
Option "MonitorLayout" "LVDS, NONE"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
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"
# === Misc Options ===
Option "UseFastTLS" "2"
Option "BlockSignalsOnLock" "off"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
Option "KernelModuleParm" "su_flags=0xdead0003;agplock=0;maxlockedmem=256"
# BusID "PCI:1:0:0" # no device found at config time
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection