New Studio 17 LCD / old YDL installation / not enough colors

Markus Deistler yellowdog-general@lists.terrasoftsolutions.com
Sun Nov 24 20:51:01 2002


Hi, 

On Sun, 2002-11-24 at 21:47, Merrill Aldrich wrote: 

> Thanks for your reply, Markus. On my system fbset says
> 
> mode "1280x1024-71"
>     # D: 100.000 MHz, H: 75.758 kHz, V: 71.201 Hz
>     geometry 1280 1024 1280 1024 8
>     timings 10000 16 16 16 16 8 8
>     rgba 8/0,8/0,8/0,0/0
> endmode

Hmmh, it looks like 8-bit-video...; 
Here is my fbset-output: 

mode "1024x768-60"
    # D: 65.032 MHz, H: 48.387 kHz, V: 60.034 Hz
    geometry 1024 768 1024 1020 32
    timings 15377 144 40 29 3 136 6
    accel true
    rgba 8/16,8/8,8/0,8/24
endmode

I chose vmode:14 (60Hz vertical refresh) because that is fast enough for
a 15" 1024x768-LCD-screen. You can set video modes as kernel boot
options in your bootloader somewhere (I use an old world mac, so I don't
have any experience with the yaboot-bootloader, just with BootX), I use:
video=atyfb:vmode:14,cmode:32 

"atyfb" is probably still in charge of the ati rage 128 (for
consolevideo), but I am not sure. There is a XF4.2-driver called "r128"
which should support your ATI Rage 128, xconfigurator should write the
correct driver settings to your XF86Config-4.; 

> Might it work to put exactly those settings into XF86Config4 as a modeline?

No, you have to run fbset with one of these options: -x or --xfree86,
then it looks similar to this... I think the dexter.py-script runs
xconfigurator and xconfigurator actually runs that command and feeds its
output to XF86Config-4.

Mode "1024x768"
    # D: 65.032 MHz, H: 48.387 kHz, V: 60.034 Hz
    DotClock 65.033
    HTimings 1024 1064 1200 1344
    VTimings 768 771 777 806
    Flags    "-HSync" "-VSync"   


EndMode


Best Regards
Markus