Re: [gobolinux-users] How to run the installer for GoboLinux 16 ? Video modes?

2016-12-24 Thread Hisham Muhammad
On 24 December 2016 at 12:29, William Dudley  wrote:
> I performed this operation.
>
> Still cannot get X to run as an ordinary user.
>
> Xorg.0.log files for success as root, and failure as user can be found here:
>
> http://www.dudley.nu/GoboLinux/Xorg.0.log-as-root
>
> http://www.dudley.nu/GoboLinux/Xorg.0.log-as-user

The main difference is that the one running as root is using the
config file /Users/dud/xorg.conf.hdboot, and the other one isn't.

My hypothesis is that if you move this file to
/System/Settings/X11/xorg.conf (possibly storing it at
/Programs/Xorg-App/Settings/X11 and then symlinking it there for
organizational purposes), running as user will work the same as
running as root.

> At least the bloody keyboard works now.

To help me debug the problem with the PowerTOP task, could you give me
the output of running this command?

   cat /sys/bus/usb/devices/*/product

Thank you!

-- Hisham
___
gobolinux-users mailing list
gobolinux-users@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users


Re: [gobolinux-users] How to run the installer for GoboLinux 16 ? Video modes?

2016-12-24 Thread William Dudley
I performed this operation.

Still cannot get X to run as an ordinary user.

Xorg.0.log files for success as root, and failure as user can be found here:

http://www.dudley.nu/GoboLinux/Xorg.0.log-as-root

http://www.dudley.nu/GoboLinux/Xorg.0.log-as-user

The failure as user log includes the complaint that /dev/dri/card0 does not
exist.
It still doesn't exist when root runs X, but then it doesn't seem to matter.

At least the bloody keyboard works now.

Also, I put "Exec "get DHCP address..." dhcpcd eth1" in BootUp and now
networking
starts when the machine boots.  Amazing!

Bill Dudley


This email is free of malware because I run Linux.

On Fri, Dec 23, 2016 at 9:24 PM, Lucas C. Villa Real 
wrote:

> On Fri, Dec 23, 2016 at 8:18 PM, William Dudley 
> wrote:
>
>> There's no /dev/dri at all.
>>
>> find /dev -name card0 -print returns nil
>>
>> I cannot figure out what device the card is by inspection of Xorg.0.log
>> nor of the output of ls -R /dev
>>
>
>
> I have just spotted this message on the Xorg.0.log file you made public:
>
> [   431.261] (EE) dbus-core: error connecting to system bus: 
> org.freedesktop.DBus.Error.NoServer (Failed to connect to socket f: 
> Connection refused)
>
>
> My gut feeling is that you have a stale file at 
> /Data/Variable/run/dbus/system_bus_socket.
> My suggestion to you is:
>
> 1. log in as root
> 2. type 'StopTask MessageBus', and ignore any error messages
> 3. remove /Data/Variable/run/dbus/system_bus_socket
> 4. type 'StartTask MessageBus'
> 5. log in with your regular user on another terminal
> 6. type 'startx' on that new terminal
>
> Out of curiosity, does your regular user have super-user (sudo)
> privileges? That's one of the checkboxes that the installer tool gives to
> you when you add new users. The "groups" command should include "sys" in
> its output if your user does have sudo privileges.
>
> Thanks!
> Lucas
>
> ___
> gobolinux-users mailing list
> gobolinux-users@lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
>
___
gobolinux-users mailing list
gobolinux-users@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users


Re: [gobolinux-users] How to run the installer for GoboLinux 16 ? Video modes?

2016-12-24 Thread William Dudley
Actually, the config is in $HOME/.config/awesome/rc.lua

Bill Dudley


This email is free of malware because I run Linux.

On Fri, Dec 23, 2016 at 8:59 PM, Lucas C. Villa Real 
wrote:

> On Fri, Dec 23, 2016 at 11:47 PM, Hisham Muhammad 
> wrote:
>
>> On 23 December 2016 at 19:16, William Dudley  wrote:
>> >
>> > If we could fix the keyboard, I might actually continue to fool with
>> > GoboLinux.  Maybe.
>>
>> Edit /System/Settings/BootScripts/BootUp and comment out the line that
>> says
>>
>>Exec "Configuring power settings..." PowerTOP Start
>>
>> This may fix the keyboard issue.
>>
>> > Is there a way to get "sloppy focus" or "focus follows mouse" behaviour
>> in
>> > "Awesome" ?
>>
>> Open its Config and uncomment the section that says "-- Enable sloppy
>> focus" (delete line 784, the one that says "--[[", or just add an
>> extra hyphen, so that it turns into a single-line comment)
>>
>>
> By the way, its config is under $HOME/.config/rc.lua
>
> Lucas
>
>
> ___
> gobolinux-users mailing list
> gobolinux-users@lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
>
___
gobolinux-users mailing list
gobolinux-users@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users


[gobolinux-users] Perl-* recipes replaced by "CPAN:" dependency

2016-12-24 Thread Hisham Muhammad
Hi,

As the title says, all 151 Perl-* recipes were removed from the recipe
store. All other recipes that depended on them in their latest
versions (and there were not many; 18 in Dependencies and 8 in
BuildDependencies) were modified to depend on CPAN: equivalents: every
dependency of the form Perl-Foo-Bar was changed to CPAN:Foo::Bar,
using the Aliens infrastructure.

Support for recipe_type=perl was removed from Compile git, and
RecipeLint was modified to complain accordingly.

Next, I will remove Lua-* recipes, to use LuaRocks instead. These two
will go first because their /System/Aliens infrastructure is already
in use in Gobo 016.

Python-* and Haskell-* will be next.

-- Hisham
___
gobolinux-users mailing list
gobolinux-users@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users


Re: [gobolinux-users] How to run the installer for GoboLinux 16 ? Video modes?

2016-12-24 Thread William Dudley
keyboard fix worked:

Edit /System/Settings/BootScripts/BootUp and comment out the line that says

   Exec "Configuring power settings..." PowerTOP Start

Have not tried the other fix, still cannot run X as an ordinary user.

Thanks,
Bill Dudley


This email is free of malware because I run Linux.

On Fri, Dec 23, 2016 at 8:47 PM, Hisham Muhammad 
wrote:

> On 23 December 2016 at 19:16, William Dudley  wrote:
> >
> > If we could fix the keyboard, I might actually continue to fool with
> > GoboLinux.  Maybe.
>
> Edit /System/Settings/BootScripts/BootUp and comment out the line that
> says
>
>Exec "Configuring power settings..." PowerTOP Start
>
> This may fix the keyboard issue.
>
> > Is there a way to get "sloppy focus" or "focus follows mouse" behaviour
> in
> > "Awesome" ?
>
> Open its Config and uncomment the section that says "-- Enable sloppy
> focus" (delete line 784, the one that says "--[[", or just add an
> extra hyphen, so that it turns into a single-line comment)
>
> -- Hisham
> ___
> gobolinux-users mailing list
> gobolinux-users@lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
___
gobolinux-users mailing list
gobolinux-users@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users