Bienvenue, vous n'êtes pas connecté. ( Se connecter - S'enregistrer )

Pour une discussion en directe, retrouvez-vous :
-Sur IRC : irc.freenode.net #zenwalk-fr , #zenwalk
-Sur Jabber : general@chat.zenwalk-fr.org ou http://jeti.zenwalk-fr.org/

Forum ZenWalk-fr.org > Zenwalk Linux > Documentation > Nvidia (encore... :( )

RSS >  Nvidia (encore... :( ), Zenwalk 6.2
shoobidoowap7 #1 01/12/2009 - 16h57

Groupe : Membres
Messages : 289
Enregistré le : 29/10/2008

Hors ligne Site Web

Bonjour,

J'ai installé Z.6.2 sur un PC qui a une nvidia Geforce 6100 nForce 405.
nvidia-settings s'est bien installé. Apparemment il est bien reconnu puisque les modifs effectués se retrouvent dans xorg.conf ; Compiz se lance très bien (contrairement à U.9.10, ça ne provoque aucun bug en remote desktop  ;D )

Le truc c'est que malgré les modifications, il ne veut pas me proposer un affichage supérieur à 1024x768... Et curieusement, ni AWN, ni Cairo-dock ne veulent se lancer non plus

Je ne sais plus trop ce que je dois modifier dans ce xorg.conf :
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:55:55 PDT 2009

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by videoconfig, the Zenwalk X Configurator.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command from runlevel 3:
# videoconfig
# Files          ( File pathnames )
#_______________________________________________________________________
# ServerFlags    ( Server flags )
#_______________________________________________________________________
# **********************************************************************
# Module section ( Dynamically loadable modules )
#_______________________________________________________________________
# Extensions     ( Extension enabling )
#_______________________________________________________________________
# InputDevice    ( Input device description )
#_______________________________________________________________________
# Device         ( Graphics device description )
#_______________________________________________________________________
# Any number of graphic devices sections may be present
# Monitor        ( Monitor description )
#_______________________________________________________________________
# Screen         ( Screen configuration )
#_______________________________________________________________________
# ServerLayout   ( Overall layout )
#_______________________________________________________________________
# DRI            ( DRI-specific configuration )
#_______________________________________________________________________

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Pad1" "SendCoreEvents"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath      "/usr/lib/xorg/modules"
   FontPath        "/usr/share/fonts/local"
   FontPath        "/usr/share/fonts/TTF"
   FontPath        "/usr/share/fonts/OTF"
   FontPath        "/usr/share/fonts/Type1"
   FontPath        "/usr/share/fonts/misc"
   FontPath        "/usr/share/fonts/CID"
   FontPath        "/usr/share/fonts/75dpi/:unscaled"
   FontPath        "/usr/share/fonts/100dpi/:unscaled"
   FontPath        "/usr/share/fonts/75dpi"
   FontPath        "/usr/share/fonts/100dpi"
   FontPath        "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
   Load           "synaptics"
   Load           "dbe"
   Load           "dri2"
   Load           "extmod"
   Load           "dri"
   Load           "/usr/lib/xorg/modules/extensions/libglx.so"
EndSection

Section "ServerFlags"

#    Option        "NoTrapSignals"
#    Option        "DontVTSwitch"
#    Option        "DisableVidModeExtension"
#    Option        "AllowNonLocalXvidtune"
#    Option        "DisableModInDev"
#    Option        "AllowNonLocalModInDev"
#    Option      "blank time"        "10"        # 10 minutes
#    Option      "standby time"        "20"
#    Option      "suspend time"        "30"
#    Option        "off time"            "60"
#    Option        "EstimateSizesAggresively" "0"
   Option         "DontZap" "off"
#    Option        "DontZoom"
   Option         "AutoEnableDevices" "false"
   Option         "AutoAddDevices" "false"
   Option         "AllowEmptyInput" "false"
   Option         "Xinerama" "0"
EndSection

Section "InputDevice"

#    Option     "Protocol"      "Xqueue"
#    Option     "AutoRepeat"    "500 5"
#    Option     "Xleds" "1 2 3"
#    Option     "XkbDisable"
   Identifier     "Keyboard1"
   Driver         "kbd"
   Option         "XkbRules" "xorg"
   Option         "XkbModel" "pc105"
   Option         "XkbLayout" "fr"
#    Option     "XkbVariant"    "us"
   Option         "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"

# Identifier and driver
#    Option     "BaudRate" "9600"
#    Option     "SampleRate"    "150"
#    Option     "Emulate3Buttons"
#    Option     "Emulate3Timeout" "50"
#    Option     "ChordMiddle"
   Identifier     "Mouse1"
   Driver         "mouse"
   Option         "Protocol" "Auto"
   Option         "Device" "/dev/input/mice"
#    Option     "Protocol" "Xqueue"
   Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier     "Pad1"
   Driver         "synaptics"
   Option         "Protocol" "auto-dev"
   Option         "Device" "/dev/tp1"
   Option         "LeftEdge" "1700"
   Option         "RightEdge" "5300"
   Option         "TopEdge" "1700"
   Option         "BottomEdge" "4200"
   Option         "FingerLow" "25"
   Option         "FingerHigh" "30"
   Option         "MaxTapTime" "180"
   Option         "MaxTapMove" "220"
   Option         "VertScrollDelta" "100"
   Option         "MinSpeed" "0.09"
   Option         "MaxSpeed" "0.18"
   Option         "AccelFactor" "0.0015"
   Option         "SHMConfig" "on"
EndSection

Section "Monitor"
   Identifier     "Monitor1"
   VendorName     "Artefact"
   ModelName      "My monitor"
   HorizSync       28.0 - 55.0
   VertRefresh     43.0 - 72.0
   Option         "UseEdidFreqs" "1"
   Option         "ReducedBlanking"
EndSection

Section "Monitor"
   Identifier     "Monitor0"
   VendorName     "Unknown"
   ModelName      "CRT-0"
   HorizSync       28.0 - 55.0
   VertRefresh     43.0 - 72.0
EndSection

Section "Device"
   Identifier     "Videocard1"
   Driver         "nvidia"
   VendorName     "Unknown Vendor"
   BoardName      "Video device"
   Option         "AllowGLXWithComposite" "1"
   Option         "RenderAccel" "true"
   Option         "XaaNoOffscreenPixmaps" "on"
   BusID          "PCI:0:13:0"
EndSection

Section "Device"
   Identifier     "Device0"
   Driver         "nvidia"
   VendorName     "NVIDIA Corporation"
   BoardName      "GeForce 6100 nForce 405"
EndSection

Section "Screen"
   Identifier     "Zenwalk"
   Device         "Videocard1"
   Monitor        "Monitor1"
   DefaultDepth    24
   SubSection     "Display"
       Depth       8
   EndSubSection
   SubSection     "Display"
       Depth       16
   EndSubSection
   SubSection     "Display"
       Depth       24
   EndSubSection
   SubSection     "Display"
       Depth       32
   EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "1280x1024 +0+0; 1280x960 +0+0; nvidia-auto-select +0+0"

   Identifier     "Screen0"
   Device         "Device0"
   Monitor        "Monitor0"
   DefaultDepth    24
   Option         "TwinView" "0"
   Option         "TwinViewXineramaInfoOrder" "CRT-0"
   Option         "metamodes" "1280x960 +0+0; 1024x768 +0+0; nvidia-auto-select +0+0"
   SubSection     "Display"
       Depth       24
   EndSubSection
EndSection

Section "Extensions"
   Option         "Composite" "enable"
EndSection



Il y a un autre truc assez curieux :
nvidia-settings lorsque la définition est choisie propose 1024x768 avec un rafraichissement en 60hz comme seule option et affiche ainsi dans xorg.conf 1024x768_60 +0+0 en plus de l'auto. Seulement ça fait planter l'affichage pour un bel écran noir.

Dans le menu "affichage" en fait il ne propose que jsq 50hz... ???

Du coup, je ne sais meme pas qui gère réellement l'affichage...

(euh... je crois que je me suis goré du coup de section... ) :-[
Ce message a été édité par shoobidoowap7 le 01/12/2009 à 17h19.
MartinF #2 02/12/2009 - 08h25

Groupe : Membres
Messages : 85
Enregistré le : 08/04/2009

Hors ligne

D'abord il faut que tu saches quels sont les bons affichages. Pour ça:
xrandr
Puis il va falloir que tu édites le fichier /etc/X11/xorg.conf

Section "Screen"

# Removed Option "metamodes" "1280x1024 +0+0; 1280x960 +0+0; nvidia-auto-select +0+0"

  Identifier     "Screen0"
  Device         "Device0"
  Monitor        "Monitor0"
  DefaultDepth    24
  Option         "TwinView" "0"
  Option         "TwinViewXineramaInfoOrder" "CRT-0"
#   Option         "metamodes" "1280x960 +0+0; 1024x768 +0+0; nvidia-auto-select +0+0"
  SubSection     "Display"
      Depth       24
      Modes "1440x900_59.887" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854"
  EndSubSection
EndSection


Dans la ligne "Modes" mets les valeurs que xrandr t'a donne.
Je ne sais pas à quoi sert l'option "metamodes", essaye de la commenter quand même...
shoobidoowap7 #3 02/12/2009 - 22h55

Groupe : Membres
Messages : 289
Enregistré le : 29/10/2008

Hors ligne Site Web

root[shoobidoowap7]# xrandr
Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
  1024x768       50.0*
  800x600        51.0     52.0     53.0  
  640x480        54.0  
  512x384        55.0  
  400x300        56.0     57.0     58.0  
  320x240        59.0  


C'est déjà ce que j'ai mis (après mon post  l!!! ) en fait. J'ai essayé aussi avec 60hz mais pas plus de résultats.

(metamodes c'est nvidia-settings qui le génère)

Section "Screen"

# Removed Option "metamodes" "1280x1024 +0+0; 1280x960 +0+0; nvidia-auto-select +0+0"
# Removed Option "metamodes" "1024x960 +0+0; 1024x760 +0+0; nvidia-auto-select +0+0"
   Identifier     "Screen0"
   Device         "Device0"
   Monitor        "Monitor0"
   DefaultDepth    24
   Option         "TwinView" "0"
   Option         "TwinViewXineramaInfoOrder" "CRT-0"
   Option         "1280x960_50 +0+0; 1024x960_50 +0+0; 1024x768_50 +0+0; nvidia-auto-select +0+0"
   SubSection     "Display"
       Depth       24
   EndSubSection



Ah et je mets x960 pcq x1024 plante l'affichage (comme lrsq cette machine était sous ubuntu).

(EDIT : Je dois dire que l'ATI sur ce zenwalk sur lequel j'écris est tout aussi mal géré...  :P )
Ce message a été édité par shoobidoowap7 le 02/12/2009 à 23h34.

 >  Réponse rapide

Composez votre message

Forum ZenWalk-fr.org > Zenwalk Linux > Documentation > Nvidia (encore... :( )

 >  Informations du forum

1 personne(s) présente(s) durant une période de 10 minutes (0 membre(s) et 1 invité(s)).