View | Details | Raw Unified | Return to bug 463288
Collapse All | Expand All

(-)xc.pl (-1 / +1 lines)
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}")) {
(-)rpm/sax2.changes (+6 lines)
Lines 1-4 Link Here
1
-------------------------------------------------------------------
1
-------------------------------------------------------------------
2
Wed Mar 10 17:36:30 CET 2004 - ms@suse.de
3
4
- added -br option to the loader. This will prevent the
5
  moiree pattern to be displayed
6
7
-------------------------------------------------------------------
2
Wed Mar 10 17:24:17 CET 2004 - ms@suse.de
8
Wed Mar 10 17:24:17 CET 2004 - ms@suse.de
3
9
4
- add CTX monitor VGA/DVI specs (#35573)
10
- add CTX monitor VGA/DVI specs (#35573)
(-)api/xrun.pl (-1 / +1 lines)
Lines 87-93 Link Here
87
	# -------------------------
87
	# -------------------------
88
	unlink($var{LastLog});
88
	unlink($var{LastLog});
89
	my $XLoader = "$var{X} $var{LastLog}:xfine -xf86config $var{ConfigFile}";
89
	my $XLoader = "$var{X} $var{LastLog}:xfine -xf86config $var{ConfigFile}";
90
	my $XFlags  = "-allowMouseOpenFail -verbose 2 +accessx vt$tty";
90
	my $XFlags  = "-allowMouseOpenFail -br -verbose 2 +accessx vt$tty";
91
	system("$XLoader $XFlags $Display >$var{Xpid} 2>/dev/null");
91
	system("$XLoader $XFlags $Display >$var{Xpid} 2>/dev/null");
92
	my $exitStatus = $? >> 8;
92
	my $exitStatus = $? >> 8;
93
	if ($exitStatus ne "0") {
93
	if ($exitStatus ne "0") {

Return to bug 463288