Changeset 701
- Timestamp:
- 07/15/08 13:52:11 (2 months ago)
- Files:
-
- cdd-utils/trunk/lib/desktop.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/lib/desktop.sh
r696 r701 215 215 cfg=/etc/X11/xorg.conf 216 216 if ! exists $cfg; then warning "$cfg not found"; return; fi 217 silicon="Identifier \"Generic Video Card\"\n Driver \"siliconmotion\"\n Option \"NoAccel\"\nBusID \"PCI:2:10:0\"\n Option \"AccelMethod\" \"EXA\"\n Option \"MigrationHeuristic\" \"always\""217 silicon="Identifier \"Generic Video Card\"\n Driver \"siliconmotion\"\n BusID \"PCI:2:10:0\"\n Option \"AccelMethod\" \"EXA\"\n Option \"MigrationHeuristic\" \"always\"" 218 218 clr_key "Section \"Device\"" "EndSection" "$cfg" 219 219 aft_key "Section \"Device\"" "$silicon" "$cfg"
