- imijoe blogja
- A hozzászóláshoz be kell jelentkezni
- 707 megtekintés
Hozzászólások
Ilyenkor én törlöm xorg.confot (természetesen előtte backup) és xconfig, majd nvidia-xconfig. Aztán megnézem, van-e kép, esetleg 3d. Ezután jöhetnek az egyéb beállítások...
Amúgy milyen karid van?
- A hozzászóláshoz be kell jelentkezni
7300 GS 256mb Inno
- A hozzászóláshoz be kell jelentkezni
Az nvidia driver KÉT részből áll.
1. kernel modul...
2. Xserverhez a modul...
A kettőnek egyeznie kell, különben nem fog menni.
etchben pecselt 1.0.8776 van (nvidia-kernel-source-ben van a kernelmodul forrása / ha alap debian kernelt használsz akkor nvidia-kernel-{verzió} a csomag neve ; nvidia-glx-ben az Xservermodul) .
Ha ez megvan és mégsem megy, akkor a xorg.conf ban lesz a hiba. pl. dri modul be van töltve / ezzel asszem nem megy, de leht hogy rosszul t'om), vagy nem'tom. log köllene akkor.
--------
Nem a zsömle kicsi, a pofátok nagy...
- A hozzászóláshoz be kell jelentkezni
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Általános videó kártya"
Driver "nv"
BusID "PCI:01:00:0"
EndSection
Section "Monitor"
Identifier "Általános monitor"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Általános videó kártya"
Monitor "Általános 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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Ez az xorg.conf file-m ,de természetesen nv helyett nvidia van. és a dri sincs betöltve Most minden nvidiáravvonatkozó nvidiára vonatkozó csomagot eltávolítottam és lefuttattam a NVIDIA-Linux-x86-1.0-9631-pkg1.run-t
de az állapot változatlan.
- A hozzászóláshoz be kell jelentkezni
pff.
/var/log/Xorg.0.log-ban milyen (EE) illetve (WW) sorok vannak?
mindegy itt az enyim, ez itt műxik (deb etch). talán segít...ilyen wacomos cuccos nálam nincsen. :-)
Section "Device"
Identifier "Nvidia Geforce 6600 GT"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "HWCursor" "true"
Option "UBB" "false"
Option "NoFlip" "false"
Option "Overlay" "false"
Option "OverlayDefaultVisual" "true"
Option "AllowDDCCI" "true"
Option "XvmcUsesTextures" "true"
# Option "DisableGLXRootClipping" "true"
Option "Coolbits" "1"
Option "SLI" "false"
Option "TripleBuffer" "true"
Option "DPMS" "true"
# Option "UseEvents" "true"
EndSection
Ne kérdezd melyik miért van, sajnos már nem emléxem. annak idején mindegyiknek volt valami oka. :)
Section "Screen"
Identifier "Default Screen"
Device "Nvidia Geforce 6600 GT"
Monitor "CRT-0"
# Monitor "ACER AL1715S"
Option "NoLogo" "true"
Option "CursorShadow" "true"
Option "ConnectedMonitor" "CRT"
DefaultDepth 24
DefaultFbBpp 32
SubSection "Display"
Depth 24
Modes "1280x1024" "576x432" "1024x768"
ViewPort 0 0
EndSubSection
EndSection
Section "Monitor"
Identifier "CRT-0"
# Identifier "ACER AL1715S"
Option "DPMS" "true"
HorizSync 31-81
VertRefresh 56-75
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Option "NoPM" "true"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "2"
Option "DontZap" "true"
Option "Xinerama" "false"
EndSection
nvidia-glx debian etch 1.0.8776, + fordított kernel modul nvidia-kernel-source csomagból (1.0.8776) debian etch kernelre (2.6.18).
-------
Nem a zsömle kicsi, a pofátok nagy...
- A hozzászóláshoz be kell jelentkezni
nekem is csinalta ugyan ezt..
a megoldasa viszont eleg lol
bootolj be windowsba es utana inditsd ujra a gepet (ne kapcsold ki, csak inditsd ujra :)), es utana mukodni fog a linuxos nvidia driver is es meg kep is lesz! legalabbis nekem volt.
eleg misztikus :)
- A hozzászóláshoz be kell jelentkezni
Rossz volt avideókártyám. Másik videókártyával jó lett.
- A hozzászóláshoz be kell jelentkezni