[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Clone CD Radeon 9200



Hi, i have a ibook 800Mhz, G4, Radeon 9200. My video out is working
correctly. The problem is that the video out (CRT) is a virtual desktop
but not the same screen than the computer one. How can I show the same
screen in both (ibook and CRT)?



I have got a config file from the internet that is attached in the mail.
## Configuración del XF86config para dar salida por el CRT y LCD en
## modo xinerama

##
Section "ServerFlags"
Option "BlankTime" "3"
Option "StandbyTime" "7"
Option "SuspendTime" "10"
Option "OffTime" "15"
EndSection

Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/TrueType"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
# Load "freetype"
Load "xtt"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Laptop Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "macintosh"
Option "XkbLayout" "es"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "ATI M6 Alone"
Driver "radeon"
Option "AGPMode" "1"
Option "UseFBDev" "true"
VendorName "ATI"
BoardName "Radeon Mobility M6 LY"
BusID "PCI:0:16:0"
EndSection

Section "Device"
Identifier "ATI M6 Cloning"
Driver "radeon"
Option "AGPMode" "1"
Option "UseFBDev" "true"
Option "MonitorLayout" "LVDS,CRT"
Option "CloneHSync" "30.0-100.0"
Option "CloneVRefresh" "50.0-160.0"
Option "OverlayOnCRTC2"
VendorName "ATI"
BoardName "Radeon Mobility M6 LY"
BusID "PCI:0:16:0"
Screen 0
EndSection

Section "Device"
Identifier "ATI M6 Internal"
Driver "radeon"
Option "AGPMode" "1"
Option "UseFBDev" "true"
Option "MonitorLayout" "LVDS,CRT"
VendorName "ATI"
BoardName "Radeon Mobility M6 LY"
BusID "PCI:0:16:0"
Screen 0
EndSection

Section "Device"
Identifier "ATI M6 External"
Driver "radeon"
Option "AGPMode" "1"
Option "UseFBDev" "false" #### ¡ojo! Framebuffers false para el externo
Option "MonitorLayout" "LVDS,CRT"
VendorName "ATI"
BoardName "Radeon Mobility M6 LY"
BusID "PCI:0:16:0"
Screen 1
EndSection

Section "Monitor"
Identifier "IDFP"
HorizSync 30-100
VertRefresh 50-160
Option "DPMS"

Mode "1024x768"
# D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
DotClock 65.004
HTimings 1024 1048 1184 1344
VTimings 768 771 777 806
Flags "-HSync" "-VSync" # atención: XFree86 no soporta aceleración
EndMode
EndSection

Section "Monitor"
Identifier "CRT"
HorizSync 30-100
VertRefresh 50-160
Option "DPMS"

Mode "1024x768"
# D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
DotClock 65.004
HTimings 1024 1048 1184 1344
VTimings 768 771 777 806
Flags "-HSync" "-VSync" # atención: XFree86 no soporta aceleración
EndMode

Mode "1280x1024"
# D: 134.21 MHz, H: ???? kHz, V: 73 Hz
DotClock 134.21
HTimings 1280 1336 1616 1728
VTimings 1024 1026 1038 1064
Flags "-HSync" "-VSync" # atención: XFree86 no soporta aceleración
EndMode
EndSection

Section "Screen"
Identifier "Screen Alone On DFP"
Device "ATI M6 Alone"
Monitor "IDFP"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Virtual 1024 768
EndSubSection
EndSection

Section "Screen"
Identifier "Screen On DFP"
Device "ATI M6 Internal"
Monitor "IDFP"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Virtual 1024 768
EndSubSection
EndSection

Section "Screen"
Identifier "Screen On CRT"
Device "ATI M6 External"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Virtual 1024 768
EndSubSection
EndSection

Section "Screen"
Identifier "Screen On CRT 1024x768"
Device "ATI M6 External"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Virtual 1024 768
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Dual 1024x768"
Screen "Screen On DFP"
Screen "Screen On CRT 1024x768" LeftOf "Screen On DFP"
InputDevice "Laptop Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "ServerLayout"
Identifier "Dual"
Screen "Screen On DFP"
Screen "Screen On CRT" LeftOf "Screen On DFP"
InputDevice "Laptop Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "ServerLayout"
Identifier "Single"
Screen "Screen Alone On DFP"
InputDevice "Laptop Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "ServerLayout"
Identifier "Cloned"
Screen "Screen Alone On DFP"
InputDevice "Laptop Keyboard"
InputDevice "Configured Mouse"
EndSection


Section "DRI"
Mode 0666
EndSection

############################################

Reply to: