[PATCH] Move Xorg to vt7

Vratislav Podzimek vpodzime at redhat.com
Wed Jan 30 09:36:56 UTC 2013


On Tue, 2013-01-29 at 11:30 -0800, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> logind now starts a getty on tty6. We could just let it pick a free vt,
> but there's a small chance that could interfere with our logging to ttyX
> ---
>  anaconda                      | 2 +-
>  pyanaconda/ui/gui/__init__.py | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/anaconda b/anaconda
> index 4cf4b12..8c1bc11 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -544,7 +544,7 @@ def setupDisplay(anaconda, opts, addon_paths=None):
>          try:
>              proc = subprocess.Popen(["Xorg", "-br",
>                                       "-logfile", "/tmp/X.log",
> -                                     ":1", "vt6", "-s", "1440", "-ac",
> +                                     ":1", "vt7", "-s", "1440", "-ac",
>                                       "-nolisten", "tcp", "-dpi", "96",
>                                       "-noreset"],
>                                       close_fds=True,
> diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
> index d79aba6..1e432d4 100644
> --- a/pyanaconda/ui/gui/__init__.py
> +++ b/pyanaconda/ui/gui/__init__.py
> @@ -264,7 +264,7 @@ class GraphicalUserInterface(UserInterface):
>  
>      @property
>      def tty_num(self):
> -        return 6
> +        return 7
>  
>      @property
>      def meh_interface(self):
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list