Svga out on Radeon 9600 (Powerbook)
Daniele Menozzi
menoz at ngi.it
Wed Dec 29 13:42:42 PST 2004
Hi all, I have an Albook 15", with radeon 9600. I successfully set up xorg
for mirroring (with benh's patches), but I cannot set up the svga-out,
that I wanted to use to watch film on a tv.
The problems are:
- the svga out becomes active only if, before starting xorg, I link an external monitor to the DVI port
- when the svga port is active (so only with an external monitor plugged
in the DVI port), if I try to link it with my TV, signal
has wrong hsync/vrefresh (tv standard is PAL, I live in Italy).
Can you give me some advices? Have somebody had the same problem?
Here you can find my xorg.conf .
Thank you all
Menoz
--
Debian Powered Linux User #332564
-----------------------------------------------------------------------
Ti prego gentilmente di non inviarmi documenti in formati MS Office
Visita http://www.fsf.org/philosophy/no-word-attachments.it.html
-----------------------------------------------------------------------
-------------- next part --------------
#
# Apple PowerBook G4 15" XFree86 config example
# (With ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01))
# See http://www.johnleach.co.uk/documents/powerpc for more details
#
Section "ServerLayout"
Identifier "XFree86 Configured"
Option "Clone" "on"
Screen 0 "Screen-lcd" 0 0
Screen 0 "Screen-auto" 0 0
# Screen 0 "Screen-TV" 0 0
# Screen 0 "Screen-Philips_107E" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "VGAAccess" "off"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
#FontPath "unix/:7110" # local font server
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/lib/X11/fonts/misc"
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/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "Standard"
# Option "AutoRepeat" "250 30"
# Option "LeftAlt" "Meta"
# Option "RightCtl" "Control"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor-lcd"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "dpms" "true"
Mode "1280x854"
DotClock 79.816
HTimings 1280 1296 1408 1536
VTimings 854 855 858 866
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Monitor"
Identifier "Monitor-auto"
Option "DPMS" "on"
EndSection
Section "Monitor"
Identifier "Philips_107E"
Option "DPMS" "on"
HorizSync 30-70
VertRefresh 50-160
DisplaySize 306 230
EndSection
Section "Monitor"
Identifier "Television"
Option "DPMS" "on"
HorizSync 15-30
VertRefresh 50-60
DisplaySize 306 230
EndSection
Section "Device"
Identifier "r9k-lcd"
Option "AGPMode" "4"
Option "EnableDepthMoves" "true"
Option "EnablePageFlip" "true"
Option "NoBackBuffer" "false"
Option "NoAccel" "false"
Option "SWcursor" "true"
Option "UseFBDev" "false"
# Option "DDCMode" "true"
# Option "CloneHSync" "30-50"
# Option "CloneVRefresh" "43-60"
# Option "CloneDisplay" "true"
# Option "CloneMode" "1280x854"
# Option "UseFWPLL" "true"
Option "MonitorLayout" "LDVS,CRT"
Option "LVDSProbePLL" "true"
Option "CRT2Position" "Clone"
Option "MergedFB" "false"
Option "MetaModes" "1280x854-1024x768 1280x854-800x600 1280x854-640x480"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:0:16:0"
Screen 0
EndSection
Section "Device"
Identifier "r9k_external-dcc"
Option "DDCMode" "true"
Option "NoAccel" "false"
Option "SWcursor" "false"
Option "UseFBDev" "false"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M10"
BusID "PCI:0:16:0"
Screen 1
EndSection
Section "Device"
Identifier "r9k_external-no-dcc"
Option "NoAccel" "false"
Option "SWcursor" "false"
Option "UseFBDev" "false"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M10"
BusID "PCI:0:16:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen-lcd"
Device "r9k-lcd"
Monitor "Monitor-lcd"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-Philips_107E"
Device "r9k_external-no-dcc"
Monitor "Philips_107E"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-TV"
Device "r9k_external-no-dcc"
Monitor "Television"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-auto"
Device "r9k_external-dcc"
Monitor "Monitor-auto"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x854" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
More information about the xorg
mailing list