Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 16

Discussione: PClinuxOS e Display

  1. #1
    Utente di HTML.it L'avatar di Bugu
    Registrato dal
    Nov 2007
    Messaggi
    871

    PClinuxOS e Display

    Ho installato su un notebook abbastanza recente PClinuxOS. Riconoscimento HW da paura, a parte un problemino col monitor: in pratica mi mette in 1024x768, mentre il mio è un 1280x800. Il risultato è piuttosto sgradevole. Dal control center mi consente di selezionare 1280x800, ma la cosa non modifica niente, mentre dalla configurazione del desktop > display non c'è l'opzione 1280x800 ma solo quella 1024x768.
    Come faccio a portarlo a 1280?
    Linux User
    ---------
    Solo due cose sono infinite: l'universo e la stupidità umana, e non sono tanto sicuro della prima.

  2. #2
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    edita a manina /etc/X11/xorg.conf

    e modifica le subsezioni relative alla risoluzionr.
    cosy
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection

  3. #3
    Utente di HTML.it L'avatar di Bugu
    Registrato dal
    Nov 2007
    Messaggi
    871
    Non ho quel file dentro etc/apt. Sono root e ho settato come vivibili i files nascosti
    Linux User
    ---------
    Solo due cose sono infinite: l'universo e la stupidità umana, e non sono tanto sicuro della prima.

  4. #4
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    in pratica aggiungi il modes che ti serve , in tutte le subsection presenti come da esempio sopra

  5. #5
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    Originariamente inviato da francofait
    in pratica aggiungi il modes che ti serve , in tutte le subsection presenti come da esempio sopra
    /etc/X11/xorg.conf , errore di stompa mio scusa

  6. #6
    Utente di HTML.it L'avatar di Bugu
    Registrato dal
    Nov 2007
    Messaggi
    871
    Fatto, ma non mi compaiono le opzioni nella conf del display
    Linux User
    ---------
    Solo due cose sono infinite: l'universo e la stupidità umana, e non sono tanto sicuro della prima.

  7. #7
    Utente di HTML.it L'avatar di Bugu
    Registrato dal
    Nov 2007
    Messaggi
    871
    Da control center, poi, se clicco su "change resolution", mi dice che dovrebbe installarmi un modulo 915resolution, io do l'ok, ma alla fine mi dice che non ci riesce...
    Linux User
    ---------
    Solo due cose sono infinite: l'universo e la stupidità umana, e non sono tanto sicuro della prima.

  8. #8
    Utente di HTML.it L'avatar di Bugu
    Registrato dal
    Nov 2007
    Messaggi
    871
    Questo è il mio xorg.conf, la risoluzione che mi interessa c'è già di default:

    codice:
    # File generated by XFdrake (rev 57713)
    
    # **********************************************************************
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    # **********************************************************************
    
    Section "Files"
        # font server independent of the X server to render fonts.
        FontPath "unix/:-1"
        
        # minimal fonts to allow X to run without xfs
        FontPath "/usr/share/fonts/misc:unscaled"
    EndSection
    
    Section "Extensions"
        Option "Composite"
    EndSection
    
    Section "ServerFlags"
        #DontZap # disable <Crtl><Alt><BS> (server abort)
        #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
        AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    EndSection
    
    Section "Module"
        Load "dbe" # Double-Buffering Extension
        Load "v4l" # Video for Linux
        Load "extmod"
        Load "type1"
        Load "freetype"
        Load "glx" # 3D layer
        Load "dri" # direct rendering
    EndSection
    
    Section "InputDevice"
        Identifier "Keyboard1"
        Driver "kbd"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "it"
        Option "XkbOptions" "compose:rwin"
    EndSection
    
    Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "ExplorerPS/2"
        Option "Device" "/dev/mouse"
    EndSection
    
    Section "InputDevice"
        Identifier "SynapticsMouse1"
        Driver "synaptics"
        Option "SHMConfig" "on"
    EndSection
    
    Section "Monitor"
        Identifier "monitor1"
        VendorName "Generic"
        ModelName "Flat Panel 1280x768"
        HorizSync 31.5-90
        VertRefresh 60
        
        # 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
        
        # modeline generated by gtf(1) [handled by XFdrake]
        ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync
        
        # modeline generated by gtf(1) [handled by XFdrake]
        ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync
        
        # modeline generated by gtf(1) [handled by XFdrake]
        ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync
        
        # modeline generated by gtf(1) [handled by XFdrake]
        ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync
        
        # modeline generated by gtf(1) [handled by XFdrake]
        ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
        
        # modeline generated by gtf(1) [handled by XFdrake]
        ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
    EndSection
    
    Section "Device"
        Identifier "device1"
        VendorName "Intel Corp."
        BoardName "Intel 945"
        Driver "i810"
        Option "DPMS"
        Option "May_Need_ForceBIOS" "1"
        Option "XaaNoOffscreenPixmaps" "1"
    EndSection
    
    Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultColorDepth 16
        
        Subsection "Display"
            Depth 8
            Modes "1280x800"
        EndSubsection
        
        Subsection "Display"
            Depth 15
            Modes "1280x800"
        EndSubsection
        
        Subsection "Display"
            Depth 16
            Modes "1280x800"
        EndSubsection
        
        Subsection "Display"
            Depth 24
            Modes "1280x800"
        EndSubsection
    EndSection
    
    Section "ServerLayout"
        Identifier "layout1"
        InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "Mouse1" "CorePointer"
        InputDevice "SynapticsMouse1" "AlwaysCore"
        Screen "screen1"
    EndSection
    Anche se aggiungo le opzioni che mi hai dato tu non succede niente, e nella configurazione display alla quale si accede dal desktop (tasto dx) l'opzione più alta che ho è sempre la 1024x768
    Con 1024x768 si vede malissimo, mi vanno insieme gli occhi

    La scheda video me la rileva anche bene, ho anche il compiz attivo...
    Linux User
    ---------
    Solo due cose sono infinite: l'universo e la stupidità umana, e non sono tanto sicuro della prima.

  9. #9
    Utente di HTML.it L'avatar di patel
    Registrato dal
    Jan 2008
    Messaggi
    1,994
    Questo problema ce l'ho avuto anche io ed è sparito solo dopo che ho installato l'ultimo kernel e i driver aggiornati per la mia scheda video ATI (prelevati dal sito ATI)

  10. #10
    Utente di HTML.it L'avatar di Bugu
    Registrato dal
    Nov 2007
    Messaggi
    871
    Le ho provate un pò tutte, ma il mio display rimane sempre in 1024x768. Di andare in 1280x800 non ne vuole sapere.

    Come si può vedere dal mio precedente post, il file xorg.conf ha come risoluzione su tutti i subsystem la 1280x800, ma questo non mi consente comunque di impostare quella risoluzione.
    Q"uando provo a farlo da control center, mi dice che mi dovrebbe installare un pacchetto "915resolution", che poi non riesce ad installare. Il messaggio è questo:
    codice:
    [root@localhost ~]# apt-get install 915resolution
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Package 915resolution has no available version, but exists in the database.
    This typically means that the package was mentioned in a dependency and
    never uploaded, has been obsoleted or is not available with the contents
    of sources.list
    E: Package 915resolution has no installation candidate
    Sgoogolando un pò in giro, sembrerebbe che di questo pacchetto ne abbia bisogno.
    Che posso fare? C'è un sistema per forzare la mia risoluzione a 1280x800 o alla fine dovrò cambiare distro?
    Linux User
    ---------
    Solo due cose sono infinite: l'universo e la stupidità umana, e non sono tanto sicuro della prima.

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 © 2024 vBulletin Solutions, Inc. All rights reserved.