Ga naar inhoud

Lycoris 1.0 : X-probleem


Aanbevolen berichten

Xfree86 -configure werkt niet (ook niet als ik speel met kleine/hoofdletters). Dat commando kent het systeem niet. Xconfigurator kan ik wel downloaden, maar dan heb ik problemen met dependencies. Editten van /etc/X11/XF86Config-4 kan wel, maar wat dan? Mijn videokaart is een Jaton Nvida Geforce MX-400, 64mb. Ik heb een VideoSeven 17" monitor. Is de eerste keer dat ik probleem ondervind met config van X. In andere distro's nooit probleem gehad.
Link naar reactie
Dit is mijn XF86Config-4 file. Wat kan ik daar in veranderen om de boel te laten werken???? Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "type1" Load "freetype" Load "type1" Load "v4l" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShowCache" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] Identifier "Card0" Driver "nv" VendorName "NVidia" BoardName "GeForce2 MX/MX 400" BusID "PCI:1:0:0" EndSection Section "DRI" Mode 0666 EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/TrueType" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/ghostscript" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "InputDevice" Driver "keyboard" Identifier "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Driver "mouse" Identifier "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mouse0" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "mouse" Identifier "usbmice" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection Section "ServerLayout" Identifier "Default layout" Screen 0 "Screen0" 0 0 InputDevice "mouse" "CorePointer" InputDevice "usbmice" "SendCoreEvents" InputDevice "keyboard" "CoreKeyboard" EndSection Section "Monitor" Identifier "Generic Monitor" VendorName " VIDEOSEVEN" ModelName "V7 S70" HorizSync 30-70 VertRefresh 50-120 ModeLine "1024x768/60Hz" 65 1024 1032 1176 1344 768 771 777 806 -HSync -VSync ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Generic Monitor" DefaultDepth 16 Subsection "Display" Depth 32 Modes "1024x768/60Hz" "640x480" Virtual 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768/60Hz" "640x480" Virtual 0 0 EndSubsection Subsection "Display" Depth 8 Modes "1024x768/60Hz" "640x480" Virtual 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768/60Hz" "640x480" Virtual 0 0 EndSubsection EndSection
Link naar reactie
Het belangrijkste is Section "Device" [quote:d3d11b254f] Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShowCache" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] Identifier "Card0" Driver "nv" VendorName "NVidia" BoardName "GeForce2 MX/MX 400" BusID "PCI:1:0:0" EndSection [/quote:d3d11b254f] En het gaat om [code:1:d3d11b254f] Driver "nv" [/code:1:d3d11b254f] Je maakt eerst een backup van je /etc/X11/XF86Config-4 Dan download je de source kernel en glx ftp://download.nvidia.com/XFree86/Linux-x86/1.0-4363/NVIDIA_kernel-1.0-4363.tar.gz ftp://download.nvidia.com/XFree86/Linux-x86/1.0-4363/NVIDIA_GLX-1.0-4363.tar.gz Je pakt deze beide uit met [code:1:d3d11b254f] tar -xzvf NVIDIA_kernel* tar -xzvf NVIDIA_GLX* [/code:1:d3d11b254f] Dan cd NVIDIA_kernel-1.0-4363 daar vind je dan een README. Meestal is alleen [code:1:d3d11b254f] make [/code:1:d3d11b254f] Als super user voldoende. Dan cd .. en cd NVIDIA_GLX-1.0-4363 Daar doe je dan ook [code:1:d3d11b254f] make [/code:1:d3d11b254f] Als dat alebei goed gegaan is zonder foutmeldingen, kun je [code:1:d3d11b254f] Driver "nv" [/code:1:d3d11b254f] veranderen in [code:1:d3d11b254f] Driver "nvidia" [/code:1:d3d11b254f] Eventuele foutmeldingen post je uiteraard hier. :roll:
Link naar reactie
Krijg de volgende melding als ik "make" draai: You appear to be compiling the NVIDIA kernel module with a compiler different from the one that was used to compile the running kernel. This may be perfectly fine, but there are cases where this can lead to unexpected behaviour and system crashes. If you know what you are doing and want to override this check, you can do so by setting IGNORE_CC_MISMATCH. In any other case, set the CC environment variable to the name of the compiler that was used to compile the kernel. Failed cc sanity check. Bailing out! gcc downloaden is geen optie...56k6modem...
Link naar reactie
Dan kun je proberen, nadat je /etc/X11/XF86Config-4 hebt gebackuped te wijzigen in Section "Device" [code:1:35886a2fd8] Driver "nv" [/code:1:35886a2fd8] in [code:1:35886a2fd8] Driver "vesa" [/code:1:35886a2fd8] of als dat niet werkt in [code:1:35886a2fd8] Driver "fbdev" [/code:1:35886a2fd8] Een andere mogelijkheid zou kunnen zijn, om met stap 9 van [url=http://www.lycoris.com/webservices/kb/viewKbarticle?record_id=1] deze instrukties[/url] een andere video driver te kiezen.
Link naar reactie

Om een reactie te plaatsen, moet je eerst inloggen

Gast
Reageer op dit topic

×   Geplakt als verrijkte tekst.   Herstel opmaak

  Er zijn maximaal 75 emoji toegestaan.

×   Je link werd automatisch ingevoegd.   Tonen als normale link

×   Je vorige inhoud werd hersteld.   Leeg de tekstverwerker

×   Je kunt afbeeldingen niet direct plakken. Upload of voeg afbeeldingen vanaf een URL in

×
×
  • Nieuwe aanmaken...