You are not logged in.

#26 2021-08-17 18:00:05

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 985
Website

Re: OLPC XO-1

Section "ServerLayout"                                                                                                                                                                             
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection                                                                                                                                         

Section "Files"                                                                                                                                                         
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/gnu-free"
        FontPath     "/usr/share/fonts/cantarell"
EndSection

Section "Module"
        Load  "glx"
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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        DisplaySize 200 150
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "1200x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "1200x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "1200x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "1200x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1200x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1200x900"
        EndSubSection
EndSection

This is with xf86-video-vesa, the AMD Geode GPU driver is broken. And you need big fonts. :-)
You need the linux-firmware package and 'modprobe usb8xxx' for wifi.
And you need the special 'linux-olpc-xo1' kernel instead of the default one, that's all folks.

Offline

#27 2021-08-17 18:49:09

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: OLPC XO-1

Hmm, usb8xxx appears to be a kernel module on my system, and some corresponding dark binaries.  Good luck if that hangs on you!


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#28 2021-08-17 19:18:23

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 985
Website

Re: OLPC XO-1

Yeah, that's the only sad thing about the OLPC, it has proprietary hardware blobs. :-(

Image is on it's way, copying takes ages..

Offline

#29 2021-08-18 16:13:58

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 985
Website

Offline

#30 2021-08-28 18:12:44

aperezbios
Member
Registered: 2021-01-09
Posts: 6

Re: OLPC XO-1

abaumann wrote:

Nah. A race in usb8xxx which gets worse and worse :-)

Now I'm down to 4 reboots and one working WIFI device, before it was 2:1 roughly..

Andreas,

Perhaps it's related to this commit? https://linux-commits-search.typesense. … ar%5D=2016

Offline

#31 2021-08-28 20:21:12

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 985
Website

Re: OLPC XO-1

Thanks for the link, sounds promising. I'll test.. :-)

Offline

Board footer

Powered by FluxBB