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
# 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
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...
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
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 "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"
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
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
# 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