![]() |
2008-08-01
, 01:23
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#32
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2008-08-01
, 06:44
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#34
|
Ahhhhhhhhhhhhhhhhhh!!!!!!!!!and what's even worse is that even though my touchscreen is responding, the kursor on the screen will NOT move, my guess is that this is because when i installed gnome, i believe that it installed a nother x-server??
The Following User Says Thank You to Stskeeps For This Useful Post: | ||
![]() |
2008-08-01
, 21:32
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#35
|
![]() |
2008-08-01
, 21:45
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#36
|
start) CONFIGURED_DAEMON=$(basename "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)") if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ [ "$CONFIGURED_DAEMON" != gdm ] ; then log_action_msg "Not starting GNOME Display Manager; it is not the default display manager" else log_daemon_msg "Starting GNOME Display Manager" "gdm" start_daemon $DAEMON log_end_msg $? fi ;;
start) CONFIGURED_DAEMON=$(basename "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)") if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ [ "$CONFIGURED_DAEMON" != gdm ] ; then log_action_msg "Not starting GNOME Display Manager; it is not the default display manager" else log_daemon_msg "Starting GNOME Display Manager" "gdm" #USERNAME=`cat /etc/tablet_user` XSERVERARGS="-mouse tslib -nozap -dpi 96 -wr -nolisten tcp" start_daemon $DAEMON $XSERVERARGS log_end_msg $? fi ;;
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2008-08-01
, 21:59
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#37
|
![]() |
2008-08-02
, 00:20
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#38
|
If I had to take a stab in the dark...
original
NewCode:start) CONFIGURED_DAEMON=$(basename "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)") if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ [ "$CONFIGURED_DAEMON" != gdm ] ; then log_action_msg "Not starting GNOME Display Manager; it is not the default display manager" else log_daemon_msg "Starting GNOME Display Manager" "gdm" start_daemon $DAEMON log_end_msg $? fi ;;
Although I'm not exactly sure about the USERNAME spot.. in the x-session it uses a su - and uses the username to run it as.. with GDM I don't think you need to.. so I just added the XSERVERARGS you need from the /etc/default/x-session.defs file.Code:start) CONFIGURED_DAEMON=$(basename "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)") if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ [ "$CONFIGURED_DAEMON" != gdm ] ; then log_action_msg "Not starting GNOME Display Manager; it is not the default display manager" else log_daemon_msg "Starting GNOME Display Manager" "gdm" #USERNAME=`cat /etc/tablet_user` XSERVERARGS="-mouse tslib -nozap -dpi 96 -wr -nolisten tcp" start_daemon $DAEMON $XSERVERARGS log_end_msg $? fi ;;
![]() |
2008-08-02
, 00:44
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#39
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2008-08-02
, 02:40
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#40
|
![]() |
Tags |
debian, deblet |
Thread Tools | |
|
The point is the guy who seemingly put out beta3 is one of the guys working on nit-debian.. which logic would then seem that if he was able to get sound working in beta3.. even if you start from scratch.. the same thing should work to get sound working in the next release, no?
Where the did the initial image in the beta series come from?? it had to start from scratch at some level did it not?
And when you move from beta-x to beta-x+1 .. a "cleanup effort/future proof solution" is typically what it's about
The reason I call it beta4 is that both the beta series and the nit-series have the same guy working on it.. even though the nit-series has a few more people on the project; and a lot more enhancements since beta3.
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!