Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
resolution graphique
Envoyé par: ErwanBzh22

Bonjour, j'ai installé une debian Etch i686 sur ma nouvelle machine au boulot (une DELL)
L'installation de debian se passe bien.
J'ai donc regarde lspci pour savoir qu'elle carte graphique j'avais.

contenu de mon lspci :
topdefisc3:/usr/sbin# lspci
00:00.0 Host bridge: Intel Corporation Unknown device 29b0 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Unknown device 29b2 (rev 02)
00:02.1 Display controller: Intel Corporation Unknown device 29b3 (rev 02)
00:03.0 Communication controller: Intel Corporation Unknown device 29b4 (rev 02)
00:03.2 IDE interface: Intel Corporation Unknown device 29b6 (rev 02)
00:03.3 Serial controller: Intel Corporation Unknown device 29b7 (rev 02)
00:19.0 Ethernet controller: Intel Corporation Unknown device 10bd (rev 02)
00:1a.0 USB Controller: Intel Corporation Unknown device 2937 (rev 02)
00:1a.1 USB Controller: Intel Corporation Unknown device 2938 (rev 02)
00:1a.7 USB Controller: Intel Corporation Unknown device 293c (rev 02)
00:1b.0 Audio device: Intel Corporation Unknown device 293e (rev 02)
00:1c.0 PCI bridge: Intel Corporation Unknown device 2940 (rev 02)
00:1d.0 USB Controller: Intel Corporation Unknown device 2934 (rev 02)
00:1d.1 USB Controller: Intel Corporation Unknown device 2935 (rev 02)
00:1d.2 USB Controller: Intel Corporation Unknown device 2936 (rev 02)
00:1d.7 USB Controller: Intel Corporation Unknown device 293a (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation Unknown device 2914 (rev 02)
00:1f.2 SATA controller: Intel Corporation Unknown device 2922 (rev 02)
00:1f.3 SMBus: Intel Corporation Unknown device 2930 (rev 02)


Vu que je suis sur Intel j'ai installé le serveur graphique xserver-xorg-intel ainsi que kde et kdm
l'installation se passe bien.
Je lance le serveur graphique et là impossible de mettre un resolution qui tien la route...
Mon 1204*768 ressemble plus à un 800*600 et mon 1280*1024 est extremement gros et sort de l'ecran ce qui fait que ma barre des taches est "en bas" impossible a attraper..
J'ai passé toute l'apres midi sur ce probleme et je n'arrive pas a le resoudre...
J'ai essayé 915resolution mais lorsque je le lance j'ai un message d'erreur :

# ./915resolution -l
Intel 803/900 Series VBIOS Hack : version 0.5.2
Intel chipset detected.  However, 915resolution was unable to determine the chipset type.
Chipset Id: 29b08086
Please report this problem to stoml...@yahoo.com

je vous joint mon xorg.conf :

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"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        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 "Device"
        Identifier      "Carte vidéo générique"
        Driver          "intel"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
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           "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
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


Avez vous une idée ?

Poste le Friday 5 September 2008 17:10:12
Répondre     Citer    
Re: resolution graphique
Envoyé par: ErwanBzh22

finalement j'ai reussit en modifiant dans mon xorg.conf :
Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

par
Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        HorizSync       31-83
        VertRefresh     56-76
EndSection

Poste le Friday 5 September 2008 19:21:30
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
resolution graphique
Vous voulez savoir si votre matériel est supporté par Linux, ou vous avez un problème pour installer un module ? Ce forum est pour vous !

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons