mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Section "Module"
|
|
Load "dbe" # Double-Buffering Extension
|
|
Load "v4l" # Video for Linux
|
|
Load "extmod"
|
|
Load "type1"
|
|
Load "freetype"
|
|
Load "glx" # 3D layer
|
|
Load "drm"
|
|
Load "dri" #Load the dri module
|
|
EndSection
|
|
|
|
Section "DRI"
|
|
|
|
Section "Device"
|
|
Identifier "device1"
|
|
Driver "via"
|
|
Option "DPMS"
|
|
Option "TVType" "PAL" #use "TVType" "NTSC" in North America *)
|
|
Option "TVVScan" "over"
|
|
Option "TVOutput" "S-Video"
|
|
Option "ActiveDevice" "CRT,TV"
|
|
EndSection
|