Låg fps kan det vara xorg.conf?

För spelentusiaster !
spaden
Inlägg: 14
Blev medlem: 15 jun 2007, 15:47
OS: Debian
Ort: Skåne

Låg fps kan det vara xorg.conf?

Inlägg av spaden »

har läst igenom en del trådar och guider på hur man insallerar och konfigurerar wine och .wtf filen men inget lyckas har fortfarande 0.2 fps
kan det vara xorg.conf filen som jag antagligen inte byggt upp rätt ?

hela min fil är lite plock från här och där :P
och det var över 2 år sen jag såg en xorg fil senast så jag har själv ingen aning längre hur den ska byggas :P
dock fungerade allt mycket bättre då hehe :P


en sak till skärm 2 flimmrar en hel del.
dator spec.
geforce 6600 gt
2 skärmar - skärm 1: nec multisync fe950+ skärm 2: viewsonic g75f

här är min xorg fil .. snälla hälp mig bygga den rätt ^^

Kod: Markera allt


Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"se"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
    Identifier  "geforce0"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen 0
EndSection

Section "Device"
    Identifier  "geforce1"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen 1
EndSection

Section "Monitor"
    Identifier  "monitor0"
    Option      "DPMS"
	HorizSync     30-86
   	VertRefresh    50-180
EndSection

Section "Monitor"
    Identifier  "monitor1"
    Option      "DPMS"
	HorizSync *Försöker hitta rätt siffror. någon som vet?* skärm 2: viewsonic g75f
   	VertRefresh *Försöker hitta rätt siffror. någon som vet?*
EndSection

Section "Screen"
    Identifier  "screen0"
    Device      "geforce0"
    Monitor     "monitor0"
    DefaultDepth    24
    SubSection "Display"
        Depth       1
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier  "screen1"
    Device      "geforce1"
    Monitor     "monitor1"
    DefaultDepth    24
    SubSection "Display"
        Depth       1
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "screen0"
    Screen      "screen1" RightOf "screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"

    Option "xinerama" "on"
    Option "clone" "off"
EndSection

Section "Module"
	Load		"glx"
EndSection
EDIT: Hitta ett kommando glxgears
som visa mig detta resultatet

Kod: Markera allt

9265 frames in 5.0 seconds = 1852.822 FPS
13553 frames in 5.0 seconds = 2707.954 FPS
14333 frames in 5.0 seconds = 2864.144 FPS
12323 frames in 5.0 seconds = 2464.566 FPS
14916 frames in 5.0 seconds = 2983.176 FPS
16712 frames in 5.0 seconds = 3342.354 FPS
14398 frames in 5.0 seconds = 2879.540 FPS
13823 frames in 5.0 seconds = 2764.544 FPS
14399 frames in 5.0 seconds = 2879.789 FPS
14107 frames in 5.0 seconds = 2818.392 FPS
14347 frames in 5.0 seconds = 2865.477 FPS
15047 frames in 5.0 seconds = 3009.298 FPS
14340 frames in 5.0 seconds = 2866.087 FPS
13954 frames in 5.0 seconds = 2790.238 FPS
12543 frames in 5.0 seconds = 2508.496 FPS
min xorg fil är säkert fel iaf. men har bra resultat jämnfört med dom andra i den tråden jag hitta kommandot i.
kan det vara något med opengl och wtf eller är det wine :S


EDIT: haha ingen svara snart löst det själv :S

upptäckte att jag hade missat ett s i wine windows registret så nu ligger min fps på ungefär 26 fps lite bättre än 0.25 ^^

Kod: Markera allt

 Registry Tweak for FPS Boost

Open a terminal window, (konsole/terminal/x terminal etc..), type regedit and press enter. This will start Wine's registry editor. If you are familiar with using the registry editor under windows then this is pretty much the same.

   1. Find HKEY_CURRENT_USER\Software\Wine\
   2. Highlight the wine folder in the left hand pane by left clicking on it. The icon should change to an open folder.
   3. Click right on the wine folder and select [NEW] then [KEY].
   4. Replace the text "New Key #1" with OpenGL (CaSe Sensitive).
   5. Right click in the right hand pane and select [NEW] then [String Value].
   6. Replace "New Value #1" with "DisabledExtensions" (CaSe sensitive).
   7. Then double click anywhere on the line, a dialog box will open.
   8. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes). 

Note: If you are unable to rename the newly created key "New Key #1" to "OpenGL" then expand the left hand pane of the regedit window using the vertical divider bar. You should now be able to change it. A known bug in Wine is causing this unwanted behavior.

You should see a significant performance gain. 
kan man få bättre fps med rätt konfigurerad xorg fil eller är det helt upp till wine och wtf filen nu ?


EDIT: vet inte ifall det var det senaste uppdateringarna eller något med wine nu fungerar inte wow alls längre :S
den startar och stängs lika fort igen :S
Användarvisningsbild
AntonPetts
Inlägg: 316
Blev medlem: 27 apr 2008, 23:01
OS: Arch Linux
Ort: Kalmar
Kontakt:

Re: Låg fps kan det vara xorg.conf?

Inlägg av AntonPetts »

kan man få bättre fps med rätt konfigurerad xorg fil eller är det helt upp till wine och wtf filen nu ?
Din xorg.conf ser bra ut vad jag kan se, sen finns det olika småsaker man kan ju testa att lägga till, T.ex:

Kod: Markera allt

Option "ConnectedMonitor" "CRT"
under grafikkortet, som kan snabba upp uppstarten med några sekunder.

Hittade det här för din viewsonic-skärm också:

Max Sync Rate (V x H) 160 Hz x 86 KHz
EDIT: vet inte ifall det var det senaste uppdateringarna eller något med wine nu fungerar inte wow alls längre :S
den startar och stängs lika fort igen :S
Får du något felmeddelande om du kör den via terminalen?

Kod: Markera allt

wine /mapp/program.exe
Mina teman: iod Suite, SimplyGrey
spaden
Inlägg: 14
Blev medlem: 15 jun 2007, 15:47
OS: Debian
Ort: Skåne

Re: Låg fps kan det vara xorg.conf?

Inlägg av spaden »

jag la till din
Option "ConnectedMonitor" "CRT"
vet dock inte vad den skulle göra för nytta.

sen att wow sluta fungera var nog för jag trodde jag visste kommandot i .wtf filen men missade att skriva in två bokstäver och det var nog en av anledningarna till att wow inte starta ... så tillbaka på ruta 1 .. fortfarande dålig fps men nu ligger den på 26 fps ...
spelbart men inte roligt ^^

tycker fortfarande att skärmarna flimmrar för mkt..

iaf viewsonic skärmen

tack för ditt svar btw...
Användarvisningsbild
rodak
Inlägg: 28
Blev medlem: 24 apr 2008, 12:47
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS
Ort: Landskrona

Re: Låg fps kan det vara xorg.conf?

Inlägg av rodak »

har du compiz aktiverat? Det ställer till mycket problem för mig, flimmer/lagg

testa att aktivera metacity istället och se om det hjälper

Kod: Markera allt

metacity --replace
tror jat att man skriver

finns nåt som heter fusion-icon som du kan installera via synaptic
gör att du snabbt och enkelt kan skifta mellan compiz och metacity
Användarvisningsbild
AntonPetts
Inlägg: 316
Blev medlem: 27 apr 2008, 23:01
OS: Arch Linux
Ort: Kalmar
Kontakt:

Re: Låg fps kan det vara xorg.conf?

Inlägg av AntonPetts »

Om det flimrar med compiz kan du se till att du har avmarkerat 'detect refresh rate' i compiz inställningarna > General Options > Display settings. Du kan fylla i 'Sync to vBlank' där också', det brukar hjälpa ;).
Mina teman: iod Suite, SimplyGrey
spaden
Inlägg: 14
Blev medlem: 15 jun 2007, 15:47
OS: Debian
Ort: Skåne

Re: Låg fps kan det vara xorg.conf?

Inlägg av spaden »

Compiz är inte igång och det är ju inget extremt flimmer men jag ser det och det är sjukt jobbigt :S
oftast använder jag skärm 2 ihop med firefox och jobbar på skärm 1.. och det är inte så lätt å läsa när man ser flimmret hela tiden ^^
kan ju säga att det har blivit bättre än var det var när jag installerade ubuntu igår.

övrigt så fungerar ubuntu sjukt bra nu .. har lyckats få igång mer eller mindre allt jag använde i windows fast linux baserat och det känns bra.
nu är det ju bara små pill kvar så som skärmen och fpsen i wine ..
vet inte ifall det kan vara till nån hjälp men när jag kör allt på minimum i wow så har jag runt 60 fps ...
jag vet att min hårdvara inte är den bästa men när man kör 50/50 i windows med runt 40 fps så är inte 60 fps på lägsta inställningarna i linux oki.

kommer ihåg när jag körde wine för nått år sen då hade jag runt 80 fps på runt 50/50 inställningar..
Skriv svar

Återgå till "Spel"