Re: KDM Confguration problem

2004-07-03 Thread Antiphon
On July 2, 2004 05:04 pm, Vinod Mishra wrote:
> Hello,
>
> thanks for the response. Could you please tell me how
> to install kernel "agpart" support module.
>
>
> regards,
> Vinod Mishra
>
> On Fri, 2 Jul 2004, Anh Phuoc Le wrote:
> >Hi,
> >One of my PC uses that i810 graphic chip set. It works fine but make sure
> > you have the kernel module "agpgart" installed.
> >
> >Good luck
> >Anh
> >
> >


Since you are a beginner, I would recommend that you try out the Knoppix 
distribution which is based on Debian but is much easier to install because 
Knoppix is CD-based and automatically detects your hardware. It has an option 
to install itself to your harddrive if you like it.




Re: KDM Confguration problem

2004-07-02 Thread Matías Costa
El Viernes, 2 de Julio de 2004 23:04, Vinod Mishra escribió:
> Hello,
>
> thanks for the response. Could you please tell me how
> to install kernel "agpart" support module.
>

modprobe agpgart

You should read some basic intro to linux administration. You can start to 
search in:

http://www.debian.org/doc/user-manuals

Especially 

http://www.debian.org/doc/manuals/users-guide/users-guide.en.html

Well, you don't have to read it all, but search before ask. So we can get 
atention in more difficult questions, and not to be repeating the same again 
and again (not to mention the traffic volume).

Wellcome to Debian :)




Re: KDM Confguration problem

2004-07-02 Thread Vinod Mishra
Hello,

thanks for the response. Could you please tell me how
to install kernel "agpart" support module.


regards,
Vinod Mishra


On Fri, 2 Jul 2004, Anh Phuoc Le wrote:

>Hi,
>One of my PC uses that i810 graphic chip set. It works fine but make sure you
>have the kernel module "agpgart" installed.
>
>Good luck
>Anh
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>




Re: KDM Confguration problem

2004-07-02 Thread Vinod Mishra
Dear All,

I have installed Debian 3 but I am not able to configure the
X-window setup. I am using an Intel pentium -3 PC, with i810
chipset. Everytime I am running "startx", I m getting some
error messages. I am attaching XF86Config-4 and XFree86.0.log
files with this mail.

If anybody can help in sorting out this problem, it will be of
great help.

regards,
Vinod Mishra

Vinod Mishra
Research Scholar,
Indira Gandhi Institute of Development Research.
Gen.A.K.Vaidya MargPhone:+91-22-2840-0919/20/21
Goregaon(East).Ext:263(R) 592(O) 595(CC)
Mumbai 400065. Fax:+91-22-2840-2752.
India. Mobile : 022 - 38043493
Home Page : http://www.igidr.ac.in/~vinod


"A mind that has been stretched will never return to its original
dimension."

- Albert Einstein -

On Fri, 2 Jul 2004 [EMAIL PROTECTED] wrote:

>hi,
>u have to be more specific as to what the error messages u are
>getting... if your xserver is crashing when u do "startx"
>please send a copy of your /var/log/XFree86.0.log file to help us
>diagonise the problem...
>abhishek.
>
>
>
>
>
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"pex5"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"xie"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "i810"
VideoRam8192
Option  "UseFBDev"  "true"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   30-54
VertRefresh 50-120
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8

Re: KDM Confguration problem

2004-07-02 Thread Anh Phuoc Le
Hi,
One of my PC uses that i810 graphic chip set. It works fine but make sure you 
have the kernel module "agpgart" installed.

Good luck
Anh




Re: KDM Confguration problem

2004-07-02 Thread rawat
hi,
u have to be more specific as to what the error messages u are
getting... if your xserver is crashing when u do "startx"
please send a copy of your /var/log/XFree86.0.log file to help us
diagonise the problem...
abhishek.





> Dear ALL,
>
> I have installed latest version (official) of Debian Linux
> on my computer just two days before. This is for the first
> time i am trying out Debian. I was really very very impressed
> by it's capability and simplicity in downloading and
> installing/upgrading packages.
>
> But the worst part of this story is that i am not able to configure the
> X-window server due to which i am not able to make full use of all the
> packages(such as Xpdf, Koffice, GNUplot etc.). I have an
> Intel i810 Chipset with onboard graphics and sound . This chipset
> is probed by configuration program but still ..it is giving error
> messages.
> if you could solve this problem, my life will much more easier and
> happier.
>
> thanks in advance,
>
> regards,
> Vinod Mishra
> 
> Vinod Mishra
> Research Scholar,
> Indira Gandhi Institute of Development Research.
> Gen.A.K.Vaidya MargPhone:+91-22-2840-0919/20/21
> Goregaon(East).Ext:263(R) 592(O) 595(CC)
> Mumbai 400065. Fax:+91-22-2840-2752.
> India. Mobile : 022 - 38043493
>   Home Page : http://www.igidr.ac.in/~vinod
> 
>
> "A pessimist is someone who complains about the noise when opportunity
> knocks."
>
> - Michael Levine -
>
>
>
>
>
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]






KDM Confguration problem

2004-07-02 Thread Vinod Mishra
Dear ALL,

I have installed latest version (official) of Debian Linux
on my computer just two days before. This is for the first
time i am trying out Debian. I was really very very impressed
by it's capability and simplicity in downloading and installing/upgrading
packages.

But the worst part of this story is that i am not able to configure
the X-window server due to which i am not able to make full use of
all the packages(such as Xpdf, Koffice, GNUplot etc.). I have an
Intel i810 Chipset with onboard graphics and sound . This chipset
is probed by configuration program but still ..it is giving error
messages.
if you could solve this problem, my life will much more easier and
happier.

thanks in advance,

regards,
Vinod Mishra

Vinod Mishra
Research Scholar,
Indira Gandhi Institute of Development Research.
Gen.A.K.Vaidya MargPhone:+91-22-2840-0919/20/21
Goregaon(East).Ext:263(R) 592(O) 595(CC)
Mumbai 400065. Fax:+91-22-2840-2752.
India. Mobile : 022 - 38043493
Home Page : http://www.igidr.ac.in/~vinod


"A pessimist is someone who complains about the noise when opportunity
knocks."

- Michael Levine -