ooooo magical ball who is the prettiest person on the freebsd mailing list

me :)

ooooo magical google ball what can you tell me about xserver

http://xorg.freedesktop.org/wiki/FAQErrorMessages#head-10a5fb670b3686b48d7b070635f593ac99d7ab5a

ooooo magical xorg ball what can you tell me about xorg.conf

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
       FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option    "Protocol" "auto"
Option    "Device" "/dev/sysmouse"
       Option      "ZAxisMapping" "4 5"
       Option      "Buttons" "5"
EndSection

Section "Monitor"
#DisplaySize  360   290 # mm
Identifier   "Monitor0"
VendorName   "IVM"
ModelName    "HM903D/DT"
### Uncomment if you don't want to default to DDC:
# HorizSync    30.0 - 132.0
# VertRefresh  50.0 - 200.0
Option    "DPMS"
EndSection

Section "Device"
       ### Available Driver options are:-
       ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
       ### [arg]: arg optional
       #Option     "NoAccel"             # [<bool>]
       #Option     "SWcursor"           # [<bool>]
       #Option     "Dac6Bit"             # [<bool>]
       #Option     "Dac8Bit"             # [<bool>]
       #Option     "ForcePCIMode"       # [<bool>]
       #Option     "BusType"             # [<str>]
       #Option     "CPPIOMode"           # [<bool>]
       #Option     "CPusecTimeout"       # <i>
       #Option     "AGPMode"             # <i>
       #Option     "AGPFastWrite"       # [<bool>]
       #Option     "AGPSize"             # <i>
       #Option     "GARTSize"           # <i>
       #Option     "RingSize"           # <i>
       #Option     "BufferSize"         # <i>
       #Option     "EnableDepthMoves"   # [<bool>]
       #Option     "EnablePageFlip"     # [<bool>]
       #Option     "NoBackBuffer"       # [<bool>]
       #Option     "PanelOff"           # [<bool>]
       #Option     "DDCMode"             # [<bool>]
       #Option     "MonitorLayout"       # [<str>]
       #Option     "IgnoreEDID"         # [<bool>]
       #Option     "OverlayOnCRTC2"     # [<bool>]
       #Option     "CloneMode"           # [<str>]
       #Option     "CloneHSync"         # [<str>]
       #Option     "CloneVRefresh"       # [<str>]
       #Option     "UseFBDev"           # [<bool>]
       #Option     "VideoKey"           # <i>
       #Option     "DisplayPriority"     # [<str>]
       #Option     "PanelSize"           # [<str>]
       #Option     "ForceMinDotClock"   # <freq>
Identifier  "Card0"
Driver      "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "RV350 [RADEON 9800 XT]"
BusID       "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth      24
Modes      "1280x1024"
EndSubSection
EndSection
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to