hello list i've posted this question before and have had many suggestions from support at suse, but still cannot get my screen image to stop splitting. i've already changed the following in midnight commander in the /etc/X11/XF86config in the section monitor i've changed the horizsync from 15-35 to 31-50 and the vertrefreshfrom 30-67 to 42-68. in the section modes i've removed the modeline. have now only section "modes" identifier "modes[0]" endsection in the section screen i have the section defualtdepth 15 subsection "display" depth 15 modes "1024x768" endsubsection in the section device i've changed the driver from "ati" to "fbdev" all to no avail. does anyone on the list have experience with installing linux 7.3 ppc on a wallstreet powerbook? i can't get this to work for the life of me. thanks in advance for any assistance. jason kahn
On Tuesday, 2. July 2002 02:13, jason kahn wrote:
hello list i've posted this question before and have had many suggestions from support at suse, but still cannot get my screen image to stop splitting.
Is your screen only splitted in X or also on the console? Console splitting can be avoided with additional kernel boot parameters ether in yaboot.conf: append = 'video=atyfb:vmode:14:cmode:32' or in BootX: video=atyfb:vmode:14:cmode:32 I think a Wallstreet will need BootX to boot up. These settings will give a resolution of 1024x768 at 60Hz with 32 bit colour. For different modes have a look at http://sdb.suse.de/de/sdb/html/olh_ppc_framebuffer.html To get the same resolution under X upgrade to xfree-4.2.0, run sax2, save the configuration and put the following modeline into your /etc/X11/XF86Config Section "Modes" Identifier "Modes[0]" Modeline "1024x768x60Hz" 65 1024 1048 1184 1344 768 771 777 806 -hsync -vsync EndSection Section "Screen" DefaultDepth 32 SubSection "Display" Depth 32 Modes "1024x768x60Hz" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Grüßli, Micha
participants (2)
-
jason kahn
-
Michael Engel