Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

backtrack2 rezolucija problem

[es] :: Linux desktop okruženja :: backtrack2 rezolucija problem

[ Pregleda: 1497 | Odgovora: 4 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

bkiller
David Nikolić
student

Član broj: 167557
Poruke: 3
*.adsl.net.t-com.hr.



Profil

icon backtrack2 rezolucija problem28.12.2007. u 10:32 - pre 198 meseci
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
 
Odgovor na temu

bkiller
David Nikolić
student

Član broj: 167557
Poruke: 3
*.adsl.net.t-com.hr.



Profil

icon Re: backtrack2 rezolucija problem28.12.2007. u 13:30 - pre 198 meseci
može mi netko pomoći?
 
Odgovor na temu

bkiller
David Nikolić
student

Član broj: 167557
Poruke: 3
*.adsl.net.t-com.hr.



Profil

icon Re: backtrack2 rezolucija problem29.12.2007. u 18:02 - pre 198 meseci
itko?
 
Odgovor na temu

DJ_DzoNe
Balkan

Član broj: 167439
Poruke: 49
77.46.209.*

Sajt: www.EDzTeam.com


Profil

icon Re: backtrack2 rezolucija problem30.12.2007. u 17:06 - pre 198 meseci
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]
www.EDzTeam.com

Muzika nije prenosilac poruke, ona je poruka. Ako muzika funkcioniše, sve ide!
Dave Clarke
 
Odgovor na temu

[es] :: Linux desktop okruženja :: backtrack2 rezolucija problem

[ Pregleda: 1497 | Odgovora: 4 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.