[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X color problem



On Wed, Jul 10, 2002 at 10:34:03PM +0200, Michel D?nzer wrote:

> Maybe that the file must have a .txt suffix, but...

Quite.  That works.

> ... why does it look in /usr/X11R6.4 then? Does /etc/X11/X point to the
> correct server? Or do you set the ModulePath in /etc/X11/XF86Config-4?

/etc/X11/X -> /usr/bin/X11/XFree86*

There is no ModulePath anywhere in my XF86Config.  I have no XF86Config-4 
incidentally.  Sorry, I'm stale, haven't fiddled with Debian since 1998
so some things seem to have changed drastically since then.

For what it's worth, here's my XF86Config.  Thanks for you help!

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath "/usr/X11R6.4/lib/X11/rgb"

	FontPath    "/usr/X11R6.4/lib/X11/fonts/misc/:unscaled"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/75dpi/:unscaled"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/100dpi/:unscaled"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/local/"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/Truetype"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/Speedo/"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/Type1/"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/CID/"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/misc/"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/75dpi/"
	FontPath    "/usr/X11R6.4/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
#	Load  "xie"
#	Load  "pex5"
#	Load  "glx"
#	Load  "GLcore"
	Load  "dbe"
#	Load  "record"

	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option     "XkbDisable"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "PS/2"
	Option      "Device" "/dev/input/mice"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync   58-62
	VertRefresh 50-130
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "ShadowFB"
        #Option     "VGAClocks"
	#Option      "hw cursor" "off"
	Option      "UseFBDev"
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Mach64 GP"
	BusID       "PCI:0:18:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
        DefaultDepth        24
	SubSection "Display"
		Depth     15
                Modes     "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
                Modes     "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
                Modes     "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
EndSection


-- 
To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: