niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » Linux » powerpc
Success: Mirroring X display on ibook G4 12" 1066MHz
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
Author Message
Anton Ertl
*nix forums addict


Joined: 20 Feb 2005
Posts: 91

PostPosted: Sun Oct 16, 2005 11:05 am    Post subject: Re: Success: Mirroring X display on ibook G4 12" 1066MHz Reply with quote

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

PostPosted: Sun Oct 16, 2005 9:42 am    Post subject: Re: Success: Mirroring X display on ibook G4 12" 1066MHz Reply with quote

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

PostPosted: Wed Oct 12, 2005 10:58 am    Post subject: Success: Mirroring X display on ibook G4 12" 1066MHz Reply with quote

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-Cool, 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
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
The time now is Thu Jan 08, 2009 9:48 am | All times are GMT
navigation Forum index » *nix » Linux » powerpc
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Success delivery report kennykilla Postfix 0 Wed Aug 29, 2007 9:06 am
No new posts fsck during startup following mirroring of boot drives Joe D. Solaris 0 Thu Jul 20, 2006 9:09 pm
No new posts how to display time of file in seconds newbie Solaris 4 Wed Jul 19, 2006 7:09 am
No new posts Firefox text display is misbehaving John Debian 5 Fri Jul 14, 2006 4:40 pm
No new posts How To Get Recall/All To Display More Than 20 Commands clusardi2k@aol.com VMS 5 Thu Jul 13, 2006 4:08 pm

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
[ Time: 0.1772s ][ Queries: 20 (0.0862s) ][ GZIP on - Debug on ]