#1 Le 14/03/2006, à 23:49
- regback
Besoin d'aide pour configurer mon xorg
Bonsoir,
Voilà j'ai besoin d'un oeuile neuf pour corriger mon fichier de config, joint plus bas.
Quand je monte ma résolution en 1280*1024, mon rafraichissement est figé à 60 hertz, dans les autres résolutions, j'ai le choix entre 60 et 85.
Mon matériel supporte 1280*1024 jusqu'à 72 hertz, je l'ai sous windows, et je l'avais sous Mandriva (sous Mandriva je me servais de drak donc facile )
Merci d'avance
# /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 command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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"
EndSectionSection "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "Resolution" "100"
EndSectionSection "Device"
Identifier "Device0"
Driver "nvidia"
Screen 0
Option "NoLogo" "true"
Option "RenderAccel" "true"
BusID "PCI:01:00:0"
EndSectionSection "Device"
Identifier "Device1"
Driver "nvidia"
Screen 1
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "Television"
BusID "PCI:01:00:0"
EndSectionSection "Monitor"
Identifier "Monitor" #CRT
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSectionSection "Monitor"
Identifier "Television" #TV
HorizSync 60
VertRefresh 30-150
EndSectionSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Television"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Basic Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" rightof "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
Google est ton ami ;)
Liberté de penser, libre arbitre, libre de choisir la couche logicielle qui transformera les 0 et les 1 de mon PC
Hors ligne
#2 Le 26/03/2006, à 20:25
- renton
Re : Besoin d'aide pour configurer mon xorg
Peut être peux tu tester ça sur ton fichier xorg.conf
HorizSync 30-85
VertRefresh 50-100
chez moi ca marche avec mon écran 1280*1024 75Hz
Hors ligne
#3 Le 27/03/2006, à 07:53
- Bluetr@in
Re : Besoin d'aide pour configurer mon xorg
Peut être peux tu tester ça sur ton fichier xorg.conf
HorizSync 30-85
VertRefresh 50-100chez moi ca marche avec mon écran 1280*1024 75Hz
+1 Chez moi cela fonctionne aussi. Je reste en 75 Hz jusqu'au 1600x1200.
Il me reste encore les pbs d'affichage sur certaines applis graphiques.
Sans vouloir troller, cela reste compliquer d'arriver à une config optimisée de son matériel. Voilà 3 semaines que je rame .... et tout est loin de fonctionner.
@ bientôt,
Damien
Prendre son temps certes mais un jour il faut se lancer ...
Hors ligne
#4 Le 27/03/2006, à 08:53
- michel2652
Re : Besoin d'aide pour configurer mon xorg
Bonjour,
Vous avez raison les valeurs HorizSync et VertRefresh sont nécessaires pour un bon affichage.
Le mieux c'est d'aller sur le site du constructeur de l'écran et de prendre les valeurs de ton écran.
A+
Dernière modification par michel2652 (Le 27/03/2006, à 09:19)
#5 Le 27/03/2006, à 08:55
- dawar
Re : Besoin d'aide pour configurer mon xorg
Il me semble qu'avec un sudo dpkg-reconfigure xserver-xorg on peut choisir la résolution, et après il y'a une liste d'écran un peu comme dans les outils drake, genre 1280*1024@75Hz, 800*600@60Hz, etc.
S'il n'y a pas de solution, c'est qu'il n'y a pas de problème (Devise Shadoks)
Hors ligne