|
|
|
|
|
|
| Author |
Message |
Anton Ertl *nix forums addict
Joined: 20 Feb 2005
Posts: 91
|
Posted: Sun Oct 16, 2005 11:05 am Post subject:
Re: Success: Mirroring X display on ibook G4 12" 1066MHz
|
|
|
Paolo Peruzzi <paolo@public-files.de> writes:
| Quote: | I think your VGA device is different than my iBook G3-600 has:
# lspci |grep VGA
0000:00:10.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
|
Yes, it's different. I have:
0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV250 5c63 [Radeon Mobility 9200 M9+] (rev 01)
| Quote: | I don't get VGA out working, only with a distorted output and no LCD
anymore.
|
Sounds like what I had with the old Xserver: Either strange external
output or no internal output. So, with a little luck a new Xserver
will help (the kernel should only play a role if you use FBDev).
| Quote: | What about TV-Out with the TV-adaptor? Did you get this working? Or don't
you have one?
|
I don't think that I have such an adapter (unless it's among the stuff
that came with the iBook that I have ignored (like the MacOS X CD:-)).
- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html |
|
| Back to top |
|
 |
Paolo Peruzzi *nix forums beginner
Joined: 19 Feb 2005
Posts: 44
|
Posted: Sun Oct 16, 2005 9:42 am Post subject:
Re: Success: Mirroring X display on ibook G4 12" 1066MHz
|
|
|
On Wed, 12 Oct 2005 10:58:10 +0000, Anton Ertl wrote:
| Quote: | I finally managed to get my iBook to display the same content on its
internal screen and on the external display
|
Thank you very much.
I think your VGA device is different than my iBook G3-600 has:
# lspci |grep VGA
0000:00:10.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
I don't get VGA out working, only with a distorted output and no LCD
anymore. I will try again with the newest xorg and kernel.
What about TV-Out with the TV-adaptor? Did you get this working? Or don't
you have one?
~Paolo |
|
| Back to top |
|
 |
Anton Ertl *nix forums addict
Joined: 20 Feb 2005
Posts: 91
|
Posted: Wed Oct 12, 2005 10:58 am Post subject:
Success: Mirroring X display on ibook G4 12" 1066MHz
|
|
|
I finally managed to get my iBook to display the same content on its
internal screen and on the external display (i.e., mirroring aka
cloning), after unsuccessful attempts last year. What I did was just
upgrading the Xserver to Xorg 6.8.2 (I actually used the Debian
package xserver-xorg 6.8.2.dfsg.1- , and changing the UseFBDev option
to false in the xorg.conf file. Then, if a secondary display is
present when the X-Server is started, the external display displays
the same stuff as the internal display.
Below you find my /proc/cpuinfo and my /etc/X11/xorg.conf:
/proc/cpuinfo:
---------------------------------------
processor : 0
cpu : 7447A, altivec supported
clock : 1066MHz
revision : 1.1 (pvr 8003 0101)
bogomips : 1060.86
machine : PowerBook6,5
motherboard : PowerBook6,5 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)
pmac flags : 0000000a
L2 cache : 512K unified
memory : 256MB
pmac-generation : NewWorld
-----------------------------------------
/etc/X11/xorg.conf
--------------------------------------------------------
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
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/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "macintosh"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 9200 M9+]"
Driver "radeon"
#untested:
# Option "DesktopSetup" "0x00000100"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 9200 M9+]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
-----------------------------------------------------
- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Thu Jan 08, 2009 9:48 am | All times are GMT
|
|
France Hotels | Debt Consolidation | Loans | Bankruptcy | Personal Car Finance
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|