Pages : 1
#1 Le 19/09/2006, à 06:18
- Masenko
[Résolu] Résolution 1280x960 ?
Bonjour, je n'arrive pas à mettre mon GNOME en 1280x960 car dans "Résolution de l'écran" on ne me le propose pas.
Je suis allé sur la documentation de mon écran afin de changer HorizSync et VerRefresh comme il faut mais ça ne change rien.
De plus j'ai un autre soucis plutôt génant. Lors de l'invite de connexion GNOME au départ la résolution est en 1600x1200 et j'aimerais aussi qu'elle soit en 1280x960.
Voilà merci d'avance je vous poste mon fichier de config /etc/X11/xorg.xonf
Section "Monitor"
Identifier "Écran générique"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Et mon fichier de config complet.
# /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 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
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" "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 "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "ati"
Option "UseFBDev" "true"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Dernière modification par Masenko (Le 19/09/2006, à 06:19)
Hors ligne
#2 Le 19/09/2006, à 09:30
- sylvmarl
Re : [Résolu] Résolution 1280x960 ?
Salut,
J'ai galéré plusieurs heures hier pour configurer la résolution de mon vieil écran Relisys TE786 (et carte Voodoo3).
Voici une partie de mon code xorg.conf :
Section "Device"
Identifier "3Dfx Interactive, Inc. Voodoo 3"
Driver "tdfx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-86
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "3Dfx Interactive, Inc. Voodoo 3"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Je suis parti d'une config qui marchait et j'ai modifié les lignes de xorg.conf une à une. Ce qui me paraît primordial, c'est le balayage donné par le manuel d'utilisateur de l'écran. Ce ne sont pas des valeurs au hasard, mais les plages exactes indiquées par le manuel, qui donnent accès aux résolutions maximales.
Mon conseil: Essaye de remplacer les lignes suivantes
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
par :
HorizSync 30-96
VertRefresh 50-160
et
Modes "1280x960" "1024x768" "800x600" "640x480"
par :
Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
En espérant que ça puisse aider
Hors ligne
#3 Le 19/09/2006, à 12:07
- Masenko
Re : [Résolu] Résolution 1280x960 ?
Oki j'essaye ça pour voir.
Sinon pour la résolution de départ lors de l'invite de session en 1600x1200 une idée ?
J'essaye tap manip pour voir là.
Hors ligne
#4 Le 19/09/2006, à 12:14
- Masenko
Re : [Résolu] Résolution 1280x960 ?
Alors j'ai testé ta manip ainsi que les options de ton fichier de config et c'est pareil.
Dans les résolution ça ne me propose que :
1600x1200 1280x1024 1152x864 1024x768 800x600 640x480
Hors ligne
#5 Le 02/10/2006, à 00:54
- Masenko
Re : [Résolu] Résolution 1280x960 ?
Je UP car j'ai toujours le problème, svp
Hors ligne
#6 Le 02/10/2006, à 03:44
- Masenko
Re : [Résolu] Résolution 1280x960 ?
Voilà bon j'ai reglé le problème en modifiant mon fichier de configuration du début à la fin.
J'ai vraiment galeré
Ca pourra servir donc je vous envoi ma configuration.
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
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" "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 "Device"
Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DELL P791"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "DELL P791"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#7 Le 02/10/2006, à 09:29
- bapoumba
Re : [Résolu] Résolution 1280x960 ?
Déplacé dans Serveurs graphiques.
| Ubuntu Forums |
J'aime les fraises.
Hors ligne
#8 Le 02/10/2006, à 12:08
- Masenko
Re : [Résolu] Résolution 1280x960 ?
Merci bapoumba
Hors ligne
#9 Le 02/10/2006, à 12:39
- Nesousx
Re : [Résolu] Résolution 1280x960 ?
Voilà bon j'ai reglé le problème en modifiant mon fichier de configuration du début à la fin.
J'ai vraiment galeré
Ca pourra servir donc je vous envoi ma configuration.Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" 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" "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 "Device" Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "DELL P791" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]" Monitor "DELL P791" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection
J'ai le même problème, et je ne comprends vraiment pas comment tu as fait. A aucun endroit dans ton xorg.conf, il n'apparaît la fameuse résolution de 1280x960..
Qu'as tu fais exactement?
D'avance merci.
Edit: Double post, mais si je supprime un de deux posts, ça supprime les deux! Désolé
Dernière modification par Nesousx (Le 02/10/2006, à 12:40)
Hors ligne
#10 Le 13/10/2006, à 03:56
- Masenko
Re : [Résolu] Résolution 1280x960 ?
J'ai seulement bien configuré le moniteur en faite.
Après les modes c'est pas vraiment utile.
Par contre en ce moment j'ai un problème j'ai mis les drivers ATI (fglrx) pour avoir l'acceleration graphique et je n'ai plus le 1280x960.
Grrrr :]
Je pense je vais m'acheter un 21" un de ses jours pour mettre en 1600x1200 et être tranquille car personne ne pense à ce format 4/3 et tout le monde pense que 1280x1024 est un standart...
Hors ligne
#11 Le 13/10/2006, à 05:03
- Masenko
Re : [Résolu] Résolution 1280x960 ?
Voilà donc j'ai résolu mon autre problème de 1280x960 avec les drivers ATI et mon écran IIYAMA LS902UT.
j'ai du ajouter la ligne ModeLine dans la section Monitor.
Voici donc mon nouveau xorg.conf.
Ca pourra toujours servir j'en suis sur.
Ha oui et voici un générateur de ModeLine ici : http://koala.ilog.fr/cgi-bin/nph-colas-modelines-fr
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
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" "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 "Device"
Identifier "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "LS902U"
Option "DPMS" "true"
ModeLine "1280x960" 146.88 1280 1336 1616 1728 960 962 974 1000
HorizSync 30 - 96
VertRefresh 50 - 160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "LS902U"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#12 Le 13/10/2006, à 15:44
- Cyclick
Re : [Résolu] Résolution 1280x960 ?
Au cas ou, si en changeant votre fichier xorg.conf puis boot plus de X .....:/
En fait je voulait changer ma résolution en 1280*800 pour un LCD wide ......aprés la premirere install je n'avait pas le choix pour cette résolution, mais j'ai fait une erreur de frappe lors de la modifications
Donc , commande :
sudo dpkg-reconfigure xserver-xorg
On suit la config, selection de la résolution par défaut en 1280*800
reboot ok, c'est super.... puis ctrl+alt+backspace pour quitter ultra rapidement le serveur X..
Puis :
sudo apt-get install nvidia-glx
puis startx
Pilote nvidia ok pour ma Geforce Go5700...
Ce serait bien que les résolutions Wide soit prise en compte par défaut sur ubuntu...:lol:
CYCLICK Sound6Tem.....
.: En Route Vers Le Libre Echange :.
Hors ligne