- # /etc/X11/xorg.conf (xorg X Window System server configuration file)
-
-
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Default Screen" 0 0
- InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- # InputDevice "stylus" "SendCoreEvents"
- # InputDevice "cursor" "SendCoreEvents"
- # InputDevice "eraser" "SendCoreEvents"
- Option "AIGLX" "on"
- EndSection
-
-
-
- Section "Module"
- Load "i2c"
- ## Load "LGcore"
- Load "bitmap"
- Load "ddc"
- Load "dri"
- Load "drm"
- Load "extmod"
- Load "freetype"
- Load "glx"
- Load "int10"
- Load "type1"
- Load "vbe"
- EndSection
-
-
- Section "Monitor"
- Identifier "Unknown Monitor"
- Option "DPMS"
- # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
- Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
- EndSection
-
- Section "Device"
- Identifier "ATI Technologies"
- Driver "radeon"
- # Option "AGPMode" "8"
- Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
- Option "ColorTiling" "on"
- Option "AccelMethod" "EXA"
- # Option "EnablePageFlip" "on"
- # Option "AGPFastWrite" "yes"
- # Option "DRI" "true"
- # Option "AGPSize" "128"
- # Option "GARTSize" "128"
-
- EndSection
-
- Section "Screen"
- Identifier "Default Screen"
- Device "ATI Technologies"
- Monitor "Unknown Monitor"
- DefaultDepth 24
- SubSection "Display"
- Depth 1
- Modes "1280x1024_60.00" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 4
- Modes "1280x1024_60.00" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 8
- Modes "1280x1024_60.00" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 15
- Modes "1280x1024_60.00" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1280x1024_60.00" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1280x1024_60.00" "1024x768" "800x600" "640x480"
- EndSubSection
- EndSection
-
- Section "DRI"
- Mode 0666
- EndSection
-
- Section "Extensions"
- Option "Composite" "1"
- EndSection
|