Re: [gentoo-user] Switching from desktop to desktop without function keys.

2023-09-30 Thread Igor Semyonov
In plasma, under system settings > shortcuts > kwin, there are hotkeys for
the following:
- Switch to desktop 1 to 20
- Switch one desktop Right, Left, Up, Down.

You can also arrange your desktops in multiple rows, which looks nicer when
you do "Show All Desktops.


On Sat, Sep 30, 2023 at 4:12 PM Alan McKinnon 
wrote:

> Hi Dale,
>
> Click the Plasma widget for your virtual desktops, go into Settings, see
> if the keystrokes are listed there.
> If not, in your settings app there is somewhere an applet for assigning
> keystrokes to actions. It tends to be hidden so you gonna have to search
> for it.
> There you can assign any keystroke you want to an action. I like
> Ctrl-Alt-arrow to virtual desktop up/down/left/right.
> Setting the wrap function to true in virtual desktop settings helps with
> this.
>
> You might want to take a long look into your soul and examine why exactly
> you want 18 virtual desktops. I have 4 and sometimes that is excessive :-)
>
>
> Alan
>
> On Sat, Sep 30, 2023 at 9:59 PM Dale  wrote:
>
>> Howdy,
>>
>> I've googled for this several times when I got a few minutes.  So far, I
>> don't see a way to do this.  As some know, I'm on the path to building a
>> new rig.  Some of you are about to see why that is.  I have 18 virtual
>> desktop thingys here.  Sadly, quite often something is on all of them.
>> That and the age of my current system is why I want to build a new rig.
>> Anyway, I sometimes need to switch to another desktop but the plasma
>> thingy at the bottom is slow or not responding.  I can switch with the
>> function keys up until about 10.  After that, those keys seems to be
>> used for something else or I just run out of function keys.  There's
>> only 12 of them on my keyboard anyway.  I'm six short.
>>
>> Is there a way with the keyboard to switch to a desktop above 10?  Even
>> if it just switches up one at a time, that would work.  Say switch to 10
>> and then keep hitting a set of keys to go to 11, then 12, then 13 etc
>> etc.  Eventually, I get to the one I want.
>>
>> Ideas?  Is this possible?
>>
>> Dale
>>
>> :-)  :-)
>>
>> P. S. Dug out my older Gigabyte 770T mobo.  Found the CPU that used to
>> be on it and installed it and a OEM cooler.  Got a new power supply
>> too.  It seems the video card is bad that used to be on it.  New one on
>> the way.  This could be a new torrent box and/or NAS box.  Maybe.
>>
>>
>
> --
> Alan McKinnon
> alan dot mckinnon at gmail dot com
>


Re: [gentoo-user] TrueNAS not helping me now.

2023-09-06 Thread Igor Semyonov
>From what I understand, TrueNAS uses ZFS, not LVM.
You can, in fact, add a vdev to an existing zpool.
https://www.reddit.com/r/zfs/comments/8za4p1/adding_vdevs_to_pool_what_happens_to_the_existing/

As for other options, any of the ones you mentioned should serve file as a
NAS.
The ad#ntage of truenas is that it is built to be an appliance that you
don't need to think about much once it's set up. If that's what you need,
it's a good choice.
If you want the option to set things up yourself and don't mind a bit more
involvement, choose any distro.

On Wed, Sep 6, 2023 at 10:34 AM Dale  wrote:

> Howdy,
>
> I took a old hand me down puter and put TrueNAS and some hard drives in
> it a good while back.  Well, the drives are filling up.  I wanted to add
> another drive to the pool but it appears you can't do that.  With LVM,
> it is easily doable, in minutes.  So, TrueNAS, while a neat tool, isn't
> going to work for how I end up doing things.  Time to get a better tool.
>
> I'm wanting to install something that I can use LVM on.  It's something
> I'm already familiar with and it will serve me very well.  I'm thinking
> about just installing a binary based OS that is lightweight.  The old
> computer isn't super powerful.  It has 8GBs of memory and a 4 core CPU.
> About 15 years old I think.  I don't think I'll even need a GUI really.
> I figure I'll need NFS or something so I can mount it and LVM to manage
> the drives and such.  I'll also need support for encryption.  I use
> sys-fs/cryptsetup and whatever tools it depends on.
>
> Since some on this list have used other distros and know what they
> support, what would you recommend?  Ubuntu? Slack?  I do want something
> that is fairly well maintained and will be around for a long time.
> While I could likely install something else and LVM still have my data,
> I don't want to have to learn something only to switch and learn again.
> If there is a distro that has a light GUI, that would be fine too. I
> don't recall using a GUI to use LVM or encryption tho.  Still, could
> come in handy if it is really light.  Odds are, I'll only start the GUI
> if I need it.
>
> Thoughts?  Alan, I bet you have some ideas.  :/  LOL
>
> Thanks.
>
> Dale
>
> :-)  :-)
>
>


Re: [gentoo-user] Simple installation on BTRFS

2023-07-27 Thread Igor Semyonov
I simply have @ and @home subvolumes.
I use btrbk for automatic snapshotting and backups to an external drive and
via ssh to another machine.

For full disk encryption, I am not sure and would love some input on it
myself.
I am planning to install gentoo with btrfs over luks on another machine.
My plan is to use luks to encrypt a drive or partition, then put btrfs over
it and do things as before with btrfs.

One thing I am wondering about is: what if I want my btrfs to span multiple
drives?
Would I luks encrypt each drive, then open each one before mounting the
btrfs pool that spans all the luks containers?
Would this be possible to do with grub and the initramfs?
If not, my fallback idea is to make a relatively small root partition on 1
drive with the normal btrfs over luks approach. Then have luks containers
for the rest of the main drive and all other drives all added to a btrfs
pool that would be used for /home and any other partitions not necessary
for booting I want to add in there.


On Thu, Jul 27, 2023 at 12:18 PM Michael  wrote:

> Although I've been using btrfs for the best part of 10 years I have not
> really
> done justice to it, because I have neither explored nor used enough most
> of
> its features.  I am now thinking of installing Gentoo on btrfs again, but
> this
> time I want to optimise the structure of btrfs subvolumes, to simplify
> snapshots and backups.
>
> I see Ubuntu and derivates install the OS root fs under btrfs subvolume
> "@"
> and /home under subvolume "@home".  This makes storing snapshots of the
> two
> subvolumes under the btrfs top-volume, which remains unmounted, cleaner
> and
> reduces the chance of mixing up the fs you may end up in and operate on
> (live,
> or snapshot).
>
> I have 3 partitions for /boot(ESP), / and /home, but have not yet created
> additional partitions for general data storage and backups.
>
> What's your recommended approach and subvolume structure for the
> deployment of
> btrfs on Gentoo for a personal PC, if the primary objective is simplicity
> in
> maintenance, combined with ease of fs recovery?
>
> Any gotchas I should be mindful of?
>
> Your favoured snapshot/backup strategy?
>
> NOTES:
>
> The Gentoo wiki pages[1],[2] cover btrfs and RAID configurations, but I
> found
> some of it confusing; e.g.:
>
> The impact of autodefrag on VM performance is noted, but then the example
> given proceeds to mount a subvolume for VM storage with 'autodefrag'.  :-/
>
> Encryption is mentioned for VMs "... if the VM uses drive encryption, the
> whole compression strategy gets blown out of the water" but doesn't
> mention
> what type of encryption, or why/how this presents a problem.
>
> Given btrfs does not offer fs level encryption, what could/would work to
> encrypt a subvolume, *without* requiring an initrd, or the introduction of
> encryption becoming orthogonal with snapshots and backups?  I am not clear
> on
> the best strategy and components to achieve this.  I'm also concerned of
> introducing an additional complexity layer in trying to recover btrfs
> when/if
> fs corruption creeps in.
>
> PS. Please keep answers specific to btrfs, as comparisons with zfs are
> well
> covered in the interwebs.
>
> [1] https://wiki.gentoo.org/wiki/Btrfs
> [2] https://wiki.gentoo.org/wiki/Btrfs/Native_System_Root_Guide


Re: [gentoo-user] Re: Screen/driver/xserver freezing after suspension

2021-01-13 Thread Igor Mróz
> Please don't top-post.

Sorry, trying to change my email writing habit ;)


> Reason  I asked: On one of my systems, I have the occasional issue where a 
> screenlock-task is "hanging" and using 100% CPU.
> Killing that, restores the screen back to normal.

Unfortunately there are no signs of app/driver crash as well as any other 
system malfunction.

Igor


pgpuemOUXthI8.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Screen/driver/xserver freezing after suspension

2021-01-13 Thread Igor Mróz
You mean 100%? Nope, all looks normal. I even tried to build elogind with 
policykit USE, but with no luck. loginctl shows that session/seat is active all 
the time.

Igor


On Mon, 11 Jan 2021 20:05:20 +0100
"J. Roeleveld"  wrote:

> On 11 January 2021 19:33:55 CET, "Igor Mróz"  wrote:
> >I don't even know where to search.
> >
> >I tried to SSH to 'frozen' laptop, but as I wrote earlier - there is
> >nothing suspicious in dmesg or xorg logs. Only difference is in 'ps'
> >i.e. process '[kworker/u16:0-i915]' changed to
> >'[kworker/u16:0-events_unbound]' and some other kworkers received new
> >PIDs (like those have been restarted).
> >
> >Igor
> >
> >
> >
> >On Mon, 11 Jan 2021 15:01:41 +0100
> >"J. Roeleveld"  wrote:
> >  
> >> On Monday, January 11, 2021 2:22:27 PM CET Holger Hoffstätte wrote:  
> >> > On Mon, 11 Jan 2021 13:49:35 +0100, Igor Mróz wrote:
> >> > > I don't really know - I haven't installed anything. Now I'm not  
> >really  
> >> > > sure if this is problem with suspension or just screen resuming  
> >after  
> >> > > "turning" it off. I also don't have Nvidia card.
> >> > > 
> >> > > Igor
> >> > 
> >> > Try running xorg-server with +suid.
> >> 
> >> That should not be necessary for suspend/resume.
> >> I have that flag disabled (as per default) on my laptop and that one  
> >gets   
> >> suspended regularly.
> >> 
> >> --
> >> Joost
> >> 
> >> 
> >>   
> 
> Anything running at 100÷?
> 
> Check "top" when ssh'd in
> 
> 
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> 


pgpIRoHuaPR3w.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Screen/driver/xserver freezing after suspension

2021-01-12 Thread Igor Mróz
Thanks. I've tried to enable suid flag but unfortunately with no luck ;)

Igor


On Mon, 11 Jan 2021 18:58:14 - (UTC)
Holger Hoffstätte  wrote:

> On Mon, 11 Jan 2021 15:01:41 +0100, J. Roeleveld wrote:
> 
> > On Monday, January 11, 2021 2:22:27 PM CET Holger Hoffstätte wrote:  
> >> On Mon, 11 Jan 2021 13:49:35 +0100, Igor Mróz wrote:  
> >> > I don't really know - I haven't installed anything. Now I'm not really
> >> > sure if this is problem with suspension or just screen resuming after
> >> > "turning" it off. I also don't have Nvidia card.
> >> > 
> >> > Igor  
> >> 
> >> Try running xorg-server with +suid.  
> > 
> > That should not be necessary for suspend/resume.
> > I have that flag disabled (as per default) on my laptop and that one gets 
> > suspended regularly.  
> 
> That's great, and yet for me wakeup from suspend does not work properly
> with my old r600 Radeon card using xf86-video-ati and xorg-server -suid.
> There are other people who have the same issue after the xorg-server
> migration to elogind, hence the suggestion.
> 
> -h
> 
> 


pgpa4kbVqxp_q.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Screen/driver/xserver freezing after suspension

2021-01-11 Thread Igor Mróz
I don't even know where to search.

I tried to SSH to 'frozen' laptop, but as I wrote earlier - there is nothing 
suspicious in dmesg or xorg logs. Only difference is in 'ps' i.e. process 
'[kworker/u16:0-i915]' changed to '[kworker/u16:0-events_unbound]' and some 
other kworkers received new PIDs (like those have been restarted).

Igor



On Mon, 11 Jan 2021 15:01:41 +0100
"J. Roeleveld"  wrote:

> On Monday, January 11, 2021 2:22:27 PM CET Holger Hoffstätte wrote:
> > On Mon, 11 Jan 2021 13:49:35 +0100, Igor Mróz wrote:  
> > > I don't really know - I haven't installed anything. Now I'm not really
> > > sure if this is problem with suspension or just screen resuming after
> > > "turning" it off. I also don't have Nvidia card.
> > > 
> > > Igor  
> > 
> > Try running xorg-server with +suid.  
> 
> That should not be necessary for suspend/resume.
> I have that flag disabled (as per default) on my laptop and that one gets 
> suspended regularly.
> 
> --
> Joost
> 
> 
> 


pgpvQbTcWhbwD.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Screen/driver/xserver freezing after suspension

2021-01-11 Thread Igor Mróz
I don't really know - I haven't installed anything. Now I'm not really sure if 
this is problem with suspension or just screen resuming after "turning" it off. 
I also don't have Nvidia card.

Igor


On Sun, 10 Jan 2021 00:39:56 +0100
aol  wrote:

> Hi!
> 
> What do you use for suspend? I had also problem with suspend I created
> the bugs https://bugs.gentoo.org/763129. You can try do it like in the
> comments. If it does not help, please write ;)
> 
> On 21/01/09 09:30PM, Igor Mróz wrote:
> > > After execute a remote reboot, how long did you wait before to force the
> > > machine ?  
> >
> > I didn't count, but it was probably around 5 to 10 minutes.
> >
> >  
> > > Do you have systemd ?  Did you analyse journalctl  (you just said
> > > dmesg/logs) ?  
> >
> > Nope - I use OpenRC. But I can't find anything weird in logs when crash 
> > occurs or after that.
> >
> > Igor  
> 
> 
> 
> --
> Regards,
> Marcin Woźniak
> https://yorune.pl
> 


pgpNXuNySbl1r.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Screen/driver/xserver freezing after suspension

2021-01-09 Thread Igor Mróz
> After execute a remote reboot, how long did you wait before to force the 
> machine ?

I didn't count, but it was probably around 5 to 10 minutes.


> Do you have systemd ?  Did you analyse journalctl  (you just said 
> dmesg/logs) ?

Nope - I use OpenRC. But I can't find anything weird in logs when crash occurs 
or after that.

Igor


pgpibORwMnf3a.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Screen/driver/xserver freezing after suspension

2021-01-07 Thread Igor Mróz


On Thu, 7 Jan 2021 13:47:56 +0100
Hogren  wrote:

> Did you try to open another tty after a freeze (CTRL + ALT [0-9]) ?

Yes - screen is completely frozen and only way to interact with system is via 
ALT + SysRq.

I've also tried to reboot/shutdown system via SSH, but it didn't work.

Igor




> And if it worked, did you try to run a second Xorg server (with startx 
> command or whatever) ?
> 
> 
> Regards,
> 
> Hogren
> 
> On 07/01/2021 12:21, Igor Mróz wrote:
> > Yeah, I've thought about it, but it is currently impossible - too much work 
> > to do ;) Maybe in the future. I hope that maybe someone has a clue what 
> > could be wrong with my setup :)
> >
> > Thanks
> > Igor
> >
> >
> > On Thu, 7 Jan 2021 09:48:42 +0100
> > Hogren  wrote:
> >  
> >> Hello,
> >>
> >> Did you think to reinstall (in an other partition) Gentoo, and test
> >> after each step, to know at which step the bug appears ?
> >>
> >> It's a fastidious method, but you will may be know more precisely where
> >> is the problem.
> >>
> >>
> >> Regards,
> >>
> >> Hogren
> >>
> >>
> >> On 07/01/2021 09:39, Igor Mróz wrote:  
> >>> Thanks for link, but I don't have problem with touchpad - I made it work. 
> >>> Problem is with driver/server freezing ;)
> >>>
> >>> Igor
> >>>
> >>>
> >>> On Wed, 6 Jan 2021 00:55:28 +0100
> >>>  wrote:
> >>> 
> >>>> Hi!
> >>>> I similar problem with my touchpad but the different model of Lenovo 
> >>>> laptop, but it should help  
> >>>> https://forums.gentoo.org/viewtopic-t-1094436-start-0.html
> >>>> If it will not help I can help you with that problem 
> >>>>
> >>>> ---
> >>>> Regards,
> >>>> Marcin Woźniak
> >>>> https://yorune.pl
> >>>>
> >>>> -Original Message-
> >>>> From: Igor Mróz 
> >>>> Sent: 05 January 2021 10:41
> >>>> To: gentoo-user@lists.gentoo.org
> >>>> Subject: [gentoo-user] Screen/driver/xserver freezing after suspension
> >>>>
> >>>> Hello,
> >>>>
> >>>> hopefully I don't double existing topic :)
> >>>>
> >>>> Recently I've installed gentoo on my new laptop 
> >>>> (https://www.extra.com/en-om/computer/laptops/clamshell/lenovo-yoga-slim-7-laptop-core-i7-14-inch-16gb-1tb-slate-grey/p/100214558
> >>>>  - with Iris graphics, not Nvidia). I've installed desktop env (xmonad + 
> >>>> greetd), mesa (with i965 and iris USE) and xorg packages. At this point 
> >>>> there were no display issues, but I had no audio, webcam and touchpad 
> >>>> support. With trials and errors method I've managed to get everything 
> >>>> working. Unfortunately somewhere during this process (kernel updates, 
> >>>> system updates) screen started to freeze after monitor suspension. It 
> >>>> looks like system is still working (I can ssh to it, music is playing). 
> >>>> When I move mouse, then it looks like desktop is drawn once and then it 
> >>>> freezes. I tried to play with kernel options, i915 driver options etc, 
> >>>> but it doesn't help. After this freezes I tried to look into dmesg/logs 
> >>>> via SSH, but there were no clues. Problem exists with external monitor 
> >>>> connected, as well as with disconnected.
> >>>>
> >>>> I don't use xf86-video-intel. I include intel firmware 
> >>>> (FIRMWARE_FILES="i915/icl_dmc_ver1_09.bin i915/icl_guc_49.0.1.bin 
> >>>> i915/icl_huc_9.0.0.bin" in genkernel.conf) in initramfs.
> >>>>
> >>>> Do you know what might be a case? I'm out of ideas :(
> >>>>
> >>>> Thanks
> >>>> Igor Mróz
> >>>>
> >>>>
> >>>>
> >>>> 


pgp4l1Mo5JBPl.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Screen/driver/xserver freezing after suspension

2021-01-07 Thread Igor Mróz
Yeah, I've thought about it, but it is currently impossible - too much work to 
do ;) Maybe in the future. I hope that maybe someone has a clue what could be 
wrong with my setup :)

Thanks
Igor


On Thu, 7 Jan 2021 09:48:42 +0100
Hogren  wrote:

> Hello,
> 
> Did you think to reinstall (in an other partition) Gentoo, and test 
> after each step, to know at which step the bug appears ?
> 
> It's a fastidious method, but you will may be know more precisely where 
> is the problem.
> 
> 
> Regards,
> 
> Hogren
> 
> 
> On 07/01/2021 09:39, Igor Mróz wrote:
> > Thanks for link, but I don't have problem with touchpad - I made it work. 
> > Problem is with driver/server freezing ;)
> >
> > Igor
> >
> >
> > On Wed, 6 Jan 2021 00:55:28 +0100
> >  wrote:
> >  
> >> Hi!
> >> I similar problem with my touchpad but the different model of Lenovo 
> >> laptop, but it should help  
> >> https://forums.gentoo.org/viewtopic-t-1094436-start-0.html
> >> If it will not help I can help you with that problem 
> >>
> >> ---
> >> Regards,
> >> Marcin Woźniak
> >> https://yorune.pl
> >>
> >> -Original Message-
> >> From: Igor Mróz 
> >> Sent: 05 January 2021 10:41
> >> To: gentoo-user@lists.gentoo.org
> >> Subject: [gentoo-user] Screen/driver/xserver freezing after suspension
> >>
> >> Hello,
> >>
> >> hopefully I don't double existing topic :)
> >>
> >> Recently I've installed gentoo on my new laptop 
> >> (https://www.extra.com/en-om/computer/laptops/clamshell/lenovo-yoga-slim-7-laptop-core-i7-14-inch-16gb-1tb-slate-grey/p/100214558
> >>  - with Iris graphics, not Nvidia). I've installed desktop env (xmonad + 
> >> greetd), mesa (with i965 and iris USE) and xorg packages. At this point 
> >> there were no display issues, but I had no audio, webcam and touchpad 
> >> support. With trials and errors method I've managed to get everything 
> >> working. Unfortunately somewhere during this process (kernel updates, 
> >> system updates) screen started to freeze after monitor suspension. It 
> >> looks like system is still working (I can ssh to it, music is playing). 
> >> When I move mouse, then it looks like desktop is drawn once and then it 
> >> freezes. I tried to play with kernel options, i915 driver options etc, but 
> >> it doesn't help. After this freezes I tried to look into dmesg/logs via 
> >> SSH, but there were no clues. Problem exists with external monitor 
> >> connected, as well as with disconnected.
> >>
> >> I don't use xf86-video-intel. I include intel firmware 
> >> (FIRMWARE_FILES="i915/icl_dmc_ver1_09.bin i915/icl_guc_49.0.1.bin 
> >> i915/icl_huc_9.0.0.bin" in genkernel.conf) in initramfs.
> >>
> >> Do you know what might be a case? I'm out of ideas :(
> >>
> >> Thanks
> >> Igor Mróz
> >>
> >>
> >>
> >>  


pgpfJPXFrEZZl.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Screen/driver/xserver freezing after suspension

2021-01-07 Thread Igor Mróz
Thanks for link, but I don't have problem with touchpad - I made it work. 
Problem is with driver/server freezing ;)

Igor


On Wed, 6 Jan 2021 00:55:28 +0100
 wrote:

> Hi!
> I similar problem with my touchpad but the different model of Lenovo laptop, 
> but it should help  
> https://forums.gentoo.org/viewtopic-t-1094436-start-0.html
> If it will not help I can help you with that problem  
> 
> ---
> Regards,
> Marcin Woźniak
> https://yorune.pl
> 
> -----Original Message-
> From: Igor Mróz  
> Sent: 05 January 2021 10:41
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] Screen/driver/xserver freezing after suspension
> 
> Hello,
> 
> hopefully I don't double existing topic :)
> 
> Recently I've installed gentoo on my new laptop 
> (https://www.extra.com/en-om/computer/laptops/clamshell/lenovo-yoga-slim-7-laptop-core-i7-14-inch-16gb-1tb-slate-grey/p/100214558
>  - with Iris graphics, not Nvidia). I've installed desktop env (xmonad + 
> greetd), mesa (with i965 and iris USE) and xorg packages. At this point there 
> were no display issues, but I had no audio, webcam and touchpad support. With 
> trials and errors method I've managed to get everything working. 
> Unfortunately somewhere during this process (kernel updates, system updates) 
> screen started to freeze after monitor suspension. It looks like system is 
> still working (I can ssh to it, music is playing). When I move mouse, then it 
> looks like desktop is drawn once and then it freezes. I tried to play with 
> kernel options, i915 driver options etc, but it doesn't help. After this 
> freezes I tried to look into dmesg/logs via SSH, but there were no clues. 
> Problem exists with external monitor connected, as well as with disconnected.
> 
> I don't use xf86-video-intel. I include intel firmware 
> (FIRMWARE_FILES="i915/icl_dmc_ver1_09.bin i915/icl_guc_49.0.1.bin 
> i915/icl_huc_9.0.0.bin" in genkernel.conf) in initramfs.
> 
> Do you know what might be a case? I'm out of ideas :(
> 
> Thanks
> Igor Mróz
> 
> 
> 
> 


pgpqtRBxo3aln.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Screen/driver/xserver freezing after suspension

2021-01-05 Thread Igor Mróz
It looks like a problem with energy management/screen saver. I've tried to 
disable DPMS in Xorg config - that didn't help. Setting 'Option "BlankTime" 
"0"' helped, but only due to screen not going to sleep now.

Do you have any clues?

Igor


On Tue, 5 Jan 2021 10:41:02 +0100
Igor Mróz  wrote:

> Hello,
> 
> hopefully I don't double existing topic :)
> 
> Recently I've installed gentoo on my new laptop 
> (https://www.extra.com/en-om/computer/laptops/clamshell/lenovo-yoga-slim-7-laptop-core-i7-14-inch-16gb-1tb-slate-grey/p/100214558
>  - with Iris graphics, not Nvidia). I've installed desktop env (xmonad + 
> greetd), mesa (with i965 and iris USE) and xorg packages. At this point there 
> were no display issues, but I had no audio, webcam and touchpad support. With 
> trials and errors method I've managed to get everything working. 
> Unfortunately somewhere during this process (kernel updates, system updates) 
> screen started to freeze after monitor suspension. It looks like system is 
> still working (I can ssh to it, music is playing). When I move mouse, then it 
> looks like desktop is drawn once and then it freezes. I tried to play with 
> kernel options, i915 driver options etc, but it doesn't help. After this 
> freezes I tried to look into dmesg/logs via SSH, but there were no clues. 
> Problem exists with external monitor connected, as well as with disconnected.
> 
> I don't use xf86-video-intel. I include intel firmware 
> (FIRMWARE_FILES="i915/icl_dmc_ver1_09.bin i915/icl_guc_49.0.1.bin 
> i915/icl_huc_9.0.0.bin" in genkernel.conf) in initramfs.
> 
> Do you know what might be a case? I'm out of ideas :(
> 
> Thanks
> Igor Mróz


pgpml98UpEu_2.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] To do list or bug tracker? Project management?

2020-07-20 Thread Igor Mróz
Hello,

I can recommend Kanboard (https://kanboard.org/). I use it for my personal IT 
projects. It implements kanban way of working and is highly customizable. To 
track dependencies you can use 'Links' (probably a lot of task management 
application have this feature) and create your own types of connection. You can 
create columns, swimlanes, categories, tags and so on. There is a lot of 
plugins which add more functions and integrations with other services. But you 
need to manually install it (no cloud service), so you need your own hosting 
(or local server).

Igor


On Mon, 20 Jul 2020 17:56:10 +0200
Stroller  wrote:

> Hello,
> 
> Does anyone have any recommendations for a task management app, please?
> 
> I bought a boat a year ago, and can't keep a track of all the work that needs 
> doing and the things that need fixing.
> 
> I took a look at To Do apps for my Mac a while back but they all seemed to 
> focus more on the formatting of the list (what font to use and what kind of 
> bullet points), rather than the actual tasks. 
> 
> I'd like something that tracks dependencies - that I need to order this part 
> before I can complete that task, to divide jobs that can be completed now 
> from those that need something else doing first.
> 
> A big tracker is the application I'm most familiar with that handles this 
> kind of stuff, but it seems a lot to install for a single person - I guess a 
> complete SQL database and web-server would be amongst the dependencies.
> 
> I'd appreciate any thoughts,
> 
> Stroller.
> 
> 



Re: [gentoo-user] ati drivers.

2009-11-13 Thread Igor
В сообщении от Пятница 13 ноября 2009 09:33:56 автор Alan McKinnon написал:
 On Friday 13 November 2009 02:11:55 Igor wrote:
  В сообщении от Пятница 13 ноября 2009 02:45:36 автор Volker Armin Hemmann
 
  написал:
   On Freitag 13 November 2009, Igor wrote:
  it. It only knows about it after the next sync/emerge.
   
I solve this problem. Add PORTDIR_OVERLAY=/usr/local/portage in
 make.conf. Now i have 1.6.3.901-r99. But CPU 95% anyway. I use
driver from amd.
  
   and you are using WHICH driver?
  
   if you use kde - disable effects temporary and turn them back on.
 
  When i switch on effects then cpu loads max on 40%. It better but not as
  opensource driver.
 
 You didn't answer his question.
 
 Tip: There's big capital letters in it.
 
 Another tip: If we wrote code the way you answered questions in this
  thread, the code would never run. You have to answer questions with facts
  around here if you want help.
 
I use ATI Catalyst™ 9.10 Proprietary Linux x86 Display Driver.



Re: [gentoo-user] Re: ati drivers.

2009-11-13 Thread Igor
В сообщении от Пятница 13 ноября 2009 05:38:24 автор Nikos Chantziaras 
написал:
 On 11/12/2009 11:55 PM, Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
 
  написал:
   [...]
  yeah, unpacking in /usr/portage is completly wrong. Just follow the
  instructions.
 
  I strictly follow the instructions. But emerge: there are no ebuilds to
  satisfy =x11-base/xorg-server-1.6.3.901-r99.
 
 Volker's instructions work, but the overlay method is more complicated
 than it needs to be.  You can find an easier method of applying the
 patch here:
 
 http://forums.gentoo.org/viewtopic-t-794699.html
 
 This has the benefit that it works with all versions of X.Org and not
 just with 1.6.3 and you don't need a custom ebuild in your local overlay.
 
 Note that the patch we're talking about does *not* fix the CPU load on
 moving windows; ati-drivers are just too slow with this operation. It
 only fixes the resizing, maximizing and opening of new windows.
 
Thank you. But i have question about this patch. Why ati driver is very slow 
in X.Org? Is it bug ati driver or X.Org?



[gentoo-user] ati drivers.

2009-11-12 Thread Igor
Hi. I installed gentoo. It`s very cool system. But i have problem with ati 
drivers for HD3850 agp. Proprietary driver have not 2D acceleration. When i 
moved window then cpu loads on 95%. Open source driver have not 3D 
acceleration and after system startup videocard settings falls to 
640x...@60hz. When i enter to display settings then settings returns to my 
1024x...@85hz. Help me with settings.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
On 2009 14:58:57, Helmut Jarausch wrote:
 On 12 Nov, Igor wrote:
  Hi. I installed gentoo. It`s very cool system. But i have problem with
  ati drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
  When i moved window then cpu loads on 95%. Open source driver have not 3D
  acceleration and after system startup videocard settings falls to
  640x...@60hz. When i enter to display settings then settings returns to
  my 1024x...@85hz. Help me with settings.
 
 I don't know the HD3850 card.
 
 From the x11-drivers/ati-drivers-9.10 FAQ
 
 2. Which ATI graphics cards can use this driver?
 
 The ATI Proprietary Linux driver currently supports RADEON 8500 and later,
 as well as FireGL 8700 and later products. We do not currently plan to
  include support for any products earlier than this.
 Drivers for earlier products should already be available from the DRI
  Project or Utah-GLX project.
 
 Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
 Using the x11-drivers/ati-drivers-9.10 graphics is really fast
 including googleearth.
 
 But, as noted earlier, these ati-drivers don't work with
 xorg-server-1.7.1
 
 Helmut.
 

I have xorg-server: 1.6.3.901-r2, and xorg-x11: 7.4-r1. Were is the x11-
drivers/ati-drivers-9.10 FAQ?



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann 
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  Hi. I installed gentoo. It`s very cool system. But i have problem with
  ati drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
 
 they, have but X is broken.
 
  When i
  moved window then cpu loads on 95%. Open source driver have not 3D
 
 they have. You are just using an old version.
 
 http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-as
 c- highlight-.html
 
I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in 
/usr/local/portage. But eix unpack in /usr/local/portage write No matches 
found. And emerge - !!! 'xorg-server-1.6.3.901-r99' is not a valid package 
atom.
!!! Please check ebuild(5) for full details.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Четверг 12 ноября 2009 23:41:24 автор Igor написал:
 В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann
 
 написал:
  On Donnerstag 12 November 2009, Igor wrote:
   Hi. I installed gentoo. It`s very cool system. But i have problem with
   ati drivers for HD3850 agp. Proprietary driver have not 2D
   acceleration.
 
  they, have but X is broken.
 
   When i
   moved window then cpu loads on 95%. Open source driver have not 3D
 
  they have. You are just using an old version.
 
  http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-
 as c- highlight-.html
 
 I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
 /usr/local/portage. But eix unpack in /usr/local/portage write No
  matches found. And emerge - !!! 'xorg-server-1.6.3.901-r99' is not a
  valid package atom.
 !!! Please check ebuild(5) for full details.
 

eix write No matches found. And emerge - !!! 'xorg-server-1.6.3.901-r99' is 
not a valid package atom.
!!! Please check ebuild(5) for full details.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin Hemmann 
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann
 
  написал:
   On Donnerstag 12 November 2009, Igor wrote:
Hi. I installed gentoo. It`s very cool system. But i have problem
with ati drivers for HD3850 agp. Proprietary driver have not 2D
acceleration.
  
   they, have but X is broken.
  
When i
moved window then cpu loads on 95%. Open source driver have not 3D
  
   they have. You are just using an old version.
  
   http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorde
  r- as c- highlight-.html
 
  I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
  /usr/local/portage. But eix unpack in /usr/local/portage write No
   matches found. And emerge - !!! 'xorg-server-1.6.3.901-r99' is not a
   valid package atom.
  !!! Please check ebuild(5) for full details.
 
 and /usr/local/portage is your overlay directory?
 
 try
 emerge  =x11-base/xorg-server-1.6.3.901-r99
 
I had not /usr/local/portage, only  /usr/portage. I make /usr/local/portage 
and unpack files.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann 
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin Hemmann
 
  написал:
   On Donnerstag 12 November 2009, Igor wrote:
В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
Hemmann
   
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  Hi. I installed gentoo. It`s very cool system. But i have problem
  with ati drivers for HD3850 agp. Proprietary driver have not 2D
  acceleration.

 they, have but X is broken.

  When i
  moved window then cpu loads on 95%. Open source driver have not
  3D

 they have. You are just using an old version.

 http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-post
or de r- as c- highlight-.html
   
I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
/usr/local/portage. But eix unpack in /usr/local/portage write No
 matches found. And emerge - !!! 'xorg-server-1.6.3.901-r99' is not
a valid package atom.
!!! Please check ebuild(5) for full details.
  
   and /usr/local/portage is your overlay directory?
  
   try
   emerge  =x11-base/xorg-server-1.6.3.901-r99
 
  I had not /usr/local/portage, only  /usr/portage. I make
  /usr/local/portage and unpack files.
 
 yeah, unpacking in /usr/portage is completly wrong. Just follow the
 instructions.
 
I strictly follow the instructions. But emerge: there are no ebuilds to 
satisfy =x11-base/xorg-server-1.6.3.901-r99.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon написал:
 On Thursday 12 November 2009 23:55:02 Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
 
  написал:
   On Donnerstag 12 November 2009, Igor wrote:
В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
Hemmann
   
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
  Hemmann
 
  написал:
   On Donnerstag 12 November 2009, Igor wrote:
Hi. I installed gentoo. It`s very cool system. But i have
problem with ati drivers for HD3850 agp. Proprietary driver
have not 2D acceleration.
  
   they, have but X is broken.
  
When i
moved window then cpu loads on 95%. Open source driver have
not 3D
  
   they have. You are just using an old version.
  
   http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-
  po st or de r- as c- highlight-.html
 
  I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
  /usr/local/portage. But eix unpack in /usr/local/portage write
  No matches found. And emerge - !!! 'xorg-server-1.6.3.901-r99'
  is not a valid package atom.
  !!! Please check ebuild(5) for full details.

 and /usr/local/portage is your overlay directory?

 try
 emerge  =x11-base/xorg-server-1.6.3.901-r99
   
I had not /usr/local/portage, only  /usr/portage. I make
/usr/local/portage and unpack files.
  
   yeah, unpacking in /usr/portage is completly wrong. Just follow the
   instructions.
 
  I strictly follow the instructions. But emerge: there are no ebuilds to
  satisfy =x11-base/xorg-server-1.6.3.901-r99.
 
 So then pick the version that you DO have that's closest.
 
 Because obviously the instructions are telling you to install a very recent
 unstable version, and you equally obvious do not have that anymore as
  things have changed since the instructions were written.
 
I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any version 
in /usr/local/portage



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 00:59:45 автор Mark Knecht написал:
 On Thu, Nov 12, 2009 at 1:55 PM, Igor igw...@rambler.ru wrote:
  В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
 
  написал:
  On Donnerstag 12 November 2009, Igor wrote:
   В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
   Hemmann
  
   написал:
On Donnerstag 12 November 2009, Igor wrote:
 В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
 Hemmann

 написал:
  On Donnerstag 12 November 2009, Igor wrote:
   Hi. I installed gentoo. It`s very cool system. But i have
   problem with ati drivers for HD3850 agp. Proprietary driver
   have not 2D acceleration.
 
  they, have but X is broken.
 
   When i
   moved window then cpu loads on 95%. Open source driver have
   not 3D
 
  they have. You are just using an old version.
 
  http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-p
 ost or de r- as c- highlight-.html

 I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
 /usr/local/portage. But eix unpack in /usr/local/portage write
 No matches found. And emerge - !!! 'xorg-server-1.6.3.901-r99'
 is not a valid package atom.
 !!! Please check ebuild(5) for full details.
   
and /usr/local/portage is your overlay directory?
   
try
emerge  =x11-base/xorg-server-1.6.3.901-r99
  
   I had not /usr/local/portage, only  /usr/portage. I make
   /usr/local/portage and unpack files.
 
  yeah, unpacking in /usr/portage is completly wrong. Just follow the
  instructions.
 
  I strictly follow the instructions. But emerge: there are no ebuilds to
  satisfy =x11-base/xorg-server-1.6.3.901-r99.
 
 Post back the results of
 
 eix xorg-server
 
 - Mark
 
Available versions:  1.5.3-r6 ~1.5.3-r7 1.6.3.901-r2 ~1.6.4 ~1.6.5 ~1.7.1
Installed versions:  1.6.3.901-r2



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 01:07:07 автор Volker Armin Hemmann 
написал:
 On Donnerstag 12 November 2009, Alan McKinnon wrote:
  On Thursday 12 November 2009 23:55:02 Igor wrote:
   В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
   Hemmann
  
   написал:
On Donnerstag 12 November 2009, Igor wrote:
 В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
 Hemmann

 написал:
  On Donnerstag 12 November 2009, Igor wrote:
   В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
   Armin Hemmann
  
   написал:
On Donnerstag 12 November 2009, Igor wrote:
 Hi. I installed gentoo. It`s very cool system. But i have
 problem with ati drivers for HD3850 agp. Proprietary driver
 have not 2D acceleration.
   
they, have but X is broken.
   
 When i
 moved window then cpu loads on 95%. Open source driver have
 not 3D
   
they have. You are just using an old version.
   
http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-
   0- po st or de r- as c- highlight-.html
  
   I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
   /usr/local/portage. But eix unpack in /usr/local/portage
   write No matches found. And emerge - !!!
   'xorg-server-1.6.3.901-r99' is not a valid package atom.
   !!! Please check ebuild(5) for full details.
 
  and /usr/local/portage is your overlay directory?
 
  try
  emerge  =x11-base/xorg-server-1.6.3.901-r99

 I had not /usr/local/portage, only  /usr/portage. I make
 /usr/local/portage and unpack files.
   
yeah, unpacking in /usr/portage is completly wrong. Just follow the
instructions.
  
   I strictly follow the instructions. But emerge: there are no ebuilds
   to satisfy =x11-base/xorg-server-1.6.3.901-r99.
 
  So then pick the version that you DO have that's closest.
 
  Because obviously the instructions are telling you to install a very
  recent unstable version, and you equally obvious do not have that anymore
  as things have changed since the instructions were written.
 
 the problem is he is unpacking in the wrong directory.
 Also he has been using 1.6.3.901 before - and on that thread he can
  download several different versions.
 
Why? I unpack in /usr/local/portage



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 01:51:34 автор Volker Armin Hemmann 
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon 
написал:
   On Thursday 12 November 2009 23:55:02 Igor wrote:
В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
Hemmann
   
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
  Hemmann
 
  написал:
   On Donnerstag 12 November 2009, Igor wrote:
В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
Armin Hemmann
   
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  Hi. I installed gentoo. It`s very cool system. But i have
  problem with ati drivers for HD3850 agp. Proprietary
  driver have not 2D acceleration.

 they, have but X is broken.

  When i
  moved window then cpu loads on 95%. Open source driver
  have not 3D

 they have. You are just using an old version.

 http://forums.gentoo.org/viewtopic-t-789154-start-0-postday
s- 0- po st or de r- as c- highlight-.html
   
I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
/usr/local/portage. But eix unpack in /usr/local/portage
write No matches found. And emerge - !!!
'xorg-server-1.6.3.901-r99' is not a valid package atom.
!!! Please check ebuild(5) for full details.
  
   and /usr/local/portage is your overlay directory?
  
   try
   emerge  =x11-base/xorg-server-1.6.3.901-r99
 
  I had not /usr/local/portage, only  /usr/portage. I make
  /usr/local/portage and unpack files.

 yeah, unpacking in /usr/portage is completly wrong. Just follow the
 instructions.
   
I strictly follow the instructions. But emerge: there are no ebuilds
to satisfy =x11-base/xorg-server-1.6.3.901-r99.
  
   So then pick the version that you DO have that's closest.
  
   Because obviously the instructions are telling you to install a very
   recent unstable version, and you equally obvious do not have that
   anymore as things have changed since the instructions were written.
 
  I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any
   version in /usr/local/portage
 
 just because you unpack sopmething somewhere does not make eix know about
  it. It only knows about it after the next sync/emerge.
 
I solve this problem. Add PORTDIR_OVERLAY=/usr/local/portage in make.conf. 
Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver from amd.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 01:51:34 автор Volker Armin Hemmann 
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon 
написал:
   On Thursday 12 November 2009 23:55:02 Igor wrote:
В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
Hemmann
   
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
  Hemmann
 
  написал:
   On Donnerstag 12 November 2009, Igor wrote:
В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
Armin Hemmann
   
написал:
 On Donnerstag 12 November 2009, Igor wrote:
  Hi. I installed gentoo. It`s very cool system. But i have
  problem with ati drivers for HD3850 agp. Proprietary
  driver have not 2D acceleration.

 they, have but X is broken.

  When i
  moved window then cpu loads on 95%. Open source driver
  have not 3D

 they have. You are just using an old version.

 http://forums.gentoo.org/viewtopic-t-789154-start-0-postday
s- 0- po st or de r- as c- highlight-.html
   
I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
/usr/local/portage. But eix unpack in /usr/local/portage
write No matches found. And emerge - !!!
'xorg-server-1.6.3.901-r99' is not a valid package atom.
!!! Please check ebuild(5) for full details.
  
   and /usr/local/portage is your overlay directory?
  
   try
   emerge  =x11-base/xorg-server-1.6.3.901-r99
 
  I had not /usr/local/portage, only  /usr/portage. I make
  /usr/local/portage and unpack files.

 yeah, unpacking in /usr/portage is completly wrong. Just follow the
 instructions.
   
I strictly follow the instructions. But emerge: there are no ebuilds
to satisfy =x11-base/xorg-server-1.6.3.901-r99.
  
   So then pick the version that you DO have that's closest.
  
   Because obviously the instructions are telling you to install a very
   recent unstable version, and you equally obvious do not have that
   anymore as things have changed since the instructions were written.
 
  I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any
   version in /usr/local/portage
 
 just because you unpack sopmething somewhere does not make eix know about
  it. It only knows about it after the next sync/emerge.
 
I solve this problem. Add PORTDIR_OVERLAY=/usr/local/portage in make.conf. 
Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver from amd.



Re: [gentoo-user] ati drivers.

2009-11-12 Thread Igor
В сообщении от Пятница 13 ноября 2009 02:45:36 автор Volker Armin Hemmann 
написал:
 On Freitag 13 November 2009, Igor wrote:
it. It only knows about it after the next sync/emerge.
 
  I solve this problem. Add PORTDIR_OVERLAY=/usr/local/portage in
   make.conf. Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver
  from amd.
 
 and you are using WHICH driver?
 
 if you use kde - disable effects temporary and turn them back on.
 
When i switch on effects then cpu loads max on 40%. It better but not as 
opensource driver.



[gentoo-user] Installation gentoo problem.

2009-10-15 Thread Igor Spiridonov
Hi. I tryed install gentoo 10.0 and there was: scanning for ata_piix 
and istallation stopped. If i switch off the sata disk then installation 
runs good.
I try gentoo 10.1 now and stopped on: Scanning for ehci-hcd...usb 
core. I switch off usb on motherboard and installation continue. But 
then stopped on: Scanning for scsi_wait_scan. I have not scisi disks. 
My matherboard is Asus P4P800SE. What to do?




Re: [gentoo-user] Installation gentoo problem.

2009-10-15 Thread Igor Spiridonov

John Moe пишет:

igwasm wrote:
  

- Original Message - From: John Moe john...@optushome.com.au
To: gentoo-user@lists.gentoo.org
Sent: Thursday, October 15, 2009 1:40 PM
Subject: Re: [gentoo-user] Installation gentoo problem.




Igor Spiridonov wrote:
  

Hi. I tryed install gentoo 10.0 and there was: scanning for
ata_piix and istallation stopped. If i switch off the sata disk then
installation runs good.
I try gentoo 10.1 now and stopped on: Scanning for ehci-hcd...usb
core. I switch off usb on motherboard and installation continue. But
then stopped on: Scanning for scsi_wait_scan. I have not scisi
disks. My matherboard is Asus P4P800SE. What to do?



If there's a module you don't need to load to install Gentoo, you can
use the noload option as described in the handbook
(http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=2)
under Booting the Installation CD, as well as the options listing on
the boot screen of the install CD.  Just list the modules that are
causing problems.

John Moe

  

Hm. noscsi? I don`t found this option.



No, not noscsi; noload.  From the handbook:

noload=X
This causes the initial ramdisk to skip the loading of a specific
module that may be causing a problem. Syntax matches that of doload.

The module names to put in for X are listed in the boot sequence:
ata_piix, ehci-hcd, scsi_wait_scan, etc.  Read the whole section
Booting the Installation CD in the handbook.

John Moe


__ NOD32 4496 (20091010) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com


  


Thank you. I try: gentoo nousb noload=scsi_wait_scan. And instalation 
continue. But further:
Looking for the cdrom
Media not found
Could not find cd to boot
Could not find the root block device in
Please specify another value or Press Enter..

And froze.




Re: [gentoo-user] Installation gentoo problem.

2009-10-15 Thread Igor Spiridonov

Stroller:


On 15 Oct 2009, at 22:56, Igor Spiridonov wrote:

...
Thank you. I try: gentoo nousb noload=scsi_wait_scan. And 
instalation continue. But further:

Looking for the cdrom
Media not found
Could not find cd to boot
Could not find the root block device in
Please specify another value or Press Enter..

And froze.


http://distfiles.gentoo.org/releases/x86/autobuilds/current-iso/

http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/

Stroller.



__ NOD32 4496 (20091010) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com




Thank you. My internet is very unstable and i chose LiveCD.



[gentoo-user] Gentoo installation problem.

2009-10-11 Thread Igor Spiridonov
Hi. I try to install DVD gentoo 10.0 and happens this: scanning for 
ata_piix and installation freeze. Motherboard Asus P4P800SE.




[gentoo-user] Re: mplayer configure weirdness

2009-10-07 Thread Igor Nemilentsev
On 06-10-2009, Dirk Uys dirkc...@gmail.com wrote:
 I was busy doing a system upgrade which failed halfway (due to the libxcb
 upgrade thing). This left my mplayer broken since ffmpeg was upgraded i
 guess. No problem, just emerge mplayer again. Tried it, and the emerge got
 stuck at Checking for freetype = 2.0.9  It just hanged there.
http://bugs.gentoo.org/show_bug.cgi?id=286866
I had this problem. I then successfully compiled with USE=-openal
but about couple days ago I tried with USE=openal and
all went smoothly.
I use media-video/mplayer-.

-- 
Whatever you do will be insignificant, but it is very important that you do it.
-- Gandhi




[gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-24 Thread Igor Nemilentsev
Hi, list
I have emerged x11-base/xorg-server-1.6.2 with '+hal'.
I have into xorg.conf
Section ServerFlags
   Option DontZap false
EndSection

Nonetheless the Ctrl+Alt+Backspace combination
doesn't work.
Can someone give me advice?



Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-24 Thread Igor Nemilentsev

On Fri, 24 Jul 2009, Helmut Jarausch wrote:
 AFAIK, the DontZap option applies to the key sequences
 Alt Fx to switch to a different terminal.
  No, the Ctrl+Alt+Fn sequence behaviour is changed
  with the option
  Option DontVTSwitch

 I have the same problem here (same configuration), i.e.
 CtrlAltDel doesn't work.

 If you can't exit via your window manager anymore,
 I think, Neil Bothwick has posted the following advice
 some days ago:
  I figured out to return old style I need this command:

  setxkbmap -option terminate:ctrl_alt_bksp

  Or add
  input.xkb.options terminate:ctrl_alt_bksp
  in configuration file of hal.

  Thanks for the advice.

Regards, Nemilentsev Igor



Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-24 Thread Igor Nemilentsev
  I have emerged x11-base/xorg-server-1.6.2 with '+hal'.
  I have into xorg.conf
  Section ServerFlags
 Option DontZap false
  EndSection
 
  Nonetheless the Ctrl+Alt+Backspace combination
  doesn't work.
  Can someone give me advice?

 complain to the fedora idiots who thought that zapping is not needed anymore?
  I don't know but do fedora's developers have an very serious
  influence on  Xorg development ?




Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-24 Thread Igor Nemilentsev
I don't know but do fedora's developers have an very serious
influence on  Xorg development ?

 According to man xorg.conf, DontVTSwitch and DontZap both default to off.
 I can see the use for such options, when you don't want your users
 exiting X or even specific programs, but the default seems sensible. Is
 it just Fedora that change the defaults?
  Yes, this options is default off. And this means that
  Zap and VTSwitch is allowed.( no dontzap)
  If option DontZap is off that means
  that Ctrl-Alt-Bs should work.
  Nonetheless the option DontVTSwitch acts as expected
  but DontZap doesn't.
  As I think it is embedded into source or into
  default compilation options that we are   forced ( if need)  to
  apply some things which   wasn't required before.
  As least if xorg is compiled with hal.
  By the way Ubuntu and Fedora have the package named dontzap.
  Why:)


Regards, Nemilentsev Igor
Email:trez...@gmail.com



Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-24 Thread Igor Nemilentsev

 Greetings, I'm having exactly the same problem and have been trying to
 fix it.

 Could you please specify where in xorg.conf you placed
 setxkbmap -option terminate:ctrl_alt_bksp
  Please enter it in command line.
 And where is the hal configuration file you inserted

 input.xkb.options terminate:ctrl_alt_bksp
  I have it in /etc/hal/fdi/policy/
  I just added.

  merge key=input.xkb.options
  
type=stringgrp:caps_toggle,grp_led:scroll,grp:switch,compose:ralt,terminate:ctrl_alt_
  bksp/merge



Re: [gentoo-user] Fetch Restriction: 1 package (1 unsatisfied)

2008-04-08 Thread Igor Mikushkin
I'm just wondering why this package (sun-jdk-1.4.2.17) came into dependencies?

Sorry, I have no assess to my gentoo machine now
and I can't find out the package where it came from.

Sun-jdk-1.6.x.x is already installed and
I think eclipse can run with 1.6 as well.

Why do I need two sun-jdk's?
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Fetch Restriction: 1 package (1 unsatisfied)

2008-04-07 Thread Igor Mikushkin
Hello!

I have a problem.
emerge -av eclipse-sdk
failed with this:

[ebuild  NSF  ] dev-java/sun-jdk-1.4.2.17  USE=X alsa -doc -examples
-jce -nsplugin -odbc 35,525 kB

Why the fetch is restricted?
And how to avoid this?

Thanks.
Best Regards.
Igor Mikushkin
-- 
gentoo-user@lists.gentoo.org mailing list