Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/06/2007, à 19:38

macharius78

[Feisty] Problème de résolution.

Bonjours,

Aujourd'hui j'ai décidé de reformater mon ordi et j'en ai profité pour tester kubuntu (avant j'utilisais gnome). Je ne disposais que d'un vieux CD de la version 6.06. J'ai donc lacer l'upgrade pour edgy et enfin feisty. A la fin de l'installation j'ai rebooté et la l'affichage etait en 800x600. J'ai essayé de modifié cette résolution dans le menu réglage systéme mais je ne pouvais pas changer la résolution.

J'ai essayé d'installer le paquet 915résolution car il avait résolu mon probleme de résolution sous gnome mais ca n'a servis a rien sad

Je crois qu'il faut chager quelquechose dans le fichier xorg.conf mais je sais pas quoi.

# /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 "extmod"
  Load "freetype"
  Load "int10"
  Load "type1"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
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"
  Identifier "Synaptics Touchpad"
  Driver "synaptics"
  option "SendCoreEvents" "true"
  option "Device" "/dev/psaux"
  option "Protocol" "auto-dev"
  option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "Device"
  identifier "Intel Corporation Mobile Integrated Graphics Controller"
  boardname "i810"
  busid "PCI:0:2:0"
  driver "i810"
  screen 0
EndSection

Section "Monitor"
  identifier "Écran générique"
  vendorname "Generic"
  modelname "Flat Panel 1280x768"
  HorizSync 31.5-90
  VertRefresh 60
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "Intel Corporation Mobile Integrated Graphics Controller"
  Monitor "Écran générique"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    modes "1280x768@60" "1600x1024@60" "800x600@60" "1680x1050@60" "1920x1200@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
  InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" # 
  identifier "device1"
  boardname "i810"
  busid "PCI:0:2:0"
  driver "i810"
  screen 1
EndSection
Section "screen" # 
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
EndSection
Section "monitor" # 
  identifier "monitor1"
  gamma 1.0
EndSection
Section "device" # 
  identifier "device2"
  boardname "VESA driver (generic)"
  busid "PCI:0:2:1"
  driver "vesa"
  screen 0
EndSection
Section "screen" # 
  identifier "screen2"
  device "device2"
  defaultdepth 24
  monitor "monitor2"
EndSection
Section "monitor" # 
  identifier "monitor2"
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Merci d'avance

#2 Le 18/06/2007, à 20:24

kebabfarci

Re : [Feisty] Problème de résolution.

Salut

J'ai peut etre une idée pour toi rajoute cette ligne dans la section Monitor :

Option          "UseEDID" "false"

Rajoute cette ligne dans cette section :

Section "Monitor"
  identifier "Écran générique"
  vendorname "Generic"
  modelname "Flat Panel 1280x768"
  HorizSync 31.5-90
  VertRefresh 60
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline  "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline  "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
  gamma 1.0
EndSection

Rajoute la ligne que je t'ai donné au dessus juste en dessous de VertRefresh. Voila

Hors ligne

#3 Le 18/06/2007, à 20:28

kebabfarci

Re : [Feisty] Problème de résolution.

Re

Par contre ton écran peut aller jusk'a quelle résolution ?? car la il risque de prendre la premiere resolution qui est dans cette ligne :

modes "1280x768@60" "1600x1024@60" "800x600@60" "1680x1050@60" "1920x1200@60"

C'est a dire 1280x768. Si tu souhaite aller plus haut , places la résolution souhaitée a la place de 1280x768 Ne met pas nécéssairement @60 après enfin je te conseil d'essayer les 2 pour voir.

Hors ligne

#4 Le 19/06/2007, à 22:57

macharius78

Re : [Feisty] Problème de résolution.

Mon ecran est un ecran de portable 16:10 15 pouces donc il me semble que c'est cette résolution.

Merci pour ton aide. J'essairai demain parceque la je suis (temporairement tongue ) sous windows grace a mon dual boot.