Jep, ilmeisesti X:n sisällä vielä pystyy vaihtamaan resoluutiota, mutta ctrl+alt+f1-f6 ja takaisin ctrl+alt+f7 jumittaa kaiken ja jättää ainoastaan vihreän ruudun...
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseInternalAGPGART" "no"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-68
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
ninnnu@Athlon:~$ lsmod
Module Size Used by
proc_intf 3972 0
freq_table 4100 0
cpufreq_userspace 4444 0
cpufreq_ondemand 6236 0
cpufreq_powersave 1728 0
video 16068 0
sony_acpi 6024 0
pcc_acpi 11072 0
button 6544 0
battery 10052 0
container 4416 0
ac 4740 0
ipv6 258880 11
ipt_multiport 1984 14
ipt_TOS 2432 16
ipt_MASQUERADE 3584 1
ipt_REDIRECT 2048 1
ipt_LOG 6976 8
ipt_limit 2432 2
ipt_REJECT 6912 2
ipt_state 1920 28
iptable_filter 3648 1
ip_nat_ftp 5104 0
iptable_nat 26568 4 ipt_MASQUERADE,ipt_REDIRECT,ip_nat_ftp
ip_conntrack_ftp 72624 1 ip_nat_ftp
ip_conntrack 46484 5 ipt_MASQUERADE,ipt_state,ip_nat_ftp,iptable_nat, ip_conntrack_ftp
iptable_mangle 2816 1
ip_tables 18688 11 ipt_multiport,ipt_TOS,ipt_MASQUERADE,ipt_REDIRE CT,ipt_LOG,ipt_limit,ipt_REJECT,ipt_state,iptable_filter,iptable_nat,iptable_man gle
joydev 9728 0
af_packet 22280 2
sis900 20164 0
usbhid 32192 0
ehci_hcd 32772 0
ohci_hcd 21576 0
usbcore 119224 4 usbhid,ehci_hcd,ohci_hcd
snd_intel8x0 32416 0
snd_ac97_codec 74208 1 snd_intel8x0
snd_pcm_oss 52516 0
snd_mixer_oss 19776 1 snd_pcm_oss
snd_pcm 94920 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25156 1 snd_pcm
snd 55268 6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixe r_oss,snd_pcm,snd_timer
soundcore 10080 1 snd
snd_page_alloc 9796 2 snd_intel8x0,snd_pcm
i2c_sis96x 5316 0
shpchp 99300 0
pci_hotplug 33584 1 shpchp
sis_agp 8132 1
agpgart 33704 2 sis_agp
analog 11680 0
gameport 4544 1 analog
floppy 59152 0
pcspkr 3560 0
rtc 12536 0
md 47504 0
dm_mod 59708 1
capability 4744 0
commoncap 7808 1 capability
w83627hf 28384 0
i2c_sensor 3584 1 w83627hf
i2c_isa 1984 0
tsdev 7616 0
i2c_core 22416 4 i2c_sis96x,w83627hf,i2c_sensor,i2c_isa
evdev 9408 0
psmouse 21384 0
mousedev 11352 1
parport_pc 37444 1
lp 11240 0
parport 36872 2 parport_pc,lp
ide_cd 41924 0
cdrom 40476 1 ide_cd
fglrx 237312 7
ext3 138184 1
jbd 60888 1 ext3
mbcache 8452 1 ext3
ide_generic 1408 0
sis5513 16392 1
ide_disk 20480 4
ide_core 129548 4 ide_cd,ide_generic,sis5513,ide_disk
unix 28532 482
thermal 13384 0
processor 22516 1 thermal
fan 4484 0
fbcon 38016 0
font 8256 1 fbcon
bitblit 5568 1 fbcon
vesafb 6820 0
cfbcopyarea 3904 1 vesafb
cfbimgblt 3008 1 vesafb
cfbfillrect 3584 1 vesafb