The log file you sent doesn't have the result of adding the modelines
you specified. It would be interesting to see why these modes are
rejected.

However all of the inbuilt modes are rejected since your maximum
pixel clock is 64.59MHz, and the minimum clock for a 1024x768 
mode is 65MHz. A simple solution is to use the DacSpeed option to
allow the 65MHz clock to be allowed, or at a pinch increase the
memory clock (possible corruption) with the SetMClk option. That
is

DacSpeed  65.00
Option "SetMClk" "46.5MHz"

regards
David

According to Martin Federspiel <[EMAIL PROTECTED]> (on 09/04/02):
> Dear Xperts,
> 
> after having upgraded my Laptop from Debian/GNU Linux 2.2 (XFree86
> 3.3.6) to 3.0 (XFree86 4.1) X doesn't find a mode for displaying
> 1024x768 pixels (the physical TFT size) in either 16 or 24 bit colour
> depth (800x600 modes are found, for 8 bit 1024x768 works fine). The
> video chip is a C&T65555. Win98 makes me believe that is has a
> 1024x768 24bit mode for the video card. Under XFree86 3.3.6 using the
> SVGA-server I used to get the following modes for 16 and 24 bit
> (quoted from XF86Config):
> 
>     Subsection "Display"
>         Depth       16
>         Modes       "1024x768@52"
>         ViewPort    0 0
>         Virtual     1280 1024
>     EndSubsection
>     SubSection "Display"
>        Depth        24
>        Modes        "1024x768@31"
>        Virtual     1280 1024
>     EndSubSection
> 
> # 1024x768 @ 52 Hz, 42.61 kHz hsync
> ModeLine "1024x768@52"  60.00  1024 1056 1216 1408 768 782 788 822 -HSync -VSync
> # 1024x768 @ 30.6 Hz, 25.15 kHz hsync
> Modeline  "1024x768@31"   35.41 1024 1056 1216 1408 768 782 788 822
> 
> However, XFree86 4.1 doesn't find a 16 or 24 bit mode for 1024x768.
> The above modes do not work any more even if I force X to use them
> ("use_modeline"). There is no difference regardless if I use a virtual
> screen size of 1280x1024 or not. Here is my XFConfig-4 (without forcing 
> a mode) and the X-server's messages follow below:
> 
> Section "ServerLayout"
>       Identifier     "XFree86 Configured"
>       Screen      0  "Screen0" 0 0
>       InputDevice    "Mouse0" "CorePointer"
>       InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
>       RgbPath      "/usr/X11R6/lib/X11/rgb"
>       ModulePath   "/usr/X11R6/lib/modules"
>       FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
>       FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/jmk/"
> EndSection
> 
> Section "Module"
>       Load  "dbe"
>       Load  "dri"
>       Load  "extmod"
>       Load  "glx"
>       Load  "pex5"
>       Load  "record"
>       Load  "xie"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Keyboard0"
>       Driver      "keyboard"
>       Option      "XkbRules" "xfree86"
>       Option      "XkbModel" "pc105"
>       Option      "XkbLayout" "de"
>       Option      "XkbVariant" "nodeadkeys"
>       Option      "XkbOptions" "ctrl:swapcaps"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Mouse0"
>       Driver      "mouse"
>       Option      "Protocol" "PS/2"
>       Option      "Device" "/dev/mouse"
> EndSection
> 
> Section "Monitor"
>       Identifier   "Monitor0"
>       VendorName   "Monitor Vendor"
>       ModelName    "Monitor Model"
>       HorizSync    31.5 - 150 
>       VertRefresh  50.0 - 150 
> EndSection
> 
> Section "Device"
>       Identifier  "Card0"
>       Driver      "chips"
>       VendorName  "C&T"
>       BoardName   "65555"
>       ChipSet     "ct65555"
>       BusID       "PCI:0:6:0"
>         Option "no_stretch"
>         Option "lcd_center"
> EndSection
> 
> Section "Screen"
>       Identifier "Screen0"
>       Device     "Card0"
>       Monitor    "Monitor0"
>         DefaultDepth    16
>       SubSection "Display"
>               Depth     1
>                 Modes           "1024x768" "800x600" "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth     4
>                 Modes           "1024x768" "800x600" "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth     8
>                 Modes       "1024x768" "800x600" "640x480"
>                 ViewPort    0 0
>                 Virtual     1280 1024
>       EndSubSection
>       SubSection "Display"
>               Depth     15
>                 Modes       "1024x768" "800x600" "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth     16
>                 Modes       "1024x768" "800x600" "640x480"       
>                 ViewPort    0 0
>                 Virtual     1280 1024
>       EndSubSection
>       SubSection "Display"
>               Depth     24
>                 Modes       "1024x768" "800x600" "640x480"
>                 Virtual     1280 1024 
>       EndSubSection
> EndSection
> 
> Messages of the X-Server when trying to start it with 16 bit colour depth:
> 
> warning: process set to nice value 0 instead of -10 as requested
> 
> This is a pre-release version of XFree86, and is not supported in any
> way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
> to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
> please check the latest version in the XFree86 CVS repository
> (http://www.XFree86.Org/cvs)
> 
> XFree86 Version 4.1.0.1 / X Window System
> (protocol Version 11, revision 0, vendor release 6510)
> Release Date: 21 December 2001
>       If the server is older than 6-12 months, or if your card is
>       newer than the above date, look for a newer version before
>       reporting problems.  (See http://www.XFree86.Org/FAQ)
> Build Operating System: Linux 2.4.17 i686 [ELF] 
> Module Loader present
> (==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep  3 23:23:16 2002
> (==) Using config file: "/etc/X11/XF86Config-4"
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) ServerLayout "XFree86 Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Card0"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) XKB: rules: "xfree86"
> (**) XKB: model: "pc105"
> (**) XKB: layout: "de"
> (**) XKB: variant: "nodeadkeys"
> (**) XKB: options: "ctrl:swapcaps"
> (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
>       Entry deleted from font path.
> (**) FontPath set to 
>"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/jmk/"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (**) ModulePath set to "/usr/X11R6/lib/modules"
> (--) using VT number 2
> 
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 0.1.0
> (II) Loading /usr/X11R6/lib/modules/libscanpci.a
> (II) Module scanpci: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 0.1.0
> (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
> (--) PCI:*(0:6:0) C&T 65555 rev 198, Mem @ 0xfd000000/24
> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
> (II) Module dbe: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
> (II) Module dri: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
> (II) Module drm: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> (II) Module extmod: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
> (II) Module glx: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
> (II) Module GLcore: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
> (II) Module pex5: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
> (II) Module record: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.13.0
> (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
> (II) Module xie: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
> (II) Module chips: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
> (II) Module mouse: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525,
>       ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
>       ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
> (**) Chipset override: ct65555
> (**) Chipset ct65555 found
> (II) Loading /usr/X11R6/lib/modules/libvgahw.a
> (II) Module vgahw: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 0.1.0
> (II) Loading /usr/X11R6/lib/modules/libvbe.a
> (II) Module vbe: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
> (II) Module int10: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) CHIPS(0): initializing int10
> (II) CHIPS(0): Primary V_BIOS segment is: 0xc000
> (II) CHIPS(0): VESA BIOS detected
> (**) CHIPS(0): Depth 16, (--) framebuffer bpp 16
> (==) CHIPS(0): RGB weight 565
> (==) CHIPS(0): Default visual is TrueColor
> (==) CHIPS(0): Using gamma correction (1.0, 1.0, 1.0)
> (==) CHIPS(0): Using HW cursor
> (**) CHIPS(0): Enabling linear addressing
> (--) CHIPS(0): base address is set at 0xFD000000.
> (**) CHIPS(0): Using MMIO
> (--) CHIPS(0): VideoRAM: 4096 kByte
> (--) CHIPS(0): TFT probed
> (--) CHIPS(0): LCD/CRT
> (--) CHIPS(0): Display Size: x=1024; y=768
> (--) CHIPS(0): PCI Bus
> (--) CHIPS(0): Using programmable clocks
> (--) CHIPS(0): Dot clock 0:  25.172 MHz
> (--) CHIPS(0): Dot clock 1:  28.325 MHz CRTclk
> (--) CHIPS(0): Dot clock 2:  62.999 MHz FPclk
> (--) CHIPS(0): Probed memory clock of  46.136 MHz
> (==) CHIPS(0): Min pixel clock is  11.000 MHz
> (--) CHIPS(0): Max pixel clock is  64.590 MHz
> (II) Loading /usr/X11R6/lib/modules/libddc.a
> (II) Module ddc: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) CHIPS(0): VESA VBE DDC supported
> (II) Loading /usr/X11R6/lib/modules/libi2c.a
> (II) Module i2c: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.2.0
> (II) CHIPS(0): I2C bus "DDC" initialized.
> (II) CHIPS(0): Probing for DDC1
> (II) CHIPS(0): Monitor0: Using hsync range of 31.50-150.00 kHz
> (II) CHIPS(0): Monitor0: Using vrefresh range of 50.00-150.00 Hz
> (II) CHIPS(0): Clock range:  11.00 to  64.59 MHz
> (II) CHIPS(0): Not using default mode "1024x768" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1024x768" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1024x768" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1024x768" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1024x768" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1152x864" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1280x960" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1280x960" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1280x1024" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1280x1024" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1280x1024" (bad mode 
>clock/interlace/doublescan)
> (II) CHIPS(0): Not using default mode "1600x1200" (width too large for virtual size)
> (II) CHIPS(0): Not using default mode "1600x1200" (width too large for virtual size)
> (II) CHIPS(0): Not using default mode "1600x1200" (width too large for virtual size)
> (II) CHIPS(0): Not using default mode "1600x1200" (width too large for virtual size)
> (II) CHIPS(0): Not using default mode "1600x1200" (width too large for virtual size)
> (II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
> (II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
> (II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
> (II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
> (II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
> (II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
> (II) CHIPS(0): Not using default mode "1400x1050" (width too large for virtual size)
> (II) CHIPS(0): Not using default mode "1400x1050" (width too large for virtual size)
> (II) CHIPS(0): Not using mode "1024x768" (no mode of this name)
> (**) CHIPS(0): Virtual size is 1280x1024 (pitch 1280)
> (**) CHIPS(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
> (**) CHIPS(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
> (==) CHIPS(0): DPI set to (75, 75)
> (II) Loading /usr/X11R6/lib/modules/libfb.a
> (II) Module fb: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/libxaa.a
> (II) Module xaa: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/libramdac.a
> (II) Module ramdac: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 0.1.0
> 
> 
> Any help is appreciated.
> 
> Regards,
> 
> Martin
> 
> 
> -------------------------------------------------------------------------
>                             Dr. Martin Federspiel                  
>                        E-mail: [EMAIL PROTECTED]
> -------------------------------------------------------------------------
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert

-- 
David Bateman
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to