anaconda: start Xorg on tty7
To not conflict with logind-reserved tty6 (ReserveVT option in logind.conf(5))
This commit is contained in:
parent
cf29b81f86
commit
1076c760e1
@ -543,7 +543,7 @@ def setupDisplay(anaconda, opts):
|
|||||||
try:
|
try:
|
||||||
proc = subprocess.Popen(["Xorg", "-br",
|
proc = subprocess.Popen(["Xorg", "-br",
|
||||||
"-logfile", "/tmp/X.log",
|
"-logfile", "/tmp/X.log",
|
||||||
":1", "vt6", "-s", "1440", "-ac",
|
":1", "vt7", "-s", "1440", "-ac",
|
||||||
"-nolisten", "tcp", "-dpi", "96",
|
"-nolisten", "tcp", "-dpi", "96",
|
||||||
"-noreset"],
|
"-noreset"],
|
||||||
close_fds=True,
|
close_fds=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user