Pages : 1
#1 Le 04/08/2006, à 19:47
- poussinphp
Quelques soucis avec la résolution
Bonjour à tous!
Je suis tout nouveau sur ubuntu (j'ai voulu basculer de windows à mandradiva mais c'est aps stable du tout ) alors j'ai testé ubuntu et ya rien à dire, cette distribution est merveilleuse
J'ai quelques soucis avec l'affichage. Impossible de passer en 1280*1024. J'ai une Geforce 6600GT "asus" et un ecran 19" hp f1904. J'ai regardé un peu sur les post et j'ai fais quelques modifications du fichier xorg.conf.
Voici le contenu de mon xorg.conf:
# /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 "GLcore"
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 "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 NV43 [GeForce 6600/GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
Quand je regarde sur preferences -> résolution j'ai 640x480 / 800x600 / 1024x768 et uniquement en 60Hz
J'ai beau avoir cherché partout sur le forum, j'ai pas pas trouvé de solution à mon problème.
#2 Le 04/08/2006, à 21:34
- metathran
Re : Quelques soucis avec la résolution
HorizSync 28-51
VertRefresh 43-60
Je crois que les freq ne sont pas bonnes
essaye avec
HorizSync 30-82
VertRefresh 56-76
Evidemment ces paramètres sont à manipuler avec grandes précautions.
Les chiffres que je t'ai indiqué viennent de la doc de l'écran que tu as cité, et est dispo ici
http://h20195.www2.hp.com/V2/GetDocument.aspx?docid=0900a5a581169e4f&cc=uk&lc=fr
Peut être faut il également rajouter TOUT les modes de résolution de ton écran mais cela je n'en suis pas sur
Asus A7N8X-E Deluxe | AMD Athlon XP-m 2600+ @ 3800+| 2x512Mo | Samsung + 1x256Mo Infineon | Nvidia 6600Gt | 160Go Sata | 80Go Ide |
Ubuntu 6.06 Dapper Drake:D
Windows Xp SP2 :/
Hors ligne
#3 Le 04/08/2006, à 22:38
- phpoussin
Re : Quelques soucis avec la résolution
Ca fonctionne !!
Merci