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

Re: Bildschirmauflösung



Hallo Uwe,

der Aufruf von lsmod | grep i810 ergibt nun 

i810                   17408  0
drm                    61332  4 i810,i915

was ja schon einmal mehr ist als vorher mir aber wenig sagt.
Aber der Neustart des X-Servers liefert auch keinen Erfolg.
Meine xorg.conf sieht folgendermaßen aus:

,----[ Auszug: /etc/X11/xorg.conf ]-
Section "Device"
	Identifier	"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics
Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics
Controller"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x768"
	EndSubSection
EndSection

Am Freitag, den 14.03.2008, 03:36 +0100 schrieb Uwe Walter:
> Lars schrieb:
> > Hallo Uwe,
> Hallo Lars.
> 
> > ergibt nichts, das heißt:
> >
> > ,----
> > |wi:~$ lsmod | grep i810
> > |wi:~$
> > `----
> 
> Das bedeutet, dass das Modul i810 nicht geladen ist. Du kannst mal
> hingehen und schauen, ob er das Modul lädt.
> 
> ,----
> | modprobe i810
> `----
> 
> Dafür musst natürlich als root angemeldet sein. Danach wieder ein lsmod
> und schauen, ob das Modul jetzt geladen ist. Sollte das der Fall sein,
> dann beende über die Tastenkombination _Strg+Alt+Backspace_ den X-Server
> und starte ihn mit _startx_ auf der shell von neuem. Natürlich solltest
> Du vorher schauen, ob in der xorg.conf Deine gewünschte Auflösung mit
> eingetragen ist, denn sonst wird er die auch nicht im laufenden Betrieb
> des X Servers anbieten.
> 
> 
> ,----[ Auszug: /etc/X11/xorg.conf ]-
> | Section "Screen"
> |     Identifier  "Default Screen"
> |     Device      "nVidia Corporation C51PV [GeForce 6150]"
> |     Monitor     "Generic Monitor"
> |     Defaultdepth    24
> |     SubSection "Display"
> |         Depth   1
> |         Modes       "1280x1024" "1024x768"  "800x600"   "640x480"
> |     EndSubSection
> |     SubSection "Display"
> |         Depth   4
> |         Modes       "1280x1024" "1024x768"  "800x600"   "640x480"
> |     EndSubSection
> |     SubSection "Display"
> |         Depth   8
> |         Modes       "1280x1024" "1024x768"  "800x600"   "640x480"
> |     EndSubSection
> |     SubSection "Display"
> |         Depth   15
> |         Modes       "1280x1024" "1024x768"  "800x600"   "640x480"
> |     EndSubSection
> |     SubSection "Display"
> |         Depth   16
> |         Modes       "1280x1024" "1024x768"  "800x600"   "640x480"
> |     EndSubSection
> |     SubSection "Display"
> |         Depth   24
> |         Modes       "1280x1024" "1024x768"  "800x600"   "640x480"
> |     EndSubSection
> | EndSection
> `----
> 
> An der Stelle kann es auch hilfreich sein, mal einen Blick in die
> xorg.conf Manpage zu werfen.
> 
> ,----
> | man xorg.conf
> `----
> 
> -- 
> Freundliche Grüße
> Uwe Walter
> 
> 


Reply to: