#1 Le 31/07/2007, à 08:31
- dark_vidor
Ubuntu 6.10 + Écran 22" 16/10, forcer la résolution d'affichage
Bonjour,
Je suis sous DELL C521, avec puce grafique NVIDIA GeForce 6150 LE, sous distrib Ubuntu 6.10
lspci | grep VGA : nVidia Corporation C51 PCI Express Bridge (rev 2a)
Je viens de faire l'acquisition d'un Samsung 22" en 16/10 donc résolution 1680*1050
Je n'arrive pas a forcer cette résolution, j'ai édité le fichier /etc/X11/xorg.conf, avec résolutions 1680x1050 et 1024x768 pour un écran de profondeur 24 (bits ?)
Dans l'interface graphique pour changer la résolution je n'ai que 1024x768
Comment forcer cette résolution ? je me suis renseigné en théorie la CG que j'ai est capable d'afficher une telle résolution ... (sous windows c'est quasi-sur en tout cas)
Je dois faire des tests de cette ecran rapidement car si je suis pas satisfait je le retourne, et on me rembourse ^^
Dernière modification par dark_vidor (Le 31/07/2007, à 08:36)
Hors ligne
#2 Le 31/07/2007, à 08:46
- figaro
Re : Ubuntu 6.10 + Écran 22" 16/10, forcer la résolution d'affichage
modeline pour les écrans non standards les wide en particulier. Voir la doc
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#3 Le 31/07/2007, à 08:59
- PhilippeP
Re : Ubuntu 6.10 + Écran 22" 16/10, forcer la résolution d'affichage
hmmmmmmmmm la doc est en pleine restructuration et les modelines ont disparu ... grrrr
Pour générer la modeline :
http://koala.ilog.fr/cgi-bin/nph-colas-modelines-fr
puis modifier xorg.conf , le mien comme exemple , attention ma modeline ne fonctionnera pas forcement chez toi , ce n'est qu'un exemple pour savoir quoi mettre et ou ...
# /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"
# path to defoma fonts
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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VendorName "Acer"
ModelName "Flat Panel 1680x1050"
HorizSync 31.5-90
VertRefresh 59.0-85.0
ModeLine "1280x800_75" 108.86 1280 1336 1616 1728 800 802 814 840 #75Hz
ModeLine "1024x640_75" 71.80 1024 1072 1312 1408 640 642 654 680 #75Hz
ModeLine "1680x1050_75" 184.42 1680 1752 2112 2256 1050 1052 1064 1090 #75Hz
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Monitor "Generic Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
Virtual 1680 1050
EndSubsection
Subsection "Display"
Depth 15
Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
Virtual 1680 1050
EndSubsection
Subsection "Display"
Depth 16
Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
Virtual 1680 1050
EndSubsection
Subsection "Display"
Depth 24
Modes "1680x1050_75" "1280x800_75" "1024x640_75" "1024x768"
Virtual 1680 1050
EndSubsection
Option "DPMS"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Dernière modification par PhilippeP (Le 31/07/2007, à 09:04)
Attention, je suis loin d'être un Goubunturou ...
Il m'arrive de me tromper (si si...)
Desktop Kubuntu 12.04 KDE 4.9 SC - Lenovo Ideapad S10 3T Kubuntu 12.04 KDE 4.8 SC
Hors ligne
#4 Le 31/07/2007, à 09:54
- figaro
Re : Ubuntu 6.10 + Écran 22" 16/10, forcer la résolution d'affichage
Elles n'ont pas disparues tu les trouves en cherchant à résolution
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#5 Le 31/07/2007, à 10:53
- PhilippeP
Re : Ubuntu 6.10 + Écran 22" 16/10, forcer la résolution d'affichage
c'est vrai que j'ai assez stupidement cherché à modeline et modelines sans résultat ...
le bon lien est donc :
http://doc.ubuntu-fr.org/materiel/fix_problemes_resolution#resolutionsraffraichissements_exotiques_les_modelines
Dernière modification par PhilippeP (Le 31/07/2007, à 10:54)
Attention, je suis loin d'être un Goubunturou ...
Il m'arrive de me tromper (si si...)
Desktop Kubuntu 12.04 KDE 4.9 SC - Lenovo Ideapad S10 3T Kubuntu 12.04 KDE 4.8 SC
Hors ligne
#6 Le 31/07/2007, à 16:21
- dark_vidor
Re : Ubuntu 6.10 + Écran 22" 16/10, forcer la résolution d'affichage
ok merci
j'ai editer le xorg.conf je lui ai mis que 1680*1050 ^^ et ça a fonctionner ...
mais je garde ça j'vais passer sous peu en 7.10 et vais faire un dual boot avec XP
Hors ligne