Software Support > GroovyMAME

Switchres: modeline generator engine

<< < (8/260) > >>

bitbytebit:

--- Quote from: ves on October 11, 2010, 08:43:05 am ---Hi, I have 2 problems to compile the ati driver, I step log.


--- Code: ---make  all-recursive
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
Making all in src
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes  -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 -MT lrmc.lo -MD -MP -MF .deps/lrmc.Tpo -c -o lrmc.lo lrmc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 -MT lrmc.lo -MD -MP -MF .deps/lrmc.Tpo -c lrmc.c  -fPIC -DPIC -o .libs/lrmc.o
In file included from lrmc.c:25:
radeon.h:76:23: error: GL/glxint.h: No existe el fichero ó directorio
In file included from lrmc.c:25:
radeon.h:579: error: expected specifier-qualifier-list before â__GLXvisualConfigâ
lrmc.c: In function âlrmcâ:
lrmc.c:3932: warning: unused variable âinfoâ
make[2]: *** [lrmc.lo] Error 1
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make: *** [all] Error 2
--- End code ---

By the way as it applies the last diff, with patch -p0 -E <diff.diff fails.

Greetings.

--- End quote ---

Did you run ./configure --prefix=/usr before running make?   It seems the error is not finding the OpenGL or mesa libraries on your system (the GL/glxint.h file).  You probably want to have opengl support, and either configure wasn't run or it really is missing from the system, at least from what I can tell.

ves:
Bitbytebit Hi, I've been able to compile the driver, but it is assumed that in ubuntu / debian the ati driver are radeon.ko ati.ko etc. .., but when I compiled your driver does not create these files, it may be because geeton are different drivers?
make install to make it out.


--- Code: ---root@Arcade:/home/retro/xf86-video-ArcadeVGA-6.13.0b# make install
Making install in src
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/x                                                                                                                               org/modules/drivers"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'ati_drv.la' '/usr/l                                                                                                                               ocal/lib/xorg/modules/drivers/ati_drv.la'
libtool: install: /usr/bin/install -c .libs/ati_drv.so /usr/local/lib/xorg/modul                                                                                                                               es/drivers/ati_drv.so
libtool: install: /usr/bin/install -c .libs/ati_drv.lai /usr/local/lib/xorg/modu                                                                                                                               les/drivers/ati_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/drivers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/x                                                                                                                               org/modules/drivers"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'radeon_drv.la' '/us                                                                                                                               r/local/lib/xorg/modules/drivers/radeon_drv.la'
libtool: install: /usr/bin/install -c .libs/radeon_drv.so /usr/local/lib/xorg/mo                                                                                                                               dules/drivers/radeon_drv.so
libtool: install: /usr/bin/install -c .libs/radeon_drv.lai /usr/local/lib/xorg/m                                                                                                                               odules/drivers/radeon_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/drivers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/multimedia" || /bin/mkdir -p "/usr/local/li                                                                                                                               b/xorg/modules/multimedia"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'theatre200_drv.la'                                                                                                                                '/usr/local/lib/xorg/modules/multimedia/theatre200_drv.la'
libtool: install: /usr/bin/install -c .libs/theatre200_drv.so /usr/local/lib/xor                                                                                                                               g/modules/multimedia/theatre200_drv.so
libtool: install: /usr/bin/install -c .libs/theatre200_drv.lai /usr/local/lib/xo                                                                                                                               rg/modules/multimedia/theatre200_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/multimedia
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/multimedia

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/multimedia" || /bin/mkdir -p "/usr/local/li                                                                                                                               b/xorg/modules/multimedia"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'theatre_detect_drv.                                                                                                                               la' '/usr/local/lib/xorg/modules/multimedia/theatre_detect_drv.la'
libtool: install: /usr/bin/install -c .libs/theatre_detect_drv.so /usr/local/lib                                                                                                                               /xorg/modules/multimedia/theatre_detect_drv.so
libtool: install: /usr/bin/install -c .libs/theatre_detect_drv.lai /usr/local/li                                                                                                                               b/xorg/modules/multimedia/theatre_detect_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/multimedia
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/multimedia

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/multimedia" || /bin/mkdir -p "/usr/local/li                                                                                                                               b/xorg/modules/multimedia"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'theatre_drv.la' '/u                                                                                                                               sr/local/lib/xorg/modules/multimedia/theatre_drv.la'
libtool: install: /usr/bin/install -c .libs/theatre_drv.so /usr/local/lib/xorg/m                                                                                                                               odules/multimedia/theatre_drv.so
libtool: install: /usr/bin/install -c .libs/theatre_drv.lai /usr/local/lib/xorg/                                                                                                                               modules/multimedia/theatre_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/multimedia
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/multimedia

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
Making install in man
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/share/man/man4" || /bin/mkdir -p "/usr/local/share/man/man4"
 /usr/bin/install -c -m 644 'ati.4' '/usr/local/share/man/man4/ati.4'
 /usr/bin/install -c -m 644 'radeon.4' '/usr/local/share/man/man4/radeon.4'
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
root@Arcade:/home/retro/xf86-video-ArcadeVGA-6.13.0b#

--- End code ---

What am I doing wrong?

Greetings.

bitbytebit:

--- Quote from: ves on October 11, 2010, 10:06:44 am ---Bitbytebit Hi, I've been able to compile the driver, but it is assumed that in ubuntu / debian the ati driver are radeon.ko ati.ko etc. .., but when I compiled your driver does not create these files, it may be because geeton are different drivers?
make install to make it out.


--- Code: ---root@Arcade:/home/retro/xf86-video-ArcadeVGA-6.13.0b# make install
Making install in src
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/x                                                                                                                               org/modules/drivers"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'ati_drv.la' '/usr/l                                                                                                                               ocal/lib/xorg/modules/drivers/ati_drv.la'
libtool: install: /usr/bin/install -c .libs/ati_drv.so /usr/local/lib/xorg/modul                                                                                                                               es/drivers/ati_drv.so
libtool: install: /usr/bin/install -c .libs/ati_drv.lai /usr/local/lib/xorg/modu                                                                                                                               les/drivers/ati_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/drivers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/local/lib/x                                                                                                                               org/modules/drivers"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'radeon_drv.la' '/us                                                                                                                               r/local/lib/xorg/modules/drivers/radeon_drv.la'
libtool: install: /usr/bin/install -c .libs/radeon_drv.so /usr/local/lib/xorg/mo                                                                                                                               dules/drivers/radeon_drv.so
libtool: install: /usr/bin/install -c .libs/radeon_drv.lai /usr/local/lib/xorg/m                                                                                                                               odules/drivers/radeon_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/drivers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/multimedia" || /bin/mkdir -p "/usr/local/li                                                                                                                               b/xorg/modules/multimedia"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'theatre200_drv.la'                                                                                                                                '/usr/local/lib/xorg/modules/multimedia/theatre200_drv.la'
libtool: install: /usr/bin/install -c .libs/theatre200_drv.so /usr/local/lib/xor                                                                                                                               g/modules/multimedia/theatre200_drv.so
libtool: install: /usr/bin/install -c .libs/theatre200_drv.lai /usr/local/lib/xo                                                                                                                               rg/modules/multimedia/theatre200_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/multimedia
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/multimedia

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/multimedia" || /bin/mkdir -p "/usr/local/li                                                                                                                               b/xorg/modules/multimedia"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'theatre_detect_drv.                                                                                                                               la' '/usr/local/lib/xorg/modules/multimedia/theatre_detect_drv.la'
libtool: install: /usr/bin/install -c .libs/theatre_detect_drv.so /usr/local/lib                                                                                                                               /xorg/modules/multimedia/theatre_detect_drv.so
libtool: install: /usr/bin/install -c .libs/theatre_detect_drv.lai /usr/local/li                                                                                                                               b/xorg/modules/multimedia/theatre_detect_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/multimedia
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/multimedia

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/xorg/modules/multimedia" || /bin/mkdir -p "/usr/local/li                                                                                                                               b/xorg/modules/multimedia"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c  'theatre_drv.la' '/u                                                                                                                               sr/local/lib/xorg/modules/multimedia/theatre_drv.la'
libtool: install: /usr/bin/install -c .libs/theatre_drv.so /usr/local/lib/xorg/m                                                                                                                               odules/multimedia/theatre_drv.so
libtool: install: /usr/bin/install -c .libs/theatre_drv.lai /usr/local/lib/xorg/                                                                                                                               modules/multimedia/theatre_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/                                                                                                                               bin:/usr/games:/sbin" ldconfig -n /usr/local/lib/xorg/modules/multimedia
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xorg/modules/multimedia

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/src'
Making install in man
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/share/man/man4" || /bin/mkdir -p "/usr/local/share/man/man4"
 /usr/bin/install -c -m 644 'ati.4' '/usr/local/share/man/man4/ati.4'
 /usr/bin/install -c -m 644 'radeon.4' '/usr/local/share/man/man4/radeon.4'
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b/man'
make[1]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make[2]: se ingresa al directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
make[1]: se sale del directorio `/home/retro/xf86-video-ArcadeVGA-6.13.0b'
root@Arcade:/home/retro/xf86-video-ArcadeVGA-6.13.0b#

--- End code ---

What am I doing wrong?

Greetings.

--- End quote ---

It's installing it in /usr/local/ instead of /usr, should run './configure --prefix=/usr' and then run make and make install.  The .ko are kernel modules, this installs to /usr/lib/xorg/modules/drivers/  the files ati_drv.so and radeon_drv.so which xorg uses.  So running configure again with --prefix=/usr should install them into /usr/lib/xorg/modules/drivers and then X Windows should use the new radeon driver.  You might want to backup the /usr/lib/xorg/modules/drivers directory before installing.

ahofle:

--- Quote from: Calamity on October 08, 2010, 02:06:55 pm ---This is a highly interesting project, I hope we can share some stuff. I also wrote a program to generate modelines + .inis from Mame XML, for the Windows platform. Mine is called VideoModeMaker, and can be downloaded here (in Spanish):

http://postback.geedorah.com/foros/viewtopic.php?id=1424


--- End quote ---

Hi Calamity.
Is there a similar tool available which will simply calculate a modeline for you (instead of requiring MAME, modifying registry, etc)?  It would be very useful for users of Soft15khz.  I don't understand the values like porch enough to create my own. 

Calamity:

--- Quote from: ahofle on October 11, 2010, 02:45:40 pm ---
--- Quote from: Calamity on October 08, 2010, 02:06:55 pm ---This is a highly interesting project, I hope we can share some stuff. I also wrote a program to generate modelines + .inis from Mame XML, for the Windows platform. Mine is called VideoModeMaker, and can be downloaded here (in Spanish):

http://postback.geedorah.com/foros/viewtopic.php?id=1424


--- End quote ---

Hi Calamity.
Is there a similar tool available which will simply calculate a modeline for you (instead of requiring MAME, modifying registry, etc)?  It would be very useful for users of Soft15khz.  I don't understand the values like porch enough to create my own. 

--- End quote ---

Yes, several indeed. The one I made (link above) can calculate one or more modelines. Just disable all the Mame XML processing and driver updating from the app ini file, and you'll have a plain modeline calculator. Edit "ResList.txt" to add/remove the resolutions you want the program to calculate. Modelines will be stored in "Modeline.txt". I believe you can use them with Soft15Khz.

There is also a very nice program called Winmodelines, that has a modeline calculator for several monitor types.

And of course lrmc, there's a Win32 binary.


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version