Pagina 1 di 4 1 2 3 ... ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 35
  1. #1
    sopadj1
    Guest

    chi mi aiuta a nn rovinare il mio lcd?

    arisalve gente!
    ho installato tante distro e in modalita' grafica è andato sempre tutto ok, ora pero', cn la kanotix, ho un serio problema, lo schermo lcd mi balla, si notano tante infinite righe orizontali che ballano, e tutto si vede sfocato...io, come emerito cogl...ne lho usata x circa 1 mese ma ora la mia vista mi sta iniziando ad abbandonare....niente di grave, ma vorrei almeno salvare il mio schermo....come e cosa mi consigliate di fare per avere un server x decente, ho sentito dire che conviene impostare nel file di conf di xfree che ho uno schermo vesa....

    help help

    qualunque consiglio è ben accetto

  2. #2
    :master: se è una debian esci da x ( ctrl + alt + f2 ) e dai il comando

    dpkg-reconfigure xserver-xfree86

    scegli un monitor lcd > medium con le risoluzioni ed i colori che vuoi
    ti scegli un driver vesa o quello della tua scheda e daai un ctrl + alt + f7 per riavviare x

  3. #3
    sopadj1
    Guest
    ho fatto ma nn è cambiato niente... ho notato che loggandomi come root lo schermo va meglio....questo cosa potrebbe significare?

  4. #4
    fai un po di prove

    hai controllato quanti bit hai messo ?
    che scheda video è ?

    metti la risoluzione che ti interessa e deseleziona le altre

    se da root va meglio
    cestina la dir .kde nella home dell'user cosi'
    cancella le impostazioni e se le riscrea riavviando kde

  5. #5
    sopadj1
    Guest
    ok quando torno a casa lo faccio....

  6. #6
    sopadj1
    Guest
    allora , ho dato

    # dpkg-reconfigure xserver-xfree86 ma mi sono fermato dove mi chiede

    "Please enter the video card's bus identifier."

    :master:

  7. #7
    Originariamente inviato da sopadj1
    allora , ho dato

    # dpkg-reconfigure xserver-xfree86 ma mi sono fermato dove mi chiede

    "Please enter the video card's bus identifier."

    :master:
    Premi invio senza valori, in genere il valore del bus serve per quelle skd video a cui si possono attaccare due o più monitor (non è il tuo caso).
    [Homepage] [Contattami]
    Powered by: Ubuntu - Debian - Gentoo
    Developing: Java - C++ - PHP

    [supersaibal]"Perchè tanto Debian è meglio"
    [/supersaibal]

  8. #8
    sopadj1
    Guest
    fatto...niente è cambiato....

  9. #9
    incolla il file di configurazione

    /etc/X11/XF86Config-4

  10. #10
    sopadj1
    Guest
    codice:
    # Auto-generated by KNOPPIX mkxf86config
    
    Section "ServerLayout"
    
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    # TouchPad not detected
            Identifier     "XFree86 Configured"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
            InputDevice    "USB Mouse" "CorePointer"
    EndSection
    
    Section "Files"
    
    # Additional fonts: Locale, Gimp, TTF...
    #       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    #       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
            RgbPath      "/usr/X11R6/lib/X11/rgb"
            ModulePath   "/usr/X11R6/lib/modules"
            FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
            FontPath     "/usr/X11R6/lib/X11/fonts/misc"
            FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
            FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
            FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
            FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
            FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
            FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
            FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
            FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
            FontPath     "/usr/share/fonts/ttf/western"
            FontPath     "/usr/share/fonts/ttf/decoratives"
            FontPath     "/usr/share/fonts/truetype"
            FontPath     "/usr/share/fonts/truetype/openoffice"
            FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
            FontPath     "/usr/share/fonts/latex-ttf-fonts"
            FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
            FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
    EndSection
    
    Section "Module"
            Load  "ddc"  # ddc probing of monitor
            Load  "GLcore"
            Load  "dbe"
            Load  "dri"
            Load  "extmod"
            Load  "glx"
            Load  "bitmap" # bitmap-fonts
            Load  "speedo"
            Load  "type1"
            Load  "freetype"
            Load  "record"
    # TouchPad not detected
    EndSection
    
    Section "ServerFlags"
            Option      "AllowMouseOpenFail" "true"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "keyboard"
            Option      "CoreKeyboard"
            Option      "XkbRules" "xfree86"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "it"
    EndSection
    
    Section "InputDevice"
            Identifier  "Serial Mouse"
            Driver      "mouse"
            Option      "Protocol" "Microsoft"
            Option      "Device" "/dev/ttyS0"
            Option      "Emulate3Buttons" "true"
            Option      "Emulate3Timeout" "70"
            Option      "SendCoreEvents" "true"
    EndSection
    
    Section "InputDevice"
            Identifier  "PS/2 Mouse"
            Driver      "mouse"
            Option      "Protocol" "IMPS/2"
            Option      "ZAxisMapping" "4 5"
            Option      "Device" "/dev/psaux"
            Option      "Emulate3Buttons" "true"
            Option      "Emulate3Timeout" "70"
            Option      "SendCoreEvents" "true"
    EndSection
    
    Section "InputDevice"
            Identifier  "USB Mouse"
            Driver      "mouse"
            Option      "Device" "/dev/input/mice"
            Option      "SendCoreEvents" "true"
            Option      "Protocol" "IMPS/2"
            Option      "ZAxisMapping" "4 5"
            Option      "Buttons" "5"
    EndSection
    
    Section "InputDevice"
            Identifier  "TouchPad"
            Driver      "synaptics"
            Option      "Device" "/dev/psaux"
            Option      "Protocol" "auto-dev"
            Option      "LeftEdge" "1700"
            Option      "RightEdge" "5300"
            Option      "TopEdge" "1700"
            Option      "BottomEdge" "4200"
            Option      "FingerLow" "25"
            Option      "FingerHigh" "30"
            Option      "MaxTapTime" "180"
            Option      "MaxTapMove" "220"
            Option      "VertScrollDelta" "100"
            Option      "MinSpeed" "0.06"
            Option      "MaxSpeed" "0.12"
            Option      "AccelFactor" "0.0010"
            Option      "SHMConfig" "on"
            Option      "Repeater" "/dev/ps2mouse"
    EndSection
    
    Section "Monitor"
     # DDC-probed
     # DDC-probed
            # These are the DDC-probed settings reported by your monitor.
            # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
            Identifier   "Monitor0"
            VendorName   "IMR"
            ModelName    "IMR1571"
            HorizSync    30.0 - 61.0
            VertRefresh  50.0 - 75.0
            ModeLine     "1024x768" 78.8 1024 1056 1152 1312 768 769 772 800 +hsync +vsync
            ModeLine     "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
            ModeLine     "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
            ModeLine     "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
            ModeLine     "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
            ModeLine     "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
            ModeLine     "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
            ModeLine     "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
            ModeLine     "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
            ModeLine     "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
            ModeLine     "640x480" 31.5 640 656 696 816 480 481 484 504 -hsync -vsync
            ModeLine     "640x480" 25.2 640 648 744 784 480 482 484 509 -hsync -vsync
            ModeLine     "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
            ModeLine     "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
            ModeLine     "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
            ModeLine     "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
            ModeLine     "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
            ModeLine     "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
            ModeLine     "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
            ModeLine     "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
            ModeLine     "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
            ModeLine     "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
            ModeLine     "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
            ModeLine     "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
            ModeLine     "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
            ModeLine     "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
            ModeLine     "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
            ModeLine     "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
            ModeLine     "1368x768" 85.9 1368 1440 1584 1800 768 769 772 795 -hsync +vsync
            ModeLine     "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
            ModeLine     "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
            ModeLine     "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
            ModeLine     "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
            ModeLine     "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
            ModeLine     "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
            ModeLine     "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
            ModeLine     "1920x1200" 193.2 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
            Option      "DPMS" "true"
    EndSection
    
    Section "Device"
    
            ### Available Driver options are:-
    # sw_cursor is needed for some ati and radeon cards
    # The following line is auto-generated by KNOPPIX mkxf86config
    #       BusID       "PCI:1:0:0"
            Identifier  "Card0"
            Driver      "nv"
            VendorName  "All"
            BoardName   "All"
            ChipSet     "GeForce FX 5200"
            Option      "sw_cursor"
            #Option     "hw_cursor"
            #Option     "NoAccel"
            #Option     "ShowCache"
            #Option     "ShadowFB"
            #Option     "UseFBDev"
            #Option     "Rotate"
            BusID       ""
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Card0"
            Monitor    "Monitor0"
            DefaultDepth     16
            SubSection "Display"
                    Depth     1
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     4
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     8
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     15
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     16
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     24
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth     32
                    Modes    "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection
    
    Section "DRI"
            Mode         0666
    EndSection
    PS: che differenza ci sta tra XF86config e XF86config-4? :master:

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.