[ bkiller @ 28.12.2007. 10:32 ] @
Imam problema pri podešavanju rezolucije na bt2, pod configure imam takve opcije da mogu odabrati 800x600 kao NAJVEĆU rezoluciju i 75Hz kao NAJMANJE refresh rate, a ja želim raditi pod rezolucijom 1024x768 i refresh rate na 60Hza
Imam monitor od 15 incha, grafičku Nvidia GeForce 4 Ti 4200, pod os windows xp normalno radim pod rezolucijom 1024x768 i 60Hza, poslije instalacije linux-a, odabrao sam da mi se automacki podesi xorg(kucanjem naredbe xconf) jer bez kucanja te naredbe nisam mogao ući u linux(bila je samo crna slika na monitoru)

Evo moj xorg fajl

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


Nadam se da vašoj pomoći

Pozdrav
[ bkiller @ 28.12.2007. 13:30 ] @
može mi netko pomoći?
[ bkiller @ 29.12.2007. 18:02 ] @
itko?
[ DJ_DzoNe @ 30.12.2007. 17:06 ] @
Pa dobro, prvo instaliraj drajvere za grafiku, nakon toga edituj xorg.conf
Od
Section "Screen" pa do dole stavi ovako:
Code:

Section "Screen"
    Identifier  "Screen0"
    Device      "GeForce"
    Monitor     "My Monitor"
    DefaultDepth 24
    Option       "NoLogo" "1"
    Option       "TwinView" "0"

    Subsection "Display"
        Depth       8
        Modes      "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    Subsection "Display"
        Depth       16
        Modes      "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Ako ti je podtrebno samo dodaj 1280x1024, stavio sam da ne prikazuje nVidia splash screen.

[Ovu poruku je menjao DJ_DzoNe dana 30.12.2007. u 18:18 GMT+1]

[Ovu poruku je menjao DJ_DzoNe dana 30.12.2007. u 18:20 GMT+1]

[Ovu poruku je menjao DJ_DzoNe dana 30.12.2007. u 18:22 GMT+1]