Problem in Fedora Core 3 Plz Help!!!!!

Status
Not open for further replies.

naveenchandran

In the zone
Help My first problem!

I could not connect to internet while I was using SuSE it was fine!

Plz see this!

*img153.exs.cx/img153/6617/imghelp5jt.png



My Second problem!

*img146.exs.cx/img146/6463/imgshelp8cw.png

Could not mount windows partition!!! Help
 
OP
N

naveenchandran

In the zone
I have winXP on c:


One more problem is the max screen resolution is 800*600 pix
There is no option for 1024*768 I need this

Help!
 

busyanuj

In the zone
naveen, you made a very small mistake in mounting the partition, it is hdc1 and not hda1 as your partition table shows. Just type this:
Code:
mount -t  vfat /dev/hdc1 /mnt/win

probably, your monitor doesn't support 1024x768 resolution at the current refresh rate. Decrease refresh rate of monitor to 60 Hz to see if you can get back the option to increase resolution to 1024x768.
 

BONZI

Journeyman
Try to mount the partitions by editing fstab so you dont have to use the command everytime you need it.

SCREEN PROBLEM:

go to /etc/X11/xorg.conf and check these lines

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection

Make sure "1024x786" exist in Modes. (If your monitor supports that)
 

Scorpion

Journeyman
It's not a expert answer but

Well,
About the higher resolution in Xp, try getting down the refresh rate to a lower level , then you may find higer resolution bar enabled. But first of all make sure your monitor supports it.
 

GNUrag

FooBar Guy
can you post your /etc/wvdial.conf file here ?

your modem and ISP are working fine. there just seems to some misconfiguration.

are you using Reliance Infocomm
 
OP
N

naveenchandran

In the zone
/etc/wvdial.conf

[Dialer Defaults]
Modem = /dev/ttyACM0
Baud = 115200
Init1 = AT+crm=1;$LGPKT=3
ISDN = 0
Modem Type = Analog Modem
Phone = #777
Username = 4344395531
Password = 4344395531
Stupid Mode = 1


/etc/ppp/options

lock
asyncmap 0
crtscts
modem
defaultroute
usepeerdns
name reliance
noauth
mtu 264
debug

Yes I am using reliance
Help


/etc/resolv.conf was empty, I added a dummy line to it.
nameserver 9.10.11.12
 
hey fellows can't run c programs even fc3 has c and c++ compilers. here is what i type and tell me i am correct.
#include<stdio.h>
main()
{
int a,b,c;
printf("Enter the numbs");
scanf("%d%d",&a,&b);
c=a+b;
printf("The sum=%d",c);
}
ok, when i type
cc. san.c
no file type or i don't know.just can't compile.
ok,./a.out is to execute write.
c'mon solve it or i have to switch to mand10.1.thanks
 
no man i even tried gcc, cc and even tried to go for the help and got nothing there must be something to activate the compilation.i used to execute in the red hat.but not able to do it here.also, tell about how to do the graphics in c.this is the feature most of us don't know except in the windows. :roll:
 
Status
Not open for further replies.
Top Bottom