Author Topic: Xfce4 With Eabi?  (Read 9875 times)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« on: March 31, 2008, 05:53:35 pm »
For fun would like to get XFCE4 working properly now that I've Debian EABI working OK...

IceWM is OK, but I do like XFCE....

I apt-get install xfce4 and it seems to have installed OK.

However, when I do 'startxfce4' it opens but it's rotated 90 degrees.

Also, screen calibration is way off...

So, I logged out and did 'ts_calibrate' which worked OK and I could use XFCE4 but with rotated display...

So, then tried doing what I read in other posts to get screen rotated properly, but so far hasn't worked for me and now screen calibration is way off again, so I can't open anything by tapping on it's icon....

So.....any advice as to the right way to get this working properly???

Thanks!

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

born2wonder

  • Newbie
  • *
  • Posts: 25
    • View Profile
Xfce4 With Eabi?
« Reply #1 on: April 01, 2008, 06:45:14 am »
comment out icewm-session in ur .xinitrc file and add under it startxfce4

for rotation add xrandr -o right before startxfce4 in the same file

then use startx to start xfce4
C1000 yonggun kernel and andromeda
Ambicom/dell/canon wifi cards

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #2 on: April 01, 2008, 10:41:58 am »
Quote from: born2wonder
comment out icewm-session in ur .xinitrc file and add under it startxfce4

for rotation add xrandr -o right before startxfce4 in the same file

then use startx to start xfce4

THANKS, born2wonder!

XFCE4 starts up now in correct orientation....

Only issue now is that my stylus calibration is way off, so, can't access anything in XFCE using stylus....

Tried exiting XFCE and using 'ts_calibrate' from login shell, calibrated screen and then started up XFCE again, but stylus is still way off!!

Any suggestions to fix this problem????

Thanks,

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Xfce4 With Eabi?
« Reply #3 on: April 01, 2008, 12:30:05 pm »
Try:
rmmod mousedev

If it says it can't be removed because it's in use, then reboot and do it again.
Also add this command to /etc/rc.local

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #4 on: April 01, 2008, 01:11:54 pm »
Quote from: ZDevil
Try:
rmmod mousedev

If it says it can't be removed because it's in use, then reboot and do it again.
Also add this command to /etc/rc.local

Thanks for your help, ZDevil...

Did ' rmmod mousedev' and added this to /etc/rc.local...then did startx....

XFCE opened but now stylus taps have no effect on cursor location at all....ie, Z does not respond at all to screen taps....

Didn't reboot though, maybe try that???

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #5 on: April 01, 2008, 02:05:49 pm »
Oops, forgot to mention earlier that I edited the '/etc/ts.conf' file per post #36 in this thread:

Debian Post Install per Cortez

However, now I'm not sure which item(s) should be commented out or not....

So, wondering if this caused the problem????

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

born2wonder

  • Newbie
  • *
  • Posts: 25
    • View Profile
Xfce4 With Eabi?
« Reply #6 on: April 01, 2008, 02:19:42 pm »
From what ive seen

rmmod mousedev has to be done outside x  . It doesn't need a reboot AFAIK

It can be also be blacklisted by being added to /etc/modrpobe.d/blacklist so it doesn't  load automatically by adding this to the end of the file .  

blacklist mousedev

a restart is required for blacklisting .
 
after mousedev isn't loaded (u can check by typing lsmod|grep mouse) do

 ts_calibrate and then startx.
C1000 yonggun kernel and andromeda
Ambicom/dell/canon wifi cards

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #7 on: April 01, 2008, 02:53:33 pm »
Quote from: born2wonder
From what ive seen

rmmod mousedev has to be done outside x  . It doesn't need a reboot AFAIK

It can be also be blacklisted by being added to /etc/modrpobe.d/blacklist so it doesn't  load automatically by adding this to the end of the file .  

blacklist mousedev

a restart is required for blacklisting .
 
after mousedev isn't loaded (u can check by typing lsmod|grep mouse) do

 ts_calibrate and then startx.

OK, works great now, born2wonder!!

THANKS to you and ZDevil!

PS. I also went back into 'ts.conf' and commented out the first item and uncommented the corgi line.....

PPS. Also, FWIW, I did look at OESF Debian Wiki page, section on post-Debian install....some very good info there...

Debian - Post-Install Info

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #8 on: April 11, 2008, 07:32:00 pm »
UPDATE

Not sure what happened other than maybe when I did 'apt-get upgrade' something got installed to change things....

But now when I start XFCE4, the cursor does not respond like what happened before in my earlier post....No response if I tap on screen with stylus....

Also, now when I try to do 'ts_calibrate' nothing happens, get message:

Code: [Select]
#ts_calibrate
ts_open: No such file or directory

Any ideas as to how to get cursor in XFCE4 working again???

Thanks for any help.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #9 on: April 17, 2008, 05:14:46 pm »
[size=]UPDATE[/size][/color][/b]

Have read and re-read all the posts (and Debian wiki...) that I can find on touchscreen/XFCE/IceWM, etc and have checked all the related files that I'm aware of on my 3200, but still can't get touchscreen working again!

As mentioned before, touchscreen was working fine before, then something happenened and now it does not work.

Also, now when I try to do 'ts_calibrate', I get the following:

Code: [Select]
#ts_calibrate
ts_calibrate: error while loading shared libraries: libts-1.0.so.0: cannot open shared object file: No such file or directory

 

Any suggestions????

Thanks for any and all help!

Mark
Frustrated Debian EABI user.....  
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Xfce4 With Eabi?
« Reply #10 on: April 18, 2008, 04:04:33 am »
Easy:
First check what you have:
ls -l /usr/lib/ts

In fact most knowledge required is for Debian in general. So in the end you will become a skilled Debian user.
« Last Edit: April 18, 2008, 04:05:36 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

matthis

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://badaboum.bidibom.free.fr/mat/
Xfce4 With Eabi?
« Reply #11 on: April 18, 2008, 06:43:14 am »
After installing your packages, I have similar issues:
1. taps on the screen correspond to the "rotated" coordinates.
2. ts_calibrate looks for tslib-0.0-0 and the one installed by the package is tslib 1.0-0

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Xfce4 With Eabi?
« Reply #12 on: April 18, 2008, 06:44:34 am »
Quote from: matthis
After installing your packages, I have similar issues:
1. taps on the screen correspond to the "rotated" coordinates.
2. ts_calibrate looks for tslib-0.0-0 and the one installed by the package is tslib 1.0-0
So did you install these? https://www.oesf.org/forum/index.php?showtopic=25701

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Xfce4 With Eabi?
« Reply #13 on: April 18, 2008, 01:21:01 pm »
Quote from: ZDevil
Easy:
First check what you have:
ls -l /usr/lib/ts

Code: [Select]
#ls -l /usr/lib/ts
arctic2.so
collie.so
corgi.so
dejitter.so
h3600.so
input.so
linear.so
linear_h2200.so
mk712.so
pthres.so
ucb1x00.so
variance.so


How's that look????


Quote
In fact most knowledge required is for Debian in general. So in the end you will become a skilled Debian user.

As usual, you're right, ZDevil!.....it would be very nice to become a 'skilled Debian user'.....

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Xfce4 With Eabi?
« Reply #14 on: April 18, 2008, 02:01:15 pm »
Quote from: ArchiMark
Also, now when I try to do 'ts_calibrate', I get the following:
Code: [Select]
#ts_calibrate
ts_calibrate: error while loading shared libraries: libts-1.0.so.0: cannot open shared object file: No such file or directory
Hmm... That's strange, because ts_calibrate is in the "libts-bin" package, which looks for /usr/lib/libts-0.0.so.0 and not /usr/lib/ibts-1.0.so.0.
See if it works for you when you "apt-get install libts-bin" and run "ts_calibrate" again.
« Last Edit: April 18, 2008, 02:01:26 pm by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]