[LINUX] Discussione su Ubuntu - Pagina 38
Thanks Thanks:  0
Likes Likes:  0
Pagina 38 di 47 PrimaPrima ... 28343536373839404142 ... UltimaUltima
Risultati da 371 a 380 di 470

[LINUX] Discussione su Ubuntu

  1. #371
    Ministro della salute L'avatar di maxper
    Data Registrazione
    Jul 2003
    Località
    Alessandria
    Messaggi
    1,473

    Predefinito

    niente da fare... nemmeno con la guida di ryan...
    quando lancio 915resolution -l mi dice:

    Intel 800/900 Series VBIOS Hack : version 0.5.2

    Intel chipset detected. However, 915resolution was unable to determine the chipset type.
    Chipset Id: 29a08086
    Please report this problem to stomljen@yahoo.com

    che si può fare???
    Waste not want not...
    Proud to be Mondo3Staff!
    TOP3 Privilege since 25.03.03 ora Supertua+ Iphone5 - Alessandria

  2. #372
    Mondo3 Staff
    Data Registrazione
    Nov 2004
    Messaggi
    2,322

    Predefinito

    Prova a postare quei 2 file di cui sopra.

  3. #373
    Ministro della salute L'avatar di maxper
    Data Registrazione
    Jul 2003
    Località
    Alessandria
    Messaggi
    1,473

    Predefinito

    ryan uno di quei files è lungo come la quaresima
    Waste not want not...
    Proud to be Mondo3Staff!
    TOP3 Privilege since 25.03.03 ora Supertua+ Iphone5 - Alessandria

  4. #374
    Mondo3 Staff
    Data Registrazione
    Nov 2004
    Messaggi
    2,322

    Predefinito

    LOL, allora anzichè postarlo allegalo come file o mandamelo via email...

  5. #375
    Ministro della salute L'avatar di maxper
    Data Registrazione
    Jul 2003
    Località
    Alessandria
    Messaggi
    1,473

    Predefinito

    te lo mando su hotmail luca ok?
    Waste not want not...
    Proud to be Mondo3Staff!
    TOP3 Privilege since 25.03.03 ora Supertua+ Iphone5 - Alessandria

  6. #376
    Mondo3 Staff
    Data Registrazione
    Nov 2004
    Messaggi
    2,322

    Predefinito

    Citazione Originariamente Scritto da maxper Visualizza Messaggio
    te lo mando su hotmail luca ok?
    Ok, no problem.

  7. #377
    Mondo3 Staff
    Data Registrazione
    Nov 2004
    Messaggi
    2,322

    Predefinito

    Ok, allora, prova a modificare il file /etc/X11/xorg.conf aggiungendo e configurando il parametro "Modeline" come segue:
    Codice:
    Section "Monitor"
            Identifier      "L194WT"
            Option          "DPMS"
            HorizSync       30-83
            VertRefresh     56-75
            Modeline "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync +vsync
    EndSection


    Cmq per la cronaca ho estrapolato tali valori da questa parte del file /var/log/Xorg.0.log
    [...]
    (II) I810(0): Supported Future Video Modes:
    (II) I810(0): #0: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    (II) I810(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) I810(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    (II) I810(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) I810(0): Supported additional Video Mode:
    (II) I810(0): clock: 106.5 MHz Image Size: 408 x 255 mm
    (II) I810(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end
    1904 h_border: 0
    (II) I810(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934
    v_border: 0

    (II) I810(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz,
    PixClock max 140 MHz
    [...]

    Se non dovesse funzionare abbiamo ancora un altro paio di cosette da provare...ad esempio prova anche ad aggiungere (ma solo se non dovesse funzionare la modifica suggerita in precedenza):
    Codice:
    Section "Device"
            Identifier      "Intel Corporation Intel Default Card"
            Driver          "i810"
            BusID           "PCI:0:2:0"
            VideoRam        128000
            Option "IgnoreEDID" "True"
    EndSection


    Oppure un'altra modifica che potresti provare ad apportare, sempre solo se le due soluzioni precedenti non dovessero funzionare, è la seguente:
    Codice:
    Section "Device"
            Identifier      "Intel Corporation Intel Default Card"
            Driver          "i810"
            BusID           "PCI:0:2:0"
            VideoRam        128000
            Option "IgnoreEDID" "True"
            Option "ForceBIOS" "1024x768=1440x900"
    EndSection
    (Dove 1024x768 è la risoluzione che usi al momento).
    Ultima modifica di ryan; 14/03/2007 alle 22:02

  8. #378
    Mondo3 Staff
    Data Registrazione
    Nov 2004
    Messaggi
    2,322

    Predefinito

    Se nessuno dei suggerimenti precedenti dovesse funzionare, prova a riscrivere completamente queste sezioni del file /etc/X11/xorg.conf così come segue:
    Codice:
    Section "Device"
            Identifier      "Intel Corporation Intel Default Card"
            Driver          "i810"
            BusID           "PCI:0:2:0"
            VideoRam        128000
            Option "ForceBIOS" "1024x768=1440x900"
    EndSection
    
    Section "Monitor"
            Identifier      "L194WT"
            DisplaySize  408 255	          # mm
            Option          "DPMS"
            Option       "DDC" "false"
            HorizSync       30-83
            VertRefresh     60         #56-75
            Modeline "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync +vsync
    EndSection
    
    Section "Screen"
            Identifier      "Default Screen"
            Device          "Intel Corporation Intel Default Card"
            Monitor         "L194WT"
            DefaultDepth    24
            SubSection "Display"
                    Depth           24
                    Modes           "1440x900"
                    Viewport   0 0
                    Virtual    1440 900
            EndSubSection
    EndSection
    Poi dai questo comando:
    Codice:
    915resolution 38 1440 900 24 1904 934

  9. #379
    Ministro della salute L'avatar di maxper
    Data Registrazione
    Jul 2003
    Località
    Alessandria
    Messaggi
    1,473

    Predefinito

    grazie luca! passo le informazioni a marta e poi ti dico!!
    Waste not want not...
    Proud to be Mondo3Staff!
    TOP3 Privilege since 25.03.03 ora Supertua+ Iphone5 - Alessandria

  10. #380
    Ministro della salute L'avatar di maxper
    Data Registrazione
    Jul 2003
    Località
    Alessandria
    Messaggi
    1,473

    Predefinito

    luca come sempre sei grandissimo!

    il monitor adesso ha la risoluzione corretta! non so quale sia la soluzione che andava bene perchè ha fatto tutto lei da sola ma mi ha detto che ora funziona

    grazie!
    Waste not want not...
    Proud to be Mondo3Staff!
    TOP3 Privilege since 25.03.03 ora Supertua+ Iphone5 - Alessandria

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •  
Mondo3 Social