Results 1 to 6 of 6
I am completly new to Linux and have just installed Fedora Core 5.
The system is installed on an IBM laptop with only 128MB of RAM and so had to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-25-2006 #1Just Joined!
- Join Date
- Dec 2006
- Location
- Leeds, England
- Posts
- 15
Startx
I am completly new to Linux and have just installed Fedora Core 5.
The system is installed on an IBM laptop with only 128MB of RAM and so had to install in text mode.
Another 128MB is on order.
The screen resolution is poor compared with the previous operating system. (XP).
Will the screen resolution change when I install the extra memory?
How can I get Startx to run automatically when I login?
I am connected to the internet through a router. Other (Windows) computers share the same router and use the printer.
How do I connect to the printer?
I need a "Linux for Dummies" type book.
What do you reccommend?
- 12-25-2006 #2yes ! more memory definitely improve system performance. for setting correct resolution and display execute thisThe screen resolution is poor compared with the previous operating system. (XP).
Will the screen resolution change when I install the extra memory?
select Generic Monitor in Monitors List.Code:system-config-display
login as root and open /etc/inittab file.How can I get Startx to run automatically when I login?
change line 'id:3:initdefault:' to 'id:5:initdefault:'. its a first uncommented line ( without # sign ) in file. save file and reboot.
check this book and for Linux commands, this is best link.I need a "Linux for Dummies" type book.
What do you reccommend?
i dont have any idea about network printer. i hope someone will chime in and fill in suggestion for that.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-27-2006 #3Just Joined!
- Join Date
- Dec 2006
- Location
- Leeds, England
- Posts
- 15
I logged in as "root" and tried to open /etc/inittab file.
The reply was "Permission denied".
How can this be denied to the root user?
I can run "startx" from the command line and it works OK.
Richard.
- 12-28-2006 #4
if you are logged in as root then it shouldn't throw any error.
execute this code in terminal
you can gain root privileges through 'su' command.Code:whoami
Code:su - nano /etc/inittab
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-29-2006 #5Just Joined!
- Join Date
- Dec 2006
- Location
- Leeds, England
- Posts
- 15
OK. Managed to sort that out. Thanks.
I had to install in text mode because of 128MB of memory.
Another 128MB is on order.
My screen resolution is stuck at 800 x 600 and there are no other options in the dropdown box in the GUI.
Will the other options appear in the dropdown box when the new memory is installed?
If not, how can I change it?
There are options in the GUI to select the monitor type but I don't know what to pick as the options make no sense to me. (IBM Thinkpad A22m)
Also I need to replace my wireless card (Lynksys WPC54G ver5) because of the problems of getting it to work.
What do you suggest?
Regards. Richard.
- 12-30-2006 #6did you execute 'system-config-display' command in Command Line Mode?My screen resolution is stuck at 800 x 600 and there are no other options in the dropdown box in the GUI.
Will the other options appear in the dropdown box when the new memory is installed?
If not, how can I change it?
that command will let add and set resolutions.
Select 'Generic Monitor'.There are options in the GUI to select the monitor type but I don't know what to pick as the options make no sense to me. (IBM Thinkpad A22m)
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
