View previous topic :: View next topic |
Author |
Message |
jaypeche Apprentice
Joined: 13 Jun 2007 Posts: 174 Location: France
|
Posted: Mon Aug 21, 2017 9:44 pm Post subject: [GDM] Directive Xrandr Nvidia Optimus non prise en charge |
|
|
Bonjour à tous,
Je fonctionne avec une configuration graphique Intel/Nvidia Optimus et je n'arrive pas à lancer GDM (écran noir), comme si, les directives xrandr n'étaient pas prises en charge avant le lancement de X.
Commandes Xrandr v1.5 à éxecuter au démarrage de Xorg :
Code: | jay@dbox2 ~ $ cat .xinitrc
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xrandr --dpi 96
|
J'ai donc renseigner /etc/gdm/Init/Default comme ceçi :
Code: | jay@dbox2 ~ $ cat /etc/gdm/Init/Default
#!/bin/sh
# Stolen from the debian kdm setup, aren't I sneaky
# Plus a lot of fun stuff added
# -George
PATH="/usr/bin:$PATH"
OLD_IFS=$IFS
# Activer XRandR pour optimus technology
exec xrandr --setprovideroutputsource modesetting NVIDIA-0
exec xrandr --auto
gdmwhich () {
COMMAND="$1" |
Les deux commandes ne sont pas prises en charge comme le faisait le fichier .xinitrc. bouhh
Je ne comprends pas pourquoi gdm refuse de se lancer ? Une idée ?
Par ailleurs, je peux lancer gnome shell directement avec un startx, et .xinitrc renseigné comme ceçi :
Code: | jay@dbox2 ~ $ cat .xinitrc
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xrandr --dpi 96
exec gnome-shell
|
_________________ Gentoo Linux Rullez ! |
|
Back to top |
|
|
jaypeche Apprentice
Joined: 13 Jun 2007 Posts: 174 Location: France
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|