christian a écrit :
KRS a écrit :
François Huot a écrit :
Bonjour liste,

J'utilise un portable Toshiba satellite 1400 dont l'écran est un Trident 8820. Le hic, c'est qu'Ubuntu, lors de l'installation, ne reconnaît pas bien cet écran de sorte que l'espace lecture ne couvre au mieux que les deux tiers de l'espace total de l'écran... pour solutionner ce problème, j'ai installé Mandriva, qui reconnaît bien l'écran, et j'ai ensuite copié et sauvegardé sur un support extérieur le fichier /etc/X11/xorg.conf.

Après j'ai réinstallé Ubuntu et rem,placé le fichier fautif par celui produit par Mandriva.. en vain, je ne dispose toujours qu'un écran réduit du tiers!

Merci de m'aider à récupérer tout l'espace de mon écran,

François Huot


Probablement que le driver spécifié dans ton xorg.conf n'est pas installé, c'est une piste, c'est peut être autre chose.


il faut essayer de réduire d'une par la résolution de l'écran ainsi que le nombre de couleur. J'ai eu le même problème avec un vieux COMPAQ ARMADA 1700.

Bonsoir,

voici un lien qui peu être intéressant. toutefois il faut savoir quel chip graphique équipe ta machine.

http://doc.ubuntu-fr.org/intel_graphics_old

ci-dessous la config de mon fichier /etc/X11/xorg.conf /*en gras italique*/

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "kbd"
   Option        "XkbRules"    "xorg"
   Option        "XkbModel"    "pc105"
   Option        "XkbLayout"    "fr"
   Option        "XkbVariant"    "oss"
   Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier    "Configured Mouse"
   Driver        "mouse"
EndSection


Section "InputDevice"
   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "SendCoreEvents"    "true"
   Option        "Device"    "/dev/psaux"
   Option        "Protocol"    "auto-dev"
   Option        "HorizEdgeScroll"    "0"
EndSection
*/Section "Device"
   Identifier    "Configured Video Device"
   Boardname    "Chips & Technologies CT68554"
   Busid        "PCI:0:8:0"
   Driver        "chips"
   Screen    0
   Vendorname    "Chips & Technologies"
EndSection/*

/*Section "Monitor"
   Identifier    "Configured Monitor"
   Vendorname    "Generic LCD Display"
   Modelname    "LCD Panel 1280x1024"
   Horizsync    31.5-64.0
   Vertrefresh    56.0 - 65.0
 modeline  "640x...@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
 modeline  "800x...@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
 modeline  "800x...@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x...@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync modeline "1280x...@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync modeline "1280x1...@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
   Gamma    1.0
EndSection

Section "Screen"
   Identifier    "Default Screen"
   Device        "Configured Video Device"
   Monitor        "Configured Monitor"
   Defaultdepth    16
   SubSection "Display"
       Depth    16
Modes "1024x...@60" "1280x...@60" "800x...@60" "1280x1...@60" "800x...@56" "640x...@60"
   EndSubSection
EndSection
*/
Section "ServerLayout"
   Identifier    "Default Layout"
 screen 0 "Default Screen" 0 0
   Inputdevice    "Synaptics Touchpad"
EndSection
Section "Module"
   Load        "glx"
   Load        "GLcore"
   Load        "v4l"
EndSection
Section "device" #
   Identifier    "device1"
   Boardname    "Chips & Technologies CT68554"
   Busid        "PCI:0:8:0"
   Driver        "chips"
   Screen    1
   Vendorname    "Chips & Technologies"
EndSection
/*Section "screen" #
   Identifier    "screen1"
   Device        "device1"
   Defaultdepth    16
   Monitor        "monitor1"
   SubSection "Display"
       Depth    16
       Modes        "640x...@60"
   EndSubSection
EndSection
Section "monitor" #
   Identifier    "monitor1"
   Vendorname    "Generic LCD Display"
   Modelname    "LCD Panel 640x480"
   Horizsync    31.5
   Vertrefresh    56.0 - 65.0
 modeline  "640x...@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   Gamma    1.0
EndSection*/
Section "ServerFlags"
EndSection

il faut donc d'abord quel type de chip graphique est sur le system.

copier xconf.org avant de le modifier.
Voila bon conrage
-- 
ubuntu-fr mailing list
ubuntu-fr@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à