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 31/08/2006, à 10:28

matieu

[Résolu]GDM écran large

Salut,

Est-ce quelq'un sait comment avoir une fenêtre de connexion qui apparaisse correctement sur un écran 16:9, j'ai beau chercher je ne trouve pas.

Pour le moment, ma résolution (1400x900) est reconnue à merveille une fois connecté mais pas avant, là j'ai une image plus haute que l'écran, et je dois la "pousser" vers le bas avec la souris pour la voir en entier.

Des idées ?

Dernière modification par matieu (Le 31/08/2006, à 11:38)


Retour aux sources -> Debian inside

Hors ligne

#2 Le 31/08/2006, à 10:37

biginoz

Re : [Résolu]GDM écran large

alors dans ton xorg.conf ( /etc/X11/xorg.conf) il y dans une liste (en bas) répertoriant les différentes résolutions , la première est prise par défaut , à toi de le modifier smile

si tu ne sais pas quoi faire alors déjà poste le contenu de ton fichier et je te dirai quoi modifier

Hors ligne

#3 Le 31/08/2006, à 10:59

matieu

Re : [Résolu]GDM écran large

Ben je veux bien que tu m'aides parceque ça a déjà l'air d'être bien, ou alors je ne pige pas ton explication

# /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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/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	"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"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV17 [GeForce4 MX 420]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Acer AL1916W"
	Option		"DPMS"
	HorizSync	30-82
	VertRefresh	56-76
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV17 [GeForce4 MX 420]"
	Monitor		"Acer AL1916W"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

Retour aux sources -> Debian inside

Hors ligne

#4 Le 31/08/2006, à 11:18

iuchiban

Re : [Résolu]GDM écran large

Essaye avec ce gdm

http://www.gnome-look.org/content/show. … tent=30868

ou bien c'est le splaqh option vga=XXX qu'il faut régler dans /boot/grub/menu.lst, peut etre.

Mais essaye d'abord le gdm en lien.


C'est depuis que Chuck Norris a laissé la vie sauve à un manchot que l'on dit que Linux est libre.

Chuck Norris n'a pas besoin d'éditer son premier message pour ajouter [Résolu]. Chuck Norris est toujours [Résolu], quoi qu'il arrive.

Hors ligne

#5 Le 31/08/2006, à 11:28

matieu

Re : [Résolu]GDM écran large

Ça ne va pas non plus avec celui-ci sad


Retour aux sources -> Debian inside

Hors ligne

#6 Le 31/08/2006, à 11:37

matieu

Re : [Résolu]GDM écran large

J'AI TROUVÉ !!! big_smile

J'ai juste supprimé les autres choix de conf dans /etc/X11/xorg.conf

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV17 [GeForce4 MX 420]"
    Monitor        "Acer AL1916W"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1440x900"
    EndSubSection
EndSection

et voila cool

Merci quand même de vous être penché sur mon problème et de m'avoir donné des pistes.

Mathieu

Dernière modification par matieu (Le 31/08/2006, à 11:39)


Retour aux sources -> Debian inside

Hors ligne