|
Lines 210-216
Link Here
|
| 210 |
$spec{haveServer} = $haveServer; |
210 |
$spec{haveServer} = $haveServer; |
| 211 |
if ($haveServer == 0) { |
211 |
if ($haveServer == 0) { |
| 212 |
my $vt = GetVirtualTerminal(); |
212 |
my $vt = GetVirtualTerminal(); |
| 213 |
my $XLoader = "$spec{X} $spec{Xmsg} -xf86config $spec{AutoConf}"; |
213 |
my $XLoader = "$spec{X} $spec{Xmsg} -br -xf86config $spec{AutoConf}"; |
| 214 |
my $XFlags = "-allowMouseOpenFail -verbose 10 +accessx $vt"; |
214 |
my $XFlags = "-allowMouseOpenFail -verbose 10 +accessx $vt"; |
| 215 |
system("$XLoader $XFlags $disp >$spec{XpidFile}"); |
215 |
system("$XLoader $XFlags $disp >$spec{XpidFile}"); |
| 216 |
if (! open(FD,"$spec{XpidFile}")) { |
216 |
if (! open(FD,"$spec{XpidFile}")) { |