#1 Le 15/09/2007, à 11:27
- jaubert
[Debutant] Je n'arrive pas à configurer mon xorg (Résolu)
Bonjour.
J'aimerais un coup de main pour éditer mon xorg.
Voila ma config :
compaq presario R3480EA
carte Nvidia GeForce 420 Go 32M
ubuntu feisty 32bits
une TV samsung HD720p en 2ème écran
Je veux :
que mon ecran de portable tourne en 1280x800 en 60Hz
que mon 2ème ecran tourne en 1360x768 en 60Hz
utiliser beryl
lutilisation de ma carte optimisée
NB : si vous pouvez également m'aider sur ca, jai un probleme lors de la lecture dune video, jai sans cesse des lignes qui apparaissent : est-ce dû au taux de raffraichissement actuel de 50Hz ?
Ce que jai actuellement:
si je ne branche pas ma TV, mon ecran est bloqué en 1024x768@50Hz
si je branche ma TV, mon ecran de portable tourne en 1280x800@50Hz et si jactive ma TV elle tourne en 1360x768@50Hz et mon ecran en 1280x800@1360x768@50Hz
Beryl fonctionne.
Voici mon xorg :
# /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 xorg.conf(5) manual page.
# (Type "man 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-xorg
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 "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 "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 420 Go 32M]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "TripleBuffer" "True"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "True"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "HD720p"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "NULL,1280x800;1360x768,1280x800@1360x768;1024x768,1024x768;800x600,800x600"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
Horizsync 30-67
Vertrefresh 30-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce4 420 Go 32M]"
Monitor "Écran générique"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
J'espère votre aide pour optimiser ce xorg et rendre mon affichage fonctionnel et optimisé.
J'attend avec impatience vos réponses et vous remercie par avance.
[edit calimarno : balises code]
Dernière modification par calimarno (Le 15/09/2007, à 14:04)
#2 Le 15/09/2007, à 13:27
- tenSe
Re : [Debutant] Je n'arrive pas à configurer mon xorg (Résolu)
Parait qu'il faut faire ça avec nvidia-settings ...
Moi j'y connais absolument rien .
tenSe
( utilisateur d'Arch / CentOS / Ubuntu, intéressé par le traitement du signal temps réel et par les productions artistiques open source de toutes sortes )
Hors ligne
#3 Le 15/09/2007, à 13:35
- ben13
Re : [Debutant] Je n'arrive pas à configurer mon xorg (Résolu)
Je veux :
que mon ecran de portable tourne en 1280x800 en 60Hz
que mon 2ème ecran tourne en 1360x768 en 60Hz
utiliser beryl
lutilisation de ma carte optimiséeNB : si vous pouvez également m'aider sur ca, jai un probleme lors de la lecture dune video, jai sans cesse des lignes qui apparaissent : est-ce dû au taux de raffraichissement actuel de 50Hz ?
c'est tout ??
ne confond pas un forum et un SAV ...
a partir du principe ou tu as compris comment editer ton xorg , je vois pas ou est le probleme ...
Ubuntu 12.04.01 LTS 64 Bits.
Hors ligne
#4 Le 15/09/2007, à 13:57
- jaubert
Re : [Debutant] Je n'arrive pas à configurer mon xorg (Résolu)
Parait qu'il faut faire ça avec nvidia-settings ...
Effectivement, autant pour moi, je n'y avais pas accès pdt un moment, yavais plein derreurs que je nai pas relevé, puis là c bon du coup tout marche, mais je sais pas comment jai fait.
Merci.