Re: external VGA on iBook G4 with etch

2006-06-20 Thread Alexander Schmehl
* Rene Engelhard [EMAIL PROTECTED] [060618 20:52]:

  Option  UseFBDev  true
 Note that this one will break VGA out with X.org 7. At least did there
 on my sid as I wanted a presentation ;) (iBook G4 1.33 12).
 Just commenting it out made it work again.

Thanks rene, thanks Bin.  Got it working again :)


Yours sincerely,
  Alexander

-- 
http://www.netmeister.org/news/learn2quote.html
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Re: external VGA on iBook G4 with etch

2006-06-18 Thread Bin Zhang

On 6/18/06, Alexander Schmehl [EMAIL PROTECTED] wrote:

Hi!

I'm running Debian etch on my iBook G4 1.2GHz.  with Xorg 6.9 I had my external
VGA port working very well (the external monitor only needed to be
connected when X started).  I didn't even need to do anything special
but to use the xorg.conf dpgk-reconfigure xserver-xorg created
without anything special.

A couple of days ago I upgrade my etch system and Xorg 7.0 got
installed, and my external VGA port doesn't work any more.

As far as I know, the only change between xorg 6.9 and 7.0 where in the
build system and in the package splitt?  So I assume I just need to
install a package or something similar easy, to get my external VGA port


Have you installed xserver-xorg-video-ati ?
(for using the driver radeon)


working again?  Any hints?  Anyone has his external VAG port working
on an iBook G4 with xorg 7.0?


Yes. It works for me. (ibook g4 1.2ghz 12 and debian unstable).

Best regards,
Bin




Yours sincerely,
  Alexander

--
http://www.netmeister.org/news/learn2quote.html
http://www.catb.org/~esr/faqs/smart-questions.html


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFElXvPBxd04ADYzRYRAmx2AJ9UWjZ0C6EI+mxmSksW8wL2dpQZSwCaA7s8
IJl0GOPzBPrZpt9jRZgQrwg=
=0M69
-END PGP SIGNATURE-






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: external VGA on iBook G4 with etch

2006-06-18 Thread Alexander Schmehl
Hi!

* Bin Zhang [EMAIL PROTECTED] [060618 19:56]:
 [ problems with an iBook G4 12 and external VGA with xorg 7.0 ]
 Have you installed xserver-xorg-video-ati ?
 (for using the driver radeon)

Yes, I have.


 working again?  Any hints?  Anyone has his external VAG port working
 on an iBook G4 with xorg 7.0?
 Yes. It works for me. (ibook g4 1.2ghz 12 and debian unstable).

Did you need to do anything special, or did it just work?

Interesting part of my /etc/X11/xorg.conf would be:

Section Device
Identifier  ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 
9200 M9+]
Driver  radeon
BusID   PCI:0:16:0
VideoRam65536
Option  UseFBDev  true
Option  OverlayOnCRTC2true
Option  MergedFB  true
EndSection

Section Monitor
Identifier  COLOR LCD
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 
9200 M9+]
Monitor COLOR LCD
DefaultDepth24
SubSection Display
Depth   24
Modes   1024x768 800x600 640x480
EndSubSection
EndSection



Yours sincerely,
  Alexander

-- 
http://www.netmeister.org/news/learn2quote.html
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Re: external VGA on iBook G4 with etch

2006-06-18 Thread Rene Engelhard
Hi,

Alexander Schmehl wrote:
 Option  UseFBDev  true

Note that this one will break VGA out with X.org 7. At least did there
on my sid as I wanted a presentation ;) (iBook G4 1.33 12).
Just commenting it out made it work again.

Just for the record.

Regards,

Rene


signature.asc
Description: Digital signature


Re: external VGA on iBook G4 with etch

2006-06-18 Thread Bin Zhang

On 6/18/06, Alexander Schmehl [EMAIL PROTECTED] wrote:

Hi!

* Bin Zhang [EMAIL PROTECTED] [060618 19:56]:
 [ problems with an iBook G4 12 and external VGA with xorg 7.0 ]
 Have you installed xserver-xorg-video-ati ?
 (for using the driver radeon)

Yes, I have.


 working again?  Any hints?  Anyone has his external VAG port working
 on an iBook G4 with xorg 7.0?
 Yes. It works for me. (ibook g4 1.2ghz 12 and debian unstable).

Did you need to do anything special, or did it just work?

Interesting part of my /etc/X11/xorg.conf would be:

Section Device
Identifier  ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 9200 
M9+]
Driver  radeon
BusID   PCI:0:16:0
VideoRam65536
Option  UseFBDev  true
Option  OverlayOnCRTC2true
Option  MergedFB  true
EndSection

Section Monitor
Identifier  COLOR LCD
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 9200 
M9+]
Monitor COLOR LCD
DefaultDepth24
SubSection Display
Depth   24
Modes   1024x768 800x600 640x480
EndSubSection
EndSection




From my config :
--
Section Device
   Identifier  ATI Technologies, Inc. M9+ 5C63 [Radeon
Mobility 9200 (AGP)]
   Driver  radeon
   BusID   PCI:0:16:0
   Option  AGPMode   4
   Option  BackingStore  true
   Option  EnablePageFliptrue
   Option  AGPFastWrite  true
   Option  RenderAccel   true
   #Option AccelMethod   EXA

   # Valeur par défaut :
   #Option UseFBDev  false
   #Option MergedFB  true

   # Pour que, quand le deuxième moniteur LCD est utilisé, la résolution
   # soit de 1280x1024
   Option  MetaModes 1024x768+1280x1024
EndSection

Section Monitor
   Identifier  iBook LCD
   Option  DPMS
   #HorizSync  28-51
   #VertRefresh43-60
EndSection

Section Screen
   Identifier  Default Screen
   Device  ATI Technologies, Inc. M9+ 5C63 [Radeon
Mobility 9200 (AGP)]
   Monitor iBook LCD
   DefaultDepth24
   SubSection Display
   Depth   24
   # 1280x1024 est pour un moniteur LCD externe
   Modes   1280x1024 1024x768
   EndSubSection
EndSection
---


Best regards,
Bin





Yours sincerely,
  Alexander

--
http://www.netmeister.org/news/learn2quote.html
http://www.catb.org/~esr/faqs/smart-questions.html


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFElZ9UBxd04ADYzRYRAkrDAJwOV8rcpQYZP3ytfOPlKwcgw9n9wgCgtITu
kdSBo/o/ZSi0BVpvDJe9Dpk=
=aZh7
-END PGP SIGNATURE-