linux-l: Debian 2.2 XFree86 4.0.1 und Ati Rage 128

Philipp Schmidt philipp at ppc.in-berlin.de
Do Okt 5 14:00:38 CEST 2000


On Wed, Oct 04, 2000 at 10:22:37PM +0200, michael.engelhardt at snafu.de wrote:
> Hallo,
> ich habe folgendes Problem, starte ich X 4.0.1 (deb Pakete) unter Debian 2.2 und einer ATI Rage 128 folgende Fehlermeldung (siehe unten). Wenn ich den generischen VGA Treiber benutzte startet X in einer Auflösung von 320x200/8bpp.
> 
> Hat vielleicht jemand diese Konfiguration schon erfolgreich zum laufen gebracht?
> 
> Thanx 
> Micha.
> 
> ------------------ Auszug aus Log-Datei --------------------------------------
...
> (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
> (EE) Screen(s) found, but none have a usable configuration.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
da liegt der Hase im Pfeffer, Deine Screens-config existiert nicht
für Deine Farbtiefe, hatte ich auch, bei mir sieht das so aus:

(hab' ne RivaTNT mit NVidis-treibern, config kmlett, weiter unten Kommentar)

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

Section "Files"
EndSection

Section "Module"
	Load  "pex5"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xie"
	Load  "GLcore"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbLayout" "de"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Acer"
	ModelName    "99sl"
	HorizSync    30-95
	VertRefresh  50-160
EndSection

Section "Device"
	Identifier  "Card0"
#	Driver      "nv"
	Driver      "nvidia" 
	VendorName  "NVidia"
	BoardName   "Riva TNT"
	BusID       "PCI:1:0:0"
EndSection

Hier wird's wichtig

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24         <--- Heir Farbtiefe eintragen
	SubSection "Display"       <--- Eine Sectiomn mit genau dieser
		Depth     16            Frabtiefe MUSS existieren
		Modes "1280x1024"
	EndSubSection
	SubSection "Display"       <--- da
		Depth     24       <--- da
		Modes "1280x1024"  <--- da
	EndSubSection              <--- da
EndSection

Section "DRI"
EndSection


AVE!
  phils...


-- 
     PHILIPP SCHMIDT / phils - - + - - > phils at gmx.net
     Phone: +49(30)66922513      ` - - > http://home.pages.de/~phils/
     --> ONLINE fuer Berlin & BRB? IN-Berlin! (info at in-berlin.de) <--



Mehr Informationen über die Mailingliste linux-l