[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pb d'affichage ecran large



bonjour,

Mon écran est un fujitsu siemens 22" format wide taille 473.76x296.1
(donc rapport 16/10 exactement).
ma carte est une nvidia GeForce 8400 GS (chaintech)

Je suis donc en 1680x1050 (16/10) et jusqu'à présent j'optimisais mon
affichage en appuyant sur la touche AUTO de mon écran.

Il y a longtemps que je n'avais pas touché cette touche AUTO mais ce
matin après avoir appuyé dessus (et croyez moi je le regrette) mon
affichage ne s'optimise plus du tout pour la largeur car j'ai une
bande noire de 3 cm sur la droite.

J'ai refait un xorg.conf avec:
$ Xorg -configure
Mais ça ne donne rien 

Je joins mon xorg.conf (les lignes précédées de # sont des essais que
j'ai faits mais qui n'ont rien donné : NoDDC DisplaySize PreferredMode
etc...)

==xorg.conf===========================================================
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/etc/X11/rgb"
	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     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "xtrap"
	Load  "dbe"
	Load  "record"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option		"XkbModel"	"pc102"
	Option		"XkbLayout"	"fr"
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"
#	DisplaySize   473.76 296.1
#	Option	     "PreferredMode" "1680x1050"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "GeForce 8400 GS"
	BusID       "PCI:1:0:0"
#	Option 	    "NoDDC"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
========================================================================

Quelqu'un a une idée pour supprimer cette bande noire ?

merci

-- 
Ph



Reply to: