[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: probleme configuration xorg




> Salut
>
> Tu pourrais nous donner le contenu de ton xorg.conf, et les résolutions qui
> posent probleme ?
>
> ++
>

voila le contenu du xorg.conf une fois tout les commentaires enleves (j'espere que j'ai rien coupe en trop et que j'ai bien tout colle):

Au niveau des resolutions qui posent probleme je sais pas trop, le seul truc que je sais, c'est que quand change "VESA" par "MGA" bah ca veut plus demarrer, et dans le Xorg.0.log il me dit qu'il arrive a utiliser aucune des resolutions.

si quelque'un a la solution miracle ce serait vraiment trop bien :-) (ca me permettrait de plus avoir un ecran qui clignote un peu moins, et donc moins fatiguant pour les yeux).

merci d'avance.

Section "Module"
    Load "dbe"

    SubSection  "extmod"
      Option "omit xfree86-dga"  #don't initialise the DGA extension
    EndSubSection

    Load "type1"
    Load "freetype"

    Load "glx"
    Load "dri"
EndSection

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"

    Option "Dont Zoom"

EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

    Option "AutoRepeat" "500 30"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "us"

EndSection

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"

    Option "ZAxisMapping" "4 5"

EndSection

Section "Monitor"

    Identifier  "Hyundai Image Quest Q995"

    HorizSync   31.5 - 82.0

    VertRefresh 40-150

EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

    Driver     "vga"

EndSection

Section "Device"
    Identifier  "Matrox Graphics G200"
    Driver      "vesa"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Matrox Graphics G200"
    Monitor     "Hyundai Image Quest Q995"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection



--
105 116 039 115 032 110 111 116 032 097
032 098 117 103 044 032 105 116 039 115
032 097 032 102 101 097 116 117 114 101

Reply to: