LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 10-22-2004, 02:15 AM   #1
vermaamitabh
LQ Newbie
 
Registered: Oct 2004
Posts: 23

Rep: Reputation: 15
Question X windows problem


Hi,
i have installed "bf24" with kernel 2..4.18. on a Pentium-75MHz Pc with 32 MB ram and 1.5 gb hdd.
I wanted to install x windows so that i can have benefit of GUI interface for further installations/management. After installing it when i say "startX", it terminates with errors.
Is it possible that i have less resources to run XWindows?? what is the minimum hardware requirement for xwindows???
I have configured xwindows for "vga" with 16 colors, generic vgs monitor, 16 bit colors.
when i use startx then i get following msgs:

VGA(0):Not usinf defualt mode "1600X1200" (insufficient memory for mode)
VGA(0):Not usinf defualt mode "1791X1344" (insufficient memory for mode)
........................
.........................
VGA(0): mode pools is empty
vag(0): virtual size is 320x200 (pitch 320)
....................
............
Loading /usr/x11R6/lib/modules/libfb.a
Module fb: vendor ="The xfree86 project"
compiled fir 4.1.0.1 module version=1.0.0
Fatal server error:
AddScreen/ScreenInit failed for driver 0

XIO: Fatal IO error 104 (connection reset by peer) on X server "0:0" after 0 requests (0 known processed) with 0 events remaining.

does any body has idea, whats wrong with it....
Thanks for ur help
best regards
 
Old 10-22-2004, 02:22 AM   #2
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Run
Code:
dpkg-reconfigure xserver-xfree86
and choose a lower screen resolution.

You have enough memory for X but not for GNOME or KDE. Try Window Maker, Fluxbox, or IceWM.
http://xwinman.org

Back up your /etc/X11/XF86Config-4

Last edited by darthtux; 10-22-2004 at 02:23 AM.
 
Old 10-22-2004, 02:34 AM   #3
vermaamitabh
LQ Newbie
 
Registered: Oct 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Many thanks for your reply.
I am already using the least available screen resolution (649X480).
But there is one confusion, during reconfiguration, it asked for "video card's bus identifier" and i leave it blank as i dont know what to fill there. can it be due to it???

Thanks for your help...
Best regards
 
Old 10-22-2004, 02:55 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
As root, type in the 'lspci' command. You can get the bus identifier information there.

0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go 64M] (rev a3)

Above is the information from the 'lspci' listing on my laptop.

It goes in the "device" section of the /etc/X11/XF86config file:

Section "Device"
BoardName "GeForce4 440 Go 64M"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection

Also, didn't you mean to say '680x400' resolution!
 
Old 10-22-2004, 03:01 AM   #5
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Try the vesa driver

And in the
SubSection "Display"
sections make sure you have "800x600" and "640x480" listed for your DefaultDepth
 
Old 10-22-2004, 04:51 AM   #6
vermaamitabh
LQ Newbie
 
Registered: Oct 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Smile

Thanks all. i use now vesa driver for 86c764/765[TRIO32/64/64V+](Rev 54) VGA card and i can start the xwidnows system.
but there is another problem that when i start the xwindows, i get grey blank screen with mouse coursor (X)only and when i press the left mouse button then menu appears and as i release the mouse button it disappears. and screen is very blurry kind of also. when i move mouse it repaints the screen by mouse back ground color. really hard to work like it
do you ppls have any idea how to solve this problem??
Thanks a lot for your help once again.
best regards
 
Old 10-22-2004, 05:12 AM   #7
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Edit ~/.xsession

and put in the file

exec windowmanager (of your choice)

or

startkde

or

exec gnome-session
 
Old 10-22-2004, 06:41 AM   #8
vermaamitabh
LQ Newbie
 
Registered: Oct 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Question

Thanks for ur reply darthtux. i have tried to edit the .xconfig in /root directory as i logged in as root.
after putting
exec windowmanager (anyother winmgr like fvwm,mwm etc) .

when i restart xwindows bt startx then it starts the xwindows and exits simultaneously. Console shows just normal exit message of xwindows.

do you have some idea. why it is happeining?
Thanks in advance for ur help
best regards
 
Old 10-22-2004, 06:48 AM   #9
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
I don't know what the .xconfig file is suppossed to do but you need to put it in .xsession
 
Old 10-22-2004, 06:53 AM   #10
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
i have tried to edit the .xconfig in /root directory as i logged in as root.
Don't login as root, login as normal user. Also, "startx" command looks for .xinitrc file (in your home directory).
 
Old 10-22-2004, 06:58 AM   #11
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Just an FYI,

http://qref.sourceforge.net/Debian/r...ml#s-x-session
 
Old 10-22-2004, 07:32 AM   #12
vermaamitabh
LQ Newbie
 
Registered: Oct 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Ohh really sorry, i just got confused and typed wrong. its "xsession".
i tried by loggin in another user account but same result happens.
my .xsession file look like:
**************************>>>
exec windowmanager twm
**************************<<<

xwindows starts and then shutsdown by giving message:
**************************>>>
waiting for xserver to shutdown
**************************<<<
 
Old 10-22-2004, 07:36 AM   #13
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Sorry for the confusion but that would be

exec twm

I just supplied windowmanager to let you know that was where the name of the window manager was supposed to go.
 
Old 10-22-2004, 07:48 AM   #14
vermaamitabh
LQ Newbie
 
Registered: Oct 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Thumbs up

Thats gr888888. it works.. thanks a lottttttt.....
i use now icewm and its really easy to see every option and work with.
Thanks once again for your gr8 help!!
Best regards
 
Old 10-22-2004, 07:55 AM   #15
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
I am glad you have it working I like IceWM too. I don't know if your aware of this site or not, but you can get some themes at http://freshmeat.net and http://mitglied.lycos.de/buran/linux/themes/index.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
x windows problem nived Linux - Software 5 04-11-2005 06:10 AM
Switching window focus (like alt+tab in windows) and Ctrl+Alt+F1 X windows problem... DiZASTiX Linux - Software 3 01-20-2005 04:56 PM
Problem with X Windows grub Linux - Hardware 9 04-03-2003 10:51 PM
Problem With X Windows Mag|c *BSD 2 03-31-2003 09:26 AM
X windows problem res404 Linux - General 6 02-15-2003 09:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration