OVH Cloud OVH Cloud

Xorg Monitor

2 réponses
Avatar
Rolland T. Chago
Salut ,

j'ai un pb avec ma debian chaque fois que j'effectue des changements dans
/etc/X11/xorg.conf ils ne sont pris en compte au démarrage. je prends un example
mon moniteur marche actuellement à la resolution 1280x1024 à 85 et j'aimerai qu'il marche
à 1280x1024 75 apres des miliers de changement dans /etc/X11/xorg.conf rien n'a changé.

Dans le configuration de kde il n'existe que la frequence 85 au choix pour mon moniteur

voila mon fichier de configuration de xorg



Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
# FontPath "/usr/share/fonts/X11/cyrillic"
# FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
# FontPath "/usr/lib/X11/fonts/Type1"
# FontPath "/usr/share/fonts/X11/CID"
# FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
# Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
EndSection

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

Section "Device"
Identifier "Nvidia"
Driver "nvidia"
BusID "1:0:0"
Option "NvAGP" "2"
# Option "AGPMode" "4"
# Option "UseEDID" "0"
Option "RenderAccel" "true" # nvidia
# Option "backingstore" "true" # nvidia et Ati
Option "AllowGLXWithComposite" "true"
EndSection

Section "Device"
Identifier "Matrox"
Driver "mga"
BusID "0:11:0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 75
VertRefresh 50-160
#Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028
1069 -HSync +Vsync
#Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
#ModeLine "1280x1024" 157.50 1280 1344 1504 1728 1028 1025 1028 1072 #85 Hz
EndSection

Section "Monitor"
Identifier "TFT"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Nvidia"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "TFT Screen"
Device "Matrox"
Monitor "TFT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TFT Screen" RightOf "Default Screen"
InputDevice "Generic Keyboard" # "CorePointer"
InputDevice "Configured Mouse" # "CoreKeyBoard"
EndSection

Section "Extensions"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection

#Section "DRI"
# Mode 0666
#EndSection

Je vous remercie d'avance
Rolland


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

2 réponses

Avatar
Bulot Grégory
Le lundi 14 août 2006 13:21, Rolland T. Chago a écrit :
        #Modeline        "1280x1024_75.00"  138.54  1 280 1368 1504 1728
 1024 1025 1028 1069  -HSync +Vsync
        #Modeline "" 156.43 1280 1312 1904 1936 1024 1043 1056
1076 #ModeLine      "1280x1024" 157.50 1280 1344 1504 1728 1028 102 5 1028
1072 #85 Hz



faut ptet retirer un commentaire quelquepart ?
Avatar
fabrice régnier
salut,

dpkg-reconfigure xserver-xorg

mais avant il faut :

# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg

Ceci est extrait de /etc/X11/xorg.conf

a+

f.


Rolland T. Chago wrote:
Salut ,

j'ai un pb avec ma debian chaque fois que j'effectue des changements dans
/etc/X11/xorg.conf ils ne sont pris en compte au démarrage. je prends un example
mon moniteur marche actuellement à la resolution 1280x1024 à 85 et j'aimerai qu'il marche
à 1280x1024 75 apres des miliers de changement dans /etc/X11/xorg.conf rien n'a changé.

Dans le configuration de kde il n'existe que la frequence 85 au choix pour mon moniteur

voila mon fichier de configuration de xorg



Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
# FontPath "/usr/share/fonts/X11/cyrillic"
# FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
# FontPath "/usr/lib/X11/fonts/Type1"
# FontPath "/usr/share/fonts/X11/CID"
# FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
# Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
EndSection

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

Section "Device"
Identifier "Nvidia"
Driver "nvidia"
BusID "1:0:0"
Option "NvAGP" "2"
# Option "AGPMode" "4"
# Option "UseEDID" "0"
Option "RenderAccel" "true" # nvidia
# Option "backingstore" "true" # nvidia et Ati
Option "AllowGLXWithComposite" "true"
EndSection

Section "Device"
Identifier "Matrox"
Driver "mga"
BusID "0:11:0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 75
VertRefresh 50-160
#Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028
1069 -HSync +Vsync
#Modeline "" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
#ModeLine "1280x1024" 157.50 1280 1344 1504 1728 1028 1025 1028 1072 #85 Hz
EndSection

Section "Monitor"
Identifier "TFT"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Nvidia"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "TFT Screen"
Device "Matrox"
Monitor "TFT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TFT Screen" RightOf "Default Screen"
InputDevice "Generic Keyboard" # "CorePointer"
InputDevice "Configured Mouse" # "CoreKeyBoard"
EndSection

Section "Extensions"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection

#Section "DRI"
# Mode 0666
#EndSection

Je vous remercie d'avance
Rolland






--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact