[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ?: Debian 1.3.1 and XFREE86 on Omnibook 4000C - Monitor settings



"Ralf Durben" <100@germany.net>, 57912@germanynet.de writes:

> Notebook: Omnibook 4000 C    8MB RAM    486/DX50
> Linux:    Debian 1.3.1
> 
> Hi experts,
> 
> I tried to install XFREE86, but I have problems in selecting the correct
> options for my graphic
> card and my monitor.
> 
> According to the handbook the Omnibook has a graphic card supporting SVGA
> but the laptop monitor is VGA.
> 
> I tried:
>    X-Server    Graphic Card             Monitor                    Result
>    VGA16      unsupported VGA      VGA 640x480          black screen
>    SVGA       unsupported VGA      VGA 640x480          X works with
> resolution 320x240
>     (not satisfying)
>    SVGA       wd90c24a2                VGA 640x480         I see some
> pixels on the screen
>    SVGA       wd90c24a                  VGA 640x480         I see some
> pixels on the screen
> 
> My handbook says that the omnibook has a Western Digital Graphic Card and
> it should be wd90c24a2.
> 
> What options should I use? I want to use X only for the laptop monitor, not
> for an external monitor.
> 
> Does anybody have expieriences with LINUX/XFREE86 on an Omnibook 4000 C?

I run Linux on an OB4000, so here are some changes you will probably
want to use.  The following are some selections from my
/etc/X11/XF86Config.  I use the setup below for the LCD and for an old
VGA monitor, but I also show another configuration for a SVGA monitor,
so you have some idea what clocks are available.  You will want to use
the svga display driver, since it is optimized for the wd chipset.

I am not showing all of it, but I think these are the changes you will
need.  You should be able to manually edit your file and either
uncomment some sections or add in parts of what I show below.  Let me
know if you need more information.

-------------   /etc/X11/XF86Config   ----------------------

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"
    Emulate3Buttons
EndSection

Section "Monitor"
    Identifier  "UltraVGA 17"
    VendorName  "HP"
    ModelName   "D1193A"
    Bandwidth   85
    HorizSync   30-64         # multisync
    VertRefresh 50-90        # multisync
    ModeLine "640x480" 28.3  640 720 820 898  480 481 483 525
    ModeLine "800x600" 44 800 864 920 984   600 601 604 628
    ModeLine "960x720" 65 960 1048 1128 1216   720 723 726 753
    ModeLine "1024x768" 65 1024 1112 1192 1288   768 771 774 794
EndSection

Section "Monitor"
  Identifier    "SuZiba SVGA"
  VendorName    "SuZiba"
  ModelName     "SV2428V"
  Bandwidth     35                      # MHz
  HorizSync     31.5,34.5-38.5          # KHz
  VertRefresh   50-90
  ModeLine "640x480" 28.3  640 720 820 898  480 481 483 525
EndSection

Section "Device"
    Identifier "Pegasus"
    VendorName "Twinhead"
    BoardName  "Unknown"
    Chipset    "wd90c24"
    VideoRam   1024
    Clocks     25.2  28.3  65.0  36.0  30.0  77.4  62.2  80.1
    Clocks     31.5  35.5  75.2  50.1  39.8  50.1  42.0  44.3
EndSection

Section "Screen"
    Driver      "svga"
    Device      "Pegasus"
    Monitor     "SuZiba SVGA"
    Subsection  "Display"
        Depth   8
        Modes   "640x480" "800x600"
    EndSubsection
EndSection

-- 
Carl Johnson		carlj@peak.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: