LinHES Forums http://forum.linhes.org/ |
|
Question: Change OpenGL back to QT http://forum.linhes.org/viewtopic.php?f=11&t=13656 |
Page 1 of 1 |
Author: | lizzardnub [ Sat Jan 20, 2007 9:39 am ] |
Post subject: | Question: Change OpenGL back to QT |
I've changed from QT to OpenGL and now when X starts the screen is completely black. I need to know how to chang back to QT from the command line (I.E where the config file is) Thanks |
Author: | spalVl [ Sat Jan 20, 2007 10:22 am ] |
Post subject: | |
Code: start mythfrontend with "-O ThemePainter=qt"
|
Author: | tjc [ Sat Jan 20, 2007 10:26 am ] |
Post subject: | |
I believe that it's in the DB. Try CTRl-Alt-F1 and see if that gets you a console prompt. If that doesn't work you can use one of the usual tricks to boot to single user mode or use the CD as a rescue disk. (this wiki page has info on doing this http://www.knoppmythwiki.org/index.php?page=BlackScreenAfterInstall) You can also use an ssh client (ssh under Unix/Linux, putty under MS-Windows, ...) to remotely login to the box. Once you get a root shell session you can use mysql to change the ThemePainter value in the settings table. Code: mysql mythconverg <<EOF
update settings set data = 'qt' where value = 'ThemePainter'; EOF |
Author: | lizzardnub [ Sat Jan 20, 2007 10:42 am ] |
Post subject: | Quick Responses |
Thanks, I'll give that a try. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |