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 10/09/2005, à 21:10

djspank

probleme de resolution...

Bonjour tout le monde,

Voila je possède un ordinateur portable avec un écran de 15,4p donc une resolution de 1280x768 mais impossible de choisir cette résolution. Resultat une résoltion de 1024x768 et donc c'est moche!!

Voila mon fichier xorg.conf :

 /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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr-latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
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	"Carte vidéo générique"
	Driver		"vesa"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	Modeline	"1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
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		"1280x854" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x854" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x854" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x854" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x854" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x854" "1280x800" "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

En fait le 1280x800 n'est pas disponible dans le changement de résolution...

Est ce que quelq'un peut m'aider??

Merci d'avance.

Hors ligne

#2 Le 10/09/2005, à 21:50

janno59

Re : probleme de resolution...

salut , c'est quoi comme carte?


jean

Hors ligne

#3 Le 10/09/2005, à 22:20

djspank

Re : probleme de resolution...

c'est une carte intégrée Sis M760gx

Hors ligne

#4 Le 10/09/2005, à 22:50

jfs

Re : probleme de resolution...

As tu essayé de chager dans ton fichier xorg la frequence de refraichissement de ton ecran


petit bxl en visite sur la banquise

Hors ligne

#5 Le 27/10/2005, à 01:55

Tangerine

Re : probleme de resolution...

Bonjour ...

j'ai eu un pb similaire avec un ecran lcd pour ordi de bureau ...

Je voulais une résolution de 1280x800 qui est la résolution native de l'ecran.

Je pensais que la soultion se trouvais dans la modification du fichier /etc/X11/xorg.conf en y rajoutant un modeline spécifique a l'ecran. Par contre je ne trouvais absolument pas le modeline ... hmm

Apres farfouille j'ai trouvé dans le fichier de log de X11 (/var/log/Xorg.0.log) ces informations :

(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): Manufacturer's mask: 10
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 80.5 MHz   Image Size:  332 x 207 mm
(II) RADEON(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 779  v_sync_end 786 v_blanking: 806 v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 70.0 MHz   Image Size:  332 x 207 mm
(II) RADEON(0): h_active: 1280  h_sync: 1290  h_sync_end 1300 h_blank_end 1400 h_border: 0
(II) RADEON(0): v_active: 800  v_sync: 802  v_sync_end 812 v_blanking: 833 v_border: 0
(II) RADEON(0): Monitor name: PS576W

j'en ai déduit un modeline :
Modeline "1280x800" 70.0 1280 1290 1300 1400 800 802 812 833

cela donne ca dans le fichier xorg.conf :
Section "Modes"
    Identifier     "Mode[0]"
    ModeLine    "1280x800"    70.5 1280 1290 1300 1400 800 802 812 833   
EndSection

Section "Monitor"
    Identifier    "PS576W"
    Option        "DPMS"
    HorizSync    31.5-51
    VertRefresh    50-61
    UseModes     "Mode[0]"
    Option        "CalcAlgorithm" "CheckDesktopGeometry"
EndSection

Cette solution à trés bien fonctionnée pour moi ...
En esperant qu'elle puisse etre utile a d'autres smile