Nous sommes le Mar 24 Juin, 2025 19:04
Supprimer les cookies

Page 1 sur 21, 2 SuivantNvidia sous dapper : problème de résolution

Le choix d'Ubuntu pour mes premiers pas Linux

Ven 09 Juin, 2006 11:03

Bonjour,

J'ai installé le pilote nividia sur dapper.
Mon écran étant fait pour une résolution de 1280 x 1024 pixels, j'ai donc choisi cette résolution.

Maintenant il y a un problème, j'ai une bande noire à droite de l'écran.

Je suis allé sur http://doc.ubuntu-fr.org/materiel/fix_p ... resolution et j'ai exécuté le script de détection de matériel (sudo dpkg-reconfigure xserver-xorg) sans succès.

Ma carte graphique est une Asus Geforce 7600GT 256MB PCI-E x16 et mon écran un Benq FP931

Voici le contenu de mon xorg.conf :
# /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 ***spam*** command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "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/100dpi"
FontPath "/usr/share/X11/fonts/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 "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
EndSection

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

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "BenQ FP931"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "BenQ FP931"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
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"
EndSection

Section "DRI"
Mode 0666
EndSection


Comment faire pour régler le problème?

Merci d'avance pour votre aide
Davjack

Messages : 286

Ven 09 Juin, 2006 13:56

J'ai regardé sous windows et là, je suis en 60Hz alors que sous Ubuntu je suis en 76Hz (seul choix). Si sous windows je met en 76Hz, j'ai le même problème.
Comment faire pour avoir 60 Hz sous Ubuntu également ?
Davjack

Messages : 286

Ven 09 Juin, 2006 14:43

Essaie de refaire un "sudo dpkg-reconfigure xserver-xorg". Normalement il te détecte ton écran et te demande si tu veux enregistrer les modelines dans ton xorg.conf. Ce sont ces lignes (modelines) qui gèrent, entre autre, la valeur du raffraichissement... enfin je crois :D
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Ven 09 Juin, 2006 14:47

yostral a écrit:Essaie de refaire un "sudo dpkg-reconfigure xserver-xorg". Normalement il te détecte ton écran et te demande si tu veux enregistrer les modelines dans ton xorg.conf. Ce sont ces lignes (modelines) qui gèrent, entre autre, la valeur du raffraichissement... enfin je crois :D
En fait je l'ai fait à la main. J'ai beau avoir modifié le xorg.conf comme indiqué sur http://doc.ubuntu-fr.org/materiel/fix_p ... resolution pour indiquer le taux de rafraîchissement, je ne peux toujours pas changer la fréquence de rafraichissement dans Système->Préférence->Résolution de l'écran

Mon xorg.conf donne ça :
Section "Monitor"
Identifier "BenQ FP931"
Option "DPMS"
HorizSync 31-83
VertRefresh 56-76
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "BenQ FP931"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
EndSection
Davjack

Messages : 286

Ven 09 Juin, 2006 14:56

Là tu n'as pas de modelines dans ton fichier...

Ce sont des lignes de ce type :
Code: Tout sélectionner
Modeline "640x480@8bpp"     25.175  640  672  728  816   480  489  501  526


Tu pourrais aussi les faire à la main en suivant les paramètres indiqués dans le manuel de ton écran. Mais le plus simple c'est de laisser faire la configuration auto... Essaie ma commande précédente ;) .
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Ven 09 Juin, 2006 15:11

yostral a écrit:Là tu n'as pas de modelines dans ton fichier...

Ce sont des lignes de ce type :
Code: Tout sélectionner
Modeline "640x480@8bpp"     25.175  640  672  728  816   480  489  501  526


Tu pourrais aussi les faire à la main en suivant les paramètres indiqués dans le manuel de ton écran. Mais le plus simple c'est de laisser faire la configuration auto... Essaie ma commande précédente ;) .
Et je marque quoi et où si je veux avoir la résolution 1280x1024 en 60Hz?
Davjack

Messages : 286

Ven 09 Juin, 2006 15:20

Aucune idée... :P


C'est pour ça que je préfère les générer automatiquement.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Dim 11 Juin, 2006 21:37

Bonjour,
J'aurai tant aimé utiliser Ubuntu mais j'ai également le souci de la résolution d'écran, qui ne dépasse pas les 1024 alros que 1280 serait la valeur recherchée...
Et pour tout dire, je n'ai que peu de connaissance informatique sous linux alors la démarche expliquée me paraît bien ardue. Une âme charitable pourrait-elle m'expliquer cette affaire dans un langage un peu moins codé ?

Merci
et en attendant j'utilise fedora5 (pas de souci au moins)...
PJFB

Messages : 25
Géo : Maurienne

Dim 11 Juin, 2006 21:52

Si tu n'as pas de soucis avec ta Fedora, poste nous ici le contenu de ton fichier /etc/X11/xorg.conf . Peut-être celà aidera notre ami ;) ... et toi aussi si tu veux installer Ubuntu...
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Dim 11 Juin, 2006 21:54

Eh bien je vais vous paraître bien peu au fait de Linux, mais je ne sais pas où se trouve le fichier cité!
C'est dire si je suis novice...
Merci
PJFB

Messages : 25
Géo : Maurienne

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit