Re: Getting X to start

2003-01-21 Thread Rob Weir
On Fri, Jan 17, 2003 at 12:55:23AM +1100, Russell wrote:
 Kris K wrote:
 Hi -
 
 Just installed Debian, and can't get X to start.  I've included my 
 XF86Config-4 file, plus the log output that results from it.  What can I 
 do to get it to work (ok...RTFM...that didn't work)?  Thanks for your 
 help guys.
 
 As root, try XFree86 -configure
 which should give something that works that you can start from.

Better still, as root:
$ apt-get install discover mdetect read-edid
$ dpkg -P --force-depends xserver-xfree86 xfree86-common
$ apt-get install xserver-xfree86 xfree86-common

I'm assuming there's a better way to do this than purging X, but I
haven't found it (not that I've looked too hard, it built my config with
vim).

-rob



msg25307/pgp0.pgp
Description: PGP signature


Getting X to start

2003-01-16 Thread Kris K
Hi -

Just installed Debian, and can't get X to start.  I've included my 
XF86Config-4 file, plus the log output that results from it.  What can I do 
to get it to work (ok...RTFM...that didn't work)?  Thanks for your help 
guys.

Kris Kerwin

P.S.:  Another example of M$ irrespecting Linux - the Hotmail account that I 
used on my Windows gamebox to receive this email says Debian is 
junkmail...hmm








_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


XFree86.0.log
Description: Binary data
Section ServerLayout
	Identifier Default Layout
	Screen Default Screen 0 0
	InputDeviceGeneric Keyboard CoreKeyboard
	InputDeviceGeneric Mouse CorePointer
EndSection

Section Files
	FontPath unix/:7100
	RgbPath  /usr/X11R6/lib/X11/rgb
EndSection

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

Section InputDevice
	Identifier  Generic Keyboard
	Driver  keyboard
	Option  XkbRules xfree86
	Option  XkbModel pc105
	Option  XkbLayout us
EndSection

Section InputDevice
	Identifier  Generic Mouse
	Driver  mouse
	Option  Device /dev/input/mice
	Option  Protocol /dev/psaux
	Option  Emulate3Buttons no
	Option  ZAxisMapping 4 5
EndSection

Section Monitor
	Identifier   Generic Monitor
	HorizSync30 - 70
	VertRefresh  50.0 - 160.0
	Option   DPMS
	Option   BusID PCI:1:0:0
EndSection

Section Device
	Identifier  Generic Video Card
	Driver  glide
	ChipSet Voodoo3
	CardVoodoo3 (generic)
	Option  UseFBDev true
EndSection

Section Screen
	Identifier Default Screen
	Device Generic Video Card
	MonitorGeneric Monitor
	DefaultDepth 24
	SubSection Display
		Depth 16
		Modes1024x768 800x600 640x480
	EndSubSection
	SubSection Display
		Depth 24
		Modes1024x768 800x600 640x480
	EndSubSection
EndSection

Section DRI
	Mode 0666
EndSection





Re: Getting X to start

2003-01-16 Thread Russell
Kris K wrote:

Hi -

Just installed Debian, and can't get X to start.  I've included my 
XF86Config-4 file, plus the log output that results from it.  What can I 
do to get it to work (ok...RTFM...that didn't work)?  Thanks for your 
help guys.

As root, try XFree86 -configure
which should give something that works that you can start from.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Getting X to start

2003-01-16 Thread Ron Johnson
On Thu, 2003-01-16 at 06:56, Kris K wrote:
 Hi -
 
 Just installed Debian, and can't get X to start.  I've included my 
 XF86Config-4 file, plus the log output that results from it.  What can I do 
 to get it to work (ok...RTFM...that didn't work)?  Thanks for your help 
 guys.

From your log file:
  (II) Primary Device is: PCI 01:00:0
  (EE) No devices detected.

From your XF86Config-4:
  Option   BusID PCI:1:0:0

I don't know if this makes any difference, but my config file
says:
  BusID   AGP:01:00:0

Note the extra zeros, so maybe this would work for you:
  Option   BusID PCI:01:00:0

-- 
++
| Ron Johnson, Jr. mailto:[EMAIL PROTECTED]  |
| Jefferson, LA  USA   http://members.cox.net/ron.l.johnson  |
||
| Basically, I got on the plane with a bomb. Basically, I   |
|  tried to ignite it. Basically, yeah, I intended to damage |
|  the plane.   |
|RICHARD REID, who tried to blow up American Airlines|
|  Flight 63 |
++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Getting X to start

2003-01-16 Thread Ron Johnson
On Thu, 2003-01-16 at 06:56, Kris K wrote:
 Hi -
 
 Just installed Debian, and can't get X to start.  I've included my 
 XF86Config-4 file, plus the log output that results from it.  What can I do 
 to get it to work (ok...RTFM...that didn't work)?  Thanks for your help 
 guys.
 
 Kris Kerwin
 
 P.S.:  Another example of M$ irrespecting Linux - the Hotmail account that I 
 used on my Windows gamebox to receive this email says Debian is 
 junkmail...hmm

Forgot to mention.  You do have a /dev/fb0, right?

-- 
++
| Ron Johnson, Jr. mailto:[EMAIL PROTECTED]  |
| Jefferson, LA  USA   http://members.cox.net/ron.l.johnson  |
||
| Basically, I got on the plane with a bomb. Basically, I   |
|  tried to ignite it. Basically, yeah, I intended to damage |
|  the plane.   |
|RICHARD REID, who tried to blow up American Airlines|
|  Flight 63 |
++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]