A list member emailed me privately and asked me to post my xorg.conf to the list. The only thing that doesn't work is the second monitor (see my previous post to the list.)

Here it is:

Section "Module"
   Load        "type1"
   Load        "freetype"
   Load       "glx"
EndSection

Section "Files"
   RgbPath     "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
   FontPath   "/usr/X11R6/lib/X11/fonts/local/"
EndSection

Section "ServerFlags"
   Option "Xinerama" "true"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option "AutoRepeat" "500 30"
   Option "XkbRules"   "xorg"
   Option "XkbModel"   "pc104"
   Option "XkbLayout"  "us"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option "Protocol"    "Auto"
   Option "Device"      "/dev/sysmouse"
   Option "Emulate3Buttons"
EndSection

Section "Monitor"
   Identifier  "Monitor0"
   VendorName  "Dell"
   ModelName   "1905FP"
   HorizSync   31.5 - 64.3
   VertRefresh 50-90
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier  "Monitor1"
   VendorName  "Dell"
   ModelName   "1905FP"
   HorizSync   31.5 - 64.3
   VertRefresh 50-90
   Option      "DPMS"
EndSection

Section "Device"
   Identifier  "Standard VGA"
   VendorName  "Unknown"
   BoardName   "Unknown"
   Driver     "vga"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "radeon"
   VendorName  "ATI Technologies Inc"
   BoardName   "ATI Radeon X300"
   BusID       "PCI:1:0:0"
   Screen      0
   Option      "AGPFastWrite" "True"
EndSection

Section "Device"
   Identifier  "Card1"
   Driver      "radeon"
   VendorName  "ATI Technologies Inc"
   BoardName   "ATI Radeon X300"
   BusID       "PCI:1:0:1"
   Screen      1
   Option      "AGPFastWrite" "True"
EndSection

Section "Screen"
   Identifier  "Screen0"
   Device      "Card0"
   Monitor     "Monitor0"
   DefaultDepth 24
   Subsection "Display"
       Depth       8
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
   Subsection "Display"
       Depth       16
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
   Subsection "Display"
       Depth       24
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
EndSection

Section "Screen"
   Identifier  "Screen1"
   Device      "Card1"
   Monitor     "Monitor1"
   DefaultDepth 24
   Subsection "Display"
       Depth       8
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
   Subsection "Display"
       Depth       16
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
   Subsection "Display"
       Depth       24
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier  "Dual-Monitor"
   Screen 0    "Screen0"
   Screen 1    "Screen1" RightOf "Screen0"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to