Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it L'avatar di Jack991
    Registrato dal
    Oct 2006
    Messaggi
    156

    [xorg.conf] Problema di Sintassi e Mio Esaurimento Nervoso

    Ormai sono giorni che provo a spippolare con xorg.conf senza risultati.

    Ma continua a segnalarmi Errore di Sintassi (Parsing Error).

    Vi posto il mio xorg.conf:

    In rosso ciò che non mi torna.
    -------------------------------------------------------------

    #xorg.conf
    #4/1/2008 by Jack
    #Configured for an Nvidia GeForce 7300 Gt, with an Asus VW192S (19" WideScreen LCD) and a Generic Acer CRT 17": Twinview.


    #Extension Section.
    Section "Extensions"
    Option "Composite" 1
    EndSection


    #Some Generic General Options For The X11 Server
    Section "ServerFlags"
    #DontZap #disable x restart on ctr + alt + BackSpace
    #DontZoom #disable resolution switching on Ctrl + Alt + (keypad+ / keypad-)
    AllowMouseOpenFail #allows the server to start up even if the mouse does not work
    "DefaultServerLayout" 1 #Abilita la sezione ServerLayot
    EndSection


    #Specify what modules needs to been charged on X startup
    Section "Module"
    Load "dbe" #Double-Buffering Extension
    Load "v4l" #Video for Linux
    Load "extmod" # ...
    Load "type1" # ...
    Load "freetype" # ...
    Load "glx" # 3D layer
    EndSection

    #Config for the KeyBoard
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" "compose:rwin"
    EndSection


    #Config for the mouse
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse" #it's a mouse!
    Option "Protocol" "ExplorerPS/2" #it's an PS2 mouse! (no important if true or Virtual USB)
    Option "Device" "/dev/mouse" #where in dev directory
    EndSection


    #Graphic Card Config (nVidia)
    Section "Device"
    Identifier "device0"
    VendorName "nVidia Corporation" #Vendor of the card
    BoardName "NVIDIA GeForce 7300Gt" #Card Name
    Driver "nv" #Card's Driver
    Screen 2 #number of monitor
    Option "DPMS" #energy menagement (by Energy Star)
    Option "TwinView" 1 #Enable Twinview (Dual Monitor by nVidia)
    Option "MetaModes" "1440x900,1024x768" #Resolution of the two monitor
    Option "SecondMonitorHorizSync" "24-64" #HorizSync of the second monitor
    Option "SecondMonitorVertRefresh" "43-60" #VertRefresh of the second monitor
    Option "TwinViewOrientation" "LeftOf" #Position of the 2nd Monitor
    BusID "PCI:2:0:0" #PCI address of the Card
    Option "ConnectedMonitor" "lcd,crt" #type of the monitor

    EndSection


    #Monitor Config (Asus)
    Section "Monitor"
    Identifier "monitor0"
    VendorName "Asus" #Vendor of the monitor
    ModelName "ASUS VW192S" #Name of the monitor
    HorizSync 30-82 #HS
    VertRefresh 50-75 #VR
    EndSection


    #Monitor Config (Acer)
    Section "Monitor"
    Identifier "monitor1"
    VendorName "Acer" #Vendor of the monitor
    ModelName "Acer Generic" #Name of the monitor
    HorizSync 26-64 #HS
    VertRefresh 43-60 #VR
    EndSection


    #Screen and Display 0 (on Asus)
    Section "Screen"
    Identifier "screen0"
    Device "device0" #corrispondent device
    Monitor "monitor0" #corrispondent monitor
    DefaultColorDepth 24 #Color Depth
    Subsection "Display" #
    Depth 24 # Depth
    Modes "1440x900" # Resolution
    EndSubsection #
    EndSection

    #Screen and Display 1 (on Acer)
    Section "screen"
    Identifier "screen1"
    Device "device0"
    Monitor "monitor1"
    Subesection "Display"
    Depth 24
    Modes "1024x768"
    EndSubsection
    EndSection

    Section "ServerLayout"
    Identifier "layout0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Screen "Screen0"
    Screen "Screen1" LeftOf "Screen0"

    EndSection

    -----------------------------------------------------------------

    Vorrei configurare il pc di modo che la scheda video gestisse due schermi (il TwinView per intenderci), so di poterlo fare (su Winzoz fa), solo che no capisco dove sbaglio.

    Spero in un vostro aiuto!

    Jack.
    Errare n00bbium est, perseverare autem hackerum

  2. #2
    Utente di HTML.it L'avatar di hfish
    Registrato dal
    Dec 2000
    Messaggi
    3,180
    hai provato ad usare nvidia-settings per configurare automaticamente il tutto via gui?
    Non dobbiamo trascurare la probabilità che il costante inculcare la credenza in Dio nelle menti dei bambini possa produrre un effetto così forte e duraturo sui loro cervelli non ancora completamente sviluppati, da diventare per loro tanto difficile sbarazzarsene, quanto per una scimmia disfarsi della sua istintiva paura o ripugnanza del serpente.

  3. #3
    Originariamente inviato da hfish
    hai provato ad usare nvidia-settings per configurare automaticamente il tutto via gui?
    esatto, prima di impazzire rimetti l'xorg di default, reinstalla i driver nvidia e lascia a lui modificare i settaggi.. poi lancia il tool (grafico) ed hai l'opzione dei due schermi.. vedi se fa
    if u think u'r too small to make a difference, try sleeping with a mosquito!!

    Giochi a calcetto? Vuoi prenotare online il tuo campo preferito?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.