J'ai une ATI Radeon X700 Mobility
Pour les drivers, j'ai simplement fait emerge ati-drivers et emerge ati-drivers-extra
la version que j'ai en ce moment est la 8.18.6 pour ati-drivers
Dans l'ATI Control Panel j'ai essayé un peu tout dans l'onglet TVout mais rien ne marche
Voici mon xorg.conf (un copain m'a aidé à le faire parce que je comprends pas grand chose) :
Code: Select all
# Begin /etc/X11/xorg.conf
# Main Configuration
Section "ServerLayout"
Identifier "Coruscant-Specific X.Org Configuration"
Screen "Main Screen"
InputDevice "French Standard 105 Keys Keyboard"
InputDevice "Mice"
EndSection
# Paths to RGB Files, Modules and Fonts
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
# Standard X11 Fonts (Unscaled Bitmap and Vector)
#FontPath "/usr/share/fonts/100dpi/:unscaled"
#FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/misc/:unscaled"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
#FontPath "/usr/share/fonts/CID/"
#FontPath "/usr/share/fonts/local/"
# Extra Fonts
FontPath "/usr/share/fonts/default/ghostscript/"
FontPath "/usr/share/fonts/arphicfonts/"
FontPath "/usr/share/fonts/baekmuk-fonts/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/kochi-substitute/"
FontPath "/usr/share/fonts/ukr/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/wine/"
FontPath "/usr/share/fonts/texcm-ttf/"
FontPath "/usr/share/fonts/mathematica-fonts/"
# Standard Scaled Bitmap X11 Fonts
#FontPath "/usr/share/fonts/100dpi/"
#FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/misc/"
# Java Fonts
#FontPath "/opt/jdk/jre/lib/fonts/"
EndSection
# Modules
Section "Module"
# DRI/GLX
Load "glx"
Load "dri"
# Extensions
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "dbe"
# Font Drivers
Load "freetype"
EndSection
# Extensions
Section "Extensions"
#Option "Composite" "On"
EndSection
# Direct Rendering Infrastructure
Section "DRI"
# Give Access to Everyone
Mode 0666
EndSection
# Keyboard
Section "InputDevice"
Identifier "French Standard 105 Keys Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "Protocol" "Standard"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
# USB Mice
Section "InputDevice"
Identifier "Mice"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
# Monitor
Section "Monitor"
# Device Informations
Identifier "Flat Panel"
VendorName "Generic"
ModelName "Flat Panel"
# Options
Option "DPMS" "On"
# 60 Hz only for digital display
HorizSync 31.5-64
VertRefresh 60
ModeLine "1280x800" 71.0 1280 1328 1360 1440 800 803 809 823 +hsync -vsync
EndSection
# Graphic Device (First Screen)
Section "Device"
# Device Informations
Identifier "ATI Mobility Radeon X700"
VendorName "ATI"
BoardName "Mobility Radeon X700"
Driver "fglrx"
#Driver "ati"
#BusID "PCI:2:0:0"
# Options
#Option "ShadowFB" "On"
#Option "DefaultRefresh" "On"
# XAA/DRI
Option "no_accel" "Off"
Option "no_dri" "Off"
Option "mtrr" "Off"
# Dual Display
Option "DesktopSetup" "Single"
#Option "MonitorLayout" "TMDS, CRT"
Option "MonitorLayout" "TMDS"
Option "IgnoreEDID" "Off"
Option "ScreenOverlap" "Off"
# OpenGL Overlay
# Note: When OpenGL Overlay is enabled, Video Overlay will be
# disabled automatically
Option "OpenGLOverlay" "Off"
# Video Overlay for the Xv extension
Option "VideoOverlay" "On"
# TV-out Management
Option "NoTV" "On"
Option "TVStandard" "PAL-D"
# FSAA
#Option "EnablePrivateBackZ" "On"
#Option "FSAAEnable" "On"
#Option "FSAAScale" "4"
#Option "FSAADisableGamma" "On"
# PnP Monitor / Power Saving
Option "NoDDC" "Off"
Option "DPMS" "On"
EndSection
# Main Screen
Section "Screen"
# Screen Devices
Identifier "Main Screen"
Device "ATI Mobility Radeon X700"
Monitor "Flat Panel"
# Options
Option "BackingStore" "On"
Option "DPMS" "On"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
# End /etc/X11/xorg.conf



