[LUGOS] Ubuntu 9.04 in nvidia

"Jože Klepec" joze.klepec at siol.net
Thu May 7 21:39:13 CEST 2009


Pozdrav!

Težave z namestitvijo gonilnikov za nvidio (so tudi na fedorah, vendar 
manjše). Gre za namestitev Ubuntu 9.04 alternate, 9.04 client - 9.04 
server nisem testiral. Uporabnika pričaka po inicializaciji prazen 
xorg.conf. Posledica je privzeto 800x600x60Hz, kartica je Elsa Synergy 
II 32 AGP (Nvidia TNT2/TNT2 Pro, zmogljivost AGP4x, več ne vem). Deluje 
na naviti frekvenci 75MHz vodila brez težav in čakalnih stanj. Procesor 
je PII Celeron Mendocino na 350MHz, RAM 576MB, HDD 120GB ATA.

Za ločljivost si Ubuntu lahko včasih (vsaj v mojem primeru) privzame 
največjo možno. To je možno odpraviti z ročnim urejanjem xorg.conf - 
porežete vse višje ločljivosti kartice. Urediti je možno datoteko v 
terminalu z ukazom:

 sudo nano /etc/X11/xorg.conf

Za vzorec (paste) si lahko vzamete spodnji primer - za /NV4/5 in 
Geforce/Geforce2 bo kar deloval, če ste si prej namestili gonilnike 
(71). Seveda zamenjajte nastavitve monitorja.  Za neznan tip monitorja 
spočetka 48.0-60.0 za VerticalRefresh in nižjo ločljivost (800x600, 
zaradi varnosti). Z lshw (v Ubuntuju izvrže opozorilo, a vseeno dela) in 
lspci potem v terminalu pogledate detajle o opremi in nastavite točno.

Naj vam deluje,

Jože
======xorg.conf delujoč========================
###############################################
# MANUALLY REFURBISHED xorg.conf FOR
# UBUNTU 9.04 JAUNTY!!!
#
# Edit under Linux:
# 1. Open terminal.
# 2. sudo nano /etc/X11/xorg.conf
#
#  (^-Ctrl key in nano.)
#
# USE AS TEMPLATE ON YOUR OWN RESPONSIBILTY!!!
#
# 1. FIRST, ENTER CORRECT VALUES FOR MONITOR, KBD,
#    VIDEO CARD. THEN START WITH TESTING.
# 2. IF IN DOUBT, COMMENT OUT ERRATIC AND
#    UNWANTED PARTS.
#
###############################################
# THIS FILE IS GIVEN AWAY FOR FREE "AS IS".
# Modified by Joze Klepec in May, 2009.
###############################################

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by rhpxl - you can safely remove entire section
# along with definitions in Section "ServerLayout"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
#Option here defines new variable named XkbModel with value pc105.
#pc102??, pc101??, pc104??, pc85??, pc84??
    Option        "XkbLayout" "si"
#en, de, es....
EndSection

Section "Monitor"
    Identifier   "Monitor0"
#Don't change unless you don't have more than one monitor!!
#This probably affects monitor order.
    ModelName    "Nokia 449Xa"
#Monitor name as got from specs. If not from papers, search
#on the Internet.
    HorizSync    30.0 - 65.0
#Horizontal syncronization rate in KHz.
    VertRefresh  48.0 - 120.0
#Vertical refresh in Hz. Picture frame rate actually.
#Good=above 60Hz, very good=above 85Hz, excellent=>120Hz.
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
#Change identically to monitor settings.
    Driver      "nv"
#Use proper driver here.
#
#options (roughly described):
#  nv      - Geforce, Geforce2/Geforce MX (Gf2 or mobile onboard),
#            NV5 (RIVA TNT2/TNT2 Pro), NV4, and down.
#            Support all up to Geforce 6xxx.
#            You'll need 71 or 96 line driver for this.
# nvidia  - Geforce 6xxx and newer line models support
#            Works with 173 or 180 line drivers.      
# nouveau - development, open source driver line
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
#Default bit depth - 8, 15, 16, 24, 32 are some possible values.
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "832x624" "800x600" "640x480"
#Specs =           PC75            MAC75      PC85         PC120
#Unoffically also "1280x1024" "1280x960" "1152x864" by different cards 
for Nokia449Xa.
# 1280x1024x60Hz, 1152x864x60Hz, other untested and may burn your monitor!!!
#Ubuntu will automatically set maximum available resolution.
#Enter correct values - you can burn out some older monitors which don't 
support DDC!
    EndSubSection
EndSection


======konec datoteke==========================

-- 
Your mind just crashed at F6660000:ABCD8000h. Please, see online reference manual for further debugging instructions.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: joze_klepec.vcf
Type: text/x-vcard
Size: 237 bytes
Desc: not available
Url : http://liste2.lugos.si/pipermail/lugos-list/attachments/20090507/aa72a3d0/attachment.vcf 


More information about the lugos-list mailing list