[Video] Ubuntu 10.10: Aggiungere risoluzioni mancanti su netbook
Inviato: martedì 12 ottobre 2010, 14:46
Ho letto che esitono programmi per windows fatti apposta per i netbook che aggiungono questa risoluzione: 1184x864, così ho deciso di testarla su ubuntu...conoscevo xorg per un problema simile ai tempi della 9.04. Ma ho scoperto che non viene più utilizzato. Cercando su google trovo più di una guida, tutte uguali, che mi dicono di scrivere nel terminale:
solo che non riesco mai ad eseguire l'addmode su LVDS1, il terminale mi restituisce questo:
se digito xrandr nel terminale mi restituisce questo:
Qualcuno sa come aiutarmi?
--------------------------------------------------------------------------------------------
[img width=300 height=175]http://img218.imageshack.us/img218/3166 ... ehomer.png[/img]
Codice: Seleziona tutto
xrandr --newmode "1184x864_60.00" 83.25 1184 1248 1368 1552 864 867 877 897 -hsync +vsync
xrandr --addmode LVDS1 1184x864_60.00
xrandr --output LVDS1 --mode 1184x864_60.00
Codice: Seleziona tutto
pocce90@pocce90-DOTS:~$ xrandr --addmode LVDS1 1184x864_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 150 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 25
Current serial number in output stream: 26
Codice: Seleziona tutto
pocce90@pocce90-DOTS:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 223mm x 125mm
1024x600 60.1*+
800x600 60.3 56.2
640x480 59.9
Qualcuno sa come aiutarmi?
--------------------------------------------------------------------------------------------
[img width=300 height=175]http://img218.imageshack.us/img218/3166 ... ehomer.png[/img]