Bugzilla – Attachment 233617 Details for
Bug 417575
yast2-x11: still writes BusID by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
no-busid.diff
no-busid.diff (text/plain), 1.41 KB, created by
Stefan Dirsch
on 2008-08-15 12:22:05 UTC
(
hide
)
Description:
no-busid.diff
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2008-08-15 12:22:05 UTC
Size:
1.41 KB
patch
obsolete
>Index: rpm/sax2.changes >=================================================================== >--- rpm/sax2.changes (revision 1660) >+++ rpm/sax2.changes (revision 1661) >@@ -1,4 +1,9 @@ > ------------------------------------------------------------------- >+Wed Jul 16 10:29:40 CEST 2008 - sndirsch@suse.de >+ >+- no longer set BusID for single card configurations (bnc #381644) >+ >+------------------------------------------------------------------- > Tue Jul 15 17:37:02 CEST 2008 - sndirsch@suse.de > > - configure only primary VGA card by default, i.e. no multicard >Index: startup/sax.sh >=================================================================== >--- startup/sax.sh (revision 1660) >+++ startup/sax.sh (revision 1661) >@@ -28,7 +28,13 @@ > FASTPATH="" > QUICK_START="" > GPMSTATUS=3 >-BATCH_MODE="" >+### no longer write BusID by default if there is only one possible >+### primary device >+if [ $(/usr/sbin/sysp -c | wc -l) -lt 2 ]; then >+ BATCH_MODE="-b nobus" >+else >+ BATCH_MODE="" >+fi > CMD_LINE="" > AUTO_CONF="" > LOW_RES="" >@@ -284,7 +290,13 @@ > shift 2 ;; # this resolution @ vsync > > -c|--chip) # set chip(s) to configure... >- CHIP="-c $2" >+ CHIP="-c $2" >+ ### we still need BusID for Multicard setups >+ if echo "$2" | grep -q ","; then >+ if [ "$BATCH_MODE" == "-b nobus" ]; then >+ BATCH_MODE="" >+ fi >+ fi > shift 2 ;; > > -n|--node) # set device node for primary mouse
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 417575
:
233609
| 233617