#1 Le 04/04/2005, à 19:02
- fudo
(Pb Contourné !) bloqué en 800x600 ; comment réactiver le XGA ?
Bonjour à tous,
Je viens enfin d'installer Ubuntu depuis VirtualPC 5.2 de Connectix
Apres avoir géléré avec l'affichage 24bits, j'ai modifié le XF86Config
Mais lors de l'installation comme j'ignorais d'ou venais le pb, j'ai pas voulu prendre de risque et j'ai supprimé la gestion du 1024x768 pdt l'installation.
Cependant, j'aimerais bien le réactiver.
Je suis retourné dans XF86Config, j'ai essayé avec cette éditeur emacs de rajouter puir chaque profondeur de couleur le mode XGA mais malgré que je sois bien en root terminal et apres avoir enregistrer le fichier de config et redemarrer la machine, je reste toujours à 800x600.
J'ai vu que dans un autre post qqun avait un probleme egalement de resolution. J'ai tenté de lancer la commande : dpkg-reconfigure xserver-xfree86
Mais à aucun moment il me pose la question lors de l'installation concernant les résolutions, il me parlent du clavier, de la souris, de la carte graphique, de la mémoire, etc.. mais ni de l'écran, ni de l'affichage.
Je joins une copie du fichier pour éviter que vous ne la posiez contenant les modifs que j'ai rajouté à la main mais qui n'ont aucune influence.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "S3 Inc. 86c764/765 [Trio32/64/64V+]"
Driver "s3"
BusID "PCI:0:8:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 28-38
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "S3 Inc. 86c764/765 [Trio32/64/64V+]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
P.S : je galère pour faire la touche arobase dans Virtual PC puisque la touche AltGr est affecté à une fonction spéciale et je vous explique par l'horreur quand j'ai décourvert les tables de caractères dans Accessoires sous Ubuntu.. cà a rien à voir avec la version de Windows.. arf !
Dernière modification par fudo (Le 13/04/2005, à 19:36)
Hors ligne
#2 Le 13/04/2005, à 19:34
- fudo
Re : (Pb Contourné !) bloqué en 800x600 ; comment réactiver le XGA ?
Bon ben c'etait l'occasion vu que j'etais sur Warty de passer à Hoary.
Même problème suite à l'installation, Virtual PC 5.2 ne supporte pas à priori l'affichage 24 bits mais cette fois comme j'ai pas bidouillé le fichier de config, je suis en XGA des le demarrage.
Ci-joint une copie du fichier xorg.conf qui prend lieu et place de XF86Config
Pour édter le fichier j'ai utiliser la commande suivante :
sudo vi etc/X11/xorg.conf
la touche "INS" permet d'insérer du texte
Une fois le fichier modifié taper ":" pour avoir un prompt de commande
puis "w" pour "write" pour modifié les chagement
"q" pour quitter
# /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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorgSection "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSectionSection "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "Device"
Identifier "S3 Inc. 86c764/765 [Trio32/64/64V+]"
Driver "s3"
BusID "PCI:0:8:0"
EndSectionSection "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSectionSection "Screen"
Identifier "Default Screen"
Device "S3 Inc. 86c764/765 [Trio32/64/64V+]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
Hors ligne