[ QKKK @ 08.10.2007. 11:25 ] @
Koristim Linux backtrack2 i imam problem s rezolucijom i frenkvencijom osvježavanja.
Nemogu obabrati rezoluciju veću od 800x600, ni frenkvenciju osvježavanja manju od 75
Imam grafičku Nvidia GeForce 4 Ti 4200.
Svaka pomoć bi dobrodošla.

Hvala
[ fade @ 08.10.2007. 12:54 ] @
Koji monitor imas? Ako imas 17" i ne zelis rezolucije iznad 1024x768,onda deo xorg.conf-a koji se nalazi u /etc/X11/xorg.conf treba da ti izgleda ovako
Section "Screen"
Option "NoLogo"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
[ Comrade @ 08.10.2007. 22:17 ] @
Hajde prvo attach-uj nam gorepomenuti /etc/X11/xorg.conf pa da vidimo.
[ QKKK @ 10.10.2007. 12:34 ] @
Evo xorg.conf fajl, htio bih linux imat na 1024x768 i na 60 frenkvenciju osvježavanja...

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4200 AGP 8x]"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

[ fade @ 10.10.2007. 14:31 ] @
Ja ne znam sta si ti radio ovde,i kakav ti je to conf file.Okachi ceo file,nemoj da paste-ujes.Deo za rezoluciju bi trebao da izgleda kao onaj sto sam ti ja dao,a ne tako.Ili ako hoces sam,kucas #xorgsetup i podesis sve iz pocetka,na kraju ce te pitati za rezolucije,sredis njih,i to bi bilo to.Posle toka preporucujem da odradis nvidia-xconfig koji ce uraditi update driverza za graficku.Ovo se sve naravno radi dok su init level 3 iliti text mode.
[ QKKK @ 10.10.2007. 15:55 ] @
ok, još samo jedno pitanje, kako da podesim refresh rate na 60??

Hvala
[ jorganwd @ 10.10.2007. 22:19 ] @
A joj.... a jesi probao slucajno
Code:
 xconf 
????? Svi bi da budu hakeri danas hehe :)
[ QKKK @ 17.10.2007. 19:59 ] @
uspio sam namjestit rezoluciju, ali nemogu namjestit refresh rate na 60 Hz...

Nadam se brzoj pomoći

Hvala
[ perun_ @ 24.10.2007. 18:51 ] @
U screen-u bi trebalo da stoji i rezolucija. Sto se osvezavanja tice podesi HorizSync i VertRefresh na osnovu podataka o tvom monitoru. Mozes i rucno u /etc/X11/xorg.conf ili sa #xorgconfig.
[ DJ_DzoNe @ 30.12.2007. 17:40 ] @
Section "Screen"
Identifier "Screen0"
Device "GeForce"
Monitor "My Monitor"
DefaultDepth 24
Option "NoLogo" "1"

Subsection "Display"
Depth 24
# Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
Modes "1152x864" "1024x768" "800x600" "640x480"
# Modes "1024x768" "800x600" "640x480"
# Modes "800x600" "640x480"
# Modes "640x480"
ViewPort 0 0
EndSubsection
EndSection