Pages : 1
#1 Le 07/01/2007, à 10:49
- phix1112
super zoom sur mon écran
Bonjour
Pour régler des problèmes de résolution d'écran j'ai fait une manoeuvre dont le résultat est que je vois à peine quelques lettres tellement grandes que je ne peux même pas deviner les mots.
Je ne sais pas comment revenir en arrière, je n'accède qu'à une toute petite partie de l'écran.
Je suis très débutant. Alors, pour m'expliquer, faites svp comme si j'étais un peu idiot
J'ai fait la manoeuvre décrite dans la page http://doc.ubuntu-fr.org/nvidia :
Pour en être sur, il vous faut éditer le fichier /etc/X11/xorg.conf avec les droits d'administrateur, pour cela, ouvrez un terminal et tapez :
gksu gedit /etc/X11/xorg.conf (Ubuntu)
sudo kwrite /etc/X11/xorg.conf (Kubuntu)
sudo nano /etc/X11/xorg.conf (autre méthode)
Recherchez la partie Section "Device" (Ctrl+F et rechercher device) puis à la ligne Driver, vérifiez qu'il est bien écrit en face "nvidia" et non "nv" sinon remplacez-le.
Exemple, pour avoir les drivers activés, vous devez avoir :
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
4. Redémarrage de X
#2 Le 08/01/2007, à 23:07
- Doyen
Re : super zoom sur mon écran
attand, reprends depuis le debut,
retourne dans ton fichier xorg.conf :
quand le PC te demande ton login (ou quand tu es loggé c'est le meme en fait), appuie simultanement sur "alt control F1"
tu vois un login et un mot de passe, fait comme quand tu lances ton PC normallement
ensuite, tappes :
cd /etc/X11
sudo nano xorg.conf
trouves :
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
et remplace le par :
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
ensuite, fais "alt control F7", une fois que tu vois l'ecran, fais un "alt control backspace" (backspace est "retour arriere" (la touche que tu utilises quand tu fais une faute de frappe pour effecer le dernier charactere)
tu devrais avoir ton ecran qui est a nouveau normal...
Si c'est le cas, poste nous ton xorg.conf : "alt F2" puis : "gedit /etc/X11/xorg.conf" et fais un copier coller de tout le fichier ici
++
Doyen
Dernière modification par Doyen (Le 08/01/2007, à 23:09)
Linux a un noyau, Windows a un pépin
Des chercheurs ont reussi a implanter des dents sur des poules, donc on ne peut plus dire quand les poules auront des dents, a la place, utilisont quand Microsoft n'aura plus de bugs. Ca au moins, c'est pas pret d'arriver !
Hors ligne
#3 Le 13/01/2007, à 11:13
- phix1112
Re : super zoom sur mon écran
Merci pour votre aide.
J'ai retrouvé mon écran avec une résolution 800... Pour avoir d'autres résolutions, comment dois-je modifier mon fichier xorg.conf ?
Le voici :
# /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"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
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" "pc104"
Option "XkbLayout" "us"
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 NV11 [GeForce2 MX/MX 400]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
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
Pages : 1