• [^] # Re: xorg.conf / LE32M51

    Posté par (site web personnel) . En réponse au message Linux et TV LCD. Évalué à 1.

    Salut, je crois que j'avais utilisé xvidtune car j'avais un décalage sur le coté.
    Ma carte graphique est une ati X300 SE.
    voici mon xorg.conf (je suis sous ubuntu feisty)

    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" "fr"
    Option "XkbVariant" "oss"
    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 "Device"
    Identifier "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
    Driver "ati"
    BusID "PCI:1:0:0"
    # Option "EnablePageFlip" "true"
    # Option "EnableDepthMoves" "true"
    # Option "RenderAccel" "true"
    # Option "AccelMethod" "XAA"
    # Option "AccelDFS" "1"
    # Option "ColorTiling" "1"
    EndSection

    Section "Monitor"
    Identifier "SAMSUNG"
    Option "DPMS"
    HorizSync 30-61
    VertRefresh 60-75
    # Modeline "1360x768@60" 84.50 1360 1392 1712 1744 768 783 791 807 +Hsync +Vsync
    # Modeline "1360x768@60" 85.80 1360 1408 1512 1704 768 768 770 798
    ModeLine "1360x768" 85.800 1360 1424 1536 1798 768 771 777 795 +Hsync +Vsync

    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
    Monitor "SAMSUNG"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1360x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1360x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    S'il y a un problème, il y a une solution; s'il n'y a pas de solution, c'est qu'il n'y a pas de problème.