+ Rispondi alla Discussione
Risultati da 1 a 7 di 7
  1. #1
    elphio
    ospite

    Predefinito 1360x768 su WinXP si ma Su Feisty no

    Esatto... 1360x768 su WinXP si ma Su Feisty no! (nono)

    Ciò vuol dire che la mia scheda:
    Codice:
    01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200M]
    Supporta tale modalità.

    Se interessa :

    Codice:
    fglrxinfo 
    display: :0.0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Radeon Xpress Series
    OpenGL version string: 2.0.6747 (8.40.4)
    e poi(in screen "1360x768" l'ho aggiunto io ma nulla...):

    Codice:
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf(5) manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "ServerLayout"
        Identifier    "Default Layout"
      screen 0 "aticonfig-Screen[0]" 0 0
        Inputdevice    "Generic Keyboard"
        Inputdevice    "Configured Mouse"
        Inputdevice    "stylus"    "SendCoreEvents"
        Inputdevice    "cursor"    "SendCoreEvents"
        Inputdevice    "eraser"    "SendCoreEvents"
        Inputdevice    "Synaptics Touchpad"
    EndSection
    
    Section "Files"
        
        # path to defoma fonts
        Fontpath    "/usr/share/fonts/X11/misc"
        Fontpath    "/usr/share/fonts/X11/cyrillic"
        Fontpath    "/usr/share/fonts/X11/100dpi/:unscaled"
        Fontpath    "/usr/share/fonts/X11/75dpi/:unscaled"
        Fontpath    "/usr/share/fonts/X11/Type1"
        Fontpath    "/usr/share/fonts/X11/100dpi"
        Fontpath    "/usr/share/fonts/X11/75dpi"
        Fontpath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "vbe"
    EndSection
    
    Section "InputDevice"
        Identifier    "Generic Keyboard"
        Driver        "kbd"
        Option        "CoreKeyboard"
        Option        "XkbRules"    "xorg"
        Option        "XkbModel"    "pc105"
        Option        "XkbLayout"    "it"
    EndSection
    
    Section "InputDevice"
        Identifier    "Configured Mouse"
        Driver        "mouse"
        Option        "CorePointer"
        Option        "Device"    "/dev/psaux"
        Option        "Protocol"    "ImPS/2"
        Option        "ZAxisMapping"    "4 5"
        Option        "Emulate3Buttons"    "true"
    EndSection
    
    Section "InputDevice"
        Identifier    "Synaptics Touchpad"
        Driver        "synaptics"
        Option        "SendCoreEvents"    "true"
        Option        "Device"    "/dev/psaux"
        Option        "Protocol"    "auto-dev"
        Option        "HorizScrollDelta"    "0"
            Option          "SHMConfig"             "true"
    EndSection
    
    Section "InputDevice"
        Identifier    "stylus"
        Driver        "wacom"
        Option        "Device"    "/dev/input/wacom"
        Option        "Type"    "stylus"
        Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
        Identifier    "eraser"
        Driver        "wacom"
        Option        "Device"    "/dev/input/wacom"
        Option        "Type"    "eraser"
        Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
        Identifier    "cursor"
        Driver        "wacom"
        Option        "Device"    "/dev/input/wacom"
        Option        "Type"    "cursor"
        Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "Monitor"
        Identifier    "Monitor Generico"
        Horizsync    28.0    -    33.0
        Vertrefresh    43.0    -    72.0
        Option        "DPMS"
    EndSection
    
    Section "Monitor"
        Identifier    "aticonfig-Monitor[0]"
        Option        "VendorName"    "ATI Proprietary Driver"
        Option        "ModelName"    "Generic Autodetecting Monitor"
        Option        "DPMS"    "true"
    EndSection
    
    Section "Device"
        Identifier    "Scheda video generica"
        Driver        "fglrx"
        Busid        "PCI:1:5:0"
    EndSection
    
    Section "Device"
        Identifier    "aticonfig-Device[0]"
        Driver        "fglrx"
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Device        "Scheda video generica"
        Monitor        "Monitor Generico"
        Defaultdepth    24
        SubSection "Display"
            Depth    1
            Modes        "1360x768"    "1024x768"    "800x600"    "640x480"
        EndSubSection
        SubSection "Display"
            Depth    4
            Modes        "1360x768"    "1024x768"    "800x600"    "640x480"
        EndSubSection
        SubSection "Display"
            Depth    8
            Modes        "1360x768"    "1024x768"    "800x600"    "640x480"
        EndSubSection
        SubSection "Display"
            Depth    15
            Modes        "1360x768"    "1024x768"    "800x600"    "640x480"
        EndSubSection
        SubSection "Display"
            Depth    16
            Modes        "1360x768"    "1024x768"    "800x600"    "640x480"
        EndSubSection
        SubSection "Display"
            Depth    24
            Modes        "1360x768"    "1024x768"    "800x600"    "640x480"
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier    "aticonfig-Screen[0]"
        Device        "aticonfig-Device[0]"
        Monitor        "aticonfig-Monitor[0]"
        Defaultdepth    24
        SubSection "Display"
            Viewport    0    0
            Depth    24
        EndSubSection
    EndSection
    
    Section "DRI"
        Mode    0666
    EndSection
    
    Section "Extensions"
        Option        "Composite"    "0"
    EndSection

  2. #2
    wxyz
    ospite

    Predefinito Re: 1360x768 su WinXP si ma Su Feisty no

    uhm, forse sono rimasto indietro di qualche era geologica, ma... non vedo la modeline


    http://koala.ilog.fr/cgi-bin/nph-colas-modelines

  3. #3
    Jack Malmostoso
    ospite

    Predefinito Re: 1360x768 su WinXP si ma Su Feisty no

    1360x768 e' proprio una buffa risoluzione eh!

    La cosa migliore che puoi fare e' aspettare Gutsy (non manca molto), oppure upgradare X da feisty e usare il nuovo Xorg 1.3 con Xrandr 1.2, che ti permette di cambiare risoluzione al volo.

    Altrimenti procurati frequenze orizzontali e verticali del monitor, lancia dpkg-reconfigure xserver-xorg e fai la configurazione avanzata del monitor.

  4. #4
    elphio
    ospite

    Predefinito Re: 1360x768 su WinXP si ma Su Feisty no

    buffa... è quella del tv LCD... mi serve z vedere i film.... ho paura che a smanacciare con le frequenze possa rovinare tutto...

  5. #5
    Suprema Borga Imperiale
    Data Registrazione
    14-12-03
    Messaggi
    17,594

    Predefinito Re: 1360x768 su WinXP si ma Su Feisty no

    Citazione Originariamente Scritto da elphio Visualizza Messaggio
    ho paura che a smanacciare con le frequenze possa rovinare tutto...
    E ma se vai sul sito del produttore del monitor sulla pagina relativa al monitor e leggi lì le due frequenze dove sta il pericolo?
    Ho sempre fatto così.

  6. #6
    wxyz
    ospite

    Predefinito Re: 1360x768 su WinXP si ma Su Feisty no

    in ogni caso la responsabilità è tua e solo tua

    però non vedo come si potrebbe "rovinare", se il costruttore non è pazzo è praticamente impossibile che si bruci, per due (o tre) motivi:
    - che io sappia tutti i monitor (non tv, ma ormai siamo nel 2007) da circa 15 anni hanno una protezione sulle frequenze sbagliate
    - se usi un collegamento analogico l'lcd non ha una "frequenza" di aggiornamento vera e propria, in ogni caso quindi in mezzo c'è una traduzione del segnale; il rischio è che la traduzione non venga fatta bene; al più perdi frame o ti trovi momentaneamente l'immagine mostrata ridotta ad un quadro di missoni.
    - se usi una connessione digitale, non credo proprio che sia tecnicamente possibile trasferire una vera "frequenza di aggiornamento"

    io fossi in te me la giocherei senza problemi. l'importante è che non ti fai prendere dal panico, e ricorda che per balzare in console ammazzando x basta fare control-alt-backspace.

    btw, http://john.fremlin.de/programs/linux/read-edid/

  7. #7
    elphio
    ospite

    Predefinito Re: 1360x768 su WinXP si ma Su Feisty no

    Questo tizio
    http://smhteam.info/wiki/index.linux...ationEcranHDTV
    ha fatto quello che volevo io... almeno mi sembra di capire visto che di francese ci mastico nulla di nulla...

    Il suo tv è parecchio simile al mio. da quel che ho capito ha modificato il suo xorg così:
    1) ha aggiunto la sezione monitor. da quel che ho capito di queste sezioni ne posso aggiungere svariate, a seconda del numero dei tv che ho... Qui ci ha messo tutta una serie di parametri sputati fuori da un sito...
    2) ha aggiunto la sezione screen. così come nell'esempio... Io come monitor di default voglio usare questo (è un notebook) e solo saltuariamente collegarmi col cavo vga al tv. qui non so come fare... ho provato ad aggiungere una sezione screen ma nulla... X si impasta.

    Qualcuno ci ha capito qualcosa più di me?

+ Rispondi alla Discussione

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
  • Il codice BB è Attivato
  • Le faccine sono Attivato
  • Il codice [IMG] è Attivato
  • Il codice HTML è Disattivato