 |
31-01-2009, 11:11 PM
|
#1 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Ubuntu Installed help needed
Hi
I finally installed ubuntu and thinking of settling on it  Have few queries..
1. I don't have my monitor resolution set up correctly... I installed latest ATI 9.1 from ATI Site created deb and installed..
Now what I initialize it from Accessories it says
Here is my Xorg.conf
Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Rest is fine .. All problem is with resolution..
WIll post on further issue..
Do help please )
Regards
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
01-02-2009, 06:00 AM
|
#2 (permalink)
|
|
TheSaint
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
|
Re: Ubuntu Installed help needed
No experience with ATi, but your Xorg looks empty !
See this thread, last post on that page
http://ubuntuforums.org/showthread.p...ati+driver+deb
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
|
|
|
01-02-2009, 07:46 AM
|
#3 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
Also why I have to manualy mount my XFS and ReiserFS partitions everytime / WHy don't they get mounted automatically
Ok resolution get fixed  I installed everything correctly and forgot to activate it through restricted driver manager
Now the problem is how to auto. mount my Ext3, XFS and Reiser FS partition at every boot..
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Last edited by Dark Star; 01-02-2009 at 07:50 AM.
Reason: Automerged Doublepost
|
|
|
01-02-2009, 10:09 AM
|
#4 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Ubuntu Installed help needed
Add the entries to /etc/fstab.
__________________
Harsh J
www.harshj.com
|
|
|
01-02-2009, 07:28 PM
|
#5 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=47173b0e-56ae-4703-a93a-980e45125a13 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda2
UUID=58cadce3-ae27-4a7c-91ab-166312e3090b none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Added some changes in authorization lets see if it works..
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
|
|
|
01-02-2009, 09:31 PM
|
#6 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Ubuntu Installed help needed
^^^ Where are the entries for those partitions? I don't see them.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
01-02-2009, 10:01 PM
|
#7 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
How do I add them.. I don't know abt fstab options though  Its the entry when I mount the partitions...
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
|
|
|
01-02-2009, 10:13 PM
|
#8 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Ubuntu Installed help needed
|
|
|
02-02-2009, 08:14 AM
|
#9 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
^er...Thats for NTFS ? but I don't have any NTFS.. Also I know the sol-n for NTFS. But XFS adn reiserfs and ext didn't mount at boot..
UUID ?
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
|
|
|
02-02-2009, 08:37 AM
|
#11 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
SOrry.. Didn't knew the blkid command  Will add them , I was unsure how to get exact UUID for a partition
Code:
shashwat@shashwat-desktop:~$ blkid
/dev/sda1: UUID="47173b0e-56ae-4703-a93a-980e45125a13" TYPE="ext3"
/dev/sda2: UUID="58cadce3-ae27-4a7c-91ab-166312e3090b" TYPE="swap"
/dev/sda3: UUID="94a7c6be-0dac-4d4a-8c44-0059926b9791" TYPE="reiserfs"
/dev/sda5: UUID="94ed6290-b65a-4a71-9187-83378d90522f" TYPE="xfs"
/dev/sda6: UUID="8ff8e640-de64-4bfc-a6a5-137048a6e6f6" TYPE="xfs"
/dev/sda7: UUID="d049ccf6-5690-4b32-9a17-1d23e2436334" TYPE="reiserfs"
/dev/loop0: TYPE="squashfs"
shashwat@shashwat-desktop:~$
Edited Fstab
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=47173b0e-56ae-4703-a93a-980e45125a13 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda2
UUID=58cadce3-ae27-4a7c-91ab-166312e3090b none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/media/sda3
UUID=94a7c6be-0dac-4d4a-8c44-0059926b9791 /media/sda3 reiserfs defaults 0 0
#/dev/sda5
UUID=94ed6290-b65a-4a71-9187-83378d90522f /media/sda5 xfs defaults 0 0
#/dev/sda6
UUID=8ff8e640-de64-4bfc-a6a5-137048a6e6f6 xfs defaults 0 0
#/dev/sda7
UUID=d049ccf6-5690-4b32-9a17-1d23e2436334 /media/sda7 reiserfs defaults 0 0
Is it right /?
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Last edited by Dark Star; 02-02-2009 at 08:53 AM.
Reason: Automerged Doublepost
|
|
|
02-02-2009, 08:55 AM
|
#12 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Ubuntu Installed help needed
mount point missing for
Quote:
|
UUID=8ff8e640-de64-4bfc-a6a5-137048a6e6f6 xfs defaults 0 0
|
And yeah for each mount point run the chown command.
Quote:
|
sudo chown -R <username> /media/<mountpoint>
|
e.g.
Quote:
|
sudo chown -R shashwat /media/sda3
|
|
|
|
02-02-2009, 09:01 AM
|
#13 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Ubuntu Installed help needed
I hope he did not restart after those changes. It would have spelled doom?
__________________
Harsh J
www.harshj.com
|
|
|
02-02-2009, 09:08 AM
|
#14 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
Yea I just did restart // I couldn't mount my partitions and one is missing :S
Code:
shashwat@shashwat-desktop:~$ sudo chown -R shashwat /media/sda3
[sudo] password for shashwat:
chown: cannot access `/media/sda3': No such file or directory
shashwat@shashwat-desktop:~$
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=47173b0e-56ae-4703-a93a-980e45125a13 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda2
UUID=58cadce3-ae27-4a7c-91ab-166312e3090b none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/media/sda3
UUID=94a7c6be-0dac-4d4a-8c44-0059926b9791 /media/sda3 reiserfs defaults 0 0
#/dev/sda5
UUID=94ed6290-b65a-4a71-9187-83378d90522f /media/sda5 xfs defaults 0 0
#/dev/sda6
UUID=8ff8e640-de64-4bfc-a6a5-137048a6e6f6 /media/sda6 xfs defaults 0 0
#/dev/sda7
UUID=d049ccf6-5690-4b32-9a17-1d23e2436334 /media/sda7 reiserfs defaults 0 0
So should I remove these entries reboot and re-enter ? and I got all my partitions .. just can't mount them..
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Last edited by Dark Star; 02-02-2009 at 09:17 AM.
Reason: Automerged Doublepost
|
|
|
02-02-2009, 09:25 AM
|
#15 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Ubuntu Installed help needed
have you created mount points or not
e.g.
do same for other mountpoints too
There is no need to reboot. You can use this command to mount partitions whose entry is made in fstab
and unmount too
|
|
|
02-02-2009, 09:30 AM
|
#16 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
Thanks  Everything worked perfectly. Now is it necessary to use chown now ?
Now I will never have problem with partitions  Thansk t159
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
|
|
|
02-02-2009, 09:49 AM
|
#17 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Ubuntu Installed help needed
Chown was needed only once, as when you created those folders (sda3 etc), they were created under super user account (remember you used sudo).
So to be able to write in them you need to own their ownership as normal user (shashwat etc).
You just did a chown to own them to a particular user.
|
|
|
02-02-2009, 10:47 AM
|
#18 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Ubuntu Installed help needed
chown - Change ownership. You're the owner now.
__________________
Harsh J
www.harshj.com
|
|
|
02-02-2009, 11:30 AM
|
#19 (permalink)
|
|
Wandering In Tecno Land
Join Date: Feb 2005
Location: 127.0.0.1
Posts: 724
|
Re: Ubuntu Installed help needed
Grrrrrrrrrrr (Trying TO Hijack Thread)
Guyz I'm a Noob & Trying to figure out what you guyz did
I hate this damn editing of files :X
I hate terminal :X
I hate anything without GUI
This is the first & last reason I'm still using Windows as Dual Boot
__________________
Born in Windows Die In Linux © 2009-10 All Rights Reserved.
Learn Linux : www.linoob.com (Official WebSite)
|
|
|
02-02-2009, 12:35 PM
|
#20 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Ubuntu Installed help needed
Install PySDM, its a GUI tool for that purpose.
Code:
sudo apt-get install pysdm
__________________
Harsh J
www.harshj.com
|
|
|
02-02-2009, 04:14 PM
|
#21 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Ubuntu Installed help needed
Quote:
Originally Posted by Ecko
Grrrrrrrrrrr (Trying TO Hijack Thread)
Guyz I'm a Noob & Trying to figure out what you guyz did
I hate this damn editing of files :X
I hate terminal :X
I hate anything without GUI
This is the first & last reason I'm still using Windows as Dual Boot 
|
I hate life  I hate humans  I hate anything that can type
|
|
|
02-02-2009, 07:20 PM
|
#22 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Ubuntu Installed help needed
Good thread. Learnt a lot.
@Dark Star:
Can you write in that partition?
I couldn't. I had to further change the group in order to have write access in my ext3 partition.
|
|
|
02-02-2009, 07:27 PM
|
#23 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Ubuntu Installed help needed
^^u could have used
Quote:
|
chown -R <username>:<groupname> <mountpoint_path>
|
e.g.
Quote:
|
chown -R noface:noface /media/dld
|
Quote:
Originally Posted by QwertyManiac
Install PySDM, its a GUI tool for that purpose.
Code:
sudo apt-get install pysdm
|
thanks will add to the tutorial
Last edited by Faun; 02-02-2009 at 07:29 PM.
Reason: Automerged Doublepost
|
|
|
02-02-2009, 07:38 PM
|
#24 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Re: Ubuntu Installed help needed
Yea everything working perfectly.. To change permission .. Just open nautilus in Root mode and right click on the partitions and select properties under permission change the permission..
That should do :_)
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|