OK, it is getting clearer:
1. you are running XFree 3.3.6 and not Xfree 4.0.x
2. You have only 320x204 as a mode line!!! I don't
know what happened there.
I would approach the problem as follows: 
1. rename the /etc/X11/X to X336 just to be sure you
can fall back on your feet
2 create in /etc/X11 a symlink to
/usr/X11R6/bin/XFree86 and name it X
This will give you XFree 4.0.x
3. check whether in /etc/X11/XF86Config-4 you have a
more reasonable screen section 
I am giving you **extracts** from an ** XF86Config-4
** which I think could get you going with ** XFree
4.0.x ** (i.e you have to have redirected X to the
**right** server as indicated above)

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

.......

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       28-70
   VertRefresh     40-120
   Modeline "1400x1050"  184   1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "S3 Savage4 (generic)"
   Clocks          25.18
     # Option "no_accel" # You may enable this if
there are timeouts when starting X
     #Option "xaa_benchmark"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 32
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
   EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

--- Mike Herrington <[EMAIL PROTECTED]> wrote:
> All:
> 
> I have included my XF86Config and the output from
> startx at the bottom of
> this message to aid in troubleshooting.  My original
> message directly
> follows.
> 
> Thanks to Fred and Lionel Lecoq for their responses
> to my first post.
> 
> Mike Herrington
> [EMAIL PROTECTED]
> 
>  ========================================
> Ladies and Gentlemen:
> 
> I have, after a couple of days of trying, been able
> to get startx to work.
> However, when my desktop appears, it seems to be
> zoomed in (i.e. all the
> icons are huge, resolution is grainy, menus and
> windows are huge and won't
> fit on screen, etc.).  I have tried adding 800x600
> and 640x480 modes by
> re-running XF86Setup, but to no avail.  Whenever I
> look at
> /etc/X11/XF86Config, the only mode it has listed is
> 320x204.  I even tried
> editing XF86Config manually to add the 800x600 and
> 640x480 modes, but when I
> started X I had the same problem (and ctl-alt-+
> didn't do anything).
> 
> I am running the potato release of Debian (and
> whatever version of XFree86
> that comes with that) on a custom-built system.  My
> video card is a Savage4
> integrated into the motherboard (I selected S3
> Savage4 (generic) on
> XF86Setup) and my monitor supports 28 KHz - 70 KHz
> Horizontal and 40 Hz -
> 120 Hz Vertical refresh rates.  I selected 8 bpp for
> my default color depth
> (I couldn't get X to work with 16 bpp for some
> reason).
> 
> Any advice would be much appreciated.  If you need
> any more information to
> get a handle on the problem, I would be glad to
> provide it.
> 
> Thanks,
> 
> Mike Herrington
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to