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

Re: XF86Config help.



Hello Omer,

I’ve made the changes you suggested. You can see them below at the XF86Config
file snip.

I still have the same error. The X server starts to load and then it gives:
“There is no mode definition named “1024x768””

Can you identify the problem here?
Thanks

Erez


# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"

    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"

    HorizSync   31.5, 35.15, 35.5

    VertRefresh 50-70

Modeline "640x400"     25.175 640  664  760  800   400  409  411  450
Modeline "640x480"     25.175 640  664  760  800   480  491  493  525
ModeLine "800x600"     36     800  824  896 1024   600  601  603  625

Modeline "640x480"     31.5   640  680  720  864   480  488  491  521
Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync
+vsync

Modeline "800x600"     50     800  856  976 1040   600  637  643  666 +hsync
+vsync
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync
-vsync

Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync
-vsync

Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
    Identifier  "My Video Card"
    VendorName  "Unknown"
    BoardName   "Unknown"
    VideoRam    2048
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64
# I128, and S3V)
Section "Screen"
    Driver      "accel"
    Device      "My Video Card"
    Monitor     "My Monitor"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "640x480"
        ViewPort    0 0
        #Virtual     640 480
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection



--
      /'^'\
     ( o o )
-oOOO--(_)--OOOo--------------------------------------------------
Erez Boym
57 Shkedim St', P.O.Box 4480.
K' Tivon, 36501, ISRAEL
Fax - +972 4 8316876
ICQ# - 3015118
Email home: ehboym@internet-zahav.net  work: erezb@elbit.co.il
www - http://www.geocities.com/thetropics/6045/index.html
    .oooO
    (   )   Oooo.
-----\ (----(   )-------------------------------------------------
      \_)    ) /
            (_/



=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il