Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Tue 21 May 2013, 05:54
All times are UTC - 4
 Forum index » Advanced Topics » Puppy Projects
Slacko B5
Moderators: Flash, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 4 of 19 [280 Posts]   Goto page: Previous 1, 2, 3, 4, 5, 6, ..., 17, 18, 19 Next
Author Message
charlie6

Joined: 30 Jun 2008
Posts: 800
Location: South of Belgium

PostPosted: Wed 28 Sep 2011, 12:07    Post subject: Xorgwizard hangs up from 4.99.4 to .7 using smi driver  

Hi,
last edited: summary:
Xorgwizard behaves as if something has changed in it since Slacko4.99.4 and later, that brings xorg.conf not being configured automaticaly as earlier.

All this happens here on laptop (Medion LT9399 ... Asus made) featured with siliconmotion SM720 video set, upon live-cd bootup and xorgwizard setup:
Story
X was working OK on 312.37 (except that Xkblayout keeps fixed to 'us' whatever the Personalize settings change to 'fr azerty' or 'be-latin1') as early reported in the post here:
http://www.murga-linux.com/puppy/viewtopic.php?t=69798&start=390&sid=7f00408d1ddf03581bddcb7d425a0cf8
That Laptop was also booting up as well with Slacko 4.99.1 and 4.99.2 but with the persisting keyboard layout problem as above.

Got a try now with Slacko B5: X or xorgwizard hangs up upon live-cd boot after manual driver type and resolution choices.

Thanks for any advice
Charlie

edited 29 sept 2011: here are further testings on that Laptop:
Since slacko 4.99.4 till 4.99.7, Xorgwizard cannot configure anymore upon live-cd boot (blackscreen after having manualy choosen the siliconmotion driver and set the display resolution even if manualy set using option 'Z'). Till B1 and B2 X does start: I meanwhile created a slackosave-B1.3fs file for further use and updating with later slacko version.

Updating Slacko from B1 or B2 slackosave file:
Slacko B5 boots up frugal on a slackosave-B1.3fs and updates it nice; but the keyboard layout problem remains: the keyboard keeps set on 'us'.

attached are some documentation files (renamed adding .gz - delete .gz to read them as text)

edited sept 30 sept 2011:
country keyboard setup hopefully solved: (do not know is this is enough ?) by editing xorg.conf and adding the missing Section Device
at the end:
Code:
Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option      "XkbRules" "xorg"
   Option      "XkbModel" "pc102"
   Option      "XkbLayout" "be"
EndSection


Now xorg.conf looks like:
Code:
#Special base config file used in Puppy Linux.
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
   Load "synaptics"
# This loads the DBE extension module.
    Load        "dbe"     # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
# This loads the font modules
#    Load        "type1"
#    Load        "freetype"
# This loads xtrap extension, used by xrandr
#    Load       "xtrap"
# This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
    Disable    "glx" #LOADGLX
# This loads dri module (if present). 7.4 loads it by default, have to disable...
#    Load       "dri" #LOADDRI
#    Disable "dri"
EndSection
# **********************************************************************
# Files section.  This allows default font paths to be set
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
    FontPath   "/usr/share/X11/fonts/misc/"
    FontPath   "/usr/share/X11/fonts/Type1/"
    FontPath   "/usr/share/X11/fonts/TTF/"
EndSection
#
*********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.
#    Option "DontVTSwitch"
# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...
    Option "RandR" "on"
# With this, Xorg won't talk to HAL to add evdev devices and you'll be back
# with the old Xorg behavior (pre-7.4)...
    Option "AutoAddDevices" "false"
# For no-Hal, kirk also suggests this...
#    Option "AllowMouseOpenFail" "true"
# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...
    Option "DontZap" "false"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option      "XkbRules" "xorg"
   Option      "XkbModel" "pc102"
   Option      "XkbLayout" "be"
EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...
#PuppyHardwareProfile=Silicon_Motion_SM720


Remainig problem: on that Laptop xorgwizard hangs up from Slacko 4.99.4 till 4.99.7 upon live-cd fresh bootup (all versions tested).
reportvideo.txt.gz
Description 
gz

 Download 
Filename  reportvideo.txt.gz 
Filesize  263 Bytes 
Downloaded  108 Time(s) 
Xorg.0.log.gz
Description  file BEFORE adding Section Device
gz

 Download 
Filename  Xorg.0.log.gz 
Filesize  15.97 KB 
Downloaded  111 Time(s) 
lspci.txt.gz
Description 
gz

 Download 
Filename  lspci.txt.gz 
Filesize  1.35 KB 
Downloaded  105 Time(s) 
lsmod.txt.gz
Description  lsmod
gz

 Download 
Filename  lsmod.txt.gz 
Filesize  1.26 KB 
Downloaded  111 Time(s) 
ddcprobe.txt.gz
Description  ddcprobe
gz

 Download 
Filename  ddcprobe.txt.gz 
Filesize  1.65 KB 
Downloaded  107 Time(s) 

Last edited by charlie6 on Sat 01 Oct 2011, 03:03; edited 9 times in total
Back to top
View user's profile Send private message 
aarf

Joined: 30 Aug 2007
Posts: 3620
Location: around the bend

PostPosted: Wed 28 Sep 2011, 12:18    Post subject:  

lost the "save file" dialog in opera-next. had to restart x before i could proceed to save.
_________________

ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_

<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
Back to top
View user's profile Send private message Visit poster's website 
mavrothal


Joined: 24 Aug 2009
Posts: 1058

PostPosted: Wed 28 Sep 2011, 13:51    Post subject:  

What is this?... an intelligence test to figure out when the next beta is out?... Laughing

B5 looks Wink really nice and works fine too.
I guess next should be an RC. Cool

As usually VM update and SlaXO update and fresh build was smooth.
The shutdown bug is gone in the SlaXO/vfat case (without BK's change of rc.shutdown) and updating to JWM 505 had no issues.

I have a strange bug though. Frisbee works fine in the XO-1.5 but not in the XO-1 Confused I get "failed to set ssid" and indeed /usr/lical/Frisbee/iface is empty.
I guess something is tripped by the XO-1 wifi module.
Does not appear to be the presence of the msh interface because "ignoring" if or bring it down it does not change things. dhcpd also is fine with other connection tools.
wpa_cli or supplicant maybe.(?)

The problem is also present in B4.
The original jemimah's frisbee does not have this problem in XOpup. I guess I'll check it to see how it behaves in SlaXO...
..... No it does not work Sad

_________________
Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too Very Happy
Back to top
View user's profile Send private message 
tater


Joined: 29 May 2010
Posts: 30
Location: Michigan, USA

PostPosted: Wed 28 Sep 2011, 14:54    Post subject:  

Manual frugal install of slacko B5.

Pburn freezes at the end of burning an iso. CTRL ALT Backspace to close it.

I had the same problem in Beta 4.
Back to top
View user's profile Send private message 
DaveS


Joined: 09 Oct 2008
Posts: 3669
Location: UK

PostPosted: Wed 28 Sep 2011, 15:05    Post subject:  

No problem with latest JWM. F11 bug fixed.
_________________
Spup Frugal HD and USB
Root forever!
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5169
Location: Finland

PostPosted: Wed 28 Sep 2011, 15:10    Post subject:  

Dave S. I remember that you opened thread somewhere about F11 bug. Could you post the solution to the end of that thread.
Back to top
View user's profile Send private message 
DaveS


Joined: 09 Oct 2008
Posts: 3669
Location: UK

PostPosted: Wed 28 Sep 2011, 15:11    Post subject:  

pemasu wrote:
Dave S. I remember that you opened thread somewhere about F11 bug. Could you post the solution to the end of that thread.


Done

_________________
Spup Frugal HD and USB
Root forever!
Back to top
View user's profile Send private message 
Jim1911

Joined: 19 May 2008
Posts: 2353
Location: Texas, USA

PostPosted: Wed 28 Sep 2011, 16:46    Post subject:
Subject description: Pburn
 

Successfully copied DVD using Pburn in Slacko B5, first time that I've ever been able to copy a DVD without a problem.
Back to top
View user's profile Send private message 
Jasper


Joined: 25 Apr 2010
Posts: 869
Location: England

PostPosted: Wed 28 Sep 2011, 20:14    Post subject: DGmod - new jwm theme  

Hi 01micko et al,

A shining example of style and clarity and more useful and, to me, more pleasing than a Picasso.

JWM users could try it in seconds.

A DGmod theme pet for other Puppies would be good if anyone has the skill and the time. [I emboldened the fonts which suits my eyes].

My regards

ADDED:

I see a DGmod pet is available in the jwm section @
http://distro.ibiblio.org/pub/linux/distributions/puppylinux/pet_packages-slacko/

I have not tested if it works in Puppies other than Slacko.


FURTHER ADDED:

Code:
I believe it used to be possible to do ascending or descending column sorts e.g. by date or by size in the pet/sfs lists after using a link such as given above. I found that extremely convenient and I wonder if it might be reinstated?

Last edited by Jasper on Thu 29 Sep 2011, 14:29; edited 2 times in total
Back to top
View user's profile Send private message 
Sage

Joined: 04 Oct 2005
Posts: 4622
Location: GB

PostPosted: Thu 29 Sep 2011, 05:39    Post subject:  

Is there a clever coder around at this time that could oblige us with a .pet for 'Cheese', please. Quite a nice little webcam utility that seems to detect just about everything without the grief of opening the case to find the sensor chip in the plethora of own-brand/no brand clone devices! Not sure about dependencies & co? Maybe those would make it a no-go?
Back to top
View user's profile Send private message 
muggins

Joined: 20 Jan 2006
Posts: 6660
Location: lisbon

PostPosted: Thu 29 Sep 2011, 07:11    Post subject:  

Quote:
What are the Requirements?


GNOME 3.0
GStreamer
Clutter
GNOME Video Effects
a webcam
a brain
Back to top
View user's profile Send private message 
mave

Joined: 02 Apr 2009
Posts: 130
Location: Germany

PostPosted: Thu 29 Sep 2011, 08:18    Post subject:  Trouble with mini pci wlan card: rt73usb
Subject description: works in Lupu 5.2.8 not in Slacko
 

Hi 01micko,

I tried in a MSI VR610X notebook a min pci express wlan card RT73 (because the orginal Atheros 242 didn't work all).

Under Lupu 5.2.8 this runs good, also WPA2. In Slacko network wizard are showing the wlan-interface but scans reaches no results. Log:

Code:
Information about this interface:
 Interface: wlan0  Driver: rt73usb  Bus: usb  MacAddress: 00:0D:F0:4A:A4:34
 Description: Ralink RT73 USB Wireless LAN driver.
 
STEP1a: ifconfig wlan0 up
ifconfig: SIOCSIFFLAGS: Operation not possible due to RF-kill


I'm not familar with rfkill (Barry told about somewhere), maybe there is a kernel issue...

Is anybody running this card?

mave
Back to top
View user's profile Send private message 
chrismt


Joined: 21 Apr 2010
Posts: 250

PostPosted: Thu 29 Sep 2011, 11:29    Post subject:  

Was testing Firefox 10 nightly. Doesn't load Adobe Flash. I Googled. It not its problem. It has to do with Slacko I guess.

Can anyone check it?

Thanks in advance Smile
Back to top
View user's profile Send private message 
Sage

Joined: 04 Oct 2005
Posts: 4622
Location: GB

PostPosted: Thu 29 Sep 2011, 13:37    Post subject:  

Quote:
Quote:
What are the Requirements?


GNOME 3.0
GStreamer
Clutter
GNOME Video Effects
a webcam
a brain


Yes - I saw that, too.
If it were that easy, I wouldn't have asked.
Back to top
View user's profile Send private message 
rcrsn51


Joined: 05 Sep 2006
Posts: 7745
Location: Stratford, Ontario

PostPosted: Thu 29 Sep 2011, 15:42    Post subject:  

Sage wrote:
Quite a nice little webcam utility that seems to detect just about everything without the grief of opening the case to find the sensor chip in the plethora of own-brand/no brand clone devices!

Have you run this on another Puppy?
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 4 of 19 [280 Posts]   Goto page: Previous 1, 2, 3, 4, 5, 6, ..., 17, 18, 19 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Puppy Projects
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0995s ][ Queries: 13 (0.0155s) ][ GZIP on ]