DualHead in X.org 6.9
Simon Olofsson
simon at gath3n.de
Wed Jan 25 01:17:47 PST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I recently updated to X.org 6.9 on FreeBSD 6.0-RELEASE-p3.
Now my DualHead configuration doesn't work any more, the second display
is blanked when X starts.
It worked under X.org 6.8.
Clone Mode is working under 6.9 but thats not what I want :( .
I attached my xorg.conf.
I tried to use the ati driver, but is doesn't help.
Any ideas?
- --
Mit freundlichem Gruß,
With best regards,
Simon Olofsson
http://www.olofsson.de
GPG-Key: 0x3D001BE0
http://simon.olofsson.de/keys/simon_olofsson.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFD10IzRM/k9z0AG+ARAo+hAJ9kcopnIHcDsKnCAbWgxBaIr9GhYQCgsuKA
JDEsSZhqH+OzZtnYpKzAmvw=
=DG2n
-----END PGP SIGNATURE-----
-------------- next part --------------
# $Header: /home/simon/data/simon/code/var/x11/RCS/xorg.conf,v 1.7 2006/01/23 21:07:53 simon Exp simon $
# A very detailed description for this file is available at
# http://x.org/X11R6.8.2/doc/xorg.conf.5.html
# Overall layout
Section "ServerLayout"
Identifier "Main Layout"
Screen "Screen_LCD"
Screen "Screen_CRT" RightOf "Screen_LCD"
InputDevice "Mouse"
InputDevice "Keyboard"
EndSection
# File pathnames
Section "Files"
# sets the search path for fonts
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/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/URW/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts/"
FontPath "/usr/local/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-de"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-se"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts"
RGBPath "/usr/X11R6/lib/X11/rgb" # sets the path name for the RGB color database
ModulePath "/usr/X11R6/lib/modules" # sets the search path for loadable Xorg server modules
EndSection
# Dynamic module loading
Section "Module"
Load "dbe"
# Load "dri" # not working with X.org 6.9
Load "extmod" # contains a miscellaneous group of server extensions
Load "glx"
Load "record"
Load "xtrap"
Load "type1" # Type 1 font rasteriser
Load "freetype"
EndSection
# Input device description (builtin and external Keyboard)
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de,us,se" # Load the german, us and swedisch layouts
Option "XkbOptions" "grp:alt_shift_toggle" # Toggle between them with ALT + right SHIFT
Option "nodeadkeys"
Option "CoreKeyboard" # This is the primary keyboard device
EndSection
# Input device description (builtin and external Mouse)
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5" # Behaviour of the mouse wheel
Option "Buttons" "5" # Number of buttons
Option "CorePointer" # This is the primary pointer device
EndSection
# Monitor description (builtin LCD)
Section "Monitor"
Identifier "Monitor_LCD"
VertRefresh 58.0 - 62.0
Option "DPMS"
EndSection
# Monitor description (external CRT)
Section "Monitor"
DisplaySize 360 270 # mm
Identifier "Monitor_CRT"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 100.0
Option "DPMS"
EndSection
# Graphics device description (ATI Mobility Radeon 9700)
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 "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 "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "NoMergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
Identifier "Radeon_int"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "PCI:1:0:0"
Option "MonitorLayout" "LVDS,CRT"
Screen 0
EndSection
Section "Device"
Identifier "Radeon_ext"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "PCI :1:0:0"
Option "MonitorLayout" "LVDS, CRT"
Screen 1
EndSection
# DRI-specific configuration
#Section "DRI"
# Mode 0666
#EndSection
# Screen configuration (builtin LCD)
Section "Screen"
Identifier "Screen_LCD"
Device "Radeon_int"
Monitor "Monitor_LCD"
DefaultDepth 24
SubSection "Display"
Modes "1400x1050"
EndSubSection
EndSection
# Screen configuration (external CRT)
Section "Screen"
Identifier "Screen_CRT"
Device "Radeon_ext"
Monitor "Monitor_CRT"
DefaultDepth 24
SubSection "Display"
Modes "1152x864"
EndSubSection
EndSection
More information about the freebsd-x11
mailing list