Results 1 to 10 of 15
Hey guys im new to linux and this forum.
I just installed debian sarge as a desktop and installed gnome, gdm, and xfree86. My problem is, when i type startx ...
- 10-04-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
Linux n00b...problem with startx
Hey guys im new to linux and this forum.
I just installed debian sarge as a desktop and installed gnome, gdm, and xfree86. My problem is, when i type startx i get a fatal error no screens found message. It also says that no devices are found. i read around and came to the conclusion that this is probibly due to incorrect monitor and video settings.
i am using a compaq fs7600 flat screen 17in. monitor
ati radeon x700pro 256mb gpu.
amd sempron 3000+
can someone please walk me through what i need to input in xf86config?
Could something else be causing this problem?
i appreciate then help you guys to give for i am very exited to get involved with linux!
thanks,
Nic
- 10-04-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
try making sure you have the right drivers installed and correct stats for your screen in XF84Config-4
- 10-04-2005 #3Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
how do i get/install drivers?
- 10-04-2005 #4
actually first thing, make sure you run
Code:dpkg-reconfigure xserver-xfree86
Brilliant Mediocrity - Making Failure Look Good
- 10-04-2005 #5Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
yes i ran that...i thought it was the same thing as xf86config?
- 10-04-2005 #6Just Joined!
- Join Date
- Oct 2005
- Location
- Canada
- Posts
- 9
x-window-system
xfree86
gdm
gnome
get these things with aptitude
- 10-04-2005 #7
In your /etc/X11/XF86Config-4 file, there should be a section called Device that corresponds to your graphics card. Change the driver to "vesa" or "ati", and make sure that your Screen section uses the same name for your card that your Device section does. You might need to change the bit depths a bit, and as for the monitor, I'm not too sure on how that goes.
- 10-04-2005 #8Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
yea try using 8 bit depth first just to see if it works. mine is wierd.. it can use 15 bit but not 16. i just had to play around with XF86Conifg-4 file
- 10-04-2005 #9Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
Originally Posted by Javasnob
i had set my card to ati before all this so ill try vesa. how do i open a file from the command? usually when i input a line in command that starts with a folder i get text saying bash: this is a folder or something like that.
- 10-04-2005 #10
To open a file (Ex. XF86Config-4):
orCode:pico XF86Config-4
Pico and nano (which are usually the same thing on a Debian system) are good straightforward console text-editors. I'd reccomend vi or vim, but they're a little awkward to use at first. But do learn how to use them.Code:nano XF86Config-4


Reply With Quote
