
Sto seguendo questa guida https://help.ubuntu.com/community/AspireOne per sistemare a doc
ubuntu 8.04.1 sul mio acer aspire one 110L
Fino ad ora tutto è ok wireless led audio ssd etc etc
ora mi manca la modifica al file xorg , ma non ho ben capito quindi piuttosto di far pasticci chiedo...
la guida dice che è possibile aumentare le prestazioni grafiche facendo una modifica al file xorg
[quote]
- Codice: Seleziona tutto
VIDEO AND 3D PERFORMANCE: (Optional)
Out of the box, the graphic card Intel GMA 950, is well detected, however you can tweak /etc/X11/xorg.conf to achieve better graphic card performance:
[code]Section "Device"
(...)
Option "MonitorLayout" "LVDS,VGA"
Option "Clone" "true"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
VideoRam 229376
Option "CacheLines" "1980"
EndSection[/code]
The Option Clone is especially usefull, if you want to capture video or photos. Without it you will get a black screen on applications like cheese.
Also add this to your /etc/profile:
export INTEL_BATCH=1
Note: 'export INTEL_BATCH=1' appears to causes graphics faults (artifacts) within 'ume-launcher' (even with Compiz fully disabled).
Reboot and you will have a more responsive system, with better 3D FPS, and improved video performance.
[/quote]
il mio file xorg nella Section "Device" è così
[code]Section "Device"
Identifier "Configured Video Device"
EndSection[/code]
Quindi devo sostituire [code]Identifier "Configured Video Device"[/code]
con [code](...)
Option "MonitorLayout" "LVDS,VGA"
Option "Clone" "true"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
VideoRam 229376
Option "CacheLines" "1980"
[/code]
grazie a tutti