View previous topic :: View next topic |
Author |
Message |
coby2k n00b


Joined: 07 Apr 2003 Posts: 63 Location: Oldenburg, Germany
|
Posted: Thu Feb 26, 2004 1:10 pm Post subject: glx fehler? |
|
|
moin,
ich glaube ich habe die nvidia treiber zum laufen bekommen bei mir, nur hab ich noch ein problem:
Code: | bash-2.05b$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
|
und bei
Code: |
bash-2.05b$ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
|
und hier noch meine XF86Config
Code: | Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
FontPath "/usr/local/AbiSuite/fonts/"
FontPath "/usr/share/fonts/truetype/"
FontPath "/usr/X11R6/lib/X11/fonts/ttf"
# FontPath "unix/:7101"
EndSection
Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "glx"
Load "dbe"
Load "record"
Load "freetype"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Option "AutoRepeat" "500 30"
Option "Xleds" "1 2 3"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "Protocol" "microsoft"
Option "Protocol" "IMPS/2"
# Option "Baudrate" "2400"
# Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# Option "Device" "/dev/ttyS0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "SAMTRON"
ModelName "96bdf"
HorizSync 30-85
VertRefresh 50-160
Gamma 0.75 0.75 0.75 # created by KGamma
EndSection
Section "Device"
### Available Driver options are:-
#Option "SWcursor"
#Option "HWcursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Option "NoLogo"
Identifier "Card0"
Driver "nvidia"
# Driver "nv"
VendorName "NVidia"
BoardName "GeForce2 GTS"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "NoBandWidthTest" "true"
Option "NVAGP" "1"
# Option "TwinView"
# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMonitorVertRefresh" "60"
# Option "MetaModes" "1152x864, 800x600; 1024x768, 800x600; 800x600, 800x600; 640x480, 640x480"
# Option "MetaModes" "800x600, 800x600; 640x480, 640x480"
# Option "TwinViewOrientation" "RightOf"
# Option "TwinViewOrientation" "Clone"
# Option "TVStandard" "PAL-G"
# Option "ConnectedMonitor" "CRT, TV"
# Option "TVOutFormat" "Composite"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
# Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
EndSection
|
wenn mir einer sagt was da noch falsch is und das ganze läuft mach ich nen fass auf
mfg _________________ _____
thomas |
|
Back to top |
|
 |
tacki Guru


Joined: 29 Jun 2002 Posts: 418 Location: Germany
|
Posted: Thu Feb 26, 2004 1:23 pm Post subject: |
|
|
emerge nvidia-glx ? _________________ "Kazaa ist der beste MP3-Player den es gibt!"
.o( ... ) |
|
Back to top |
|
 |
MrTom l33t

Joined: 20 Jan 2003 Posts: 608
|
Posted: Thu Feb 26, 2004 1:30 pm Post subject: |
|
|
Und dann noch evtl. GLX in XF86Config rein ?!!?
Alles zurück... Hab überlesen! Steht ja doch drin  |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|