Nous sommes le Lun 23 Juin, 2025 16:55
Supprimer les cookies

Page 2 sur 2Précédent 1, 2Nvidia sous dapper : problème de résolution

Le choix d'Ubuntu pour mes premiers pas Linux

Dim 11 Juin, 2006 22:01

Ben il est où j'ai indiqué ... ;)
C'est le fichier xorg.conf situé dans le répertoire /etc/X11/

Toi, ton Home, est dans /hom/PJFP/ .
Donc remonte l'arborescence 2 fois, jusqu'à la racine , / , et vas dans le répertoire "etc" , puis dans "X11" .
yostral

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

Ven 16 Juin, 2006 23:27

En fait, le problème ne vient ni du xorg.conf, ni du pilote à mon avis.
J'avais aussi installé Fedora Core 5 avant et j'ai comparé les xorg.conf. Il n'y a pas de grosse différence.

Le problème pourrait venir du noyau?

Le xorg.conf que j'avais sous Fedora :
Code: Tout sélectionner
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "BenQ FP931"
DisplaySize 380 300
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation Unknown device 0391"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


Ps. J'ai modifié mon xorg sous Ubuntu au niveau de l'écran sans succès:
Code: Tout sélectionner
Section "Monitor"
    Identifier    "BenQ FP931"
    Option        "DPMS"
    HorizSync    31.0-83.0
    VertRefresh    56.0-76.0
EndSection
Davjack

Messages : 286

Ven 16 Juin, 2006 23:57

J'ai trouvé une solution !!!
C'est du bidouillage mais ça fonctionne !

En fait, mon problème, c'était que j'étais en bonne résolution mais pas en bonne fréquence (75 au lieu de 60 Hz) et que je n'avais pas la possibilité de la changer (seul 75 était sélectionnable).
J'ai remarqué ce problème en allant sous Windows Xp (dualboot), et en voyant que la résolution jouait mais que la fréquence était de 60 Hz. Si je la modifiait en 75, j'avais le même problème que sous Ubuntu.

Pour la solution, c'est très simple, j'ai forcé mon xorg.conf à me proposer ma résolution (1280x1024) en 60 Hz de cette manière :
Avant
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

Après
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation - Asus Geforce 7600GT"
Monitor "BenQ FP931"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024_60" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

J'esprès que ça aidera ceux qui avaient le même problème que moi ;)

Si vous trouvez une solution plus propre, ça m'intéresse
Davjack

Messages : 286

Qui est en ligne ?

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