Comment 24 for bug 16472

Revision history for this message
Petar Kulić (cooleech-gmail) wrote :

Hi, all!
Im using Kubuntu hardy and im having strange problem. My xorg.conf file doesnt look like it should, coz i have no SubSection "Display" or "Modes". Let me paste it here:

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "hr"
 Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
EndSection

Section "Device"
 Identifier "Configured Video Device"
 Driver "fglrx"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 Defaultdepth 24
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
 Load "glx"
EndSection

I have same problem with login window screen resolution (bigger that my working one). Will it help to add those missing parts into my xorg.conf file? Login resolution is 1280x1024@60 and i need it to be 1024x768@85 or @100 (monitor can pull this one). Thanx!