Nvidia sous Ubuntu dapper drake : problème de résolution

Nvidia sous Ubuntu dapper drake : problème de résolution - Installation - Linux et OS Alternatifs

Marsh Posté le 09-06-2006 à 13:49:02    

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/ [...] 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 :

Citation :

# /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 the following 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

Reply

Marsh Posté le 09-06-2006 à 13:49:02   

Reply

Marsh Posté le 09-06-2006 à 14:34:06    

Et si tu modifies ton xorg.conf pour n'avoir que dans la section "Screen":

Code :
  1. Section "Screen"
  2. Identifier "Default Screen"
  3. Device  "NVIDIA Corporation NVIDIA Default Card"
  4. Monitor  "BenQ FP931"
  5. DefaultDepth 24
  6. SubSection "Display"
  7.   Depth  24
  8.   Modes  "1280x1024"
  9. EndSubSection
  10. EndSection


?

Reply

Marsh Posté le 09-06-2006 à 14:56:53    

Ca me fait une erreur et le serveur x ne démarre plus.
 
Par contre, 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 ?

Reply

Marsh Posté le 09-06-2006 à 14:58:26    

normalement t'as une section qui décrit les frequences de rafraichissement horizontales & verticales dans ton xorg.conf

Reply

Marsh Posté le 09-06-2006 à 14:59:32    

Code :
  1. Section "Monitor"
  2. Identifier "Écran générique"
  3. Option  "DPMS"
  4. HorizSync 30-107
  5. VertRefresh 85-100
  6. EndSection


 
genre
 
A noter la fonction recherche du forum:
http://forum.hardware.fr/hardwaref [...] 5934-1.htm

Reply

Marsh Posté le 09-06-2006 à 15:01:44    

Reply

Marsh Posté le 09-06-2006 à 15:45:37    

J'ai beau avoir modifié le xorg.conf comme indiqué sur http://doc.ubuntu-fr.org/materiel/ [...] 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 :

Citation :

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

Reply

Marsh Posté le 09-06-2006 à 15:48:42    

ton drivers est correctement installé ? t'as bien le splash nvidia au démarrage de X ?

Reply

Marsh Posté le 09-06-2006 à 15:50:14    

_darkalt3_ a écrit :

ton drivers est correctement installé ? t'as bien le splash nvidia au démarrage de X ?


Oui, j'ai bien le splash et j'ai testé l'accélération 3D. Ca fonctionne bien

Reply

Marsh Posté le 09-06-2006 à 15:52:48    

ben dsl je vois pas alors [:spamafote]

Reply

Marsh Posté le 09-06-2006 à 15:52:48   

Reply

Marsh Posté le 09-06-2006 à 16:16:56    

ptetre que t'as des messages dans le log ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed