Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/04/2005, à 01:01

Sleeper

Configuration du fichier xorg.conf !!!

Bonsoir,

Quelqu'un sait où je pourrais trouver le fichier de configuration relatif à ca ? Car je ne vois rien dans xorg.conf.. hmm

resolution.png

Merci

Dernière modification par w3dev (Le 09/04/2005, à 15:20)


Intel Core i5 750 : 4Go DDR : HD 2To : ATI HD4850 1Go DDR3 : SyncMaster 226bw
Pourquoi choisir GNU/Linux ? : Les commandes de base
Openbox : sur Ubuntu ou Debian, le tout en un script.

Hors ligne

#2 Le 09/04/2005, à 11:44

Shura

Re : Configuration du fichier xorg.conf !!!

Dans le xorg.conf (/etc/X11/xorg.conf)

Section "screen" pour les résolutions, et "monitor" pour les fréquences wink

Hors ligne

#3 Le 09/04/2005, à 14:32

Sleeper

Re : Configuration du fichier xorg.conf !!!

Shura a écrit :

Dans le xorg.conf (/etc/X11/xorg.conf)

Section "screen" pour les résolutions, et "monitor" pour les fréquences wink

Dans ma section monitor je ne vois aucunes fréquences indiquée !!! Aussi je n'arrive pas à faire fonctionner la roulette de ma souris PS2 !!!

xorg.conf a écrit :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "be"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "ATI 3D Rage Pro (AGP)"
    Driver        "ati"
    BusID        "PCI:1:0:0"
    VideoRam    65536
EndSection

Section "Monitor"
    Identifier    "Vibrant"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI 3D Rage Pro (AGP)"
    Monitor        "Vibrant"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1152x864" "1024x768"
    EndSubSection
EndSection

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

Section "DRI"
    Mode    0666
EndSection


Intel Core i5 750 : 4Go DDR : HD 2To : ATI HD4850 1Go DDR3 : SyncMaster 226bw
Pourquoi choisir GNU/Linux ? : Les commandes de base
Openbox : sur Ubuntu ou Debian, le tout en un script.

Hors ligne

#4 Le 09/04/2005, à 15:26

Sleeper

Re : Configuration du fichier xorg.conf !!!

Après quelques recherches je viens de trouver que je devais rajouter les lignes suivantes dans ma section monitor

HorizSync    30-107
VertRefresh 48-120

Enfin je cherche à mieux comprendre les couples de valeurs pour HorizSync et VertRefresh

Je sais bien que mon écran peut monter jusque max 85Hz en rafraichissement mais je n'ai pas (plus) les couples de valeurs pour mon écran même après recherches sur le net..

Que signifie HorizSync je sais bien que c'est une fréquence en Khz mais après ca.. hmm

Merci

Dernière modification par w3dev (Le 09/04/2005, à 15:28)


Intel Core i5 750 : 4Go DDR : HD 2To : ATI HD4850 1Go DDR3 : SyncMaster 226bw
Pourquoi choisir GNU/Linux ? : Les commandes de base
Openbox : sur Ubuntu ou Debian, le tout en un script.

Hors ligne

#5 Le 09/04/2005, à 15:40

bishop

Re : Configuration du fichier xorg.conf !!!

w3dev
Rend toi sur ce page :
             http://forum.ubuntu-fr.org/viewtopic.php?id=2340
et vois le post de hamham

Dernière modification par bishop (Le 09/04/2005, à 15:46)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#6 Le 09/04/2005, à 15:59

Sleeper

Re : Configuration du fichier xorg.conf !!!

Merci wink


Intel Core i5 750 : 4Go DDR : HD 2To : ATI HD4850 1Go DDR3 : SyncMaster 226bw
Pourquoi choisir GNU/Linux ? : Les commandes de base
Openbox : sur Ubuntu ou Debian, le tout en un script.

Hors ligne