Friday , March 29 2024
Home / Kali-Linux / Fix Kali-Linux Error / Cannot add more resolution

Cannot add more resolution

Desc

BackTrack Version : kali linux 1.0.5 32 bit
Error type: Resolution

[text]root@xxx318:~# xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
LVDS1 connected 1024×600+0+0 (normal left inverted right x axis y axis) 222mm x 125mm
1024×600 60.0*+
800×600 60.3 56.2
640×480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)[/text] [text]root@xxx318:~# xrandr –addmode LVDS1 1024x768_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 25
Current serial number in output stream: 26[/text]

Fix Step:

[sociallocker]

Adding Resolution

[text]xrandr –output LVDS1 –mode 1024×600 –panning 1024×768 –scale 1.0×1.0[/text]

di netbook code resolusinya berubah tapi sayangnya layar menjadi seperti menggunakan scroll untuk ke atas ke bawah. Belum sempurna

Application Preferences

[text]xrandr –output LVDS1 –mode 1024×600 –panning 1024×768 –scale 1.0×1.28[/text]

Resolusi kembali normal namun tidak bertahan (persisten) jika sistim di reset maka error akan kembali.

Make Script

Buat sebuah script bash (SH) dengan nama apa saja.

[text]root@xx318:~# leafpad xxx318.sh[/text]

[bash]#!/bin/sh
xrandr –output LVDS1 –mode 1024×600 –panning 1024×768 –scale 1.0×1.28[/bash]

Permission for exec

[text]root@xx318:~ #chmod a+rx xx318.sh [/text]

startup application

[text]name: Terserah anda
comand: arahkan ke direktori script
coment: terserah[/text]

Done

[text]root@xxx318:~# xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
LVDS1 connected 1024×768+0+0 (normal left inverted right x axis y axis) 222mm x 125mm panning 1024×768+0+0
1024×600 60.0*+
800×600 60.3 56.2
640×480 59.9
VGA1 disconnected[/text] [/sociallocker]

Refrence :

$forum/Thread-SHARE-Menambah-resolusi-VGA-DI-netbook