[Xorg] Schermo nero su HP Mini 2133

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
ema92
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 801
Iscrizione: giovedì 5 gennaio 2006, 12:11
Sesso: Maschile
Località: Molfetta (BA)

[Xorg] Schermo nero su HP Mini 2133

Messaggio da ema92 »

Salve a tutti.
Ho installato Ubuntu 8.10 su un HP Mini 2133 con scheda grafica VIA.
Ho datto

Codice: Seleziona tutto

lspci|grep VGA
e questa è stata la risposta:

Codice: Seleziona tutto

01:00.0 VGA compatible controller: VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] (rev 01)
Quindi ho installato i driver seguendo il wiki
Hardware/Video/Via/Chrome9Unichrome ma quando faccio partire X lo schermo resta nero, anche se si sente la musichetta dell'avvio di Ubuntu.
Questo è il mio xorg.conf

Codice: Seleziona tutto

# xorg.conf (X.Org 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 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
	Identifier	"Configured Video Device"
	Driver		"via"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection
Qual'è il problema?
Avatar utente
killahop
Prode Principiante
Messaggi: 139
Iscrizione: sabato 4 novembre 2006, 13:39
Contatti:

Re: [Xorg] Schermo nero su HP Mini 2133

Messaggio da killahop »

hai provato a riconfigurare il serverX  usando i driver via suoi?
lo comprato anche io questo netbook e appena ho un po di tempo installero la 8.10 se ho qualche novita ti faccio sapere... oppuree se gia hai risolto tu fammi sapere... :D
ciao
Ultima modifica di killahop il mercoledì 31 dicembre 2008, 12:44, modificato 1 volta in totale.
Il coraggio è installare nel propio negozio di informatica UBUNTU su tutte le macchine
hp2133
Prode Principiante
Messaggi: 23
Iscrizione: venerdì 19 dicembre 2008, 12:59

Re: [Xorg] Schermo nero su HP Mini 2133

Messaggio da hp2133 »

devi configurare Xorg in questo modo; ma prima devi scaricare driver della scheda video.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was based on one generated by dexconf.
# Lots of testing was done by Jonathan Austin (Who)
# Thanks to mikez's docs and examples for teaching me!
# Bits of the Suse Xorg.conf were used too.
#
# This is very much a work in progress. I accept no responsibility
# for any damage to you, your hardware, or your mental state that
# this configuration file may cause. Provided As Is, like Ubuntu is

Section "ServerFlags"
        #Change the default server layout from "main" to "randry" if you want to use RandR. Compiz isn't well supported in randry
        Option          "DefaultServerLayout"  "main"

        Option          "AllowMouseOpenFail"    "on"
        Option          "Pixmap"                "32"
    EndSection


###____________________________________________________________________________/ Devices /______
Section "Device"
        Identifier      "Main Video Device"

        Driver "via"
        VendorName  "VIA Tech"
        BoardName  "via"
     
        Option "ActiveDevice" "LCD"                    #required to make the resolution correct without RandR
        #Option "PanelID" "9"                          #SUSE uses this, seems not to be reqd
        #Option "ReDrawColorkey" "TRUE" # testing
        #Option "DeviceSwitchHotkey"  #Kills HwCursor! How weird Possibly necessary if ActiveDevice set to LCD,CRT
        #Option "HQVManualSwitch" # No idea what this does 
        Option "DISPLAY_3DScaling_LCD"  "TRUE"


EndSection

Section "Device"
        Identifier      "RandR Video Device"

        Driver "via"
        VendorName  "VIA Tech"
        BoardName  "via"

        Option "ActiveDevice" "LCD"                    #not sure of effect with randr (someone want to test this?) Setting it to LCD,CRT doesn't seem to help in getting external display work with randr. If you set LCD,CRT you need to set DeviceSwitchHotkey
        #Option "PanelID" "9"                          #SUSE uses this, seems not to be reqd

        Option "UseRandR12"  # I WANT to use this (it works, almost)
        #Option "HWCursor" # Doesn't restore cursor, but it does work withOUT RandR
        Option "SWCursor" # Does restore cursor, BUT leaves distortion with Compiz   
        #Option "DeBlockingEnable" # No visible impact, doesn't fix HWCursor
        #Option "HQVManualSwitch" # leaves SW cursor intact, no visible improvement, doesn't fix HWcursor
        #Option "DeviceSwitchHotkey"  #Necessary if ActiveDevice set to LCD,CRT
EndSection

###____________________________________________________________________________/ Monitors /______

Section "Monitor"
        Identifier "Main LCD"
        DisplaySize 250 150 # WARNING: Screws RandR
        #HorizSync    28-50
        ModelName    "1280X768@60HZ"
        Option      "DPMS"
        VendorName  "HP 2133 Internal Display"
        #VertRefresh  50-61
        UseModes    "2133-Modes"
EndSection

Section "Monitor"
        Identifier "RandR LCD"
        #DisplaySize 250 150 # WARNING: Screws RandR
        HorizSync    28-50
        ModelName    "1280X768@60HZ"
        Option      "DPMS"
        VendorName  "HP 2133 Internal Display"
        VertRefresh  50-61
        UseModes    "2133-Modes"
EndSection
###_____________________________________________________________________________/ Screens /______

Section "Screen"
        Identifier      "Main Screen"

        Monitor  "Main LCD"
        SubSection "Display"
                Modes  "1280x768" "1024x600"
                #Virtual 1024 600
                Depth  24
        EndSubSection
        Device          "Main Video Device"
        Option          "ForceLCD"              "true"
        Option          "ActiveDevice"          "LCD"
        Option          "VideoOnDevice"        "LCD" 
        Option          "SetMpegFBNumber"      "true"
        #Option        "ShadowFB"              "true" # distorts Compiz lots. Helps video with Metacity compositor
        Option          "NoDDCValue"            "on"
EndSection

Section "Screen"
        Identifier      "RandR Screen"

        Monitor  "RandR LCD"
        SubSection "Display"
                Modes  "1024x600"
                Virtual 1024 600
                Depth  24
        EndSubSection

        Device          "RandR Video Device"
        Option          "ForceLCD"              "true" #Doesn't seem to be necessary?
        Option          "VideoOnDevice"        "LCD" 
        Option          "SetMpegFBNumber"      "true"
        Option          "NoDDCValue"            "on" #Test what this does!!
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection

###_____________________________________________________________________/ ServerLayouts /______
Section "ServerLayout"
        Option "RandR" "False"
        Identifier "main"
        Screen "Main Screen"
EndSection

Section "ServerLayout"
        Identifier "randry"
        Screen "RandR Screen"
EndSection

###_______________________________________________________________________/ Modes /______
Section "Modes"
        Identifier "All-Modes"
        ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
        ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
        ModeLine "800x480" 29.58 800 816 896 992 480 481 484 497
        ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
        ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
        ModeLine "960x600" 45.98 960 1000 1096 1232  600 601 604 622 -HSync +Vsync
        ModeLine "1000x600" 48.07 1000 1040 1144 1288 600 601 604 622 -HSync +Vsync
        ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
        ModeLine "1088x612" 52.95 1088 1128 1240 1392 612 613 616 634 -HSync +Vsync
        ModeLine "1152x720" 67.32 1152 1208 1328 1504 720 721 724 746 -HSync +Vsync
        ModeLine "1200x720" 70.18 1200 1256 1384 1568 720 721 724 746 -HSync +Vsync
        ModeLine "1280x600" 61.50 1280 1336 1464 1648 600 601 604 622 -HSync +Vsync
        ModeLine "1280x720" 74.6 1280 1341 1474 1688 720 721 724 746
        ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
        ModeLine "1360x768" 85.50 1360 1392 1712 1744 768 783 791 807 +HSync +Vsync
        ModeLine "1366x768" 85.86 1366 1440 1584 1800 768 769 772 795 -HSync +Vsync
        ModeLine "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
        ModeLine "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087
        ModeLine "1600x900" 119.00 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
        ModeLine "1600x1024" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -HSync +Vsync
        ModeLine "1792x1344" 202.97 1792 1920 2112 2432 1344 1345 1348 1391 -HSync +Vsync
        ModeLine "1856x1392" 218.57 1856 1992 2192 2528 1392 1393 1396 1441 -HSync +Vsync
        ModeLine "1920x1080" 172.9 1920 2043 2249 2578 1080 1081 1084 1118
        ModeLine "2048x1536" 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -HSync +Vsync
        ModeLine "720x480" 34.9 720 752 824 928 480 481 484 502
        ModeLine "720x576" 42.6 720 760 832 944 576 577 580 602
        ModeLine "848x480" 41.0 848 880 968 1088 480 481 484 502
        ModeLine "856x480" 41.3 856 888 976 1096 480 481 484 502
        ModeLine "1024x512" 53.3 1024 1072 1176 1328 512 513 516 535
        ModeLine "1280x768" 103.0 1280 1360 1496 1712 768 769 772 802
        ModeLine "1440x1050" 160.0 1440 1536 1696 1952 1050 1051 1054 1096
        ModeLine "1280x768" 118.5 1280 1368 1504 1728 768 769 772 807
        ModeLine "1440x1050" 184.5 1440 1544 1704 1968 1050 1051 1054 1103
        ModeLine "848x480" 47.4 848 888 976 1104 480 481 484 505
EndSection

Section "Modes"
        Identifier "2133-Modes"
        Modeline        "1280x768" 78.80 1280 1344 1480 1680 768 769 772 795
        Modeline        "1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
        Modeline        "1024x768" 63.04 1024 1080 1184 1344 768 769 772 795
        Modeline        "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
        Modeline        "1280x600" 59.79 1280 1328 1456 1632 600 601 604 621
        Modeline        "1280x600" 58.78 1280 1328 1456 1632 600 601 604 621
        Modeline        "1024x600" 48.07 1024 1064 1168 1312 600 601 604 621
        Modeline        "1024x600" 47.26 1024 1064 1168 1312 600 601 604 621
        Modeline        "800x600" 37.52 800 832 912 1024 600 601 604 621
        Modeline        "800x600" 36.88 800 832 912 1024 600 601 604 621
        Modeline        "768x576" 34.32 768 792 872 976 576 577 580 596
        Modeline        "768x576" 33.74 768 792 872 976 576 577 580 596
        Modeline        "640x480" 23.46 640 656 720 800 480 481 484 497
        Modeline        "640x480" 23.06 640 656 720 800 480 481 484 497
        Modeline        "800x600" 38.22 800 832 912 1024 600 601 604 622
##--------------------viax.conf-----------------------------------------#
#Refresh Rate 60Hz
  ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
  ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
  ModeLine "800x480" 29.58 800 816 896 992 480 481 484 497 
  ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
  ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
  ModeLine "960x600" 45.98 960 1000 1096 1232  600 601 604 622 -HSync +Vsync
  ModeLine "1000x600" 48.07 1000 1040 1144 1288 600 601 604 622 -HSync +Vsync
  ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
  ModeLine "1088x612" 52.95 1088 1128 1240 1392 612 613 616 634 -HSync +Vsync
  ModeLine "1152x720" 67.32 1152 1208 1328 1504 720 721 724 746 -HSync +Vsync
  ModeLine "1200x720" 70.18 1200 1256 1384 1568 720 721 724 746 -HSync +Vsync
  ModeLine "1280x600" 61.50 1280 1336 1464 1648 600 601 604 622 -HSync +Vsync
  ModeLine "1280x720" 74.6 1280 1341 1474 1688 720 721 724 746
  ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
  ModeLine "1360x768" 85.50 1360 1392 1712 1744 768 783 791 807 +HSync +Vsync
  ModeLine "1366x768" 85.86 1366 1440 1584 1800 768 769 772 795 -HSync +Vsync
  ModeLine "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
  ModeLine "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087
  ModeLine "1600x900" 119.00 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
  ModeLine "1600x1024" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -HSync +Vsync
  ModeLine "1792x1344" 202.97 1792 1920 2112 2432 1344 1345 1348 1391 -HSync +Vsync
  ModeLine "1856x1392" 218.57 1856 1992 2192 2528 1392 1393 1396 1441 -HSync +Vsync
  ModeLine "1920x1080" 172.9 1920 2043 2249 2578 1080 1081 1084 1118
  ModeLine "2048x1536" 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -HSync +Vsync
  #Refresh Rate 75Hz
  ModeLine "720x480" 34.9 720 752 824 928 480 481 484 502
  ModeLine "720x576" 42.6 720 760 832 944 576 577 580 602
  ModeLine "848x480" 41.0 848 880 968 1088 480 481 484 502
  ModeLine "856x480" 41.3 856 888 976 1096 480 481 484 502
  ModeLine "1024x512" 53.3 1024 1072 1176 1328 512 513 516 535
  ModeLine "1280x768" 103.0 1280 1360 1496 1712 768 769 772 802
  ModeLine "1440x1050" 160.0 1440 1536 1696 1952 1050 1051 1054 1096
  #Refresh Rate 85Hz
  ModeLine "1280x768" 118.5 1280 1368 1504 1728 768 769 772 807
  ModeLine "1440x1050" 184.5 1440 1544 1704 1968 1050 1051 1054 1103
  ModeLine "848x480" 47.4 848 888 976 1104 480 481 484 505
##--------------------end viax.conf-------------------------------------#
EndSection
hp2133
Prode Principiante
Messaggi: 23
Iscrizione: venerdì 19 dicembre 2008, 12:59

Re: [Xorg] Schermo nero su HP Mini 2133

Messaggio da hp2133 »

dal sito http://linux.via.com.tw/support/downloadFiles.action il file 5.74.33.85a-44597.tar.gz scengliendo Ubuntu 8.10 dal menu.

QUANDO ACCENDI PC DEVI ENTRARE LALLA OPZIONE RICOVERI 8.10 RIPRISTINI CONFIGURAZIONE XORG CLICANDO L'ULTIMA OPZIONE IN BASSO. e poi installi driver posto sopra. non so se sonostato chiera e utile fammi sapere qualcosa
volpe82
Prode Principiante
Messaggi: 3
Iscrizione: sabato 2 maggio 2009, 19:19

Re: [Xorg] Schermo nero su HP Mini 2133

Messaggio da volpe82 »

Ciao allora ho la tua stessa scheda video e pertanto ti invio il mio xorg.conf funzionante

Codice: Seleziona tutto

# xorg.conf (X.Org 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 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Monitor	   "Configured Monitor"
	Device " Configured Video Device"
	SubSection "Display"
		Virtual 1280 800
	EndSubSection
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"openchrome"
	Option          "XaaNoImageWriteRect"
	Option          "HWCursor" "False"
	Option          "SWCrusor" "True"
EndSection

Section "ServerFlags"
	Option	"DontZap"	"False"
EndSection
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: tropie e 6 ospiti