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

Re: XF86Config and 365x tp



On Sat, Jan 01, 2000 at 12:54:49AM +0900, JC Helary wrote:
> I have a 365x, I had trouble configuring X until I plugged an external 
> monitor. With the monitor (a sony 15'') there are no problems, as soon as I 
> try a configuration for the lcd screen, it just don't work. Even with the most 
> conservative settings.
> 
> I finally decided to work in text mode. Now if anybody has a suggestion...
> 

My suggestion is that you try the attached XF86Config file. It works for
me on this model. (You may have to change the nationality of the keybord.)

- sten
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/lib/ghostscript/fonts/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5

    XkbLayout   "dk"

    Xkbkeycodes "xfree86"
    XkbTypes    "default"
    XkbCompat   "default"
    XkbSymbols  "en_US(pc101)+dk"
    XkbGeometry "pc"
EndSection

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

Section "Monitor"
    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   25-64
    VertRefresh 50-90
#    Modeline "640x480"  31.5   640 680 720  864   480 488 491 521
#    Modeline "800x600"  50     800 856 976 1048   600 637 643 674  +hsync +vsync
#    Modeline "800x600"  45     800 856 976 1048   600 637 643 674  +hsync +vsync

   Modeline  "800x600"    40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
EndSection

Section "Device"
    Identifier	"Generic VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Chipset	"generic"
EndSection

Section "Device"
    Identifier  "My Video Card"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Option	"med_dram"
    ClockChip   "tgui"
    Ramdac      "internal"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "My Video Card"
    Monitor     "My Monitor"
    DefaultColorDepth 8
    Subsection "Display"
        Depth       8
        Modes       "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

Reply to: