Hi,

to respond to Alexey: I'm convinced that with modern Xorg you can jsut populate the xorg.conf with the sections you need and leave the rest to auto!

Brynet wrote:

It has a neomagic videocard and an internal 800x600 screen, that is
apparently best run at 16bit (limited video ram)

To ease autodetection, I created a simple xorg.conf file with the
following entry:

# vi xorg.conf
Section "Screen"
         Identifier      "Default Screen"
         DefaultDepth    16
         SubSection "Display"
                 Depth 16
                 Modes "800x600"
         EndSubSection
EndSection

Xorg however doesn't start, I copy the xorg.log below.

I see no (EE) entries! where is the problem?

It appears that my monitor size information gets ignored and that no
suitable screen is configured, right?

Riccardo
..
If yours is anything like mine, you'll need a "Device" section like
so:

Section "Device"
     Option "noMMIO" "true"
     #Option "progLcdModeRegs" "true"
     #Option "progLcdModeStretch" "true"
     Identifier  "Card0"
     Driver      "neomagic"
     BusID       "PCI:0:3:0"
EndSection

It seems PCI memory mapped I/O doesn't work with this chipset, or
perhaps it's a regression. This is very old device.
I added your section to my xorg.conf and, behold, much progress, I have X coming up!

Option "noMMIO" "true" should fix this:
AddScreen/ScreenInit failed for driver 0
The other options I commented out above, "progLcdModeRegs" and
"progLcdModeStretch", appear to fix a strange visual corruption on my
system, a 1-pixel wide vertical line on the right side of the LCD. If you
notice a similiar problem, try uncommenting those options.
I have a different problem: it comes up 640x480! Thus everything is terribly stretched and pixelated.

It seems to discard all 800x600 modes because of lack of video memory, witch is reported to be 832k.

I tried to force 8bit instead of 16bit and it boots with the correct resolution, but the screen flickers like when old CRT displays couldn't sync properly! it is barely-readable, with several frames being written too high or too low, very strange.

Just as a test,  in uncommented

    #Option "progLcdModeRegs" "true"
    #Option "progLcdModeStretch" "true"


to see if they did any difference and behold! it works. We do swap a bit with 32MB of ram just by displaying a xterm! wow, memory usage surely increased... I was used to get an xterm with fvwm2 on 8MB machines :) Still, cool and thanks!


Note: XAA acceleration was removed from recent X servers, that means no
2D acceleration. There was never 3D acceleration (DRI/DRM) for this
chipset at all.

Yes, 2D is gone athough EXA may work? With the Savage cards it has been more or less fixed on linux.

Riccardo

Release Date: 2013-04-17
[ 26077.865] X Protocol Version 11, Revision 0
[ 26077.868] Build Operating System: OpenBSD 5.4 i386
[ 26077.871] Current Operating System: OpenBSD nucleus.westernesse 5.4 GENERIC#37 i386
[ 26077.910] Build Date: 22 July 2013  07:54:46AM
[ 26077.911]
[ 26077.914] Current version of pixman: 0.30.0
[ 26077.916]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 26077.918] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 26077.943] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 21 16:41:26 2013
[ 26078.092] (==) Using config file: "/etc/X11/xorg.conf"
[ 26078.094] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[ 26078.283] (==) No Layout section.  Using the first Screen section.
[ 26078.284] (**) |-->Screen "Default Screen" (0)
[ 26078.315] (**) |   |-->Monitor "<default monitor>"
[ 26078.356] (==) No device specified for screen "Default Screen".
        Using the first device section listed.
[ 26078.357] (**) |   |-->Device "Card0"
[ 26078.357] (==) No monitor specified for screen "Default Screen".
        Using a default monitor configuration.
[ 26078.359] (==) Disabling SIGIO handlers for input devices
[ 26078.360] (==) Automatically adding devices
[ 26078.360] (==) Automatically enabling devices
[ 26078.361] (==) Not automatically adding GPU devices
[ 26078.379] (==) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/TTF/,
        /usr/X11R6/lib/X11/fonts/OTF/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/100dpi/,
        /usr/X11R6/lib/X11/fonts/75dpi/
[ 26078.380] (==) ModulePath set to "/usr/X11R6/lib/modules"
[ 26078.381] (II) The server relies on wscons to provide the list of input devices. If no devices become available, reconfigure wscons or disable AutoAddDevices.
[ 26078.403] (II) Loader magic: 0x3c023040
[ 26078.403] (II) Module ABI versions:
[ 26078.403]    X.Org ANSI C Emulation: 0.4
[ 26078.404]    X.Org Video Driver: 14.1
[ 26078.404]    X.Org XInput driver : 19.1
[ 26078.404] X.Org Serve[ 26078.427] (--) PCI:*(0:0:3:0) 10c8:0001:0000:0000 rev 1, Mem @ 0xc0000000/2097152
[ 26078.449] Initializing built-in extension Generic Event Extension
[ 26078.451] Initializing built-in extension SHAPE
[ 26078.453] Initializing built-in extension MIT-SHM
[ 26078.455] Initializing built-in extension XInputExtension
[ 26078.457] Initializing built-in extension XTEST
[ 26078.459] Initializing built-in extension BIG-REQUESTS
[ 26078.461] Initializing built-in extension SYNC
[ 26078.464] Initializing built-in extension XKEYBOARD
[ 26078.466] Initializing built-in extension XC-MISC
[ 26078.468] Initializing built-in extension SECURITY
[ 26078.470] Initializing built-in extension XINERAMA
[ 26078.472] Initializing built-in extension XFIXES
[ 26078.474] Initializing built-in extension RENDER
[ 26078.476] Initializing built-in extension RANDR
[ 26078.478] Initializing built-in extension COMPOSITE
[ 26078.481] Initializing built-in extension DAMAGE
[ 26078.483] Initializing built-in extension MIT-SCREEN-SAVER
[ 26078.486] Initializing built-in extension DOUBLE-BUFFER
[ 26078.488] Initializing built-in extension RECORD
[ 26078.490] Initializing built-in extension DPMS
[ 26078.492] Initializing built-in extension X-Resource
[ 26078.494] Initializing built-in extension XVideo
[ 26078.496] Initializing built-in extension XVideo-MotionCompensation
[ 26078.499] Initializing built-in extension XFree86-VidModeExtension
[ 26078.500] Initializing built-in extension XFree86-DGA
[ 26078.502] Initializing built-in extension XFree86-DRI
[ 26078.505] Initializing built-in extension DRI2
[ 26078.507] (II) LoadModule: "glx"
[ 26078.696] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[ 26078.789] (II) Module glx: vendor="X.Org Foundation"
[ 26078.789]    compiled for 1.14.1, module version = 1.0.0
[ 26078.790]    ABI class: X.Org Server Extension, version 7.0
[ 26078.790] (==) AIGLX enabled
[ 26078.834] Loading extension GLX
[ 26078.834] (II) LoadModule: "neomagic"
[ 26078.848] (II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.so
r Extension : 7.0
[ 26078.880] (II) Module neomagic: vendor="X.Org Foundation"
[ 26078.881]    compiled for 1.14.1, module version = 1.2.7
[ 26078.881]    Module class: X.Org Video Driver
[ 26078.881]    ABI class: X.Org Video Driver, version 14.1
[ 26078.913] (II) NEOMAGIC: Driver for Neomagic chipsets: neo2070, neo2090, neo2093,
        neo2097, neo2160, neo2200, neo2230, neo2360, neo2380
[ 26078.916] (WW) Falling back to old probe method for neomagic
[ 26078.917] (--) Chipset neo2070 found
[ 26078.930] (II) Loading sub module "vgahw"
[ 26078.930] (II) LoadModule: "vgahw"
[ 26079.036] (II) Loading /usr/X11R6/lib/modules/libvgahw.so
[ 26079.078] (II) Module vgahw: vendor="X.Org Foundation"
[ 26079.079]    compiled for 1.14.1, module version = 0.1.0
[ 26079.079]    ABI class: X.Org Video Driver, version 14.1
[ 26079.084] (II) NEOMAGIC(0): Chipset is a MagicGraph 128 (NM2070)
[ 26079.085] (II) NEOMAGIC(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[ 26079.086] (--) NEOMAGIC(0): Panel is a 800x600 color TFT display
[ 26079.086] (II) Loading sub module "ddc"
[ 26079.087] (II) LoadModule: "ddc"
[ 26079.087] (II) Module "ddc" already built-in
[ 26079.087] (II) Loading sub module "vbe"
[ 26079.088] (II) LoadModule: "vbe"
[ 26079.121] (II) Loading /usr/X11R6/lib/modules/libvbe.so
[ 26079.156] (II) Module vbe: vendor="X.Org Foundation"
[ 26079.156]    compiled for 1.14.1, module version = 1.1.0
[ 26079.157]    ABI class: X.Org Video Driver, version 14.1
[ 26079.158] (II) Loading sub module "int10"
[ 26079.158] (II) LoadModule: "int10"
[ 26079.190] (II) Loading /usr/X11R6/lib/modules/libint10.so
[ 26079.221] (II) Module int10: vendor="X.Org Foundation"
[ 26079.222]    compiled for 1.14.1, module version = 1.0.0
[ 26079.222]    ABI class: X.Org Video Driver, version 14.1
[ 26079.223] (II) NEOMAGIC(0): initializing int10
[ 26079.940] (II) NEOMAGIC(0): Primary V_BIOS segment is: 0xc000
[ 26079.952] (II) NEOMAGIC(0): VESA BIOS detected
[ 26079.952] (II) NEOMAGIC(0): VESA VBE Version 1.2
[ 26079.953] (II) NEOMAGIC(0): VESA VBE Total Mem: 832 kB
[ 26079.953] (II) NEOMAGIC(0): VESA VBE OEM: MagicGraph NM2070 40K SVGA BIOS
[ 26079.977] (II) Loading sub module "i2c"
[ 26079.977] (II) LoadModule: "i2c"
[ 26079.977] (II) Module "i2c" already built-in
[ 26079.979] (II) NEOMAGIC(0): I2C bus "I2C bus" initialized.
[ 26080.022] (II) NEOMAGIC(0): I2C device "I2C bus:ddc2" registered at address 0xA0. [ 26080.025] (II) NEOMAGIC(0): I2C device "I2C bus:E-EDID segment register" registered at address 0x60.
[ 26082.029] (--) NEOMAGIC(0): No DDC signal
[ 26082.030] (**) NEOMAGIC(0): Depth 16, (--) framebuffer bpp 16
[ 26082.031] (==) NEOMAGIC(0): RGB weight 565
[ 26082.031] (==) NEOMAGIC(0): Default visual is TrueColor
[ 26082.032] (==) NEOMAGIC(0): Using gamma correction (1.0, 1.0, 1.0)
[ 26082.034] (**) NEOMAGIC(0): Option "noMMIO" "true"
[ 26082.035] (--) NEOMAGIC(0): Internal LCD only display mode
[ 26082.036] (**) NEOMAGIC(0): MMIO mode disabled
[ 26082.036] (**) NEOMAGIC(0): using PCI Burst mode
[ 26082.036] (**) NEOMAGIC(0): Option StrangeLockups set: disabling some acceleration
[ 26082.037] (II) Loading sub module "xaa"
[ 26082.037] (II) LoadModule: "xaa"
[ 26082.157] (WW) Warning, couldn't open module xaa
[ 26082.157] (II) UnloadModule: "xaa"
[ 26082.157] (II) Unloading xaa
[ 26082.158] (EE) NEOMAGIC: Failed to load module "xaa" (module does not exist, 0)
[ 26082.158] (II) NEOMAGIC(0): Falling back to shadow
[ 26082.158] (II) Loading sub module "shadow"
[ 26082.159] (II) LoadModule: "shadow"
[ 26082.191] (II) Loading /usr/X11R6/lib/modules/libshadow.so
[ 26082.490] (II) Module shadow: vendor="X.Org Foundation"
[ 26082.490]    compiled for 1.14.1, module version = 1.1.0
[ 26082.490]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 26082.491] (**) NEOMAGIC(0): Using "Shadow Framebuffer" - acceleration disabled
[ 26082.491] (--) NEOMAGIC(0): FB base address is set at 0xC0000000.
[ 26082.492] (--) NEOMAGIC(0): VideoRAM: 896 kByte
[ 26082.492] (--) NEOMAGIC(0): Max Clock: 65000 kHz
[ 26082.492] (--) NEOMAGIC(0): Using hsync range matching panel size: 28.00-38.52 kHz
[ 26082.493] (--) NEOMAGIC(0): Using vsync range for panel: 55.00-65.00 kHz
[ 26082.494] (II) NEOMAGIC(0): <default monitor>: Using hsync range of 28.00-38.52 kHz [ 26082.494] (II) NEOMAGIC(0): <default monitor>: Using vrefresh range of 55.00-65.00 Hz
[ 26082.495] (II) NEOMAGIC(0): Clock range:  11.00 to  65.00 MHz
[ 26082.496] (II) NEOMAGIC(0): Removing mode (640x350) that won't display properly on LCD [ 26082.497] (II) NEOMAGIC(0): Not using default mode "640x350" (unknown reason) [ 26082.497] (II) NEOMAGIC(0): Removing mode (320x175) that won't display properly on LCD [ 26082.497] (II) NEOMAGIC(0): Not using default mode "320x175" (unknown reason) [ 26082.498] (II) NEOMAGIC(0): Removing mode (640x400) that won't display properly on LCD [ 26082.498] (II) NEOMAGIC(0): Not using default mode "640x400" (unknown reason) [ 26082.498] (II) NEOMAGIC(0): Removing mode (320x200) that won't display properly on LCD [ 26082.499] (II) NEOMAGIC(0): Not using default mode "320x200" (unknown reason) [ 26082.499] (II) NEOMAGIC(0): Removing mode (720x400) that won't display properly on LCD [ 26082.500] (II) NEOMAGIC(0): Not using default mode "720x400" (unknown reason) [ 26082.500] (II) NEOMAGIC(0): Removing mode (360x200) that won't display properly on LCD [ 26082.500] (II) NEOMAGIC(0): Not using default mode "360x200" (unknown reason) [ 26082.501] (II) NEOMAGIC(0): Not using default mode "640x480" (vrefresh out of range) [ 26082.501] (II) NEOMAGIC(0): Not using default mode "320x240" (vrefresh out of range) [ 26082.502] (II) NEOMAGIC(0): Not using default mode "640x480" (vrefresh out of range) [ 26082.502] (II) NEOMAGIC(0): Not using default mode "320x240" (vrefresh out of range) [ 26082.502] (II) NEOMAGIC(0): Not using default mode "640x480" (hsync out of range) [ 26082.503] (II) NEOMAGIC(0): Not using default mode "320x240" (hsync out of range) [ 26082.503] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.503] (II) NEOMAGIC(0): Removing mode (400x300) that won't display properly on LCD [ 26082.504] (II) NEOMAGIC(0): Not using default mode "400x300" (unknown reason) [ 26082.504] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.504] (II) NEOMAGIC(0): Removing mode (400x300) that won't display properly on LCD [ 26082.505] (II) NEOMAGIC(0): Not using default mode "400x300" (unknown reason) [ 26082.505] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.506] (II) NEOMAGIC(0): Removing mode (400x300) that won't display properly on LCD [ 26082.506] (II) NEOMAGIC(0): Not using default mode "400x300" (unknown reason) [ 26082.506] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.507] (II) NEOMAGIC(0): Removing mode (400x300) that won't display properly on LCD [ 26082.507] (II) NEOMAGIC(0): Not using default mode "400x300" (unknown reason) [ 26082.507] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.508] (II) NEOMAGIC(0): Removing mode (400x300) that won't display properly on LCD [ 26082.508] (II) NEOMAGIC(0): Not using default mode "400x300" (unknown reason) [ 26082.508] (II) NEOMAGIC(0): Not using default mode "1024x768i" (insufficient memory for mode) [ 26082.509] (II) NEOMAGIC(0): Not using default mode "512x384i" (bad mode clock/interlace/doublescan) [ 26082.509] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.509] (II) NEOMAGIC(0): Removing mode (512x384) larger than the LCD panel (800x600) [ 26082.510] (II) NEOMAGIC(0): Not using default mode "512x384" (unknown reason) [ 26082.510] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.510] (II) NEOMAGIC(0): Removing mode (512x384) larger than the LCD panel (800x600) [ 26082.511] (II) NEOMAGIC(0): Not using default mode "512x384" (unknown reason) [ 26082.511] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.512] (II) NEOMAGIC(0): Removing mode (512x384) larger than the LCD panel (800x600) [ 26082.512] (II) NEOMAGIC(0): Not using default mode "512x384" (unknown reason) [ 26082.512] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.513] (II) NEOMAGIC(0): Removing mode (512x384) larger than the LCD panel (800x600) [ 26082.513] (II) NEOMAGIC(0): Not using default mode "512x384" (unknown reason) [ 26082.513] (II) NEOMAGIC(0): Not using default mode "1152x864" (insufficient memory for mode) [ 26082.514] (II) NEOMAGIC(0): Removing mode (576x432) larger than the LCD panel (800x600) [ 26082.514] (II) NEOMAGIC(0): Not using default mode "576x432" (unknown reason) [ 26082.514] (II) NEOMAGIC(0): Not using default mode "1280x960" (insufficient memory for mode) [ 26082.515] (II) NEOMAGIC(0): Removing mode (640x480) larger than the LCD panel (800x600) [ 26082.515] (II) NEOMAGIC(0): Not using default mode "640x480" (unknown reason) [ 26082.515] (II) NEOMAGIC(0): Not using default mode "1280x960" (insufficient memory for mode) [ 26082.516] (II) NEOMAGIC(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) [ 26082.516] (II) NEOMAGIC(0): Not using default mode "1280x1024" (insufficient memory for mode) [ 26082.517] (II) NEOMAGIC(0): Removing mode (640x512) larger than the LCD panel (800x600) [ 26082.517] (II) NEOMAGIC(0): Not using default mode "640x512" (unknown reason) [ 26082.517] (II) NEOMAGIC(0): Not using default mode "1280x1024" (insufficient memory for mode) [ 26082.518] (II) NEOMAGIC(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) [ 26082.518] (II) NEOMAGIC(0): Not using default mode "1280x1024" (insufficient memory for mode) [ 26082.518] (II) NEOMAGIC(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) [ 26082.519] (II) NEOMAGIC(0): Not using default mode "1600x1200" (insufficient memory for mode) [ 26082.519] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.519] (II) NEOMAGIC(0): Not using default mode "1600x1200" (insufficient memory for mode) [ 26082.520] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.520] (II) NEOMAGIC(0): Not using default mode "1600x1200" (insufficient memory for mode) [ 26082.520] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.521] (II) NEOMAGIC(0): Not using default mode "1600x1200" (insufficient memory for mode) [ 26082.521] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.522] (II) NEOMAGIC(0): Not using default mode "1600x1200" (insufficient memory for mode) [ 26082.522] (II) NEOMAGIC(0): Not using default mode "800x600" (insufficient memory for mode) [ 26082.522] (II) NEOMAGIC(0): Not using default mode "1792x1344" (insufficient memory for mode) [ 26082.523] (II) NEOMAGIC(0): Not using default mode "896x672" (insufficient memory for mode) [ 26082.523] (II) NEOMAGIC(0): Not using default mode "1792x1344" (insufficient memory for mode) [ 26082.523] (II) NEOMAGIC(0): Not using default mode "896x672" (insufficient memory for mode) [ 26082.524] (II) NEOMAGIC(0): Not using default mode "1856x1392" (insufficient memory for mode) [ 26082.524] (II) NEOMAGIC(0): Not using default mode "928x696" (insufficient memory for mode) [ 26082.524] (II) NEOMAGIC(0): Not using default mode "1856x1392" (insufficient memory for mode) [ 26082.525] (II) NEOMAGIC(0): Not using default mode "928x696" (insufficient memory for mode) [ 26082.525] (II) NEOMAGIC(0): Not using default mode "1920x1440" (insufficient memory for mode) [ 26082.525] (II) NEOMAGIC(0): Not using default mode "960x720" (insufficient memory for mode) [ 26082.526] (II) NEOMAGIC(0): Not using default mode "1920x1440" (insufficient memory for mode) [ 26082.527] (II) NEOMAGIC(0): Not using default mode "960x720" (insufficient memory for mode) [ 26082.527] (II) NEOMAGIC(0): Not using default mode "832x624" (insufficient memory for mode) [ 26082.528] (II) NEOMAGIC(0): Removing mode (416x312) larger than the LCD panel (800x600) [ 26082.528] (II) NEOMAGIC(0): Not using default mode "416x312" (unknown reason) [ 26082.528] (II) NEOMAGIC(0): Not using default mode "1400x1050" (insufficient memory for mode) [ 26082.529] (II) NEOMAGIC(0): Not using default mode "700x525" (unknown reason) [ 26082.529] (II) NEOMAGIC(0): Not using default mode "1400x1050" (insufficient memory for mode) [ 26082.529] (II) NEOMAGIC(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) [ 26082.530] (II) NEOMAGIC(0): Not using default mode "1920x1440" (insufficient memory for mode) [ 26082.530] (II) NEOMAGIC(0): Not using default mode "960x720" (insufficient memory for mode) [ 26082.530] (II) NEOMAGIC(0): Not using default mode "2048x1536" (insufficient memory for mode) [ 26082.531] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.531] (II) NEOMAGIC(0): Not using default mode "2048x1536" (insufficient memory for mode) [ 26082.531] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.532] (II) NEOMAGIC(0): Not using default mode "2048x1536" (insufficient memory for mode) [ 26082.532] (II) NEOMAGIC(0): Not using default mode "1024x768" (insufficient memory for mode) [ 26082.533] (II) NEOMAGIC(0): Not using mode "800x600" (no mode of this name)
[ 26082.533] (--) NEOMAGIC(0): Virtual size is 640x480 (pitch 640)
[ 26082.534] (**) NEOMAGIC(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz [ 26082.536] (II) NEOMAGIC(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 26082.536] (**) NEOMAGIC(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) [ 26082.537] (II) NEOMAGIC(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 26082.538] (==) NEOMAGIC(0): DPI set to (96, 96)
[ 26082.538] (II) Loading sub module "fb"

Reply via email to