[Sderby] Help!!!

scott sderby at mailman.lug.org.uk
Thu Mar 6 23:39:00 2003


Hi=20

  firstley log onto a console as root and cd to /etc/X11/  . Then look fo=
r=20
your XF86Conrig file. This could be named differently depending on which=20
version of XFree you are useing or which distrobution you have installed.=
 for=20
instance it might be called XF86Config for anything version 3 or under or=
=20
XF86Config-4 for version 4 so then type, vim [what ever you  XF86Config i=
s=20
realy called]. you can use vi but i fond vim easer. use the "insert" butt=
on=20
to enable you to type and to save prese escape a couple of times and then=
=20
":wq" (this should appear near the bottom) or just ":q" to quit.=20
 make the changes as nessary. the file you attached looks like a version =
4=20
config file to me, but you`ll have to compare it witht he one you have.

 good luck

 scott

On Thursday 06 March 2003 10:01 pm, stuart.marshall4 wrote:
> Hi all
> I have screwed up my  laptop you know the one we spent all Sunday getti=
ng
> to work! Have the same problem gets to log in screen then hangs wrong
> display driver ? have found on the internet some one who has same lapto=
p
> and has red hat running and has posted setting for screen etc.. But nee=
d to
> get in to edit  it think I can use vi ? don't know how to get to sectio=
ns I
> need. this is the file
>
> # See 'man XF86Config' for info on the format of this file
>
> Section "Files"
>    RgbPath    "/usr/X11R6/lib/X11/rgb"
>    FontPath   "unix/:-1"
> EndSection
>
> Section "ServerFlags"
> EndSection
>
> Section "Keyboard"
>    Protocol        "Standard"
>    AutoRepeat      500 30
>    LeftAlt         Meta
>    RightAlt        Meta
>    ScrollLock      Compose
>    RightCtl        Control
>    XkbRules        "xfree86"
>    XkbModel        "pc105"
>    XkbLayout       "fr"
> EndSection
>
> Section "Pointer"
>    Protocol        "PS/2"
>    Device          "/dev/psaux"
>    Emulate3Timeout 50
>    Resolution      100
>    Buttons         3
>    Emulate3Buttons
> EndSection
>
> Section "Monitor"
>    Identifier      "LCD Panel"
>    VendorName      "ASUS"
>    ModelName       "1024x768"
>    HorizSync       31.5-57.5
>    VertRefresh     55-80
>    # 640x480 @ 60 Hz, 31.5 kHz hsync - DOESN'T WORK
>    # Modeline "640x480"     25.175 640  664  760  800   480  491  493  =
525
>    # 800x600 @ 60 Hz, 37.8 kHz hsync - DOESN'T WORK
>    # Modeline "800x600"     40     800  840  968 1056   600  601  605  =
628
> +hsync +vsync # 1024x768 @ 70 Hz, 56.5 kHz hsync
>    Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  80=
6
> -hsync -vsync EndSection
>
> Section "Device"
>    Identifier      "Lynx"
>     VendorName     "Silicon Motion"
>     BoardName      "SMI 910"
> EndSection
>
> # The Color SVGA server
>
> Section "Screen"
>    Driver          "SVGA"
>    Device          "Lynx"
>     Monitor        "LCD Panel"
>     Subsection "Display"
>         Depth      16
>         Modes      "1024x768"
>     EndSubsection
> EndSection
>
> # The Frame Buffer server
>
> Section "Screen"
>    Driver          "FBDev"
>    Device          "Lynx"
>    Monitor         "LCD Panel"
>    SubSection "Display"
>       Depth        16
>       Modes        "default"
>    EndSubSection
> EndSection
>
>
> Stuart Marshall