#1 Le 21/04/2007, à 12:58
- alarriere
resolu :probleme resolution ecran sous feisty
bonjour, tout d'abord je signale que je suis un débutant sous ubuntu (installé depuis hier), et sous linux
voila mon probleme, l'affichage maximal que je puisse appliqué est seulement de 1024x768, alors que je préfèrerai travailler en 1280x1024.
ma config est la suivante: carte nvidia geforce 7300gs (asus en pci-e) relié en dvi sur un ecran benq fp91g+ (19 pouces) sous ubuntu 7.04
j'ai suivi le tuto suivant http://doc.ubuntu-fr.org/materiel/fix_p … resolution mais qui n'a pas fonctionné. Maintenant j'ai la possibilité de passer en 1280x1024....mais là, c'est le drame...ecran noir et reboot en force, sachant qu'en plus que j'ai seulement le choix a des fréquences de rafraichissement bizarres (exemple: 56 -57 -53), enfin pas des valeurs rondes.
merci d'avance
je copie mon fichier 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"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSectionSection "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSectionSection "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSectionSection "Device"
Identifier "nVidia Corporation G71 [GeForce 7300 GS]"
Driver "nvidia"
Busid "PCI:3:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSectionSection "Monitor"
Identifier "Écran générique"
Option "DPMS"
Horizsync 31-81
Vertrefresh 56-76
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +VsyncEndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G71 [GeForce 7300 GS]"
Monitor "Écran générique"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024_60.00" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024_60.00" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024_60.00" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024_60.00" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024_60.00" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024_60.00" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSectionSection "DRI"
Mode 0666
Dernière modification par alarriere (Le 23/04/2007, à 18:15)
Hors ligne
#2 Le 23/04/2007, à 18:12
- alarriere
Re : resolu :probleme resolution ecran sous feisty
bon j'ai trouvé tout seul en fouillant un peu..
en fait il faut utiliser nvidia-settings..et la ca passe beaucoup mieux
Hors ligne
#3 Le 17/06/2007, à 11:04
- yakusa77
Re : resolu :probleme resolution ecran sous feisty
salut
moi aussi j'ai le meme probleme , j'ai fait comme tu a dit je prend nvidia-setting sur synpatic , mais il me deisntallé glx a toi aussi sa a fait sa ? et pire au reboot fini le x server n'a pu voulu repartir il a fallu que reinstalle nvidia-glx qui m'a redeinstaller nvidia-settings et m' permi de retrouver mon interface graphique
Dernière modification par yakusa77 (Le 17/06/2007, à 11:37)
De vraies interfaces graphique pour vos scripts shell
"Précise 64" | AMD phenom II x4 black édition 965
Hors ligne
#4 Le 06/09/2007, à 11:54
- stef69
Re : resolu :probleme resolution ecran sous feisty
Bonjour,
J'ai installé cette carte hier. L'accélération fonctionne mais par moyen de passer en 1280 x 1024. J'ai utilisé nvidia-settings mais en fait j'ai lu qu'il faut le faire en super utilisateur, donc sudo nvidia-settings pour mémoriser les paramètres ...
A tester donc... si ca ne mémorise toujours pas je vais devoir modifier le xorg.conf à la main
Hors ligne