LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-27-2006, 02:41 PM   #1
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Rep: Reputation: 15
Cannot start X server, configuration problems


I've spent two days trying to configure my Xserver to my ATI graphics card, and nothing is working.

I'm running X server version 7.0 on Ubuntu 6.06 dapper drake. I've followed the tutorial on ubuntu.com to configure the X server here https://help.ubuntu.com/community/BinaryDriverHowto/ATI
and I've tried to install the ATI driver on ATI's website, won't work. And I've tried dpkg-reconfigure, ran through the questions, and X server still wont start. It gives a "Screens found, but no Usable configuration" error.

I've checked all the requirements and as far as I know, X server version 7 is supported by ATI drivers in Ubuntu 6.06, so there should be NO compatibility problem.

I have a Macbook Pro, 15.4", ATI Radeon X1600.

Any suggestions would be greatly appreciated.
 
Old 06-27-2006, 04:40 PM   #2
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
Include a copy of both your xorg.conf and your xorg log file found in /var/log. The info directly aboe the no usuable configuration error is what we need. It may have nothing to do with the ati driver, could be a typo or mouse issue.
 
Old 06-28-2006, 12:23 AM   #3
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Post

Quote:
Originally Posted by AzrielMacKay
Include a copy of both your xorg.conf and your xorg log file found in /var/log. The info directly aboe the no usuable configuration error is what we need. It may have nothing to do with the ati driver, could be a typo or mouse issue.
I appreciate your reply! My intuition tells me that some of the screen parameters are not specific enough for the x server to make any use of it (IE H. or V. sync, refresh rate, monitor brand and model, etc..). I was also wondering though, if the mouse WOULD have something to do with it because it's an Apple single button mouse, and not a three button mouse.

This is the xorg.conf file:

Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"aticonfig-Screen[0]"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"aticonfig-Screen[0]"
#(The tutorial on ubuntu.com said make the identifier aticonfig-Screen[0])

	Device		"aticonfig-Screen[0]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1440x900"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x900"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"aticonfig-Screen[0]"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
 
Old 06-28-2006, 12:25 AM   #4
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Original Poster
Rep: Reputation: 15
This is the Xorg log file:
Code:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12 i686
Current Operating System: Linux ubuntu 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686
Build Date: 16 March 2006
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 27 23:05:26 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "aticonfig-Screen[0]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 8086,7270 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,27a3 card 0000,0000 rev 03 class 11,01,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8384,7680 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,7270 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,7270 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 8086,7270 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,7270 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:2: chip 8086,27c5 card 8086,7270 rev 02 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,7270 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,71c5 card 106b,0080 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,4362 card 11ab,5321 rev 22 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 168c,001c card 106b,0086 rev 01 class 02,00,00 hdr 00
(II) PCI: 0c:03:0: chip 11c1,5811 card 11c1,5811 rev 61 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x00003000 - 0x00003fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x90300000 - 0x903fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x80000000 - 0x87ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0x90200000 - 0x902fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x1ff00000 - 0x1fffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0x90100000 - 0x901fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:2), (0,4,11), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0x8c100000 - 0x900fffff (0x4000000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0x88000000 - 0x8bffffff (0x4000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:30:0), (0,12,12), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
	[0] -1	0	0x8c000000 - 0x8c0fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x71c5) rev 0, Mem @ 0x80000000/27, 0x90300000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0x8c000000 - 0x8c000fff (0x1000) MX[B]
	[1] -1	0	0x90200000 - 0x90203fff (0x4000) MX[B]
	[2] -1	0	0x90405000 - 0x904053ff (0x400) MX[B]
	[3] -1	0	0x90405400 - 0x904057ff (0x400) MX[B]
	[4] -1	0	0x90400000 - 0x90403fff (0x4000) MX[B]
	[5] -1	0	0x90404000 - 0x90404fff (0x1000) MX[B]
	[6] -1	0	0x90300000 - 0x9030ffff (0x10000) MX[B](B)
	[7] -1	0	0x80000000 - 0x87ffffff (0x8000000) MX[B](B)
	[8] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[9] -1	0	0x00004020 - 0x0000402f (0x10) IX[B]
	[10] -1	0	0x000040f0 - 0x000040f3 (0x4) IX[B]
	[11] -1	0	0x000040d0 - 0x000040d7 (0x8) IX[B]
	[12] -1	0	0x000040f4 - 0x000040f7 (0x4) IX[B]
	[13] -1	0	0x000040d8 - 0x000040df (0x8) IX[B]
	[14] -1	0	0x000040c0 - 0x000040cf (0x10) IX[B]
	[15] -1	0	0x000040f8 - 0x000040fb (0x4) IX[B]
	[16] -1	0	0x000040e0 - 0x000040e7 (0x8) IX[B]
	[17] -1	0	0x000040fc - 0x000040ff (0x4) IX[B]
	[18] -1	0	0x000040e8 - 0x000040ef (0x8) IX[B]
	[19] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[20] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[21] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[22] -1	0	0x000040a0 - 0x000040bf (0x20) IX[B]
	[23] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0x90100000 - 0x9010ffff (0x10000) MX[B]
	[1] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x8c000000 - 0x8c000fff (0x1000) MX[B]
	[1] -1	0	0x90200000 - 0x90203fff (0x4000) MX[B]
	[2] -1	0	0x90405000 - 0x904053ff (0x400) MX[B]
	[3] -1	0	0x90405400 - 0x904057ff (0x400) MX[B]
	[4] -1	0	0x90400000 - 0x90403fff (0x4000) MX[B]
	[5] -1	0	0x90404000 - 0x90404fff (0x1000) MX[B]
	[6] -1	0	0x90300000 - 0x9030ffff (0x10000) MX[B](B)
	[7] -1	0	0x80000000 - 0x87ffffff (0x8000000) MX[B](B)
	[8] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[9] -1	0	0x00004020 - 0x0000402f (0x10) IX[B]
	[10] -1	0	0x000040f0 - 0x000040f3 (0x4) IX[B]
	[11] -1	0	0x000040d0 - 0x000040d7 (0x8) IX[B]
	[12] -1	0	0x000040f4 - 0x000040f7 (0x4) IX[B]
	[13] -1	0	0x000040d8 - 0x000040df (0x8) IX[B]
	[14] -1	0	0x000040c0 - 0x000040cf (0x10) IX[B]
	[15] -1	0	0x000040f8 - 0x000040fb (0x4) IX[B]
	[16] -1	0	0x000040e0 - 0x000040e7 (0x8) IX[B]
	[17] -1	0	0x000040fc - 0x000040ff (0x4) IX[B]
	[18] -1	0	0x000040e8 - 0x000040ef (0x8) IX[B]
	[19] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[20] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[21] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[22] -1	0	0x000040a0 - 0x000040bf (0x20) IX[B]
	[23] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x90100000 - 0x9010ffff (0x10000) MX[B]
	[1] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x8c000000 - 0x8c000fff (0x1000) MX[B]
	[5] -1	0	0x90200000 - 0x90203fff (0x4000) MX[B]
	[6] -1	0	0x90405000 - 0x904053ff (0x400) MX[B]
	[7] -1	0	0x90405400 - 0x904057ff (0x400) MX[B]
	[8] -1	0	0x90400000 - 0x90403fff (0x4000) MX[B]
	[9] -1	0	0x90404000 - 0x90404fff (0x1000) MX[B]
	[10] -1	0	0x90300000 - 0x9030ffff (0x10000) MX[B](B)
	[11] -1	0	0x80000000 - 0x87ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x90100000 - 0x9010ffff (0x10000) MX[B]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[16] -1	0	0x00004020 - 0x0000402f (0x10) IX[B]
	[17] -1	0	0x000040f0 - 0x000040f3 (0x4) IX[B]
	[18] -1	0	0x000040d0 - 0x000040d7 (0x8) IX[B]
	[19] -1	0	0x000040f4 - 0x000040f7 (0x4) IX[B]
	[20] -1	0	0x000040d8 - 0x000040df (0x8) IX[B]
	[21] -1	0	0x000040c0 - 0x000040cf (0x10) IX[B]
	[22] -1	0	0x000040f8 - 0x000040fb (0x4) IX[B]
	[23] -1	0	0x000040e0 - 0x000040e7 (0x8) IX[B]
	[24] -1	0	0x000040fc - 0x000040ff (0x4) IX[B]
	[25] -1	0	0x000040e8 - 0x000040ef (0x8) IX[B]
	[26] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[27] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[28] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[29] -1	0	0x000040a0 - 0x000040bf (0x20) IX[B]
	[30] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
	[31] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.99.8, module version = 8.25.18
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.99.99.904, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) ATI Radeon/FireGL: The following chipsets are supported:
	RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
	MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
	RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
	RADEON 9200 (RV280 5961), RADEON 9000 (RV280 5962),
	RADEON 9200 SE (RV280 5964), FireMV 2200 PCI (RV280 5965),
	MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
	FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
	RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
	RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
	RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
	MOBILITY RADEON 9600/9700 (M10/M11 4E50),
	MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
	RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
	FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
	RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
	FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
	RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
	FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
	RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
	RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
	MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
	RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
	FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
	MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
	MOBILITY RADEON X600 (M24 5462), MOBILITY FireGL V3100 (M22 5464),
	RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
	MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
	MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
	RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
	RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
	FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
	RADEON X800 SE (R420 4A4F),
	RADEON X800 XT Platinum Edition (R420 4A50),
	RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
	RADEON X800 PRO (R423 5549),
	RADEON X800 XT Platinum Edition (R423 554A),
	RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
	FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
	MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
	MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
	RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
	RADEON X850 XT Platinum Edition (R480 5D4D),
	RADEON X800 GTO (R480 5D4F), RADEON X850 XT (R480 5D52),
	RADEON X850 (R481 4B48), RADEON X850 XT (R481 4B49),
	RADEON X850 SE (R481 4B4A), RADEON X850 PRO (R481 4B4B),
	RADEON X850 XT Platinum Edition (R481 4B4C),
	MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
	FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
	RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
	RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
	RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
	MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
	RADEON 9100 IGP (RS300 5834),
	RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
	MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
	RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
	RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
	RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
	RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
	RADEON X1800 (R520 7100), MOBILITY RADEON X1800 (M58 7101),
	MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
	FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
	MOBILITY FireGL V7100 (M58 7106), RADEON X1800 XT (R520 7108),
	RADEON X1800 PRO (R520 7109), RADEON X1800 SE (R520 710A),
	RADEON X1800 (R520 710B), RADEON X1800 (R520 710C),
	FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
	RADEON X1300 PRO (RV505 7143), RADEON X1300 (RV505 7147),
	MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
	RADEON X1300 (RV505 715F), RADEON X1300 XT (RV515 7140),
	RADEON X1300 PRO (RV515 7142), MOBILITY FireGL (M54 GL 7144),
	MOBILITY RADEON X1400 (M54 7145), RADEON X1300 LE (RV515 7146),
	MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
	RADEON X1300 SE (RV515 714E), FireGL V3300 (RV515 7152),
	RADEON X1300 VE (RV515 715E), RADEON X1300 (RV516 7180),
	RADEON X1300 (RV516 7183), RADEON X1300 (RV516 7187),
	RADEON X1900 (R580 7240), RADEON X1900 (R580 7243),
	RADEON X1900 (R580 7244), RADEON X1900 (R580 7245),
	RADEON X1900 (R580 7246), RADEON X1900 (R580 7247),
	RADEON X1900 (R580 7248), RADEON X1900 (R580 7249),
	RADEON X1900 (R580 724A), RADEON X1900 (R580 724B),
	RADEON X1900 (R580 724C), RADEON X1900 (R580 724D),
	RADEON X1900 (R580 724E), RADEON X1900 (R580 724F),
	RADEON X1600 XT (RV530 71C0), RADEON X1600 PRO (RV530 71C2),
	MOBILITY FireGL V5200 (M56 71C4), MOBILITY RADEON X1600 (M56 71C5),
	RADEON (RV530 LE 71C6), RADEON (RV530 VE 71CE),
	FireGL V3400 (RV530 71D2), FireGL V5200 (RV530 71DA),
	RADEON (RV530 SE 71DE)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.25.18
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.25g1                           
(II) ATI Proprietary Linux Driver Build Date: May 18 2006 09:54:44
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.25.1-driver-lnx-268237
(--) Chipset MOBILITY RADEON X1600 (M56 71C5) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x8c000000 - 0x8c000fff (0x1000) MX[B]
	[5] -1	0	0x90200000 - 0x90203fff (0x4000) MX[B]
	[6] -1	0	0x90405000 - 0x904053ff (0x400) MX[B]
	[7] -1	0	0x90405400 - 0x904057ff (0x400) MX[B]
	[8] -1	0	0x90400000 - 0x90403fff (0x4000) MX[B]
	[9] -1	0	0x90404000 - 0x90404fff (0x1000) MX[B]
	[10] -1	0	0x90300000 - 0x9030ffff (0x10000) MX[B](B)
	[11] -1	0	0x80000000 - 0x87ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x90100000 - 0x9010ffff (0x10000) MX[B]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[16] -1	0	0x00004020 - 0x0000402f (0x10) IX[B]
	[17] -1	0	0x000040f0 - 0x000040f3 (0x4) IX[B]
	[18] -1	0	0x000040d0 - 0x000040d7 (0x8) IX[B]
	[19] -1	0	0x000040f4 - 0x000040f7 (0x4) IX[B]
	[20] -1	0	0x000040d8 - 0x000040df (0x8) IX[B]
	[21] -1	0	0x000040c0 - 0x000040cf (0x10) IX[B]
	[22] -1	0	0x000040f8 - 0x000040fb (0x4) IX[B]
	[23] -1	0	0x000040e0 - 0x000040e7 (0x8) IX[B]
	[24] -1	0	0x000040fc - 0x000040ff (0x4) IX[B]
	[25] -1	0	0x000040e8 - 0x000040ef (0x8) IX[B]
	[26] -1	0	0x00004040 - 0x0000405f (0x20) IX[B]
	[27] -1	0	0x00004060 - 0x0000407f (0x20) IX[B]
	[28] -1	0	0x00004080 - 0x0000409f (0x20) IX[B]
	[29] -1	0	0x000040a0 - 0x000040bf (0x20) IX[B]
	[30] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
	[31] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
(II) fglrx(0): pEnt->device->identifier=0x81d9678
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(EE) fglrx(0): No V_BIOS found
(EE) fglrx(0): PreInitInt10 failed
SetVBEMode failed
(EE) fglrx(0): R200PreInit failed
(II) fglrx(0): === [R200PreInit] === end
(II) UnloadModule: "fglrx"
(II) UnloadModule: "int10"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules/libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
 
Old 06-28-2006, 12:50 AM   #5
jon23d
Member
 
Registered: May 2006
Location: Kennewick, WA - USA
Distribution: Ubuntu
Posts: 129

Rep: Reputation: 15
I'm a little new myself, but I'd like to hazard a guess or two -

In your config file you have your video card & your screen with the same identifier... this sounds like it cause problems.

Also, just out of curiosity, is a resolution of 1440x900 all that your computer supports? Seems like an odd one to me.
 
Old 06-28-2006, 02:10 PM   #6
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jon23d
I'm a little new myself, but I'd like to hazard a guess or two -

In your config file you have your video card & your screen with the same identifier... this sounds like it cause problems.

Also, just out of curiosity, is a resolution of 1440x900 all that your computer supports? Seems like an odd one to me.
Ah, so you noticed that too! I'll have to try changing the device to something else, but I haven't tried yet because I don't know what to put in as the device and I don't want to leave it blank. Do you have any suggestions? I've searched high and low on the internet to get more specs on my laptop screen and graphics card, but I don't think I've found the right information.

1440x900 is the default resolution of the computer. I have tried doing various combinations of resolutions and nothing was making any noticable change. I figured if there was something wrong with the resolution, I would see it once I startx and go back to edit the config file later. But I just can't figure out exactly what's keeping the xserver from starting.

btw, thanks for your help.
 
Old 06-28-2006, 02:19 PM   #7
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jon23d
I'm a little new myself, but I'd like to hazard a guess or two -

In your config file you have your video card & your screen with the same identifier... this sounds like it cause problems.

Also, just out of curiosity, is a resolution of 1440x900 all that your computer supports? Seems like an odd one to me.
omg, look what I found! I think someone had the same problems getting the xserver configured to their ATI driver. This is their xorg.conf file. http://modular.math.washington.edu/macbook/xorg.conf I am at school right now, I will try this as soon as I get home.
 
Old 06-28-2006, 02:39 PM   #8
jon23d
Member
 
Registered: May 2006
Location: Kennewick, WA - USA
Distribution: Ubuntu
Posts: 129

Rep: Reputation: 15
It only seems logical that nomenclature would be unimportant as long as you choose unique identfiers.

Here are the identifiers my xorg.conf has:

video card identifier: ATI Technologies, Inc. RV350 AP [Radeon 9600]
monitor identifier: B70A
screen identifier: Default Screen

And of course, in the screen section I have:

Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "B70A"

As far as the screen resolution goes, I imagine that if the resolution or refresh rates are incorrect that you will just get a black screen. If this is the case you can always change to a supported combination manually and run startx.

Last edited by jon23d; 06-28-2006 at 02:40 PM.
 
Old 06-28-2006, 10:50 PM   #9
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
Do you have more than one card in there? This kinda makes me wonder about that: http://www.ubuntuforums.org/archive/...p/t-22496.html
Also check your bios settings. Ive been just searching for (EE) fglrx(0): No V_BIOS found on google. That's all i could find about it really.
 
Old 06-28-2006, 11:10 PM   #10
danga1993
LQ Newbie
 
Registered: Oct 2005
Location: In a house......
Distribution: Debian
Posts: 21

Rep: Reputation: 15
I was just looking through my X config file in the hope I might be able to find something wrong.

I'm risking a hypothesis too

I noticed that this section was missing from your config file
Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection
Could that have anything to do with the problem? Or is it because I'm using debian and your os doesn't require it.
 
Old 06-29-2006, 12:10 AM   #11
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by AzrielMacKay
Do you have more than one card in there? This kinda makes me wonder about that: http://www.ubuntuforums.org/archive/...p/t-22496.html
Also check your bios settings. Ive been just searching for (EE) fglrx(0): No V_BIOS found on google. That's all i could find about it really.
Thank you for the link! I will look at it in greater detail later, as it is late, and I have school tomorrow. Was that thread in the Hoary forum? I'm running Dapper.

I did do a search on the "no V_BIOS found" error, previous to your post, and found lots of topics, but most were unrelated to the ATI graphics card/macbook installation. :/ Believe it or not, I'm not only learning about linux in this process; I'm learning how to search the internet to troubleshoot my problems. My husband has showed me on many occasions that I still need practice, so there may be a useful page out there waiting to be found. ^^;

Thanks again! I'll be sure to update on the results.
 
Old 06-29-2006, 12:16 AM   #12
_mercury
Member
 
Registered: Jun 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by danga1993
I was just looking through my X config file in the hope I might be able to find something wrong.

I'm risking a hypothesis too

I noticed that this section was missing from your config file
Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection
Could that have anything to do with the problem? Or is it because I'm using debian and your os doesn't require it.
Actaully, I believe that it is in there in the second to last section of the .conf file. Mine is a little more detailed with a few more InputDevices.

Question: Are you on a laptop or a desktop? If laptop, what laptop do you have? What graphics driver do you have?

Having the Screen Identifier be "Default" seemed to be causing some people problems, in which case the website suggested that I put aticonfig-Screen[0] in the place of the default.
 
  


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
FreeBSD 6.0 X server configuration problems Nylex *BSD 7 01-22-2006 08:09 PM
gentoo: problems on X-server start atom Linux - Hardware 2 11-11-2004 11:04 AM
Problems with RH9 samba server configuration tool plunday Linux - Networking 7 08-31-2004 10:30 PM
Xnest: Remote X-Server Configuration Problems shinacalypse Linux - Newbie 1 04-30-2004 01:12 PM
MySQL server start up problems spectrumver1 Linux - Software 2 12-09-2003 07:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:53 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