Merci à tous voici des infos plus détaillées:
Ecran: IIyama 702HT VMpro 410
Carte: Radeon X800 Pro
Syst: AMD64 3200+ sur MSI k8N neo-platinum
Avant de donner le xorg.conf je tiens à vous dire que je pense qu'il s'agit claitement d'un conflit entre grub et les pilotes ati
lorsque je démarre mon PC sans mode vga dans grub pas de soucis j'ai bien les tty. Mais dès que je demande une résolution
framebuffer particulière plus rien ... or j'ai testé le driver radeon libre et la pas de soucis quelque soit le mode vga pour le
framebuffer ... j'ai déjà eu ce problème au début sur FC5 mais le problème est relativement vite passé probablement
par une mise à jour des pilotes ... enfin j'accepte toutes vos suggestions !
Merci d'avance.
Mon fichier xorg.conf:
Section "ServerLayout"
# InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Logitech MX1000" "CorePointer"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Logitech Ultra-X Keyboard" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Logitech Ultra-X Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "logiultrax"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Logitech MX1000"
Driver "evdev"
Option "Device" "/dev/input/mx1000"
# Option "protocol" "ExplorerPS/2"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "Iiyama A702HT, VisionMaster Pro 410"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 27.0 - 96.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
# === Backingstore ===
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "backingstore" "true"
# === Accélération Dri ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ->disable DRI mtrr mapper, driver has its own code for mtrr ===
Option "mtrr" "no"
# === Option Multi écran === à adapter à votre configuration
#Option "DesktopSetup" "horizontal, reverse"
#Option "HSync2" "30.0 - 111.0"
#Option "VRefresh2" "50.0 - 200.0"
#Option "ScreenOverlap" "0"
#Option "EnableMonitor" "auto,auto"
# === TV-out Management ===
Option "TVStandard" "PAL-N"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"###Mettre sur off pour les versions précédents la 8.34.8
Option "VideoOverlay" "on"
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" "off"##<---mettre sur on si vous voulez l'anti-crènelage
Option "FSAAScale" "2"
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" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Module"
Load "dbe"
Load "fbdevhw"
Load "glx"
Load "GLcore"
Load "record"
Load "freetype"
Load "type1"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "evdev"
Load "dri"
EndSection
#Section "Device"
# Driver "radeon"
# Identifier "Videocard0"
# Option "VideoOverlay" "on"
#EndSection
Section "Screen"
Identifier "Screen0"
# Device "Videocard0"
Device "aticonfig-Device[0]"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
# Group 0
Mode 0666
EndSection
# Utilisé avec FC6 afin de déactiver aiglx
Section "ServerFlags"
Option "AIGLX" "False"
EndSection
Section "Extensions"
Option "XVideo" "Enable"
Option "Composite" "Disable"
EndSection