Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nach wechsel auf xorg funktioniert glx nicht mehr
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tonmeister440
n00b
n00b


Joined: 08 Apr 2004
Posts: 57

PostPosted: Wed Nov 10, 2004 12:21 pm    Post subject: nach wechsel auf xorg funktioniert glx nicht mehr Reply with quote

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
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Wed Nov 10, 2004 12:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
tonmeister440
n00b
n00b


Joined: 08 Apr 2004
Posts: 57

PostPosted: Wed Nov 10, 2004 12:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Wed Nov 10, 2004 12:37 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
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