Ubuntu 6.10 on R40 2682-NU2 :)

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
mmmkay
Freshman Member
Posts: 98
Joined: Wed Oct 25, 2006 5:46 am
Location: Vancouver BC

Ubuntu 6.10 on R40 2682-NU2 :)

#1 Post by mmmkay » Fri Nov 10, 2006 5:37 am

So far everything is installing perfectly. I'm not yet done, but since I'm able to get online with the wifi.. so here I am.

The only difference is that I have an Intel 2200BG instead of the Cisco Aironet.

And it even detected my volume buttons. Neat-o :)

Other stuff that seems to work/not work..

Touchpad with scrolling works
Middle button.. well acts as a middle button. Not scrolling.
[insert witty contrived signature here]

K0LO
Senior Member
Senior Member
Posts: 659
Joined: Wed Sep 07, 2005 12:14 pm
Location: State College, PA, USA

#2 Post by K0LO » Fri Nov 10, 2006 11:31 am

Add these lines in the 'Configured Mouse' section of your /etc/X11/xorg.conf file for the middle button:

Code: Select all

Section  "InputDevice"
  Option  "Emulate3Buttons"  "true"
  Option  "EmulateWheel"      "true"
  Option  "EmulateWheelButton"  "2"
I can't vouch for whether that will enable scrolling on your R40, but it works on my X41.

Lots of helpful stuff here: http://www.thinkwiki.org/wiki/ThinkWiki
Mark

X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)

christopher_wolf
Special Member
Posts: 5741
Joined: Sat Oct 08, 2005 1:24 pm
Location: UC Berkeley, California
Contact:

#3 Post by christopher_wolf » Fri Nov 10, 2006 4:33 pm

There are also some hoops you would have to jump through to get horizontal and vertical scrolling to work in browsers like Opera and Firefox. Did those edits to the xorg.conf file work alright for you? :)
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c

~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"

K0LO
Senior Member
Senior Member
Posts: 659
Joined: Wed Sep 07, 2005 12:14 pm
Location: State College, PA, USA

#4 Post by K0LO » Sat Nov 11, 2006 9:19 am

Chris, I'm not sure if you meant me or the OP in your last reply.

Horizontal and vertical scrolling in Firefox worked out of the box; I didn't have to fiddle with anything. However, since this is a tablet PC I also installed the Grab and Drag extension for even more convenient scrolling with both the trackpoint and the pen.

I did, however, have to hack Firefox to get the browser forward and back buttons on the ThinkPad keyboard to work. They worked with Konqueror out of the box.
Mark

X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)

christopher_wolf
Special Member
Posts: 5741
Joined: Sat Oct 08, 2005 1:24 pm
Location: UC Berkeley, California
Contact:

#5 Post by christopher_wolf » Sat Nov 11, 2006 5:10 pm

Well, I meant the OP, but that's fine too. :)

I think that the Grab and Drag extension helped out there as I have had to configure Firefox as such on various platforms to work like that.
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c

~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"

astpaul
Freshman Member
Posts: 100
Joined: Wed Jun 16, 2004 9:10 am
Location: Spain
Contact:

#6 Post by astpaul » Sat Nov 25, 2006 10:21 am

k0lo wrote:Add these lines in the 'Configured Mouse' section of your /etc/X11/xorg.conf file for the middle button:

Code: Select all

Section  "InputDevice"
  Option  "Emulate3Buttons"  "true"
  Option  "EmulateWheel"      "true"
  Option  "EmulateWheelButton"  "2"
I can't vouch for whether that will enable scrolling on your R40, but it works on my X41.

Lots of helpful stuff here: http://www.thinkwiki.org/wiki/ThinkWiki
How do you save this file???
I tried to enter as root but i do not have any password for it.

I recently installed UBUNTU 6.06. Any hint?
T42, T60p

azimi3
Posts: 34
Joined: Tue Sep 05, 2006 5:41 pm
Location: Arizona

#7 Post by azimi3 » Sat Nov 25, 2006 11:33 am

In the terminal window type:

sudo gedit /etc/X11/xorg.conf

It will prompt you for your password, enter it.

The file should load in the text editor and give you the option to save.

astpaul
Freshman Member
Posts: 100
Joined: Wed Jun 16, 2004 9:10 am
Location: Spain
Contact:

#8 Post by astpaul » Sat Nov 25, 2006 5:11 pm

azimi3 wrote:In the terminal window type:

sudo gedit /etc/X11/xorg.conf

It will prompt you for your password, enter it.

The file should load in the text editor and give you the option to save.
Thanks
But the problem is that during install Ubuntu did not ask me any root pwd that i remember, just one for a user that it created. Is there any default one?
T42, T60p

K0LO
Senior Member
Senior Member
Posts: 659
Joined: Wed Sep 07, 2005 12:14 pm
Location: State College, PA, USA

#9 Post by K0LO » Sat Nov 25, 2006 10:17 pm

When you use the "sudo" command, the password that you are prompted to enter is your user password, the one that you created when you installed Ubuntu.

Not to make things more confusing, but you would use sudo when doing an operation from a terminal window that requires root access. When you are running a graphical application like gedit, instead of sudo you would use gksudo, therefore try:

Code: Select all

gksudo gedit /etc/X11/xorg.conf
Mark

X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)

astpaul
Freshman Member
Posts: 100
Joined: Wed Jun 16, 2004 9:10 am
Location: Spain
Contact:

#10 Post by astpaul » Sun Nov 26, 2006 3:02 pm

Confusing indeed :D

But it worked. Thanks a lot.
T42, T60p

azimi3
Posts: 34
Joined: Tue Sep 05, 2006 5:41 pm
Location: Arizona

#11 Post by azimi3 » Mon Nov 27, 2006 12:58 am

Good point k0lo. I never really took that seriously before but after reading up about the difference between sudo and gksudo it's clear that it does make a difference. Here's a good explanation:
http://www.psychocats.net/ubuntu/graphicalsudo

snessiram
Sophomore Member
Posts: 225
Joined: Wed Sep 27, 2006 12:45 pm
Location: Belgium
Contact:

#12 Post by snessiram » Mon Nov 27, 2006 8:14 am

I applied that "patch" too and it works, but I'm used to middle click on a tab in firefox to close it and that doesn't work anymore now... anyone an idea how I could enable that?
R60 - 1.83Ghz Core Duo, 15" SXGA+, ATI Mobility Radeon X1400 (128mb), 2GB RAM, 80GB
Macbook - 2.1Ghz Core 2 Duo, 13.3" WXGA, Nvidea 9400M, 4GB RAM, 120GB (7200rpm)
Personal website (Dutch)

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 1 guest