* [gentoo-user] mozilla adding/removing lines in text
@ 2006-04-01 22:09 CapSel
2006-04-02 0:20 ` [gentoo-user] setting the time Daniel Waeber
2006-04-03 12:37 ` [gentoo-user] mozilla adding/removing lines in text Rafael Bugajewski
0 siblings, 2 replies; 17+ messages in thread
From: CapSel @ 2006-04-01 22:09 UTC (permalink / raw
To: gentoo-user
When I open a page and scroll it I see something like someone cuted or
added one row of pixels. I noticed it right after upgrading gtk+ froem
2.8.8 to 2.8.12, but I don't know if it is gtk problem. There are no
any errors/warnings.
Any idea of how to fix it?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] setting the time
2006-04-02 0:20 ` [gentoo-user] setting the time Daniel Waeber
@ 2006-04-01 23:27 ` Jim
2006-04-02 14:00 ` Technomancer
2006-04-03 7:25 ` Mattias Merilai
1 sibling, 1 reply; 17+ messages in thread
From: Jim @ 2006-04-01 23:27 UTC (permalink / raw
To: gentoo-user
On Sun, 2006-04-02 at 03:20 +0200, Daniel Waeber wrote:
> hi
>
> i have a problem with changing the time/date of my computer. I only can
> change it temporally till the next reboot. I tried date and ntptime to
> set it. after setting it the system shows the right time, but after a
> reboot i have the old time again. i have no other system running on the
> computer that could change the time, so it is a problem with
> linux/gentoo. do i somehow have to finalize the setting?
>
> thanks in advance !
Edit /etc/conf.d/clock and set CLOCK_SYSTOHC to "yes". This will sync
your hardware clock to your system time when you shutdown/reboot.
Jim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Florida, USA, Earth, Solar System, Milky Way
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] setting the time
2006-04-01 22:09 [gentoo-user] mozilla adding/removing lines in text CapSel
@ 2006-04-02 0:20 ` Daniel Waeber
2006-04-01 23:27 ` Jim
2006-04-03 7:25 ` Mattias Merilai
2006-04-03 12:37 ` [gentoo-user] mozilla adding/removing lines in text Rafael Bugajewski
1 sibling, 2 replies; 17+ messages in thread
From: Daniel Waeber @ 2006-04-02 0:20 UTC (permalink / raw
To: gentoo-user
hi
i have a problem with changing the time/date of my computer. I only can
change it temporally till the next reboot. I tried date and ntptime to
set it. after setting it the system shows the right time, but after a
reboot i have the old time again. i have no other system running on the
computer that could change the time, so it is a problem with
linux/gentoo. do i somehow have to finalize the setting?
thanks in advance !
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] setting the time
2006-04-01 23:27 ` Jim
@ 2006-04-02 14:00 ` Technomancer
2006-04-02 14:03 ` Technomancer
0 siblings, 1 reply; 17+ messages in thread
From: Technomancer @ 2006-04-02 14:00 UTC (permalink / raw
To: gentoo-user
In Linux you have the system clock and the hardware clock. The system
clock is the clock of your motherboard that can be set in the bios
setup.
To set the system clock, the command is:
date mmddhhmmyyyy
To set the hardware clock, use the command:
hwclock --set --date="mm/dd/yyyy hh:mm:ss"
To set the system clock from the hw clock:
hwclock --hctosys
To set the hw clock from the system clock:
hwclock --systohc
Consult "man date" and "man hwclock" for more details.
On 4/1/06, Jim <Jim@keeliegirl.dyndns.org> wrote:
> On Sun, 2006-04-02 at 03:20 +0200, Daniel Waeber wrote:
> > hi
> >
> > i have a problem with changing the time/date of my computer. I only can
> > change it temporally till the next reboot. I tried date and ntptime to
> > set it. after setting it the system shows the right time, but after a
> > reboot i have the old time again. i have no other system running on the
> > computer that could change the time, so it is a problem with
> > linux/gentoo. do i somehow have to finalize the setting?
> >
> > thanks in advance !
>
> Edit /etc/conf.d/clock and set CLOCK_SYSTOHC to "yes". This will sync
> your hardware clock to your system time when you shutdown/reboot.
>
> Jim
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Florida, USA, Earth, Solar System, Milky Way
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] setting the time
2006-04-02 14:00 ` Technomancer
@ 2006-04-02 14:03 ` Technomancer
2006-04-03 0:25 ` Daniel Waeber
0 siblings, 1 reply; 17+ messages in thread
From: Technomancer @ 2006-04-02 14:03 UTC (permalink / raw
To: gentoo-user
Sorry... there is a mistake in my message.
"system clock is the clock of your motherboard"
should be
"hardware clock is the clock of your motherboard"
Sorry for the mistake. I hope I did not confused you.
On 4/2/06, Technomancer <zauberschloss@gmail.com> wrote:
> In Linux you have the system clock and the hardware clock. The system
> clock is the clock of your motherboard that can be set in the bios
> setup.
>
> To set the system clock, the command is:
>
> date mmddhhmmyyyy
>
> To set the hardware clock, use the command:
>
> hwclock --set --date="mm/dd/yyyy hh:mm:ss"
>
> To set the system clock from the hw clock:
>
> hwclock --hctosys
>
> To set the hw clock from the system clock:
>
> hwclock --systohc
>
> Consult "man date" and "man hwclock" for more details.
>
> On 4/1/06, Jim <Jim@keeliegirl.dyndns.org> wrote:
> > On Sun, 2006-04-02 at 03:20 +0200, Daniel Waeber wrote:
> > > hi
> > >
> > > i have a problem with changing the time/date of my computer. I only can
> > > change it temporally till the next reboot. I tried date and ntptime to
> > > set it. after setting it the system shows the right time, but after a
> > > reboot i have the old time again. i have no other system running on the
> > > computer that could change the time, so it is a problem with
> > > linux/gentoo. do i somehow have to finalize the setting?
> > >
> > > thanks in advance !
> >
> > Edit /etc/conf.d/clock and set CLOCK_SYSTOHC to "yes". This will sync
> > your hardware clock to your system time when you shutdown/reboot.
> >
> > Jim
> > --
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > Florida, USA, Earth, Solar System, Milky Way
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] setting the time
2006-04-02 14:03 ` Technomancer
@ 2006-04-03 0:25 ` Daniel Waeber
2006-04-03 19:35 ` Benno Schulenberg
0 siblings, 1 reply; 17+ messages in thread
From: Daniel Waeber @ 2006-04-03 0:25 UTC (permalink / raw
To: gentoo-user
thank you for your help, everything is running perfect now :)
it's easy if you know the difference between system and hwclock, but
confusing if you only now about the date program. it would be nice if
there would be a link to hwclock in the manpage of date, like it is the
other way round. but this is not a gentoo specific problem i think. i'm
new to linux so i don't know where to put my suggestion. (should i just
write a mail to bug-coreutils@gnu.org, like the man page says?)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] setting the time
2006-04-02 0:20 ` [gentoo-user] setting the time Daniel Waeber
2006-04-01 23:27 ` Jim
@ 2006-04-03 7:25 ` Mattias Merilai
1 sibling, 0 replies; 17+ messages in thread
From: Mattias Merilai @ 2006-04-03 7:25 UTC (permalink / raw
To: gentoo-user
Daniel Waeber wrote:
>hi
>
>i have a problem with changing the time/date of my computer. I only can
>change it temporally till the next reboot. I tried date and ntptime to
>set it. after setting it the system shows the right time, but after a
>reboot i have the old time again. i have no other system running on the
>computer that could change the time, so it is a problem with
>linux/gentoo. do i somehow have to finalize the setting?
>
>thanks in advance !
>
>
Take a look in /etc/conf.d/clock:
# If you want to set the Hardware Clock to the current System Time
# during shutdown, then say "yes" here.
CLOCK_SYSTOHC="yes"
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-01 22:09 [gentoo-user] mozilla adding/removing lines in text CapSel
2006-04-02 0:20 ` [gentoo-user] setting the time Daniel Waeber
@ 2006-04-03 12:37 ` Rafael Bugajewski
2006-04-03 14:32 ` CapSel
1 sibling, 1 reply; 17+ messages in thread
From: Rafael Bugajewski @ 2006-04-03 12:37 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 02.04.2006 um 00:09 schrieb CapSel:
> When I open a page and scroll it I see something like someone cuted or
> added one row of pixels. I noticed it right after upgrading gtk+ froem
> 2.8.8 to 2.8.12, but I don't know if it is gtk problem. There are no
> any errors/warnings.
> Any idea of how to fix it?
Hi,
I really don't know how to fix it, but I have the same issues on my
boxes (amd64 and ppc).
Hopefully there is a way to solve this problem. Have you tried to
select the ugly text? If I select the misplaced text in my Firefox
then everything seems to be O.K. again.
Greets,
Rafael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
iD8DBQFEMRb954MLbyoQXM4RAhacAKCLkuvJQLeo4ZfU24Hbi1CaJyi3QgCfVJvs
EW3F0MvC2EzX52IqFdt2FAo=
=BjZ6
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-03 12:37 ` [gentoo-user] mozilla adding/removing lines in text Rafael Bugajewski
@ 2006-04-03 14:32 ` CapSel
2006-04-03 16:07 ` Richard Fish
0 siblings, 1 reply; 17+ messages in thread
From: CapSel @ 2006-04-03 14:32 UTC (permalink / raw
To: gentoo-user
On 4/3/06, Rafael Bugajewski <rb@bugajewski.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Am 02.04.2006 um 00:09 schrieb CapSel:
>
> > When I open a page and scroll it I see something like someone cuted or
> > added one row of pixels. I noticed it right after upgrading gtk+ froem
> > 2.8.8 to 2.8.12, but I don't know if it is gtk problem. There are no
> > any errors/warnings.
> > Any idea of how to fix it?
>
> Hi,
>
> I really don't know how to fix it, but I have the same issues on my
> boxes (amd64 and ppc).
> Hopefully there is a way to solve this problem. Have you tried to
> select the ugly text? If I select the misplaced text in my Firefox
> then everything seems to be O.K. again.
>
> Greets,
>
> Rafael
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (Darwin)
>
> iD8DBQFEMRb954MLbyoQXM4RAhacAKCLkuvJQLeo4ZfU24Hbi1CaJyi3QgCfVJvs
> EW3F0MvC2EzX52IqFdt2FAo=
> =BjZ6
> -----END PGP SIGNATURE-----
> --
> gentoo-user@gentoo.org mailing list
>
>
Yes, I tried... but it's not a solution. :(
Can anyone tell me how to check what is causing this?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-03 14:32 ` CapSel
@ 2006-04-03 16:07 ` Richard Fish
2006-04-06 11:20 ` CapSel
0 siblings, 1 reply; 17+ messages in thread
From: Richard Fish @ 2006-04-03 16:07 UTC (permalink / raw
To: gentoo-user
On 4/3/06, CapSel <capsel@gmail.com> wrote:
> Yes, I tried... but it's not a solution. :(
> Can anyone tell me how to check what is causing this?
I've seen this before....but I also can't remember how I solved it.
My first guess is something in your ~/.gtkrc-2.0 file. Mine contains:
----
include "/usr/share/themes/Industrial/gtk-2.0/gtkrc"
style "user-font"
{
font_name="Sans Serif 11"
}
widget_class "*" style "user-font"
gtk-theme-name="Industrial"
gtk-font-name="Sans Serif 11"
----
If that doesn't help, can you tell us more about your system? What
graphics chip and driver?
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] setting the time
2006-04-03 0:25 ` Daniel Waeber
@ 2006-04-03 19:35 ` Benno Schulenberg
0 siblings, 0 replies; 17+ messages in thread
From: Benno Schulenberg @ 2006-04-03 19:35 UTC (permalink / raw
To: gentoo-user
Daniel Waeber wrote:
> (should i just write a mail to bug-coreutils@gnu.org,
> like the man page says?)
Yes. Better still: include a patch with the proposed change.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-03 16:07 ` Richard Fish
@ 2006-04-06 11:20 ` CapSel
2006-04-06 15:14 ` Richard Fish
0 siblings, 1 reply; 17+ messages in thread
From: CapSel @ 2006-04-06 11:20 UTC (permalink / raw
To: gentoo-user
On 4/3/06, Richard Fish <bigfish@asmallpond.org> wrote:
> On 4/3/06, CapSel <capsel@gmail.com> wrote:
> > Yes, I tried... but it's not a solution. :(
> > Can anyone tell me how to check what is causing this?
>
> I've seen this before....but I also can't remember how I solved it.
>
> My first guess is something in your ~/.gtkrc-2.0 file. Mine contains:
>
> ----
> include "/usr/share/themes/Industrial/gtk-2.0/gtkrc"
>
> style "user-font"
> {
> font_name="Sans Serif 11"
> }
> widget_class "*" style "user-font"
>
> gtk-theme-name="Industrial"
> gtk-font-name="Sans Serif 11"
> ----
>
> If that doesn't help, can you tell us more about your system? What
> graphics chip and driver?
>
> -Richard
>
> --
> gentoo-user@gentoo.org mailing list
>
>
I don't know how it is possible but when I connected a monitor to my
laptop, after restart, every font was about 2px bigger and the problem
was visible. When I disconected It (the monitor) and restarted my
laptop everything came back to "normal" state...
Some time ago I had a stationary computer connected to this monitor
and there was same situation.
I don't know how this is possible, but it's true.
Is there a way to track down what is happening between laptop and
monitor and stop it? (without disconnecting monitor of course).
Can someone explain how to do it?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-06 11:20 ` CapSel
@ 2006-04-06 15:14 ` Richard Fish
2006-04-06 16:36 ` CapSel
0 siblings, 1 reply; 17+ messages in thread
From: Richard Fish @ 2006-04-06 15:14 UTC (permalink / raw
To: gentoo-user
On 4/6/06, CapSel <capsel@gmail.com> wrote:
> I don't know how it is possible but when I connected a monitor to my
> laptop, after restart, every font was about 2px bigger and the problem
> was visible.
Ahhh...sounds like X is detecting your display size and adjusting your
DPI to match.
Try setting a fixed DisplaySize in /etc/X11/xorg.conf. You should
find the good value in /var/log/Xorg.0.log. Or if you use the nvidia
driver, set 'Option "UseEdidDpi" "Off"'.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-06 15:14 ` Richard Fish
@ 2006-04-06 16:36 ` CapSel
2006-04-06 17:06 ` CapSel
0 siblings, 1 reply; 17+ messages in thread
From: CapSel @ 2006-04-06 16:36 UTC (permalink / raw
To: gentoo-user
On 4/6/06, Richard Fish <bigfish@asmallpond.org> wrote:
> On 4/6/06, CapSel <capsel@gmail.com> wrote:
> > I don't know how it is possible but when I connected a monitor to my
> > laptop, after restart, every font was about 2px bigger and the problem
> > was visible.
>
> Ahhh...sounds like X is detecting your display size and adjusting your
> DPI to match.
>
> Try setting a fixed DisplaySize in /etc/X11/xorg.conf. You should
> find the good value in /var/log/Xorg.0.log. Or if you use the nvidia
> driver, set 'Option "UseEdidDpi" "Off"'.
>
> -Richard
>
> --
> gentoo-user@gentoo.org mailing list
>
>
It's solved I think... at least for now, thanks :D
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-06 16:36 ` CapSel
@ 2006-04-06 17:06 ` CapSel
2006-04-06 17:26 ` Richard Fish
0 siblings, 1 reply; 17+ messages in thread
From: CapSel @ 2006-04-06 17:06 UTC (permalink / raw
To: gentoo-user
On 4/6/06, CapSel <capsel@gmail.com> wrote:
> On 4/6/06, Richard Fish <bigfish@asmallpond.org> wrote:
> > On 4/6/06, CapSel <capsel@gmail.com> wrote:
> > > I don't know how it is possible but when I connected a monitor to my
> > > laptop, after restart, every font was about 2px bigger and the problem
> > > was visible.
> >
> > Ahhh...sounds like X is detecting your display size and adjusting your
> > DPI to match.
> >
> > Try setting a fixed DisplaySize in /etc/X11/xorg.conf. You should
> > find the good value in /var/log/Xorg.0.log. Or if you use the nvidia
> > driver, set 'Option "UseEdidDpi" "Off"'.
> >
> > -Richard
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> It's solved I think... at least for now, thanks :D
>
...and it's happening again...
I inserrted DisplaySize in Monitor section with size in milimeters as
it was in man xorg.conf.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-06 17:06 ` CapSel
@ 2006-04-06 17:26 ` Richard Fish
2006-04-07 17:02 ` CapSel
0 siblings, 1 reply; 17+ messages in thread
From: Richard Fish @ 2006-04-06 17:26 UTC (permalink / raw
To: gentoo-user
On 4/6/06, CapSel <capsel@gmail.com> wrote:
> ...and it's happening again...
> I inserrted DisplaySize in Monitor section with size in milimeters as
> it was in man xorg.conf.
The one other thing i can think of to try is to use the command line
option to force 75x75 dpi.
If you are using kdm, edit /usr/kde/3.*/share/config/kdm/kdmrc. There
you will find a ServerCmd setting like this:
ServerCmd=/usr/bin/X -br
Try changing this to:
ServerCmd=/usr/bin/X -dpi 75 -br
If you use another dm, you'll have to figure out how to change it, or
ask here...
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] mozilla adding/removing lines in text
2006-04-06 17:26 ` Richard Fish
@ 2006-04-07 17:02 ` CapSel
0 siblings, 0 replies; 17+ messages in thread
From: CapSel @ 2006-04-07 17:02 UTC (permalink / raw
To: gentoo-user
On 4/6/06, Richard Fish <bigfish@asmallpond.org> wrote:
> On 4/6/06, CapSel <capsel@gmail.com> wrote:
> > ...and it's happening again...
> > I inserrted DisplaySize in Monitor section with size in milimeters as
> > it was in man xorg.conf.
>
> The one other thing i can think of to try is to use the command line
> option to force 75x75 dpi.
>
> If you are using kdm, edit /usr/kde/3.*/share/config/kdm/kdmrc. There
> you will find a ServerCmd setting like this:
>
> ServerCmd=/usr/bin/X -br
>
> Try changing this to:
>
> ServerCmd=/usr/bin/X -dpi 75 -br
>
> If you use another dm, you'll have to figure out how to change it, or
> ask here...
>
> -Richard
>
> --
> gentoo-user@gentoo.org mailing list
>
>
I added to ~/.xserverrc:
/usr/bin/X -dpi 75
and after day of testing it seems it solved the problem.
Thank you very much :)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2006-04-07 17:08 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-01 22:09 [gentoo-user] mozilla adding/removing lines in text CapSel
2006-04-02 0:20 ` [gentoo-user] setting the time Daniel Waeber
2006-04-01 23:27 ` Jim
2006-04-02 14:00 ` Technomancer
2006-04-02 14:03 ` Technomancer
2006-04-03 0:25 ` Daniel Waeber
2006-04-03 19:35 ` Benno Schulenberg
2006-04-03 7:25 ` Mattias Merilai
2006-04-03 12:37 ` [gentoo-user] mozilla adding/removing lines in text Rafael Bugajewski
2006-04-03 14:32 ` CapSel
2006-04-03 16:07 ` Richard Fish
2006-04-06 11:20 ` CapSel
2006-04-06 15:14 ` Richard Fish
2006-04-06 16:36 ` CapSel
2006-04-06 17:06 ` CapSel
2006-04-06 17:26 ` Richard Fish
2006-04-07 17:02 ` CapSel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox