Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nach einbau neuer Grafikkarte probleme
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
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Fri Jun 17, 2005 1:29 pm    Post subject: nach einbau neuer Grafikkarte probleme Reply with quote

hallo!
ich habe leider keine passende lösung hier im forum gefunden, daher poste ich nun.
ich hatte bei meiner alten geforce 4 ti 4200 bei glxgears ca 3900fps bei einer auflösung von 1280x1024. nun habe ich mir eine neue graka geleistet, eine fx5700le. leider bekomme ich nun bei glxgears grade mal 2000fps. ich habe den kernel neu compiliert, die unstable und die stabel nvidia treiber versucht und natürlich opengl-update nvidia ausgeführt. aber irgendwie sind die nvidia treiber genau so schnell wie die xorg eigenen.

muss ich sonst irgendwas neu emergen damit ich normale werte bekomme?

hier noch meine xorg.conf:

Code:
Section "Files"
  FontPath    "/usr/share/fonts/misc:unscaled"
  FontPath    "/usr/share/fonts/Type1"
  FontPath    "/usr/share/fonts/TTF"
  FontPath    "/usr/share/fonts/corefonts"
  FontPath    "/usr/share/fonts/freefont"
  FontPath    "/usr/share/fonts/sharefonts"
  FontPath    "/usr/share/fonts/terminus"
  FontPath    "/usr/share/fonts/ttf-bitstream-vera"
  FontPath    "/usr/share/fonts/unifont"
  FontPath    "/usr/share/fonts/75dpi:unscaled"
  FontPath    "/usr/share/fonts/100dpi:unscaled"
  FontPath    "/usr/share/fonts/artwiz" 

  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" 
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1" 
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  ModulePath   "/usr/X11R6/lib/modules"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
  Load          "dbe"
  Load         "type1"
  Load         "speedo"
  Load         "extmod"
  Load         "freetype"
  Load         "glx"
  Load         "v4l"
  SubSection "extmod"
    Option     "omit xfree86-dga"
  EndSubSection
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
  Option       "XkbTypes" "default"
  Option       "XkbCompat" "default"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "Emulate3Timeout" "50"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Optical Wheel Mouse"
  Option       "Protocol" "IMPS/2"
  Option       "Vendor" "Logitech"
  Option       "ZAxisMapping" "4 5"
EndSection

# Monitor
Section "Monitor"
  Identifier   "Monitor[0]"
  ModelName    "T67"
  VendorName   "Eizo"
  HorizSync    30-95
  VertRefresh  50-160
  Option       "DPMS"
EndSection

# Fernseher
Section "Monitor"
  Identifier   "Monitor[1]"
  ModelName    "PAL TV"
  VendorName   "Sharp"
  VertRefresh  60
  HorizSync    30-50
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600" "640x480"
  EndSubSection
  Device       "Device[0]"
  Identifier   "VGA"
  Monitor      "Monitor[0]"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
    Modes      "800x600"
  EndSubSection
  Device       "Device[1]"
  Identifier   "TV"
  Monitor      "Monitor[1]"
EndSection

# VGA out
Section "Device"
  BoardName    "GeForce-4"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "Nvidia"
  Option   "NoLogo"   "on"
#  Option   "NvAGP"   "1"
  Option "AGPMode" "4"
  Option "AGPFastWrite" "true"
  Option "EnablePageFlip" "true"
  Option   "CursorShadow"   "on" 
  Option   "CursorShadowAlpha"   "32" 
  Option   "CursorShadowXOffset"   "3"
  Option   "CursorShadowYOffset"   "2" 
EndSection

# TV out
Section "Device"
  BoardName    "GeForce-2"
  Driver       "nvidia"
  Identifier   "Device[1]"
  Screen       0
  VendorName   "Nvidia"
  Option   "NoLogo"   "on"
#  Option   "NvAGP"   "1"
  Option   "CursorShadow"   "on" 
  Option   "CursorShadowAlpha"   "32" 
  Option   "CursorShadowXOffset"   "3" 
  Option   "CursorShadowYOffset"   "2" 
  Option   "TVOutFormat"      "COMPOSITE"
  Option   "TVStandard"           "PAL-B" 
  Option   "ConnectedMonitor"   "TV" 
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen       "VGA"
#  Option       "Clone" "off"
#  Option       "Xinerama" "off"
EndSection


Last edited by trikolon on Fri Jun 17, 2005 1:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
Raistlin
l33t
l33t


Joined: 17 May 2004
Posts: 691
Location: Boston, MA

PostPosted: Fri Jun 17, 2005 1:31 pm    Post subject: Reply with quote

[edit]hat sich gerade eben erledigt, durch den re-post... :D [/edit]


gruss, r.
_________________
Zwei Was Eins Initially

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
Back to top
View user's profile Send private message
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Sat Jun 18, 2005 11:35 am    Post subject: Reply with quote

hat denn niemand eine idee?
Back to top
View user's profile Send private message
Jinidog
Guru
Guru


Joined: 26 Nov 2003
Posts: 593
Location: Berlin

PostPosted: Sat Jun 18, 2005 12:07 pm    Post subject: Reply with quote

nvidia-kernel neumergen und prüfen, ob wirklich die nvidia-treiber verwendet werden.
Und vielleicht mal die Option nvAGP=1 nicht auskommentieren,
_________________
Just unused Microsoft-Software is good Microsoft-Software
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Sat Jun 18, 2005 1:17 pm    Post subject: Reply with quote

Hmm .. evtl. noch folgendes in deine "Device" Section:
Code:

Option "RenderAccel" "True"


Mfg

Sino
Back to top
View user's profile Send private message
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Sat Jun 18, 2005 3:02 pm    Post subject: Reply with quote

hi.
erstmal danke für die tipps. also nvidia-kernel hab ich reemerged, ohne erfolg, und der tipp von SinoTech hat auch nichts bewirkt. ich vermute ganz stark. dass er die nvidia treiber nicht läd. wie kann ich das genau überprüfen ob die geladen werden? opengl-update gibt keinen fehler aus.
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Sat Jun 18, 2005 3:17 pm    Post subject: Reply with quote

1. "nvidia" ist ein Modul ... von daher:
Code:

$ lsmod | grep nvidia

Wird nix ausgegeben, ist das Modul auch nicht geladen. Wird was ausgegeben -> Modul geladen.

2. Wenn du in deiner xorg.xonf nvidia als treiber angegeben hast, und xorg ohne probleme startet, wird das auch benutzt. Sollte das Modul fehlen oder so würde xorg dir mit einer Fehlermeldung abbrechen.

Mfg

Sino

EDIT:
Komme mit meiner "FX 5500" (256 MB) auch nur auf etwa 2000 fps. Habe aber auch keine Ahnung wie groß der Unterschied zwischen der 5700 und der 5500 ist bzw. was normale Werte wären. Evtl. sind sie ja ganz gut !?
Back to top
View user's profile Send private message
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Sun Jun 19, 2005 12:10 pm    Post subject: Reply with quote

hallo.
also lsmod | grep nvidia sagt mir dass nvidia und via_agp geladen ist.. hmm vielleicht is das für diese karte je ein normaler wert bei glxgears *mich wunder* werd mal noch ein paar andere tests mit machen und wenn net dann muss ich eben mit diesen werden leben müssen.. trotzdem danke an alle
Back to top
View user's profile Send private message
kopfsalat
Apprentice
Apprentice


Joined: 01 Dec 2003
Posts: 181
Location: Cologne, Germany

PostPosted: Sun Jun 19, 2005 12:25 pm    Post subject: Reply with quote

Um die Werte von glxgears würde ich mir nicht so viele Sorgen machen. Installiere irgendeinen opengl-zock z.B. ut2004-demo und schaue wie das läuft. Die Konfiguration scheint mir jedenfalls in Ordnung zu sein.
Back to top
View user's profile Send private message
trikolon
Apprentice
Apprentice


Joined: 04 Dec 2004
Posts: 297
Location: Erlangen

PostPosted: Mon Jun 20, 2005 10:17 am    Post subject: Reply with quote

kleiner abschliessender kommentar.
also ut2004-demo kann ich mit alles auf hoch ruckelfrei spielen. daher nehme ich an, dass glxgears einfach nicht auf alle funktionen der graka zugreift und somit das ergebnis zu stande kommt. danke trotzdem an alle die sich meinetwegens den kopf zerbrochen haben ;)
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