View previous topic :: View next topic |
Author |
Message |
tonmeister440 n00b
Joined: 08 Apr 2004 Posts: 57
|
Posted: Wed Nov 10, 2004 12:21 pm Post subject: nach wechsel auf xorg funktioniert glx nicht mehr |
|
|
hi,
ich habe von xfree auf xorg umgestellt, leider funktioniert seitdem glx nicht mehr vernünftig.
glxgears geht gar nicht, glxinfo gibt auch nix aus.
xorg benutzt aber den nvidia treiber(nvidia screen beim starten).
Quote: |
.:alex_||bgm2::~:. glxgears
Xlib: extension "GLX" missing on display ":0.0".
glxgears: Error: couldn't get an RGB, Double-buffered visual.
|
ich hänge mal meine xorg.conf an, da habe ich load dri auskommentiert, load glx eingetragen und nv durch nvidia ersetzt.
opengl-update nvidia habe ich auch gemacht. verwunderlich ist nur, das die winex games ohne zu meckern laufen, aber native(ut oder quake3) nicht starten wegen missing glx.
vielleicht kann mir ja jemnad nen tipp geben wo ich noch nachzugucken habe damit das wieder geht.
danke im voraus
Quote: |
# **********************************************************************
# xorg.conf 07.11.2004
# **********************************************************************
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
Load "glx"
# Load "dri"
EndSection
# *************************************************************************
# Extensions
# *************************************************************************
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
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/"
FontPath "/usr/share/fonts/local/"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/freefont/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "yakumo"
HorizSync 30-69
VertRefresh 50-160
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "FX5700"
Driver "nvidia"
VideoRam 262144
# Insert Clocks lines here if appropriate
# Option "RenderAccel" "true"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "FX5700"
Monitor "yakumo"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
# Section "DRI"
# Mode 0666
# EndSection
|
gruss tonmeister440 |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Wed Nov 10, 2004 12:27 pm Post subject: |
|
|
Ich bin nicht mehr sicher, sollte man die Treiber nicht neu installieren nach dem Umstieg? Also nochmal Code: | emerge nvidia-kernel nvidia-glx | |
|
Back to top |
|
|
tonmeister440 n00b
Joined: 08 Apr 2004 Posts: 57
|
Posted: Wed Nov 10, 2004 12:30 pm Post subject: |
|
|
hi,
wer lesen kann ist klar im vorteil. ich hätte mir den thread sparen können, wenn ich mir mal die xorg.log genauer angeguckt hätte.
dort steht nämlich das wenn man die composite extension an hat kein glx mehr geht. da ich damit rumgespielt habe:oops:.......
naja vielleicht helfe ich damit ja noch jemandem:roll:
grus tonmeister440 |
|
Back to top |
|
|
ralph Advocate
Joined: 02 Mar 2003 Posts: 2001 Location: Hamburg
|
Posted: Wed Nov 10, 2004 12:37 pm Post subject: |
|
|
In die device section, also da wo deine nvidia Karte eingetragen ist:
Option "AllowGLXWithComposite" "1"
Funktioniert, wenn du die neuesten ~x86 nvidia Sachen installiert hast. Gilt natürlich noch als unstable, aber zumindest bei mir funktioniert es. _________________ The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa |
|
Back to top |
|
|
|