nvidia glx problem bei grafikkartentausch
Josi 01.08.2005 - 13:49 700 7
Josi
OC Addicted
|
ich beginn mal so: hab eine neue grafikkarte (asus 6800gt 128mb) und davor hatte ich eine ati radeon...
1. grafikkarte ausgetauscht 2. pc gestartet: emerge -C ati-drivers && emerge nvidia-kernel nvidia-glx
-- meldung: no ati drivers to unmerge; ansonsten alles perfekt installiert...
3.xorg angepasst: load dri auskommentiert.. von ati auf nvidia umgeschrieben.
[QUOTE]Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Files" RgbPath "/usr/lib/X11/rgb" ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection
Section "Module" Load "extmod" #Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection
Section "InputDevice" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Identifier "Keyboard0" Driver "kbd" EndSection
Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "6 7" Option "Buttons" "7" EndSection
Section "Monitor"
#DisplaySize 360 270 # mm Identifier "Monitor0" VendorName "SNY" ModelName "CPD-G420" HorizSync 31.5 - 64.3 VertRefresh 48.0 - 170.0 Option "DPMS" 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 "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "BusType" # [<str>] #Option "CPPIOMode" # [<bool>] #Option "CPusecTimeout" # <i> #Option "AGPMode" # <i> #Option "AGPFastWrite" # [<bool>] #Option "AGPSize" # <i> #Option "GARTSize" # <i> #Option "RingSize" # <i> #Option "BufferSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "NoBackBuffer" # [<bool>] #Option "DRIReinit" # [<bool>] #Option "PanelOff" # [<bool>] #Option "DDCMode" # [<bool>] #Option "MonitorLayout" # [<str>] #Option "IgnoreEDID" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "VideoKey" # <i> #Option "MergedFB" # [<bool>] #Option "CRT2HSync" # [<str>] #Option "CRT2VRefresh" # [<str>] #Option "CRT2Position" # [<str>] #Option "MetaModes" # [<str>] #Option "MergedDPI" # [<str>] #Option "NoMergedXinerama" # [<bool>] #Option "MergedXineramaCRT2IsScreen0" # [<bool>] #Option "DisplayPriority" # [<str>] #Option "PanelSize" # [<str>] #Option "ForceMinDotClock" # <freq> #Option "RenderAccel" # [<bool>] #Option "SubPixelOrder" # [<str>] #Option "ShowCache" # [<bool>] #Option "DynamicClocks" # [<bool>] #Option "VGAAccess" # [<bool>] #Option "LVDSProbePLL" # [<bool>] #Option "ReverseDDC" # [<bool>] #Option "BIOSHotkeys" # [<bool>] Identifier "Card0" Driver "nvidia" VendorName "nVidia TM Technologies" BoardName "Unknown Board" BusID "PCI:3:0:0" EndSection
Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 1280 1024 Depth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection[/QUOTE]
4. modprobe nvidia
5. startx && startxfce4
alles perfekt er kommt rein zeigt den nvidia splash screen... dann will ich mit glxgears testen ob er den 3d support geladen hat und er hängt sich auf...
weiß wer wo mein fehler liegt, was ich falsch gemacht hab bzw. was ich vergesssen habe zu machen?
tia Josi
|
bluefoxx
Legend
|
opengl-update nvidia
gemacht? ansonsten nutzt X die glx-libraries nicht...
|
Josi
OC Addicted
|
danke!
|
bluefoxx
Legend
|
und hats gefunkt?!
|
Josi
OC Addicted
|
nein hat leider nicht geklappt.. er hat zwar erfolgreich geupdatet aber nach dem restart vom xserver hat er wieder das selbe problem gehabt
edit: vielleicht liegts noch daran dass ich den user in die "group" zu "video" adden muss aber ich kenn den befehl nicht und hab ihn in google nicht gefunden!
|
bluefoxx
Legend
|
|
Josi
OC Addicted
|
hab die komplette nvidia guide durchgemacht und es hat leider nicht funktioniert wenn ich glxinfo | grep direct mach oder glxgears hängt sich gentoo sofort auf...
ich weiß nicht mehr was ich machen kann ausser die komplette kernel neu kompilieren
|
Josi
OC Addicted
|
solved: portage update
portage config geupdatet mergen von nvidia kernel
(treiber waren nicht aktuell)
|