Code Sample |
Section "Device" Identifier "videocard1" Driver "sisusb" VendorName "SiS" BoardName "SiS" Option "HWCursor" "True" Option "SWCursor" "True" Option "CRT1Gamma" "True" EndSection Section "Monitor" Identifier "Monitor1" VendorName "freganca1" ModelName "mastigranca1" EndSection Section "Screen" Identifier "Screen1" Device "videocard1" Monitor "Monitor1" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection |
Quote (curaga @ Sep. 21 2007,10:03) |
Quote |
Check the DSL extensions; There are Gcc 3.3.4 (in gcc1-with-libs) and 2.9.5. |
Quote |
You also need to compile the kernel driver from that page.. |
Quote (curaga @ Sep. 21 2007,10:03) |
You also need to compile the kernel driver from that page.. |
Code Sample |
# make config HOSTCC scripts/basic/fixdep /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 |