Changeset 701

Show
Ignore:
Timestamp:
07/15/08 13:52:11 (2 months ago)
Author:
free
Message:

Fixed NoAccel?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdd-utils/trunk/lib/desktop.sh

    r696 r701  
    215215    cfg=/etc/X11/xorg.conf 
    216216    if ! exists $cfg; then warning "$cfg not found"; return; fi 
    217     silicon="Identifier      \"Generic Video Card\"\n        Driver          \"siliconmotion\"\n        Option          \"NoAccel\"\n        BusID       \"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\"" 
    218218    clr_key "Section \"Device\"" "EndSection" "$cfg" 
    219219    aft_key "Section \"Device\"" "$silicon" "$cfg"