I was wondering what comments I need to put in the xorg.conf file to enable 3D accelaration for an old ATi Rage Turbo.
[CODE]Section “Device”
Available Driver options are:-
Values: : integer, : float, : “True”/“False”,
: “String”, : “ Hz/kHz/MHz”
[arg]: arg optional
#Option “accel” # []
#Option “crt_display” # []
#Option “composite_sync” # []
#Option “hw_cursor” # []
#Option “linear” # []
#Option “mmio_cache” # []
#Option “test_mmio_cache” # []
#Option “panel_display” # []
#Option “probe_clocks” # []
#Option “reference_clock” #
#Option “shadow_fb” # []
#Option “sw_cursor” # []
Identifier “Card0”
Driver “ati”
VendorName “ATI”
BoardName “3D Rage Pro AGP 1X/2X”
ChipSet “ati”
ChipId 0x4742
ChipRev 0x5c
BusID “PCI:1:0:0”
EndSection[/CODE]
The ‘accel’ option is there but I don’t know what the syntax is to activate it. Any ideas?