| View previous topic :: View next topic |
| Author |
Message |
2tux-zx7r
Joined: Thu Apr 14, 2005 12:37 pm Posts: 66
|
Posted: Tue Jun 26, 2012 5:54 pm Post subject: Raspberry Pi tutorials - problems |
|
|
OK so second time playing with the new Pi. First one was to get it all installed and check everything worked. Passed that.
Tonight it was work through the tutorials in LXF159 and 160
1st issue: I don't know the root password. Haven't found it in the articles but if I want to start GParted from the menu it asks for it. I know I could sudo from a terminal but I like having a root password. Is there one set up or shall I add the user root?
2nd issue: I don't have /boot/config.txt for fixing the overscan issue. As I installed from LXF159 have you used some other distro for the tutorial?
Cheers
John |
|
| Back to top |
|
 |
2tux-zx7r
Joined: Thu Apr 14, 2005 12:37 pm Posts: 66
|
Posted: Tue Jun 26, 2012 6:15 pm Post subject: Found answer to the root password problem |
|
|
Been onto the Pi website and found the answer to the root password problem
So just the missing config.txt to sort out (for the moment anyway!)
John |
|
| Back to top |
|
 |
2tux-zx7r
Joined: Thu Apr 14, 2005 12:37 pm Posts: 66
|
Posted: Tue Jun 26, 2012 6:21 pm Post subject: Missing config.txt = resolved |
|
|
This answer found on the Pi website as well. Sorry for taking up bandwidth here guys!
Need to create (touch) it  |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2354
|
Posted: Tue Jun 26, 2012 6:55 pm Post subject: |
|
|
That's OK, it's been quiet lately. Our resident forum troll seems to have vacated the premises  |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4170 Location: wild West Wales
|
Posted: Tue Jun 26, 2012 7:14 pm Post subject: |
|
|
| Dutch_Master wrote: | Our resident forum troll seems to have vacated the premises  | Oh dear you know what'll happen now
It was DM wot done it 'onest  _________________ still looking for that door into summer |
|
| Back to top |
|
 |
Ram LXF regular

Joined: Thu Apr 07, 2005 10:44 pm Posts: 1554 Location: Guisborough
|
Posted: Tue Jun 26, 2012 7:26 pm Post subject: |
|
|
There is no plaice here for the fish... _________________
Ubuntu LXDE 12.04 running on AMD Phenom II*4; ASUS Crosshair III Formula MB; 4 GB Ram.....
|
|
| Back to top |
|
 |
dhester
Joined: Thu Feb 19, 2009 6:19 pm Posts: 66
|
Posted: Tue Jun 26, 2012 8:05 pm Post subject: |
|
|
| 2tux-zx7r for others who might have the same problem could you post the answers or links to the answers. |
|
| Back to top |
|
 |
2tux-zx7r
Joined: Thu Apr 14, 2005 12:37 pm Posts: 66
|
Posted: Tue Jun 26, 2012 8:24 pm Post subject: Completing the circle |
|
|
| dhester wrote: | | 2tux-zx7r for others who might have the same problem could you post the answers or links to the answers. |
yeah sorry mate. Mea culpa, Bloody bad manners of me
Issue#1: Root password
By default there is no root password
Options are:
A) set global sudo - in a terminal type "gconftool-2 -\-type bool -\-set /apps/gksu/sudo-mode true"
B) instead of logging in as a user at the first terminal screen, log in as root. At the terminal prompt type "sudo su" and then "startx" X11 runs as root and won't ask for root passwords
C) Set a root password. In a terminal type "sudo passwd root"
Issue#2: Missing config.txt
By default this file is not there.
Create one by typing in a terminal "touch /boot/config.txt"
This can be populated by reading the advice at http://elinux.org/RPi_config.txt
John |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Tue Jun 26, 2012 8:54 pm Post subject: |
|
|
| Ram wrote: | | There is no plaice here for the fish... |
Except in a fish pi.
It's unlike the fat one to ignore a thread with food references, no matter how vague. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
dhester
Joined: Thu Feb 19, 2009 6:19 pm Posts: 66
|
Posted: Tue Jun 26, 2012 9:08 pm Post subject: |
|
|
Thanks 2tux-zx7r.
I ordered my Raspberrypi last week now got to wait 10 weeks. |
|
| Back to top |
|
 |
Ram LXF regular

Joined: Thu Apr 07, 2005 10:44 pm Posts: 1554 Location: Guisborough
|
Posted: Tue Jun 26, 2012 10:00 pm Post subject: Re: Completing the circle |
|
|
| 2tux-zx7r wrote: | | dhester wrote: | | 2tux-zx7r for others who might have the same problem could you post the answers or links to the answers. |
yeah sorry mate. Mea culpa, Bloody bad manners of me
Issue#1: Root password
By default there is no root password
Options are:
A) set global sudo - in a terminal type "gconftool-2 -\-type bool -\-set /apps/gksu/sudo-mode true"
B) instead of logging in as a user at the first terminal screen, log in as root. At the terminal prompt type "sudo su" and then "startx" X11 runs as root and won't ask for root passwords
C) Set a root password. In a terminal type "sudo passwd root"
Issue#2: Missing config.txt
By default this file is not there.
Create one by typing in a terminal "touch /boot/config.txt"
This can be populated by reading the advice at http://elinux.org/RPi_config.txt
John |
I'll disagree with B, you should be able to login as a user then sudo su there is no need to sudo su once you are root.
sudo su will only ask for the password once. _________________
Ubuntu LXDE 12.04 running on AMD Phenom II*4; ASUS Crosshair III Formula MB; 4 GB Ram.....
|
|
| Back to top |
|
 |
2tux-zx7r
Joined: Thu Apr 14, 2005 12:37 pm Posts: 66
|
Posted: Wed Jun 27, 2012 6:55 am Post subject: |
|
|
I think I may have written B poorly
I think the advice means instead of logging in when the system boots as user "pi" log in with "sudo su" then do "startx"
Personally I just set a root password and have had no problems since |
|
| Back to top |
|
 |
AgeGap1
Joined: Thu Nov 29, 2012 4:13 pm Posts: 3
|
Posted: Fri Nov 30, 2012 9:39 pm Post subject: |
|
|
| Hi, I have just got a Raspberry Pi and have encountered a problem. It is running squeezy and LXDE. When I try to look at the bottom of a Window I am unable to scroll to the bottom. I have tried making the window smaller and pushing it to the top of the screen but I still can't see the bottom of the Window. I have tried google for the solution. Any help would be appreciated. I am using composite cables not hdmi. |
|
| Back to top |
|
 |
Ram LXF regular

Joined: Thu Apr 07, 2005 10:44 pm Posts: 1554 Location: Guisborough
|
Posted: Fri Nov 30, 2012 10:03 pm Post subject: |
|
|
Try changing your TV resolution - maybe auto so the screen might resize. _________________
Ubuntu LXDE 12.04 running on AMD Phenom II*4; ASUS Crosshair III Formula MB; 4 GB Ram.....
|
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2354
|
Posted: Fri Nov 30, 2012 11:50 pm Post subject: |
|
|
| You may have overscan enabled for a regular TV, try to disable it. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|