Toon posts:

[debian]xserver error

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik ben in het bezit van een G400 Dualhead, en een 19" IIYAMA A901HT.

XFree86 Version 4.1.0.1
Kernel 2.4.12


Ik heb mijn XF86Config file van iemand die dezelfde hardware heeft als ik. Maar nu blijkt deze config file niet te werken.


No screens found

met daarboven:
Found a screen (of was het nou monitor), but no usable configuration.


Waaraan zou het kunnen liggen?
Ik draai Woody

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 17-05 14:06

deadinspace

The what goes where now?

De reden daarvoor staat meestal in de regels voor die melding zelf, ik zou zeggen: post die eens (staan ook in /var/log/XFree86.0.log).

Verwijderd

Topicstarter
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "UseFBDev" "true"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: "mga_hal"
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(II) MGA(0): Matrox HAL module not found - using builtin mode setup instead
(--) MGA(0): Chipset: "mgag400"
(==) MGA(0): Using AGP 1x mode
(**) MGA(0): Using framebuffer device
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.0.2
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "mga"
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 17-05 14:06

deadinspace

The what goes where now?

Op dinsdag 16 oktober 2001 21:47 schreef gabberatski het volgende:
(**) MGA(0): Option "UseFBDev" "true"

[..]

(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.0.2
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "mga"
(II) UnloadModule: "fbdevhw"

[..]
Je X wil dus de framebuffer device gebruiken, maar nadat hij die geladen heeft gaat hij alle modules weer unloaden.
Dus ik gok dat jij een matrox framebuffer in je kernel gecompiled heb, en je vriend wel.

Merk trouwens op dat de X configfile ook specifiek per monitor kan zijn, dus ik raadt je dan ook aan naar de monitor-instellingen te kijken, maar deze zijn niet de oorzaak van dit probleem iig.

Verwijderd

Topicstarter
ik heb mijn kernel hercompileert, met de juiste optie enabled, maar het blijft toch hetzelfde probleem


ik weet echt niet wat ik daarmee moet aanvangen....:(

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 17-05 14:06

deadinspace

The what goes where now?

hmm, ondanks dat: comment die regel in je X config over die framebuffer eens uit (dus een # ervoor zetten).

Verwijderd

Topicstarter
welke regels zijn dat, zie ze niet direct staan

Verwijderd

Topicstarter
mijn config file:

# XF86Config-4 (XFree86 server configuration file) generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
#FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
#FontPath"/usr/lib/X11/fonts/misc"
#FontPath"/usr/lib/X11/fonts/cyrillic"
#FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
#FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/Type1/"
FontPath"/usr/X11R6/lib/X11/fonts/Speedo/"
#FontPath"/usr/lib/X11/fonts/100dpi"
#FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

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

Section "InputDevice"
Identifier"Generic Keyboard"
Driver"keyboard"
Option"CoreKeyboard"
Option"XkbRules""xfree86"
Option"XkbModel""pc104"
Option"XkbLayout""be"
EndSection

Section "InputDevice"
Identifier"Generic Mouse"
Driver"mouse"
Option"CorePointer"
Option"Protocol""ImPS/2"
Option"Device""/dev/psaux"
Option"Emulate3Buttons""true"
Option"ZAxisMapping""4 5"
EndSection

Section "Device"
Identifier"MGA"
VendorName"Matrox"
Driver"mga"
Option "AGPMode" "2"
VideoRam32768
EndSection

Section "Monitor"
Identifier"Generic Monitor"
HorizSync30-115
VertRefresh50-160
Option"DPMS"
EndSection

Section "Screen"
Identifier"Default Screen"
Device"MGA"
Monitor"Generic Monitor"
DefaultDepth24
DefaultFbBpp32
SubSection "Display"
Depth1
Modes"1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
ViewPort0 0
EndSubSection
SubSection "Display"
Depth4
Modes"1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
ViewPort0 0
EndSubSection
SubSection "Display"
Depth8
Modes"1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
ViewPort0 0
EndSubSection
SubSection "Display"
Depth15
Modes"1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
ViewPort0 0
EndSubSection
SubSection "Display"
Depth16
Modes"1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
ViewPort0 0
EndSubSection
SubSection "Display"
Depth24
Modes"1600x1200" "1400x1050" "1152x864" "1280x960" "1024x768" "800x600" "640x480"
ViewPort0 0
Virtual 1600 1200
EndSubSection
EndSection

Section "ServerLayout"
Identifier"Default Layout"
Screen"Default Screen"
InputDevice"Generic Keyboard"
InputDevice"Generic Mouse"
EndSection

#Section "DRI"
#Mode0666
#EndSection

# end of XF86Config

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 17-05 14:06

deadinspace

The what goes where now?

Misschien die regel van 'defaultfbbpp'. het fb in dat keyword slaat op framebuffer lijkt me, dus misschien dat hij vanwege dat keyword impliciet de framebuffer gebruikt.
Probeer anders eens (na deze config gebackupt te hebben) debconf een config-file te laten maken door je X te reconfiguren. Dat doe je met 'dpkg-reconfigure xserver-xfree86'.

  • it0
  • Registratie: April 2000
  • Laatst online: 27-12-2025

it0

Mijn mening is een feit.

Het valt me ook op dat je niks voor Depth 32 hebt geconfigureerd.

Waarom wil je zowieso de framebuffer gebruiken?

Verwijderd

Topicstarter
ik heb dienen framebuffer entry gecommentarieerd, maar da blijft toch hetzelfde, ook nadat ik dpkg-reconfigured heb

Idem dito bij xf86config

Ik weet het echt ni meer (heeft ooit gewerkt onder Suse)

  • it0
  • Registratie: April 2000
  • Laatst online: 27-12-2025

it0

Mijn mening is een feit.

Haalt dit eens weg
DefaultFbBpp32

en anders moet je maar eens
X -configure
intikken, werkt voor mij altijd.

  • dion_b
  • Registratie: September 2000
  • Laatst online: 16:58

dion_b

Moderator Harde Waren

say Baah

Trap na een week:

Bijna identieke HW (Matrox G450 32MB DH), zelfde versie Debian (incl kernel&XFree86), precies dezelfde error message.

Weghalen/commenten van DefaultFbBpp32 levert niets op, error blijft. X -configure valt over het niet kunnen detecteren van de muis (/dev/mouse), wat ik niet snap omdat ik in XF86config duidelijk /dev/psaux aangaf, niet /dev/mouse

Oslik blyat! Oslik!


  • dion_b
  • Registratie: September 2000
  • Laatst online: 16:58

dion_b

Moderator Harde Waren

say Baah

OK, zelf ondertussen met een oplossing gekomen aan de hand van deze post in xf-newbie:
(EE) Screen(s) found, but none have a usable configuration.Hallo Jens!

Habe zu Hause die selbe Grafikkarte und hatte das gleiche Problem wie Du.
Bei Debian 3.0 wird von XFree86 nicht mehr die Datei /etc/X11/XFree86Config
sondern die /etc/X11/XFree86Config-4 ausgelesen. Die Datei wird so viel ich
weiss nur mit xf86cfg erstellt. Das Kommando dpkg-reconfigure konfiguriert
meines Wissens nach noch die alte Config Datei was aber in deinem Fall
nichts nützt.
Ben adh hiervan gaan neuzen in XF86Config-4 gaan neuzen en vond deze regel:
code:
1
Option    "UseFBDev"    "true"

En heb die true nav de suggestie van vrijwel iedereen op "false" gezet. Sindsdien werkt alles perfect :)

(en SCHERP :o - G450 icm IBM P70 = :9~ )

Oslik blyat! Oslik!

Pagina: 1