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

Re: External monitor in X



Hello Kari,

Kari Ruohonen wrote:

> I apologise to contact you directly but I would like to ask a few further
> questions if you don't mind.

Not a problem

> Thank you for your answer. I am running the modified xserver Mach64 from
> Steve's Dell-pages. What version of debian are you running? I cannot find t
> he xserver corresponding to ATI Rage 128 (generic) from potato (that you
> said you are using). I can get external monitor working if I set 'only CRT'
> option from BIOS but this is very annoying because if I forget to set it
> back to LCD before I shutdown the machine, I will have no screen at all
> on the road!

I am running the most up-to-date potato that there is, we have a local mirror
that updates from the debian UK site every night.  I have not added anything
from woody (yet).

Last weekend I gave storm linux a try out and it does auto detection of
hardware.  It reported my video card as an  ATI Mach64 3D Rage Pro.  I didnt
like storm that much, so I reinstalled debian potato and therefor X using
'XF86Setup' and chose the card that storm had detected.  I selected all the
modes from 800x600 to 1600x1400(?), default 16 Bit color.

I can now run X on the laptop LCD at 1024x768 or on an external monitor at
1600x1400, but obviously not at the same time!!!  Everything seems to work
just great, although it is a bit of a come down from the external monitor to
the lcd!!!

I have attached the XF86Config file for interest..

Johnny.

# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc101"
   XkbLayout       "gb"
EndSection

Section "Pointer"
   Protocol        "IntelliMouse"
   Device          "/dev/mouse"
   BaudRate        1200
   SampleRate      30
   Resolution      100
   Buttons         3
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-82.0
   VertRefresh     40-100
   Modeline  "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   Modeline  "1280x1024" 135.00 1280 1312 1416 1664 1024 1027 1030 1064
   Modeline  "1152x864"  135.00 1152 1464 1592 1776 864 864 876 908
   Modeline  "1024x768"  115.50 1024 1056 1248 1440 768 771 781 802 -hsync -vsync
   Modeline  "800x600"    69.65 800 864 928 1088 600 604 610 640 -hsync -vsync
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "ATI Mach64 3D Rage Pro"


EndSection

Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 16
   SubSection "Display"
      Depth        8
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 16
   SubSection "Display"
      Depth        8
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        4
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection

Section "Screen"
   Driver          "Mono"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection

Reply to: