On Wed, 2005-09-07 at 11:55 +0800, W.Kenworthy wrote:
> I would be interested in a copy of your xorg.conf - its always good to
> see how the other guy does it ...
>
> Mine is at http://wdk.dyndns.org/xorg.conf.html
Here's Mine. (note that The Dual Head is commented out. I don't use dual
Monitor all that often :-)
Only thing missing now is getting TV-Out to work. :-(
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Uncommenting this will enable Dual Head
# Screen "Screen1" LeftOf "Screen0"
# This will enable separate displays for Dual Head.
# Option "Clone" "Off"
# Do you want Xinerama??
# Option "Xinerama" "On"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/util"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
#DisplaySize 290 210 # mm
Identifier "Monitor0"
VendorName "LGP"
ModelName "DELL 1400x1050 Laptop Display Panel"
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
Option "AGPMode" "4"
# Addded Ow Mun Heng - Jan 29 2005
# http://www.gentoo.org/doc/en/dri-howto.xml?style=printable
Option "EnablePageFlip" "True"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Radeon R250 Lf [Radeon Mobility 9000 M9]"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "ati"
BoardName "ATI Radeon"
BusID "PCI:1:0:0"
Option "DPMS"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
# Added Ow Mun Heng - Jan 7 2005
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
# Added Ow Mun Heng - Apr 10 2005
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
# Added Ow Mun Heng - Nov 4 2004
Section "dri"
Mode 0666
EndSection
--
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!!
Neuromancer 14:54:19 up 1 day, 5:23, 7 users, load average: 0.83, 0.79,
0.62
--
[email protected] mailing list