For what ever its worth, I have attached my XF86Config file. I have
an IBM560X Thinkpad. I believe it is the same chip, so there is a
good chance it will work.
You might try the Xinside driver. It is free to download, and self
installs. Then to get a license it is only $20. It has better acceleration
than XFree86 (on scrolling for example). SO it is worth it anyway.
Hope this helps.
See attachment.
Jont

Adam May wrote:
> 
> I also have a Dell CPi (R400GT) with the Neomagic 256 chipset. I have read
> all the X docs and everyone says that it is a fairly easy chipset to get X
> setup on.
> 
> However, no matter how much tinkering I do with the config file (XF86Config)
> whether it be manual, with xf86config/XF86Setup/Xconfigurator I still cannot
> get it to work.
> 
> I am using RH6.1 and would appreciate it if anyone can point me in the right
> direction (or if you have a working XF86Config, could I get a sneak peek at
> it to guide me?)
> 
> TIA
> 
> Adam
> 
> -----Original Message-----
> From: Jim Roland [mailto:[EMAIL PROTECTED]]
> Sent: 09 February 2000 01:14
> To: [EMAIL PROTECTED]
> Subject: Dell with docking station
> 
> I have a Dell Latitude CPi with a docking station (C/Port II).  My redhat
> 6.1 kernel sees the docking station's nic okay, the keyboard and mouse seem
> to function okay (thanks to the bios), however...
> 
> 1) Even though I have added support for my Neomagic256 sound card
> (integrated in the laptop) it still does not work.  (unrelated to the
> docking station problem)
> 
> 2) My external monitor (plugged into the docking station) does not work
> (video signal is cut off) when I start X.  If I abort X and go back to text
> mode (CTRL-ALT-BACKSPACE), the screen comes back.  The LCD screen does work
> okay when not docked.  I've tried uncommenting the "internal" and
> "external" display options to the Neomagic video card in my XF86Config, but
> no luck.
> 
> HELP!
> 
> TIA,
> Jim
> 
> "Never settle with words what you can settle with a flamethrower."
>         --Anonymous
> 

-- 
Jont B. Allen
AT&T Labs-Research, Shannon Laboratory, E161
180 Park Ave., Florham Park NJ, 07932-0971
973/360-8545voice, x7111fax, http://www.research.att.com/~jba
 -"Dont anthropomorphize computers, they hate it." --unknown
 -Why boycott Amazon? http://www.gnu.org/philosophy/amazon.html
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

#Section "Module"
#    Load "xf86Jstk.so"
#EndSection

Section "ServerFlags"
#sw_cursor
#    NoTrapSignals
#    DontZap
#    DontZoom
#    DisableVidModeExtension
#    AllowNonLocalXvidtune
#    DisableModInDev
#    AllowNonLocalModInDev
EndSection

Section "Keyboard"
    Protocol    "Standard"
    AutoRepeat  500 5
    XkbDisable
    XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
#    Protocol    "Microsoft"
#    Device      "/dev/ttyS0"
    Protocol    "PS/2"
    Device      "/dev/psaux"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "Generic Multisync"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   30-64
    VertRefresh 50-100

# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline "640x480"     25.175 640  664  760  800   480  491  493  525
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync +vsync
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync

EndSection

Section "Device"
    Identifier  "NeoMagic"
#    Chipset    "NM2160"
#    IOBase     0xfea00000
#    MemBase    0xfd000000
#    VideoRam   2048
#    DacSpeed   90
#    Option     "linear"
#    Option     "nolinear"
#    Option     "sw_cursor"
#    Option     "hw_cursor"
#    Option     "no_accel"
#    Option     "intern_disp"
#    Option     "extern_disp"
#    Option     "mmio"
#    Option     "no_mmio"
#    Option     "lcd_center"
#    Option     "no_stretch"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "NeoMagic"
    Monitor     "Generic Multisync"
    Subsection "Display"
        Depth       8
        Modes       "800x600" "1024x768" "640x480"
        Virtual         1153 909
#       Virtual         1024 2000 #Doesnt work
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600" "1024x768" "640x480"
        Virtual         1152 910
#       Virtual         1100 900
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "800x600" "640x480"
        Virtual         800 870 #does work
#       Virtual         800 875 #doesnt work
    EndSubsection
EndSection

Reply via email to