[Résolu][Debian Etch]: defillement des pages en "vagues

Bonjour,
Quand je navigue sur internet avec mozilla fire-fox(ou konqueror) et je fait défiler les pages , c’est anormale comme défilement des pages: défilement trés lent et en “vagues” :blush:
Ma question est donc:

Quelle configuration dois-je faire pour palier à ce problème, c’est-à dire avoir un défilement normal des pages web, quand on clique sur l’ascenseur avec la souris ?
Merci d’avance pour l’aide.

moi sa me la deja fait et sa vien du rafraichissement de ton ecrant , j ai eu ce probleme avec mon AL1715 acer le rafraichisement doit etre de 50-60hz et j avais 75hz j ai eu sa avec fedora et plus je changait la valeur plus elle montais donc j ai virer fedora pour passer a debian et sa marche nickel

Je ne crois pas que le forum interne soit la bonne catégorie pour ce genre de problème, tu devrais déplacer ton sujet dans la catégorie “support debian”

Pour ton problème, ça m’arrive après une installation et que le driver selectionné dans mon xorg.conf est vesa

(ou même sous windows la même chose, si les drivers de la carte ne sont pas installé)

En gros, je pense que tu devrait configuré le driver pour ta carte graphique …

Fait attention ou tu poste c’est le deuxieme message que je déplace :wink:
Pour ton probleme donne nous le résultat de cat /etc/X11/xorg.conf si tu utilise xorg sinon remplace xorg.conf par XF86Config-4


donne:

[quote]# /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/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    "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"              "ImPS/2"
        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 "Device"
        Identifier      "Generic Video Card"
        Driver          "vesa"
        BusID           "PCI:5:0:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        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"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection[/quote]

donne:

[quote]# /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/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 "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” "ImPS/2"
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 "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:5:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
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"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection[/quote]

quel gestionnaire de fenêtre ?

Le pilote vesa n’exploite pas du tout les possibilité d’accélération 2D et 3D de la puce graphique.
Il faudrait installer le pilote debian (et pas propriétaire pour éviter les problèmes ultérieurs) adapté.
Si le type de puce n’est aps connu, un lspci en console donne la réponse l( coller ici en cas de besoin).

Suivant le géstionnaire des périphériques sous windows, la Carte graphique est une:

NVIDIA GeForce Go 7200

un:

donne:

[quote]00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
03:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)
05:00.0 VGA compatible controller: nVidia Corporation Unknown device 01d6 (rev a1)
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
07:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05[/quote]

tu peut installer les driver nvidia (proprietaire) qui chez moi on resolut le problème

Bonjour,

Pour l’installation des drivers nVidia, avant tout, j’ai fait un:

ce qui m’a donné:

[quote]nvidia-cg-toolkit - NVIDIA Cg Toolkit installer
nvidia-xconfig - The NVIDIA X Configuration Tool
nvidia-settings - Tool of configuring the NVIDIA graphics driver
nvidia-kernel-common - NVIDIA binary kernel module common files[/quote]

Question un petit peu bête, excusez-moi:
Une fois ces derniers packetages installés, est-ce que ça doit marcher ? c’est-à dire est-ce que le défilement des pages web devient normal, ou bien il faut encore faire une recompilation des drivers installés avec le noyau ?
Encore une fois, merci d’avance pour l’aide.

Pour installer le pilote nvidia à partir des sources debian (et ne sera mis en l’air lors d’une mise à jour des paquets), il y a un tuto bien fait dans la section “trucs et astuces” : forum.debian-fr.org/viewtopic.php?t=1682
Il suffit de remplacer xfree86 par xorg en etch et en sid (ce serai bien d’indiquer un minimum d’info dans tasignature, on pourrait être plus précis).
Il y a parfois certain paquets non disponibles en etch (problèmes de dépendances), et il faut alors les chercher dans les paquets sid sans forcément basculer entièrement en sid.

Merci ginkgo biloba, je vais essayer ça.

Bonjour,
Je suis arrivé à régler le problème(defilement normal des pages web), en suivant tout simplement ce lien
tinyplanet.ca/~lsorense/debian/d … -howto.txt

Mais lors de la configuration du xserver, j’ai choisi “nv” et non pas “nvidia”, car avec cette derniere ça ne marche pas(ecran noir)…en tout les cas merci !

en fait l’écran n’est pas complètement noir … il est juste méga-sombre ^^ J’ai eu aussi ce problème (sans le coup de l’affichage des pages il me semble), et effectivement utiliser les drivers “nv”, une fois xorg mis a jour, marche plutot bien.
Attention cependant, il me semble que les drivers “nv” ne gèrent absolument pas l’accélération 3D. Donc si tu en as besoin d’une facon ou d’une autre, il te faudra installer les drivers “nvidia” soit, et c’est mal, a partir des sources fournies par nvidia “en direct”, soit en les installant “a la sauce Debian”, ce qui est bien, et qui peut se trouver quelque part dans “Trucs et Astuces”.

Voili, voila, voilo …

Bonjour,
Oui Hoshin, je tacherai de bien d’installer “nvidia” quand il arrivera le moment d’utiliser le 3D avec la debian etch, mais pour l’instant, il ya un autre problème qui vient de se manifester depuis l’installation de “nv”(changement de “vesa”):
quand je fais, en ligne de commande, pour redemarrer mon portable, un:

#shutdown -r now (commande que je préfère pour cette
action).

mon portable ne redemarre pas, mais à la fin, j’obtiens, un ecran noir(un ecran mega-sombre, si vous voulez) et je dois l’etteindre et l’allumer(à la main), pour obtenir un redemarrage(ce que j’evite), …, et même, en allat vers le menu > redemarrer l’ordinateur, il y a le même problème qu apparait: ecran mega-sombre et c’est tout(pas de redemarrage de l’ordinateur).

Ma question est donc:
Comment, dois-je faire pour “recuperer” ma commande préferée pour redemarrer mon ordinateur, c’est à dire, pour faire refonctionner le shutdown -r now ?
Merci!

Bug trouver.

le défilement en vague amarrait a cause du support du totem dans le navigateur regarder si en supriman le paquage sa va pas mieux, note sa me la fait dans galeon et firefox.

si sa peux aider quelqu’un :slightly_smiling: