#1 Le 17/07/2006, à 15:18
- kkwete
pb résolution meme avec drivers installés
Salut à tous!
Voila je n'arrive pas à résoudre quelques petits problemes d'affichage avec ma dapper:
En fait quand ma distro se lance, tout est ecrit trop petit c limite illisible (l'ecran où l'on doit se logger).
Sous le bureau, je n'arrive pas à modifier la resolution de l'ecran et a adapter la taille de l'image par rapport à mon ecran (daewoo 19"). J'ai donc du noir tout autour du bureau et je ne veux pas toucher aux reglages de l'ecran car sous xp tout est nickel et sous dos aussi, idem lors du demarrage de la machine. De plus si je demande à ma copide (qui utilise xp...) de modifier les reglages de l'cran a chaque fois qu'elle veut s'en servir, je sens qu'elle va râler! wink )
Enfin, j'ai installé les drivers pour ma nvidia 6600 GT mais je n'arrive pas à modifier la résolution utilisée par ma carte...
Pouvez vous m'aider?
Merci!
Hors ligne
#2 Le 17/07/2006, à 15:36
- caserio
Re : pb résolution meme avec drivers installés
Salut,
Poste ton /etc/X11/xorg.conf et dis-nous quelle résolution tu veux utiliser.
Sinon, en gros, pour le login trop petit, supprime ou commente (#) la résolution la plus haute dans ton xorg.conf.
Un règle générale: supprimer (ou commenter) les résolutions que tu n'utilises pas. Deux résolutions différentes devraient suffire amplement: celle que tu vas utiliser 98% du temps et une autre, au cas où...
À titre d'exemple, sur mon 19" CRT, j'ai gardé "1024x768" (res principale) et "800x600"
Dernière modification par caserio (Le 17/07/2006, à 15:57)
Hors ligne
#3 Le 17/07/2006, à 16:17
- michel2652
Re : pb résolution meme avec drivers installés
Bonjour,
Après avoir installé le driver nvidia et remplacé "nv" par "nvidia", il te faut renseigner dans la section Monitor de ton xorg.conf les HorizSync et VertRefresh (Ce sont les plages de fréquences Horiz et Vert données dans la fiche techniquesde l'écran).
Ensuite, les résolutions souhaitées (voir la résolution optimale + fréquence sur fiche technique).
Tu peux supprimer le post mal placé toi même http://forum.ubuntu-fr.org/viewtopic.php?id=50408 en cliquant sur supprimer en bas à droite du premier message.
A+
#4 Le 18/07/2006, à 11:40
- kkwete
Re : pb résolution meme avec drivers installés
ok voici mon xorg:
dsl je débute sous ubuntu
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Mon May 15 14:17:32 PDT 2006
# /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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
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" "fr"
Option "XkbVariant" "latin9"
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"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 80.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
EndSection
Hors ligne
#5 Le 18/07/2006, à 11:51
- kkwete
Re : pb résolution meme avec drivers installés
Je viens de le modier comme ca, en y ajoutant les fréquences de mon écran et en supprimant les fréquences inutiles:
J'espere avoir bien fait, j'ai enregistré ce nouveau xorg sous un autre nom et j'attends votre aprobation pour remplacer l'original...!
merci!
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Mon May 15 14:17:32 PDT 2006
# /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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
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" "fr"
Option "XkbVariant" "latin9"
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"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 30.0 - 99.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "832x624" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "832x624" "800x600"
EndSubSection
EndSection
Hors ligne