В начало → Примеры конфигурационных файлов → 2. Файл xorg.conf для NVIDIA Geforce |
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialize the DGA extension
EndSubSection
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
Load "glx"
Load "wfb"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/cyrillic"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AllowEmptyInput" "on"
Option "AutoAddDevices" "on"
Option "AutoEnableDevices" "on"
Option "SuspendTime" "10"
Option "OffTime" "15"
EndSection
Section "Monitor"
Identifier "DellLFP"
HorizSync 28.0 - 96.0
VertRefresh 43.0 - 60.0
Option "DPMS"
DisplaySize 406.4 254.0
EndSection
Section "Device"
# Some names might need to be changed hereafter:
Identifier "NVIDIA GeForce 7900GS"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 7900 GS"
BusID "PCI:1:0:0"
Option "NoLogo" "0"
Option "UseDisplayDevice" "DFP"
Option "DPI" "120 x 120"
### 2D ACCELLERATION
Option "RenderAccel" "true" # hardware Render acceleration
#Option "BackinStore" "true" #[] prevent artifacts?
#Option "NoRenderExtension" "true"
## some options
Option "SWcursor" "false" #[]
Option "Render" "true"
### 3D ACCELLERATION
Option "EnablePageFlip" "yes" #[] Improves performance
Option "AGPFastWrite" "yes" #[]
Option "AGPMode" "1" # Supports AGP 4x
# VideoRam 262144
# Insert Clocks lines here if appropriate
#Option "IgnoreDisplayDevices" "CRT, TV"
Option "TripleBuffer" "True"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "Coolbits" "1"
EndSection
Section "Screen"
Identifier "Screen1"
Device "NVIDIA GeForce 7900GS"
Monitor "DellLFP"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1920x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1920x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Flat Panel Only"
Screen "Screen 1"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
В начало → Примеры конфигурационных файлов → 2. Файл xorg.conf для NVIDIA Geforce |