CONFIGURARE MONITOR AOC 7GRL

17 posts / 0 new
Last post
ovidiu_vr
CONFIGURARE MONITOR AOC 7GRL

Cum pot sa-mi fac monitorul sa fie pe 1024x768 @ 100Hz?

Asa imi arara XF86CONFIG:
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable / (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
#### Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "ro(us_ro)"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "AOC"
ModelName "AOC SPECTRUM 7Glr & 7GlrA"
HorizSync 30.0-95.0
VertRefresh 50.0-160.0

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848

# Dell D800 and few Inspiron (16/10) 1680x1050
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

# Dell D800 and few Inspiron (16/10) 1920x1200
ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nv"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

L-am configurat cam babaseste am pus in loc de:VertRefresh 50.0-160.0 VertRefresh 100 -100 si mi s-a ingustat monitorul.Acuma nu mai am de ales REFRESHUL variabil este fix in 100. Placa video GForce100/200 mi-o vede la 24 de culori iar pentru 32 trebuie instalate driverele? M-am chinuit cu respectarea README de pe site NVIDIA dar imi spune la KERNEL ca "nu-si da seama ce versiune e".Am Kernel 2.6.10.x parca. In orice caz dupa ce am instalat Mandrake 10.1 n-am modificat kernell-ul.Daca o sa trebuiasca ca fac update la kernel nu stiu sa-l compilez si ce module se baga!!!!!!!!!!

cgherman
cgherman's picture
Re: CONFIGURARE MONITOR AOC 7GRL

Incearca urmatoarele modificari in fisier (liniile marcate). Asta daca ai compilat driverul Nvidia.

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer ########Modificat###########
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia" ########## Modificat##############
Option "DPMS"
EndSection

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

Nu-mi mofidifica nu nimic refresul ,eu stiam ca trebuie modificat la :
Section "Monitor"
Identifier "monitor1"
VendorName "AOC"
ModelName "AOC SPECTRUM 7Glr & 7GlrA"
HorizSync 30.0-95.0 #####AICI######
VertRefresh 50.0-160.0 ######AICI########
Am pus VertRefresh 100-100 dar pe imi ingusteaza monitorul(babeste dar merge)
dar e mai mare suprafata monitorului si trebuie sa fug cu mausul pe ecran in sus si-n jos.In win imi arata "MONITORUL apasand rotita" H 81.3kHz V 100.0 Hz
Nu stiu cum sa pun la HORIZ,am incercat conbinatii 70-95 nu mai intra in X si altele si la fel patesc.Nu inteteleg de ce sunt puse asa HorizSync 30.0-95.0 VertRefresh 50.0-160.0 ,ca doar nu pot alege refresul pana la 160.Refresul este acuma la 85.Mai spuneti-mi si alte combinatii,poate are cineva monitorul meu.

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

E putin mai complicata faza cu modificarea refresh-ului in linux. Din cate stiu, si in MDK 10.0 si in MDK 10.1 exista o aplicatie care face asta automat. Nu stiu sa iti spun numele ei deoarece nu am folosit-o niciodata, dar un utilizator care o are iti poate indica numele. Apare in taskbar ca o pictograma dreptunghiulra albastra cu o sageta alba pe diagonala.

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

Stiu de ea ,dar nu pot pune refresul mai mult de 85,pot alege de acolo doar 60.70,75,85,alte idei mai aveti?Mersi oricum.
Am reusit intr-un final sa-mi instalez driverele(CRED ca mai e si altceva,e imposibil,nu am nici o liniede 32de biti numai 24) la placa video imi apare configurarea placii video cand ii dau nvidia-settings ,dar mai departe????? cum aleg adancimea in culoare,momentan este pe 24biti,inafara de comanda XFdrake.

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

In principiu pentru a modifica refreshul trebuie sa urmezi o serie de pasi.

1. Te documentezi despre monitor. Afli valorile de refresh orizontal si vertical suportat in diverse rezolutii.
2. Pornesti aplicatia xvidtune (o instalezi daca nu o ai) si modifici de acolo setarile pana il aduci in parametrii doriti apoi salvezi setarile respective sub forma unui mode line de tipul celui din XF86config
3. introduci linia respectiva in XF86Config sau XF86Config-4 nu mai stiu exact si vei avea setarile dorite disponibile

Scrisesem candva un tutorial care s-a pierdut sau il mai am pe undeva prin sistem... Refreshul, cum spuneam este un subiect putin tratat pe Linux. Inca o chestie, nu prea te juca la monitor daca nu ai parcurs punctul 1 deoarece il poti arde cu anumite setari.

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

Quote:
ovidiu_vr a scris:
Stiu de ea ,dar nu pot pune refresul mai mult de 85,pot alege de acolo doar 60.70,75,85,alte idei mai aveti?

nu am nici o linie de 32 de biti numai 24
cum aleg adancimea in culoare,momentan este pe 24biti,inafara de comanda XFdrake.

Daca acolo ai 85Hz setarea maxima, atunci inseamna ca asta e maximul pentru monitorul tau. Oricum 85Hz este foarte mult, un refresh mai mare incepe sa iti consume resurse in 3D etc. Pentru a avea un ochi "odihnit" trebuie sa ai de la 75Hz in sus.

Nu o sa gasesti 32bit. Nu stiu sa iti explic de ce, dar se pare ca acest 24bit este echivalent.

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

Am pus babeste xf86config la vertical 100-100 si merge dar cum ma mai zis trebuie sa fug cu mausul pe ecran ca mi se ingusteaza ecranul ,trebuie sa fie o chestie si cu HORIZONTAL. Oricum in windows imi tine la 100 imi afiseaza si MONITORUL prin apasarea rotitei lui 7GRL.
Si daca refresul e prea mare are monitorul protectie.
Spunetimi si mie daca driverele video sunt instalate,nici nu stiu cum ar arata,ce s-ar dschide,eu pot da deschid doar cu comanda NVIDIA --SETTINGS,care chipurile merge.
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Feb 21 00:32:00 2005

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : false
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /root/tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> A precompiled kernel interface for kernel 'Mandrake Linux 10.1 kernel
2.6.8.1-10mdk i586' has been found here:
./usr/src/nv/precompiled/nv-linux.o-1.0-6629.mdk10.1_2.6.8.1-10mdk.
executing: 'cd ./usr/src/nv; /usr/bin/ld -d -r -o nvidia.ko precompiled-nv-l
inux.o nv-kernel.o'...
-> Kernel module linked successfully.
-> Installing both new and classic TLS OpenGL libraries.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86' (1.0-6629):
executing: './usr/src/nv/makedevices.sh'...
executing: '/sbin/ldconfig'...
executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Shared memory test passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86
(version: 1.0-6629) is now complete. Please update your XF86Config or
xorg.conf file as appropriate; see the file
/usr/share/doc/NVIDIA_GLX-1.0/README for details.

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

Dupa ce ai rulat driverul din consola, fara sa ai X-ul pornit, mergi in /etc/X11/XF86Config si schimbi Driver "nv" in Driver "nvidia" . Din cate vad in configul tau ai si linia Load "glx" comentata. Scoate comentariile ca sa ai accelerare 3D in OpenGL.
Cand pornesti X-ul, trebuie sa iti apara logo-ul NVIDIA pe ecran daca driverele sunt instalate si active.

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

Cum este acuma?

Section "Module"
Load "dbe" # Double-Buffering Extension ###Aici trebuie?##
Load "v4l" # Video for Linux ###Aici trebuie?##
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D lay ###Aici trebuie? 3D lay##
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "AOC"
ModelName "AOC SPECTRUM 7Glr & 7GlrA"
HorizSync 30-95
VertRefresh 50-160

Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
EndSection

Am pus si la modprobe.preload nvidia

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

Da, e bine. Am si eu o rugaminte, nu mai pune tot fisierul ala pe forum, da doar portiunea undei ai nelamuriri. Intotdeauna m-au secat la forumurile de linux topicurile legate de placi video unde se pasteaza de nenumarate ori configurile astea interminabile. :-(

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

OK. zimi si mie cum faci sa ti apara logo-ul cu Nvidia cand deschizi X?ii dai vreo comanda?
La mine nu apare.

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

Nu, iti apare automat, daca sistemul tau porneste cu driverele propietare de la NVIDIA.

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

Pentru instalarea driverelor Nvidia am facut urmatorii pasi si nu-mi incarca driverele,spuneti-mi mai departe ce este de facut va rog!!!!!
1.Am modificat inittab 5 in 3 apoi reboot
2. sh NVIDIA-Linux-x86-1.0-6629-pkg1.run
3.Am modificat in XF86config“nv” cu nvidia si ###Load "glx” cu Load "glx”
4.In modprobe.preload am pus nvidia
Altceva mai trebuie?Va rog ajutati-ma!!!!!
Nu-mi da nici o eroare cand intru in Linux.
Merge la fel cand incarc X(adica de cand am instalat Mandrak-ul)?Nu face nimic dupa ce-i dau restart.
Trebuie sa fac instalarea driverelor cu compilarea Kernelui,folosesc 2.6.8.1-10?

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

Trebuie sa modifici "nv" in "nvidia" in XF86Config-4 si nu in XF86Config...sorry
Ce versiune de MDK ai ?

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.

ovidiu_vr
Re: CONFIGURARE MONITOR AOC 7GRL

Folosesc Mandrake 10.1,dar nu gasesc XF86Config-4.

adyx
Re: CONFIGURARE MONITOR AOC 7GRL

Da, de asta te-am intrebat de versiune, tu ai Xorg deja, eu sunt inca pe 10.0 cu XFree86
Citeste documentatia de la NVIDIA, sau intreaba-l pe maaxx, are 10.1 si placa NVIDIA.
Ar trebui sa fie tot un fisier cu conf in nume, probabil xorg.conf dupa cum vad pe net si acolo schimbi la fel nv in nvidia etc etc...

We can't solve problems by using the same kind of thinking we used when we created them.
A.E.