On Tue, 26 Feb 2002, Olivier Thauvin wrote:
> Le Lundi 25 F�vrier 2002 12:45, vous avez �crit : > > On Mon, 25 Feb 2002, Olivier Thauvin wrote: > > > I installed Beta1 on ppc my titanium and I have setup my screen with its > > > full resolution: 1152x768. I have two problem with drakxconf > > > > is ldetect-lst installed? > > > > > 1st) DrakX dont purpose this resolution, This was possible with the Mdk > > > 8.0 2nd) When I choose another config and I want test, I hace this > > > message: (EE) R128(0) Cannot read V_BIOS (5), try to change some > > > parameters. > > > > Stew Benedict > > Yep: > [root@orion RPMS]# grep PowerBook /usr/share/ldetect-lst/MonitorsDB > Apple; TiPowerBook 1152x768; 0; 30.0-100.0; 50.0-160.0 > Apple; iMac/PowerBook 1024x768; 0; 30.0-70.0; 50.0-160.0 > [root@orion RPMS]# rpm -qa | grep ldet > ldetect-lst-0.1.3-5mdk > ldetect-0.2.5-1mdk > > I can select my screen (TiPowerbook) but I can't select this specific > resolution, I have 800x600, 1024x768 and 1152x864. My screen is correctly > setup. > Ahh, I see what's going on. Those figures come from another source. I may have trouble adding it there, as the x86 folks will try to tell me that's not a valid resolution, because no PeeCee's run that way. Also the main distro is going into feature freeze and the documentation is mostly in place, which probably covers that screen. As a hot fix, you could edit: /usr/lib/libDrakX/Xconfigurator_consts.pm, around line 14 from: @resolutions = qw(640x480 800x600 1024x768 1152x768 1280x1024 1400x1050 1600x1200 1920x1440 2048x1536); to: @resolutions = qw(640x480 800x600 1024x768 1152x768 1152x864 1280x1024 1400x1050 1600x1200 1920x1440 2048x1536); And see if that works for you. I tried it here and the 1152x864 was replaced by 1152x768 in the choices, but I did not try to actually set it up as my machine won't run higher than 1024x768. I will change it in the installer for PPC, and I could make the hotfix post-install, but it will only be good until a draxtools update. Stew Benedict -- MandrakeSoft OH/TN, USA http://people.mandrakesoft.com/~sbenedict/ PPC FAQ: http://www.linux-mandrake.com/en/demos/PPC/FAQ/
