~ubuntu-branches/debian/jessie/fbset/jessie

« back to all changes in this revision

Viewing changes to etc/fb.modes.ATI

  • Committer: Bazaar Package Importer
  • Author(s): André Dahlqvist
  • Date: 2001-07-25 14:35:29 UTC
  • Revision ID: james.westby@ubuntu.com-20010725143529-we6osd4v21j4s0ff
Tags: 2.1-6.1
* NMU with permission of maintainer.
* Use debhelper v3.
* Ask user if we should create framebuffer devices. (Closes: #106232)
  + Add dependency on debconf as a result of this question.
  + Do not ask this question if devfs is used.
* Kevin Kreamer contributed a manpage for modeline2fb. (Closes: #87145)
* Use /sbin/MAKEDEV, not /dev/MAKEDEV, in postinst. (Closes: #55667)
* Depend on makedev >= 2.3.1-24 as recommended in #55667.
* Describe -a and -accel in the manpage for fbset. (Closes: #105619)
* Changed two places in fb.modes manpage to refer to section 5, not 8.
* Bumped Standards-Version to 3.5.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#       Mach64 Programmer's Guide, Appendix C
7
7
#       (C) 1998 ATI Technologies Inc.
8
8
#
 
9
#  Kop: this are very generic modes and not only for ATI cards.
 
10
#
9
11
 
10
12
#
11
13
#       640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock)
132
134
    timings 22272 48 32 17 22 128 12
133
135
endmode
134
136
 
 
137
 
 
138
#
 
139
#       768x576, 75 Hz, Non-Interlaced (49.188 MHz dotclock)
 
140
#
 
141
#                               Horizontal      Vertical
 
142
#       Resolution              768             576
 
143
#       Scan Frequency          46.580 kHz      75.008 Hz
 
144
#       Sync Width              us              ms
 
145
#                               chars           lines
 
146
#       Front Porch             us              ms
 
147
#                               chars           lines
 
148
#       Back Porch              us              ms
 
149
#                               chars           lines
 
150
#       Active Time             us              ms
 
151
#                               chars           lines
 
152
#       Blank Time              us              ms
 
153
#                               chars           lines
 
154
#       Polarity                negative        negative
 
155
#
 
156
# This is a mode often used, because fbtv suggests this, since
 
157
# this is the mode for "normal" TVs.
 
158
#
 
159
 
 
160
mode "768x576-75"
 
161
    # D: 49.188 MHz, H: 46.580 kHz, V: 75.008 Hz
 
162
    geometry 768 576 768 576 32
 
163
    timings 20330 128 32 32 8 128 5
 
164
endmode
 
165
 
 
166
 
135
167
#
136
168
#       800x600, 48 Hz, Interlaced (36.00 MHz dotclock)
137
169
#       
691
723
    hsync high
692
724
    vsync high
693
725
endmode
694
 
 
 
726
 
 
727
#
 
728
#       1280x960, 75 Hz, Non-Interlaced (126.00 MHz dotclock)
 
729
#
 
730
#                               Horizontal      Vertical
 
731
#       Resolution              1280            960
 
732
#       Scan Frequency          74.788 kHz      74.788 Hz
 
733
#       Sync Width              1.018 us        0.092 ms
 
734
#                               14 chars        7 lines
 
735
#       Front Porch             0.127 us        0.393 ms
 
736
#                               2 chars         30 lines
 
737
#       Back Porch              1.473 us        0.747 ms
 
738
#                               20 chars        57 lines
 
739
#       Active Time             10.473 us       11.311 ms
 
740
#                               144 chars       864 lines
 
741
#       Blank Time              2.618 us        1.231 ms
 
742
#                               36 chars        94 lines
 
743
#       Polarity                positive        positive
 
744
#
 
745
 
 
746
mode "1280x960-75-8"
 
747
    # D: 125.644 MHz, H: 74.788 kHz, V: 74.788 Hz
 
748
    geometry 1280 960 1280 960 8
 
749
    timings 7959 224 32 36 1 144 3
 
750
endmode
 
751
 
 
752
mode "1280x960-75"
 
753
    # D: 125.644 MHz, H: 74.788 kHz, V: 74.788 Hz
 
754
    geometry 1280 960 1280 960 16
 
755
    timings 7959 224 32 36 1 144 3
 
756
endmode
 
757
 
 
758
mode "1280x960-75-32"
 
759
    # D: 125.644 MHz, H: 74.788 kHz, V: 74.788 Hz
 
760
    geometry 1280 960 1280 960 32
 
761
    timings 7959 224 32 36 1 144 3
 
762
endmode
 
763
 
 
764
 
695
765
#
696
766
#       1280x1024, 43 Hz, Interlaced (80.00 MHz dotclock)
697
767
#       
849
919
#
850
920
 
851
921
mode "1280x1024-75"
852
 
    # D: 135.00 MHz, H: 79.976 kHz, V: 75.02 Hz
853
 
    geometry 1280 1024 1280 1024 8
854
 
    timings 7408 248 16 38 1 144 3
 
922
    # D: 134.880 MHz, H: 79.905 kHz, V: 74.958 Hz
 
923
    geometry 1280 1024 1280 3264 8
 
924
    timings 7414 232 64 38 1 112 3
855
925
    hsync high
856
926
    vsync high
857
927
endmode
858
 
 
 
928
 
859
929
#
860
930
#       1600x1200, 60 Hz, Non-Interlaced (156.00 MHz dotclock)
861
931
#