Hi all,
So, I just installed kubuntu 8.04 (Hardy) and I can't seem to get my screen resolution better than 800x600. I've got an ACER AL1715 LCD and an ATI Rage Fury Pro card (I think). Ideally, I'd like to have it at 1280x1024 (which it was on my super-old Mandrake). I guess I'll start with a more precise story, as well as some of the stuff I've tried.
Of course, the first thing I tried was the Monitor & Display GUI. The screen size slider doesn't go any higher than 800x600, so I tried messing around with the "Hardware" tab. The default (autodetected?) card setting "ATI Rage 128" seemed close, and some lists I found online seemed to indicate that it was correct, but I tried a few others just to see. Changing the monitor from "Plug and Play" to my own one didn't really do it. After trying a variety of combinations, every time I push the "Test" button I'm left with a strange white/black pattern on the screen and a big X for a mouse cursor. I'm not sure what is supposed to happen, but I usually escape from this screen with Ctrl+Alt+Backspace. So, no luck there.
Then I checked online... after looking around a bit, it seems I'm far from the first person to have trouble with this... but none of the solutions I've found online seem to work for me. Most of them involve messing around with my xorg.conf file, changing the order of listed resolutions or adding a line or two. But everybody else's xorg.conf file seems to be way more exciting than mine, which is an empty shell by comparison. I tried copying some of the stuff I found online into mine, but that didn't seem to do anything (I reverted it afterwards). My xorg.conf file:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
I also tried the command
> sudo dpkg-reconfigure -phigh xserver-xorg
Which gave me a warning claiming to modify something, but didn't as far as I can tell.
>sudo dpkg-reconfigure xserver-xorg
Brought me into this cool text menu configuration tool, but this seemed only to ask questions about my keyboard before spitting me back out to the console.
So, that brings me here to ask for help as I'm not quite sure what to try next.
As a side note, every time I mess around with these settings I log out and start a console session. When finished I get back to kde to check my progress (and the internet) by issuing a "shutdown -r now" command. Probably there is a more clever way to do this, which I'd love to know. I found "sudo /etc/init.d/kdm stop(or start)" which I tried from a terminal within kde but this didn't work out so well - it just brought me to a screen where I could type but commands weren't interpreted, so I went to tty1 and did yet another shutdown.
Thanks for the help!
So, I just installed kubuntu 8.04 (Hardy) and I can't seem to get my screen resolution better than 800x600. I've got an ACER AL1715 LCD and an ATI Rage Fury Pro card (I think). Ideally, I'd like to have it at 1280x1024 (which it was on my super-old Mandrake). I guess I'll start with a more precise story, as well as some of the stuff I've tried.
Of course, the first thing I tried was the Monitor & Display GUI. The screen size slider doesn't go any higher than 800x600, so I tried messing around with the "Hardware" tab. The default (autodetected?) card setting "ATI Rage 128" seemed close, and some lists I found online seemed to indicate that it was correct, but I tried a few others just to see. Changing the monitor from "Plug and Play" to my own one didn't really do it. After trying a variety of combinations, every time I push the "Test" button I'm left with a strange white/black pattern on the screen and a big X for a mouse cursor. I'm not sure what is supposed to happen, but I usually escape from this screen with Ctrl+Alt+Backspace. So, no luck there.
Then I checked online... after looking around a bit, it seems I'm far from the first person to have trouble with this... but none of the solutions I've found online seem to work for me. Most of them involve messing around with my xorg.conf file, changing the order of listed resolutions or adding a line or two. But everybody else's xorg.conf file seems to be way more exciting than mine, which is an empty shell by comparison. I tried copying some of the stuff I found online into mine, but that didn't seem to do anything (I reverted it afterwards). My xorg.conf file:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
I also tried the command
> sudo dpkg-reconfigure -phigh xserver-xorg
Which gave me a warning claiming to modify something, but didn't as far as I can tell.
>sudo dpkg-reconfigure xserver-xorg
Brought me into this cool text menu configuration tool, but this seemed only to ask questions about my keyboard before spitting me back out to the console.
So, that brings me here to ask for help as I'm not quite sure what to try next.
As a side note, every time I mess around with these settings I log out and start a console session. When finished I get back to kde to check my progress (and the internet) by issuing a "shutdown -r now" command. Probably there is a more clever way to do this, which I'd love to know. I found "sudo /etc/init.d/kdm stop(or start)" which I tried from a terminal within kde but this didn't work out so well - it just brought me to a screen where I could type but commands weren't interpreted, so I went to tty1 and did yet another shutdown.
Thanks for the help!
Comment