Problème d'affichage

Voici une photo de mon problème, elle sera sûrement plus parlante qu’on long discourt:

J’ai essayé de résoudre le problème avec xrandr et xorg mais je n’es pas réussi.

Voici mon fichier xorg.conf :
`Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0” 0 0
Screen 1 “Screen1” RightOf “Screen0”
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”
EndSection

Section “Files”
ModulePath “/usr/lib/xorg/modules”
FontPath “/usr/share/fonts/X11/misc”
FontPath “/usr/share/fonts/X11/cyrillic”
FontPath “/usr/share/fonts/X11/100dpi/:unscaled”
FontPath “/usr/share/fonts/X11/75dpi/:unscaled”
FontPath “/usr/share/fonts/X11/Type1”
FontPath “/usr/share/fonts/X11/100dpi”
FontPath “/usr/share/fonts/X11/75dpi”
FontPath “built-ins”
EndSection

Section “Module”
Load “glx”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
EndSection

Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7”
EndSection

Section “Monitor”
Identifier “Monitor0”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
EndSection

Section “Monitor”
Identifier “Monitor1”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz",
### : “%”
### [arg]: arg optional
#Option “NoAccel” # []
#Option “AccelMethod” #
#Option “Backlight” #
#Option “DRI” #
#Option “ColorKey” #
#Option “VideoKey” #
#Option “Tiling” # []
#Option “LinearFramebuffer” # []
#Option “SwapbuffersWait” # []
#Option “TripleBuffer” # []
#Option “XvPreferOverlay” # []
#Option “HotPlug” # []
#Option “ReprobeOutputs” # []
#Option “XvMC” # []
#Option “ZaphodHeads” #
#Option “TearFree” # []
#Option “PerCrtcPixmaps” # []
#Option “FallbackDebug” # []
#Option “DebugFlushBatches” # []
#Option “DebugFlushCaches” # []
#Option “DebugWait” # []
#Option “BufferCache” # []
Identifier “Card0”
Driver “intel”
BusID “PCI:0:2:0”
Option “DynamicTwinView” “0”
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz",
### : “%”
### [arg]: arg optional
#Option “SWcursor” # []
#Option “HWcursor” # []
#Option “NoAccel” # []
#Option “ShadowFB” # []
#Option “VideoKey” #
#Option “WrappedFB” # []
#Option “GLXVBlank” # []
#Option “ZaphodHeads” #
#Option “PageFlip” # []
#Option “SwapLimit” #
#Option “AsyncUTSDFS” # []
#Option “AccelMethod” #
Identifier “Card1”
Driver “nouveau”
BusID “PCI:1:0:0”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Card0”
Monitor “Monitor0”
SubSection “Display”
Viewport 0 0
Depth 1
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 4
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 8
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 15
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 16
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section “Screen”
Identifier “Screen1”
Device “Card1”
Monitor “Monitor1”
SubSection “Display”
Viewport 0 0
Depth 1
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 4
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 8
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 15
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 16
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection
`

Bonjour,

Si je lis bien, il y a du intel+nouveau donc essayer de résoudre avec bumblebee.
Supprimer tout fichier xorg puis

apt install primus

Merci de ta réponse je viens d’essayer avec bumblebee mais je n’arrive toujours pas a résoudre mon problème. J’avais eu le même problème avant avec windows et je l’avais résolu en modifiant la fréquence de rafraîchissement de l’écran a 40 Hz mais sous linux il ne veut pas le faire xrandr.
Cordialement Vincauddu29

Je te file mon Xorg si ça peut t’aider et modifie ce que tu as besoin.

nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 340.46 (buildd@brahms) Tue Oct 7 08:00:32 UTC 2014

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice “Keyboard0” "CoreKeyboard"
InputDevice “Mouse0” "CorePointer"
EndSection

Section "Files"
EndSection

Section “InputDevice”
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/psaux"
Option “Emulate3Buttons” "no"
Option “ZAxisMapping” "4 5"
EndSection

Section “InputDevice”
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option “UseEdidDpi” "FALSE"
Option “DPI” "100 x 100"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Dans ce cas, il va peut-être falloir ajouter des lignes dans la section Monitor avec les infos qui vont bien.
Le mode d’emploi de xrandr (man xrandr) conseille d’utiliser cvt.

Plusieurs outils permettent de calculer les paramètres usuels des modelines : hauteur, largeur et la fréquence de rafraîchissement. Par exemple, vous pouvez utiliser cvt.

Par exemple, pour du 1024x768@40Hz

`$ cvt 1024 768 40

1024x768 39.85 Hz (CVT) hsync: 31.45 kHz; pclk: 40.25 MHz

Modeline “1024x768_40.00” 40.25 1024 1056 1152 1280 768 771 775 789 -hsync +vsync`

Attention : avant de modifier le fichier xorg, il faut être sûr que l’écran supporte le choc !
Ajouter la ligne Modeline dans la section Monitor.

Merci tous les deux pour vos réponses je vais essayé cela ce soir j’ai déjà testé modeline mais je ne sais plus dans quelle section du xorg.conf donc je vais réessayer.
Merci encore.

Edit :
Je viens d’essayer de rejouter modeline dans la section monitor mais cela ne fonctionne pas
Cordialement Vincauddu29

Ajouter le modeline crée un nouveau mode à activer avec xrandr.
Est-ce bien l’activation du nouveau mode qui n’a pas fonctionné ?

Bonjour,
J’ai bien fait ajouter un nouveau mode xrandr en suivant le tuto du site la vache libre, l’écran change bien mais le problème persiste. Hier je suis allé voir les responsables du parc informatique de mon école et je leurs est montré mon problème. Ils m’ont conseillé de regarder sous Ubuntu ou sous LinuxMint si je pouvais résoudre le problème car ces deux versions prennent les drivers propriétaires. Je viens d’installer LinuxMint mais le problème n’est pas résolu pour autant. Ou alors pour eux cela serait un problème de connectique avec ma dalle. Donc je cherche encore mais si le problème persiste encore je vais devoir retourner sous windows.

Cordialement Vincauddu29