Strange resolution / xserve / gnome problem on acer laptop, debian lenny testing
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Strange resolution / xserve / gnome problem on acer laptop, debian lenny testing
i've had the stable release of debian for a while - and so i thought i'd change the sources file, run apt-get distupgrade. turns out this was a mistake, so i did a fresh netinstall of Lenny.
the screen of the laptop has broken, and so i am using an external monitor all the time - and it seems that the full resolution of 1280x1024 is supported (the monitor itself claims vga in: 1280x1024). yet, gnome only uses about 2/3 of the screen by default. ie, the bottom gnome panel is on the bottom of the screen - but the wallpaper fills the screen, and windows / cursor can be put down there. (this is how it shows after booting for the first time, haven't changed anything apart from aptitude full-upgrade before logging into X)
i discovered that i could move the bottom panel and it would spring to the bottom, seemingly solving the problem. but if, for example, one of those dualogue boxes asking for the administrative password comes up, then only 2/3 of the display is 'shaded' black.
i've tried reconfiguring the xserve - but oddly it doesn't even mention a display, only keyboards and the like. my xorg.conf file is seemingly devoid of a video driver as well,
There are numerous people having problems with Lenny and the new Xorg. It's supposed to "just work," and often it does, but sometimes it doesn't.
I would try installing the proprietary fglrx drivers. You could also try manually editing xorg.conf to use the radeon drivers. Finally, you could look around on the Debian Forums for additional suggestions.
cheers for the pointer! OK so i've done some more looking around and you're quite right, there's *loads* of discussion about the new 'features' of xorg. I found the following links helpful:
it seems that the display resolution is configured dynamically so as you said, it 'just works'. however, form what i gather it is possible to manually change the .conf file, its just not as simple as it was before. but maybe its more reliable, i don;t know.
http://www.scripts-net.com/viewtopic.php?f=17&t=23
by the looks of things, modelines are more complicated than just typing in your resolution like before. this thread ^ discusses how to write a modeline for a nvidia card
http://forums.debian.net/viewtopic.php?t=26577
^ this sounds like a better solution. use the command 'gtf' to output a modeline. i guess the first two numbers are the resolution, and the last the refresh rate
Note for Gnome users
Gnome places the menu bar on screen 0 and thus with the Intel chip and driver Screen 0 (the external VGA monitor) will always be the default display if it is connected. This applies even if the external monitor is switched off but the cable connected: if you have a blank laptop monitor check if you have anything plugged in to the VGA port. Also beware that desktop icons and windows can disappear into the invisible parts of the virtual display. (see diagram below). If you want the panel(s) to appear by default on a different head, drag it to the head you want it on and GNOME will keep it there.
sounds about right but its a bit of a temporary solution, as it doesn't affect everything. i guess thats why its called testing
Phil
(the thinkwiki explains everything about about the new xorg, definitely worth reading if you're having problems)
Last edited by phil989; 05-25-2008 at 04:16 AM.
Reason: updating links
i had a go at adding a few modelines - this seemed to cause way more problems than before so i restored a backed up xorg.conf file in single user mode.
i'm trying to install the fglrx driver now, but aticonfig --initial and aticonfig--initial -f claim
Quote:
data incomplete in file /etc/X11/xorg.conf
hmm. it sounds like fglrx hasn;t been updated to support the latest xorg, but i'd heard that it does. maybe only in sid?
just checked in synaptic and i'm running
fglrx version 8.47.3-3
xorg version 1:7.3+10
this should be fine (implies that subsequent versions work as normal)
checking with the ati website reveals that a newer driver is available. so i changed the sources.list to use the sid repos, reloaded synaptic, installed the latest versions of all things fglrfx, checked 'lock version' and changed the sources.list back.
rebooted, tried aticonfig --initial. success!! rebooted, ......out of range 640x480. at least this implies that the new driver is being used, even if its picked a crap resolution that my monitor cant display.
ctrl+alt+f1, used vim to add a "Modes" line with 1280x1024, 1024x768 and 800x600
rebooted - xserve didn't like that at all, "fatal error, no screens found" hmm.
tried aticonfig --initial again, it also didn;t like the "800x600" line. fair enough. restored xorg.conf from backup, ran aticonfig --initial again.
i think i stupidly had whitespace between the different resolution options... oops. tried again using
so the current status is :the original problem is solved, but installing the fglrx drivers hasnot worked, and frankly i'm not sure what i've changed, or whats going on.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.