Archief - Problem: No Screen found

Het archief is een bevroren moment uit een vorige versie van dit forum, met andere regels en andere bazen. Deze posts weerspiegelen op geen enkele manier onze huidige ideeën, waarden of wereldbeelden en zijn op sommige plaatsen gecensureerd wegens ontoelaatbaar. Veel zijn in een andere tijdsgeest gemaakt, al dan niet ironisch - zoals in het ironische subforum Off-Topic - en zouden op dit moment niet meer gepost (mogen) worden. Toch bieden we dit archief nog graag aan als informatiedatabank en naslagwerk. Lees er hier meer over of start een gesprek met anderen.

MegaSlayer

Legacy Member
Ik heb al verschillende keren Linux Fedora project (laatste versie) geïnstalleerd met succes. Maar het is na de installatie dat het probleem begint.

Normaal start hij op in die GUI maar dat lukt bij mij niet meer na een tijd. Hij zegt dan dat hij de GUI niet kan starten omdat hij het scherm niet kan vinden met probe.

Ik ben een echte linux noob en wil die GUI toch aan de praat krijgen omdat dit voor mij interessanter is. Wat kan hier de oorzaak van zijn. Ik heb al geprobeerd om mijn technische specificaties van mijn scherm in de X.config file te typen maar dan werkt het helemaal niet meer.

Mijn scherm is een Huyndia Q17 + met DVI en mijn kleurenkaart is een Sapphire radeon 9600 pro.

Kan iemand mij assisteren bij dit eigenaardig probleem?

Alvast bedankt.

dJeez

Legacy Member
Gebruik je XFree of X.org? En kan je de inhoud van de X config (in 't eerste geval /etc/X11/XF86Config, in 't tweede normaalgezien /etc/X11/xorg.conf) hier eens dumpen? Da's net iets handiger.

Ik vermoed dat je tussendoor een kernel upgrade hebt gedaan zonder de ATI drivers te updaten, dan kan je idd dit probleem hebben.

MegaSlayer

Legacy Member
ik heb geen updates gedaan want ik was zelfs nog niet met linux op internet gegaan.

Ik gebruik de Xfree denk ik maar om die te dumpen moet ik even zoeken.

I'll keep you posted. Greetz

MegaSlayer

Legacy Member
ok ik heb de ander hd aangekoppeld en nog eens getest.

ik krijg bij het booten volgende foutmelding;

"
Using config file: "/etc/X11/Xorg.conf"

ERROR VESA(0): VM86() Syscall generated signal 4
ERROR Screen(s) found, but none have a usable configuration

Fatal server error: no screens found "

Dat is dus het probleem.

Ik zou gerust de config file op diskette willen kopieren maar ik weet niet hoe ik dit moet doen in de shell.

grtz

dJeez

Legacy Member
Je gebruikt dus blijkbaar X.org en de VESA driver... Maar blijkbaar staan er geen correcte settings in voor het scherm dat je gebruikt. De inhoud zou dus wel eens verkeerd kunnen zijn :p.

Een diskette gebruiken in Linux kan je doen op volgende manier :
*insert diskette*
$> mount /mnt/floppy
$> cp /etc/X11/Xorg.conf /mnt/floppy
$> umount /mnt/floppy

*eject diskette*

MegaSlayer

Legacy Member
ik heb die config file op diskette gezet, maar wat moet ik nu doen

moet je hem bekijken en misschien moet ik dan de 9600 pro driver installeren maar hoe ik dat moet doen dat weet ik niet echt zalle :)

Greetz mega.

dJeez

Legacy Member
Je kan de config hier posten (daar staat niets aan info in die kan misbruikt worden - dus zeker geen schrik hebben om 'm te posten). Wat de installatie van de ATI driver betreft kan je op de site van ATI zelf terecht, en meer bepaald op http://www.ati.com/support/driver.html. In principe staat alle informatie die je nodig hebt om de driver te installeren in de HOWTO -> http://www.ati.com/support/infobase/linuxhowto-ati.html.

Maar als je problemen zou hebben met de installatie kan je die hier altijd melden ('k heb zelf een Radeon 9800 Pro en in Fedora Core 2 de drivers geïnstalleerd, zoveel kan dat dus niet verschillen). Je kan wel best de foutmeldingen die je zou krijgen vermelden, dat helpt om snel een oplossing te vinden.

MegaSlayer

Legacy Member
ok ik heb dus de config X file naar hier gebracht.

Je zegt dus dat ik die ATI drivers moet installeren. Ik herinner me dat ik dat al eens gedaan heb en dat het toen nog niet lukte om in de grafische omgeving op te starten.

Nog steeds de NO SCREEN melding heb ik dan.

Zou het scherm zoveel roet in het eten kunnen gooien?

Alvast bedankt.

MegaSlayer

Legacy Member
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


De Config file

dJeez

Legacy Member
Met een ATI Radeon 9800 Pro (en accelerated driver van de ATI site) aangesloten op een 18" TFT monitor (1280x1024@60Hz) ziet de config er als volgt uit (ttz, lichtjes aangepast - nl. zo goed als alle commentaar verwijderd) :

Section "dri"
Mode 0666
EndSection

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 60
VertRefresh 20 - 60
Option "DPMS"
EndSection

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4e48
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Die is trouwens gegenereerd via fglrxconfig, dat bij de ATI driver zit...

Verander alvast eens de ServerLayout en Monitor section zoals hierboven staat (eerst misschien wel best een backup nemen), maar ik zou toch aandringen op installatie van de ATI drivers, aangezien je nu de VESA driver (die verre van optimaal is) gebruikt...

G|N|

Legacy Member
ik dacht dat de module dri en glx niet samen mochten en voor opengl support moet je glx gebruiken dus comment die dri!

dJeez

Legacy Member
G|N| zei:
ik dacht dat de module dri en glx niet samen mochten en voor opengl support moet je glx gebruiken dus comment die dri!
Bij nVidia is dat het geval, bij ATI echter niet. Dat maakt het er voor eindgebruikers niet echt makkelijker op maar ik kan er wel mee leven (alle documentatie lezen is bij Linux de boodschap :p).

MegaSlayer

Legacy Member
ik heb hier 3 verschillende versies die ik kan installeren bij dieje ATI drivers.

4.1.0 4.2.0 of 4.3.0

Welke moet ik nu installeren?

MegaSlayer

Legacy Member
ok ik heb dus de 4.2.0 gekozen maar das precies niet juist, ik heb eerst geprobeert te achterhalen wekle X86 ik had maar da scriptje da lukte precies niet echt.

Na de installatie van mijn ATI drivers ziet mijn xconfig er zo uit.

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option Xleds 1 2 3
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option XkbModel pc102
# If you have a US Microsoft Natural keyboard, you can use:
# Option XkbModel microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option XkbLayout de
# or:
# Option XkbLayout de
# Option XkbVariant nodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option XkbOptions ctrl:swapcaps
# Or if you just want both to be control, use:
# Option XkbOptions ctrl:nocaps
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
Het archief is een bevroren moment uit een vorige versie van dit forum, met andere regels en andere bazen. Deze posts weerspiegelen op geen enkele manier onze huidige ideeën, waarden of wereldbeelden en zijn op sommige plaatsen gecensureerd wegens ontoelaatbaar. Veel zijn in een andere tijdsgeest gemaakt, al dan niet ironisch - zoals in het ironische subforum Off-Topic - en zouden op dit moment niet meer gepost (mogen) worden. Toch bieden we dit archief nog graag aan als informatiedatabank en naslagwerk. Lees er hier meer over of start een gesprek met anderen.
Terug
Bovenaan