Dual screen on ATI - SOLARIS x86 ?
Kalle Anka
knatte_fnatte_tjatte at yahoo.com
Sun Jul 9 03:18:55 PDT 2006
am using Solaris 10 x86 on a Dell Latitude D600
laptop, with ATI mobility 9000 radeon. I have juggled
with the xorg.conf and got dual screen working
sometimes. Other times, it doesnt work. Quite
randomly. The screen on the laptop shows strange
colors, while the external TFT screen works. Anyone
spots the error in my xorg.conf file?
Besides, is it possible to use dual screen with
different resolutions? My laptop running 1400x1050 and
the external 1680x1050? Or must both have identical
resolutions?
---------------------------
Section "ServerLayout"
Identifier "X.org Configured"
#Screen 0 "Screen0" 0 0
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11/lib/X11/rgb"
ModulePath "/usr/X11/lib/modules"
FontPath "/usr/X11/lib/X11/fonts/TrueType/"
FontPath "/usr/X11/lib/X11/fonts/Type1/"
FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
FontPath "/usr/X11/lib/X11/fonts/misc/"
FontPath "/usr/X11/lib/X11/fonts/100dpi/"
FontPath "/usr/X11/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "IA"
Load "Xst"
Load "dbe"
Load "extmod"
Load "record"
Load "xtrap"
Load "glx"
Load "bitstream"
Load "type1"
#SubSection "extmod" #SEANNNNNNNNNNNNNNNNNNNNNNN
#Option "omit xfree86-dga"
#EndSubSection
EndSection
Section "ServerFlags" #SEAANNNNNNNNNNNNNNNNN
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "BellDevice" "/dev/audio" #blogs.sun.com SEAN
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 290 210 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "3450"
EndSection
Section "Monitor" #SEANNNNNNNNNNNNNNNNNNNNNNNNNN
#DisplaySize 290 210 # mm
Identifier "Monitor1"
VendorName "NEC"
ModelName "20WGX2"
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 "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 "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Radeon R250 Lf [Radeon Mobility 9000 M9]"
BusID "PCI:1:0:0"
Screen 0 #SEANNNNNNNNNNNNNNNNN
Option "MergedFB" "True"
Option "MonitorLayout" "LCD,CRT"
Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "RightOf"
Option "MetaModes" "1280x1024-1280x1024"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24 #SEANNNN
SubSection "Display"
Modes "1280x1024" #SEAN
Viewport 0 0
Depth 24
Virtual 2560 1024
EndSubSection
EndSection
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the xorg
mailing list