Стандартная


Section "Device"
Identifier "Configured Video Device"
Driver "nvidia" #"radeon" "nvidia"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection



Рабочая на встроенную видюху Intel


Section "Module"
Load "dbe" # Double buffer extension
# SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise
the DGA extension
# EndSubSection
# Load "type1"
# Load "freetype"
# Load "xtt"

# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"

EndSection

Section "Monitor"

Identifier "acer"
HorizSync 31.5 - 82.0
VertRefresh 30-150

EndSection

# Device configured by xorgconfig:

Section "Device"
Identifier "intel"
Driver "intel"
#VideoRam 512000
# Insert Clocks lines here if appropriate
EndSection


Section "Screen"
Identifier "Screen 1"
Device "intel"
Monitor "acer"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 1"

EndSection

# Section "DRI"
# Mode 0666
# EndSection
Hosted by uCoz