Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 08-17-2020, 11:00 AM   #1
TTT
Junior Member
TTT doesn't litterTTT doesn't litter
 
Posts: 9
Karma: 100
Join Date: Jul 2020
Device: Kindle 4NT
Question ClaraHD & landscape mode

Hi!

Apologies if this has been discussed elsewhere, but I've been unable to find a comprehensive source about the support of landscape mode in Kobo Clara HD for epubs (i.e. not PDF).

From what I've read the device by default does not allow landscape mode, so you have to enable it adding

Code:
[DeveloperSettings]
ForceAllowLandscape=true
to the file .kobo\Kobo\Kobo ereader.conf

Since I've read some conflicting info, this allows landscape mode in the UI/while reading/both?

Also, I've read some reports that enabling and using this option created problems with the accuracy of the touchscreen or made the Kobo software unstable. In this (stilll) the case?

Finally, from what I've read koreader should have "native" support for landscape mode. Is this usable in the Kobo Clara HD? How does it compare with the stock Kobo software?

Thank you very much!
TTT is offline   Reply With Quote
Old 08-17-2020, 01:15 PM   #2
RobertJSawyer
Guru
RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.
 
RobertJSawyer's Avatar
 
Posts: 730
Karma: 3871570
Join Date: Jun 2006
Location: Toronto
Device: Kobo Libra 2, Clara 2E, and Clara HD; Kindle PaperWhite
It works just fine, for both the UI and while reading. You'll have an icon on your home screen for switching between portrait and landscape. I've used it without incident on my Kobo Clara HD through several firmware revisions (right up to the most recent) without problems.
RobertJSawyer is offline   Reply With Quote
Old 08-19-2020, 02:26 PM   #3
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,759
Karma: 6990705
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
NickelMenu will also give you access to the inverted options.
geek1011 is offline   Reply With Quote
Old 09-04-2021, 12:21 PM   #4
TimJG
Junior Member
TimJG began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jul 2020
Device: Kobo ClaraHD
So, last year, I added:

[DeveloperSettings]
ForceAllowLandscape=true

to the file .kobo\Kobo\Kobo ereader.conf

It worked great. I liked it so much I just kept the reader in landscape mode.

Today, my ClaraHD spontaneously rebooted while I was clearing items from my wishlist. It rebooted into portrait mode, and the little landscape/portrait icon was missing from the header. I went back to clearing my wishlist, and each time I removed an item (by removing the checkmark next to wishlist for that item), the reader rebooted, first time into landscape mode, the next time into portrait, then landscape, etc. (the header icon never appears, regardless of mode).

I opened the ereader.conf file and confirmed that the two lines are in fact there. I even retyped them to confirm there are no artifacts causing the problem. I resynced too.

So, any idea why this is happening, or a cure?

(If you're wondering why I like landscape so much? I do most of my reading during the 90 minutes I spend on the fitness center's treadmill every other day. There's a nice little perch for a reader or a book. In portrait mode, the weight of the reader is enough to depress the on-off button as it sits on that perch.)
Thanks, Tim
TimJG is offline   Reply With Quote
Old 09-04-2021, 02:18 PM   #5
RobertJSawyer
Guru
RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.
 
RobertJSawyer's Avatar
 
Posts: 730
Karma: 3871570
Join Date: Jun 2006
Location: Toronto
Device: Kobo Libra 2, Clara 2E, and Clara HD; Kindle PaperWhite
NickelMenu will provide a toggle for Landscape mode if you use the latest NickelMenu release from this link:

https://www.mobileread.com/forums/sh...&postcount=555

Use this code in your NickelMenu menu file:

Code:
menu_item :main    :> Landscape   :nickel_orientation :landscape
menu_item :reader  :> Landscape   :nickel_orientation :landscape
menu_item :library :> Landscape   :nickel_orientation :landscape
More on NickelMenu is here:

https://www.mobileread.com/forums/sh...d.php?t=329525

And, just FYI, here's my full NickelMenu menu:

Code:
# -----------------------------------------------------------------------
menu_item :main    :Dark Mode     :nickel_setting :toggle :dark_mode
menu_item :main    :Invert Screen :nickel_setting :toggle: invert
menu_item :main    :Portrait      :nickel_orientation :portrait
menu_item :main    :> Landscape   :nickel_orientation :landscape
menu_item :main    :< Landscape   :nickel_orientation :inverted_landscape
menu_item :main    :My Articles   :nickel_open: library: pocket
menu_item :main    :Screenshots   :nickel_setting :toggle :screenshots
# -----------------------------------------------------------------------
menu_item :reader  :Dark Mode     :nickel_setting :toggle :dark_mode
menu_item :reader  :Invert Screen :nickel_setting :toggle: invert
menu_item :reader  :Portrait      :nickel_orientation :portrait
menu_item :reader  :> Landscape   :nickel_orientation :landscape
menu_item :reader  :< Landscape   :nickel_orientation :inverted_landscape
menu_item :reader  :My Articles   :nickel_open: library: pocket
# -----------------------------------------------------------------------
menu_item :library :Dark Mode     :nickel_setting :toggle :dark_mode
menu_item :library :Invert Screen :nickel_setting :toggle: invert
menu_item :library :Portrait      :nickel_orientation :portrait
menu_item :library :> Landscape   :nickel_orientation :landscape
menu_item :library :< Landscape   :nickel_orientation :inverted_landscape
menu_item :library :My Articles   :nickel_open: library: pocket
# --------------------------------------------------------------------------
RobertJSawyer is offline   Reply With Quote
Old 09-05-2021, 09:08 AM   #6
TimJG
Junior Member
TimJG began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jul 2020
Device: Kobo ClaraHD
Thanks

I'll give that a try. Tim
TimJG is offline   Reply With Quote
Reply

Tags
clara hd, landscape


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura Landscape mode travelingsandy Kobo Reader 4 07-16-2014 06:58 AM
Landscape mode? khahoon Kobo Reader 3 05-31-2013 11:18 AM
PRS-T1 Help with landscape mode on T1 pj123 Sony Reader 7 12-16-2011 11:08 AM
Landscape Mode bubblehead Kindle Fire 2 12-15-2011 06:38 PM
Landscape mode afainber Sony Reader 0 04-30-2007 05:22 PM


All times are GMT -4. The time now is 07:36 AM.


MobileRead.com is a privately owned, operated and funded community.