Kezdőlap › Fórumok › Debiannal kapcsolatos kérdések › NEM MEGY AZ X !!
- This topic has 12 hozzászólás, 5 résztvevő, and was last updated 21 years telt el by
fellow.
-
SzerzőBejegyzés
-
2004-06-27-13:05 #1957176
Ha betennég az XF86Config-odat is, az többet segítene! Elsõ körbben annyit, hogy a vesa-t írd át nvidia-ra (az XF86Config-ban)!
2004-06-27-13:22 #1957177De 3d gyorsitás nem kell ,akkor ügye az NVIDIA driver sem kell mert a 2d az alapba van benne ügye ? A CONFIG ::### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type „man XF86Config-4” at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the „### BEGIN DEBCONF SECTION” line above, and/or after the
# „### END DEBCONF SECTION” line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see „How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?” in /usr/share/doc/xfree86-common/FAQ.gz.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/lib/X11/fonts/Type1”
FontPath „/usr/lib/X11/fonts/Speedo”
FontPath „/usr/lib/X11/fonts/100dpi”
FontPath „/usr/lib/X11/fonts/75dpi”
EndSectionSection „Module”
Load „dbe”
Load „dri”
Load „extmod”
Load „glx”
Load „pex5”
Load „record”
Load „xie”
EndSectionSection „InputDevice”
Identifier „Generic Keyboard”
Driver „keyboard”
Option „CoreKeyboard”
Option „XkbRules” „xfree86”
Option „XkbModel” „pc104”
Option „XkbLayout” „pc105”
Option „XkbVariant” „us”
EndSectionSection „InputDevice”
Identifier „Configured Mouse”
Driver „mouse”
Option „CorePointer”
Option „Device” „/dev/psaux”
Option „Protocol” „ImPS/2”
Option „Emulate3Buttons” „true”
Option „ZAxisMapping” „4 5”
EndSectionSection „InputDevice”
Identifier „Generic Mouse”
Driver „mouse”
Option „SendCoreEvents” „true”
Option „Device” „/dev/input/mice”
Option „Protocol” „auto”
Option „Emulate3Buttons” „true”
Option „ZAxisMapping” „4 5”
EndSectionSection „Device”
Identifier „vesa „
Driver „nv”
Option „UseFBDev” „true”
EndSectionSection „Monitor”
Identifier „proview”
HorizSync 28-50
VertRefresh 43-75
Option „DPMS”
EndSectionSection „Screen”
Identifier „Default Screen”
Device „vesa „
Monitor „proview”
DefaultDepth 24
SubSection „Display”
Depth 1
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 4
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 8
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 15
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 16
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 24
Modes „1024×768” „800×600” „640×480”
EndSubSection
EndSectionSection „ServerLayout”
Identifier „Default Layout”
Screen „Default Screen”
InputDevice „Generic Keyboard”
InputDevice „Configured Mouse”
InputDevice „Generic Mouse”
EndSectionSection „DRI”
Mode 0666
EndSection### END DEBCONF SECTION
2004-06-27-13:30 #1957178Ha nem kell 3D, akkor nem kell az nvidia driver! Elõször is szedd ki a modules sorból a load „glx”-et, mert az neked nincs! A DefaultDepth 24 -et írd át 16-ra, lehet, hogy vesa módban nem megy 32bit-en! Hírtelen ennyi, ha nem megy írj!
2004-06-27-14:14 #1957179Hát most sem indul ,de valamivel jobb a helyzet legallábbis szerintem.Ezt arra alapozom hogy nem olyan hosszú a log file. ::
This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org. Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.20-8um i686 [ELF]
Module Loader present
(==) Log file: „/var/log/XFree86.0.log”, Time: Sun Jun 27 16:08:27 2004
(==) Using config file: „/etc/X11/XF86Config-4”
Data incomplete in file /etc/X11/XF86Config-4
Undefined Device „GeForce3” referenced by Screen „Default Screen”.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()Fatal server error:
no screens foundWhen reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file „/var/log/XFree86.0.log”.
Please report problems to submit@bugs.debian.org.2004-06-27-14:22 #1957180Próbáld meg úgy, hogy ezt:
Section „DRI”
Mode 0666
EndSection
kikommentezed! Egyébként a kártyába csak a Monitor van dugva ugye?!
esetleg kommentezd ezt:
Option „UseFBDev” „true”
is!2004-06-27-14:28 #1957181A „device” sorba írj „nv” -t!
A többi nem érdekes!
ha nem megy futtasd az
#:xfree86-config parancsot2004-06-27-15:12 #1957182Hát sajna nem megy igy sem .De nekem ez a sor nagyon gyanus:Undefined Device „GeForce3” referenced by Screen „Default Screen. Ide mondtad hogy irjak nv -t ,de nem jó sajna igy sem.Egyépként csak a monitor van bedugva semmi más . 😳
2004-06-27-15:32 #1957183Code:Section „Device”Identifier „vesa ”
Driver „nv”
Option „UseFBDev” „true”
EndSection
Code:Option „UseFBDev” „true”Ez a sor feltétlenül kell?
Próbáld újra configolni
#:xfree86-config
parancs alkalmazással egy szerübb lesz!2004-06-28-00:11 #1957184ricopapa:
„nem tudom belöni próbálkoztam feltenni a NVIDIA drivert ,mivel geforce 3 TI-200 -as vid kártyám van de ezzel sem boldogultam, nem ismerem ezt a csomit: NVIDIA-Linux-x86-1.0-5336-pkg1.run”
eloszor sima „nv”vel probald meg, ha nem emgy, akkor „vesa”; a lenyeg, hogy elinduljon, tuning raer;
masreszt faqmban benne van nvidia;
tudom, hogy mar kerdeztem, hog milyen ag, de inkabb masold be az ‘/etc/apt/sources.list’-et;„Próbálkoztam a C -configure parancsal ez létre is hozott egy configfilet a /root könyvtárban de ezzel ügye nem sokra megyek ?”
cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
dpkg-reconfigure xserver-xfree86ez a szabalyos ut;
„
Section „Device”
Identifier „vesa „
Driver „nv”
Option „UseFBDev” „true”
EndSection
„ez igy zavaros, ilyennek kene lennie kb:
Section „Device”
Identifier „Generic Video Card”
Driver „nv”
EndSectionez nem kell:
Load „dri”ez viszont igen:
Load „glx”sany:
„Próbáld újra configolni
#:xfree86-config
parancs alkalmazással egy szerübb lesz!”
de nem debian kompatibilis; ‘dpkg-reconfigure xserver-xfree86’, ez a szabalyos ut;ricopapa:
ha tudsz varni meg 2-3 napot akkor elkeszul a debian_desktop xre vonatkozo resze, ott (remelem) benne lesz minden szukseges info;2004-06-28-00:15 #1957185ricopapa:
„XFree86 Version 4.1.0.1 / X Window System”
ebben elvileg tamogatja az „nv” a gf3at ( http://xfree86.org/4.1.0/Status22.html#22 ); ha megsem, akkor amradj „vesa”nal, amig nem lesz oke az x; -
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz