OVH Community, your new community space.

Kernel questions


makno
26-09-2011, 17:43
sorry for the simple question but how are you checking the fps?

Thelen
20-09-2011, 10:44
Try some game forums, see how others have solved it.

avizeke
14-09-2011, 02:21
Yeah thanks. that problem sorted it

uname -r
2.6.38.2-xxxx-std-ipv6-32-hz1000



my problem is now that the refresh rate isnt as quick as it should be in order to hit the FPS rate in which i need it to be.

when entering 1000 fps for a server, it hits under this no matter what. Please advise of the next option. of what to do here.

LawsHosting
13-09-2011, 18:47
root=/dev/hda1

should be

root=/dev/sda1

?

avizeke
13-09-2011, 13:44
Hey guys looking for some help here on OVH system.

ok i am in the process of doing the kernal transfer based on :

http://help.ovh.co.uk/KernelInstall

following the 1000hz kernal.


ln -sf /boot/System.map-2.6.38.2-xxxx-std-ipv6-32-hz1000 /boot/System.map

ls -l
(result) - lrwxrwxrwx 1 root root 49 Sep 13 06:52 System.map -> /boot/System.map-2.6.38.2-xxxx-std-ipv6-32-hz1000


nano /etc/lilo.conf

prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
lba32
append=""
#serial=0,9600n8

image=/boot/bzImage-2.6.38.2-xxxx-grs-ipv6-32
label=linux
read-only
root=/dev/hda1


---

i simply changed the image to the new one :
"image=/boot/bzImage-2.6.38.2-xxxx-std-ipv6-32-hz1000"


then the final outcome is this

[root@megan@gameplayservers etc]# /sbin/lilo
Fatal: raid_setup: stat("/dev/hda")


[root@megan@gameplayservers etc]# fdisk -l

Disk /dev/sda: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 115719 929510400+ 83 Linux
/dev/sda2 115719 240652 1003518976 83 Linux
/dev/sda3 240652 243201 20478976 82 Linux swap / Solaris



please advise, as atm i dont think now i can restart the system, due to this effect in place.