Alternative video driver
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Alternative video driver
Is it possible to boot Porteus in some basic video driver (vesa? framebuffer?)
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Alternative video driver
should be possible. save your custom config as /etc/X11/xorg.conf and reboot.
check /var/log/packages to see which drivers are available by default. if something is missing then can be added from slackware-14.1 repo or must be compiled manually.
check /var/log/packages to see which drivers are available by default. if something is missing then can be added from slackware-14.1 repo or must be compiled manually.
Please add [Solved] to your thread title if the solution was found.
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Alternative video driver
yes I can generate xorg.conf then replace 'intel' with 'vesa' but I was thinking about some cheatcode.
Im going to boot porteus CD on very old pentium3 laptop.
Im going to boot porteus CD on very old pentium3 laptop.
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Alternative video driver
use 'cliexec=' to move /etc/X11/xorg.conf-vesa to /etc/X11/xorg.conf.
check cheatcodes.txt for correct syntax. i think it will be:
check cheatcodes.txt for correct syntax. i think it will be:
Code: Select all
cliexec=mv~/etc/X11/xorg.conf-vesa~/etc/X11/xorg.conf
Please add [Solved] to your thread title if the solution was found.