|
Lines 28-34
Link Here
|
| 28 |
FASTPATH="" |
28 |
FASTPATH="" |
| 29 |
QUICK_START="" |
29 |
QUICK_START="" |
| 30 |
GPMSTATUS=3 |
30 |
GPMSTATUS=3 |
| 31 |
BATCH_MODE="" |
31 |
### no longer write BusID by default if there is only one possible |
|
|
32 |
### primary device |
| 33 |
if [ $(/usr/sbin/sysp -c | wc -l) -lt 2 ]; then |
| 34 |
BATCH_MODE="-b nobus" |
| 35 |
else |
| 36 |
BATCH_MODE="" |
| 37 |
fi |
| 32 |
CMD_LINE="" |
38 |
CMD_LINE="" |
| 33 |
AUTO_CONF="" |
39 |
AUTO_CONF="" |
| 34 |
LOW_RES="" |
40 |
LOW_RES="" |
|
Lines 284-290
Link Here
|
| 284 |
shift 2 ;; # this resolution @ vsync |
290 |
shift 2 ;; # this resolution @ vsync |
| 285 |
|
291 |
|
| 286 |
-c|--chip) # set chip(s) to configure... |
292 |
-c|--chip) # set chip(s) to configure... |
| 287 |
CHIP="-c $2" |
293 |
CHIP="-c $2" |
|
|
294 |
### we still need BusID for Multicard setups |
| 295 |
if echo "$2" | grep -q ","; then |
| 296 |
if [ "$BATCH_MODE" == "-b nobus" ]; then |
| 297 |
BATCH_MODE="" |
| 298 |
fi |
| 299 |
fi |
| 288 |
shift 2 ;; |
300 |
shift 2 ;; |
| 289 |
|
301 |
|
| 290 |
-n|--node) # set device node for primary mouse |
302 |
-n|--node) # set device node for primary mouse |