General TC > Tiny Core Netbooks
TinyCore on a Dell Mini 1011
emninger:
/etc/X11/xorg.conf
--- Code: ---Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1024x576"
EndSubSection
EndSection
--- End code ---
nitram:
Not intimately familiar with your specific xset error message. You're xorg.conf file is, however, incomplete as Card0 and Monitor0 have not been defined. I have no experience configuring keyboards and would probably comment out the entire InputDevice section until the screen resolution is resolved.
Use my TC6 xorg.conf file as a template, obviously change driver and monitor details as needed. Can take some tinkering and several reboots to get it set up satisfactorily. If your system has another distribution installed that uses an xorg.conf file take a look at it to cross reference. Also, not all systems require an xorg.conf file, so if you haven't already reboot without this file to test.
--- Code: ---Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1152x864"
EndSubSection
EndSection
--- End code ---
Juanito:
As the configuration is mostly automated in Xorg-7.7, you only need to use a configuration "snippet" to fix the part that's not working to your liking rather than using a full xorg.conf.
See /usr/local/share/X11/xorg.conf.d/10-evdev.conf as an example.
emninger:
First of all, thanks to you both.
I think i understand the idea of the "snippets" but i'm far away from being able to see how a snippet for the keyboard should look like ???
As for the screen resolution, i've installed lxrandr and it shows up correctly, DVI monitor, 1024x576, Refresh Rate 60.3 as detected> May be i should delete completely the xorg.conf i built?
Misalf:
/usr/local/share/X11/xorg.conf.d/10-keyboard.conf
--- Code: ---Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "xkb_model" "pc105"
Option "XkbLayout" "de"
#Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version