I think this raphical and wifi problem
  • Hi, I have problem with my little pc "Devobook ten" with 10" screen.

    I try to install lxle 32 bit and when installation is finished resolution was bad because my card is not default supported, ok I launch "lspci |grep VGA" and result is "01:00.0 VGA compatible controller: VIA Technologies, Inc. CX700/VX700 [S3 Unichrome Pro] (rev 03)", ok I think: "this graphics card required openchrome drivers" and i install it. But now I can set only 1280x800 on my 10" is very bad, if I connect pc to external monitor I can switch many type of resolution but only on external monitor.

    For wifi lxle say "device not ready" I have a external button but when i try to push nothing change...

    lsusb result is "BUS 001 Device 002: ID 160a:3184 VIA Technologies, Inc. VIA VNT-6656 [WiFi 802.11b/g USB Dongle]"

    many thanks for everyone who can help me.

    p.s. sorry for my english. :-)
  • up
  • To set another screen resolution by menu;
    Launch Menu --> Control Menu --> Hardware --> Monitor Settings
    If you cannot, the GUI command line is;
    $ lxrandr

    or you can use;
    $ xrandr 
    Screen 0: minimum 320 x 200, current 1360 x 768, maximum 8192 x 8192
    HDMI-0 disconnected primary (normal left inverted right x axis y axis)
    DVI-0 disconnected (normal left inverted right x axis y axis)
    VGA-0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 16mm x 9mm
       1360x768      60.02*+
       1280x768      59.99  
       1024x768      60.00  
       800x600       60.32  
       640x480       59.94

    $ xrandr   --output VGA-0 --mode 800x600

    Notice VGA-0 is the name of my output source and yours might be different.