Permalänk
Medlem

Coolbits

Finns det någon som är duktig på Xorg.conf eller på annat sätt fått igång Coolbits så man kan justera klockhastigheterna? Hur jag än vrider och vänder så går det inte att applicera inställningarna jag gör i nvidia-settings.
Det är alltså inget problem för mig att aktivera Coolbits, men jag kan inte få mina inställningar att "fastna". Nvclock har kommit i ny version (beta 4, januari -09) men inte heller det går att använda för att justera, då det använder Coolbits som backend.

Det relevanta delarna ut min xorg.conf är:

Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX295" Option "Coolbits" "1" BusID "PCI:7:0:0" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX295" Option "Coolbits" "1" BusID "PCI:8:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Coolbits" "1" SubSection "Display" Depth 24 EndSubSection EndSection

Dessa inställningarna gör att jag får en Overclock-flik på ett kort, inte på båda, vilket också bekymrar mig..

Visa signatur

WS: Asus P8Z77-I Deluxe mITX | Intel 3770K@4.6 | NH-U12P | Asus 780 GTX | Corsair 2x8GB 1600Mhz CL9 | Samsung 840 512GB | Ubuntu 16.04.3 x86_64 | Corsair AX750 | 2x Dell U2412M | Puppe.se | NAS: i7 860, 16GB DDR3, GA-P55M-UD4, FD Define R3, 8x2TB Samsung F4EG, Serveraid M1015, EVGA 750W G2 PSU, FreeBSD x64

Permalänk
Avstängd

Vet inte.
Kanske hittar du någon tråd om detta, eller får hjälp på nvnews Linux forum.
http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

Permalänk
Medlem

Kan meddela att jag nu kommit fram till, mha google att alla 180.xx drivare är usla om man ska klocka. Jag kör nu med en 177.73 version, och det funkar alldeles utmärkt att klocka mitt GTX295. Dock får jag fortfarande bara overclock-flik på en gpu, men den verkar klocka hela kortet ändå..

Nu ska jag försöka trycka i ett 9500GT och se om jag får en overclock-flik på det helt separata kortet.

Visa signatur

WS: Asus P8Z77-I Deluxe mITX | Intel 3770K@4.6 | NH-U12P | Asus 780 GTX | Corsair 2x8GB 1600Mhz CL9 | Samsung 840 512GB | Ubuntu 16.04.3 x86_64 | Corsair AX750 | 2x Dell U2412M | Puppe.se | NAS: i7 860, 16GB DDR3, GA-P55M-UD4, FD Define R3, 8x2TB Samsung F4EG, Serveraid M1015, EVGA 750W G2 PSU, FreeBSD x64

Permalänk
Medlem

hej
så här ser min xorg.conf ut två skärmar dvi-dvi-vga en tv hdmi.
Clockar gpu 0&1

klistrar in hela

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"

# Removed Option "Xinerama" "1"
# Removed Option "Xinerama" "0"
Option "Xinerama" "1"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG StudioWorks 900B"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "PANASONIC-TV"
HorizSync 15.0 - 68.0
VertRefresh 23.0 - 61.0
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT200-400"
Option "CoolBits" "1"
BusID "PCI:5:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT200-400"
Option "CoolBits" "1"
BusID "PCI:4:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT: 1680x1050 +0+0, DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection