Changeset 2697
- Timestamp:
- 09/04/08 10:44:42 (3 months ago)
- Location:
- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates
- Files:
-
- 2 modified
-
driver/ati-3d-enable.template (modified) (1 diff)
-
header/ati-3d-enable.xorg.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/ati-3d-enable.template
r2612 r2697 1 1 Driver "ati" 2 2 VendorName "ATI Video Driver" 3 Option "CPPIOMode" "yes" 3 # Option "CPPIOMode" "yes" 4 Option "XAANoOffscreenPixmaps" "true" 5 Option "AccelMethod" "EXA" -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
r2219 r2697 7 7 InputDevice "Keyboard0" "CoreKeyboard" 8 8 Option "Clone" "off" 9 Option "AIGLX" "true" 9 10 EndSection 10 11
