Salam.

Mohon pencerahan.

Saat ini saya sedang berusaha mengkonfigurasi USB Graphic Card yang merk-nya 
"unknown" :D

Sebelumnya, perlu saya jelaskan kalau perangkat ini berjalan dengan baik di 
Windows XP karena drivernya disediakan bersama perangkatnya. Saat ini saya 
pakai Ubuntu 10.4.

Hasil dari "lsusb":
Bus 001 Device 007: ID 0711:5100 Magic Control Technology Corp.

Hasil dari "dmesg":
[28400.796032] usb 1-4: new high speed USB device using ehci_hcd and address 7
[28400.929947] usb 1-4: configuration #1 chosen from 1 choice

Dari keyword "Magic Control Technology Corp" ini saya tanyakan Mbah Google, 
beliau memberi wangsit untuk melihat ke beberapa website.

Kesimpulan terkuat yang bisa saya ambil adalah perangkat ini disebut Manhattan 
compliant dan menggunakan sisusb card.

Ada beberapa langkah yang juga sudah saya lakukan, tapi lupa saya tuliskan di 
sini, namun ini garis besarnya:

Pertama install paket berikut lewat Synaptic:
build-essential
xorg-dev
libusb-dev
xorg-video-sisusb

Isi /etc/gdm/Init/Default sudah saya tambahkan:

XRANDR=`gdmwhich xrandr`
if [ "x$XRANDR" != "x" ] ; then
$XRANDR -o 0
fi

Berikut isi xorg.conf saya:

####### Begin xorg.conf #######

Section "ServerLayout"
        Identifier      "X.org Configured"
        Screen 0        "DefaultScreen" 0 0
        Screen 1        "USBtoVGAScreen" RightOf "Default"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
        Option          "Xinerama" "0"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "extmod"
        Load  "dri"
        Load  "dri2"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

### DEFAULT ###

Section "Monitor"
        Identifier   "DefaultMonitor"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "DefaultCard"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "DefaultScreen"
        Device     "DefaultCard"
        Monitor    "DefaultMonitor"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

### USB to VGA ###

Section "Monitor"
        Identifier   "USBtoVGAMonitor"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "USBtoVGACard"
        Driver      "sisusb"
        VendorName  "Magic Control Technology Corp."
        BoardName   "USB to VGA"
       Option "SWCursor" "on" 
        Option "HWCursor" "off" 
        #Option      "fbdev" "/dev/fb0"
EndSection


Section "Screen"
        Identifier "USBtoVGAScreen"
        Device     "USBtoVGACard"
        Monitor    "USBtoVGAMonitor"
        DefaultDepth 16
        SubSection "Display"
                Depth 16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1024x768" "800x600" "640x480"
                EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

####### End xorg.conf #######

====================================================
ALI SOFYAN KHOLIMI
-----------------------------------------------
Empat Hal, Jika Ada Pada Engkau, Maka Dunia yang
Luput Darimu Tidak Akan Menyengsarakanmu:
Memelihara Amanat, Berbicara Jujur,
Pekerti yang Baik, dan Memelihara Kehalalan Makanan.
====================================================



      

-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke