LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-01-2011, 03:05 AM   #1
apt-get
Member
 
Registered: Dec 2010
Distribution: Debian Squeeze (Console Only)
Posts: 79

Rep: Reputation: 7
xrandr not changing the resolution (Debian lenny)


GNOME decided not to use the correct resolution ever. In Ubuntu, it got it automatically and that said it should be 1366x768, and when i run this:

Code:
xrandr -s 1366x768
I get

Code:
Size 1366x768 not found in available modes
So then I tried to run xrandr and find out what was available and I got:

Code:
$ xrandr
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected
   1024x768        0.0  
   800x600         0.0  
   640x480         0.0
So when I try to change it to 1024x768, I get the same "not found in available modes" message.
Any help?

Last edited by apt-get; 01-01-2011 at 03:06 AM.
 
Old 01-01-2011, 03:08 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Seems to me that you are using the generic vesa-driver.
Please post the output of
Code:
lspci
and your /var/log/Xorg.0.log.
 
Old 01-01-2011, 03:33 AM   #3
apt-get
Member
 
Registered: Dec 2010
Distribution: Debian Squeeze (Console Only)
Posts: 79

Original Poster
Rep: Reputation: 7
lspci:
Code:
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 13)
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
That log file's really really long...any specific part of it you want to see?
 
Old 01-01-2011, 03:35 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I already know your problem. Debian 5/Lenny simply doesn't work well with your Intel Series 4 graphics chip. Upgrade to Squeeze and all will work fine.
 
Old 01-01-2011, 04:10 AM   #5
apt-get
Member
 
Registered: Dec 2010
Distribution: Debian Squeeze (Console Only)
Posts: 79

Original Poster
Rep: Reputation: 7
Does that mean I have to reinstall? :P Sorry, I'm new to Debian, just installed like 2 days ago

EDIT: Nevermind, I figured out how to do it. Thanks for the help!

Last edited by apt-get; 01-01-2011 at 04:18 AM.
 
Old 02-04-2011, 02:43 AM   #6
sirmonkey
Member
 
Registered: Dec 2004
Posts: 31

Rep: Reputation: 15
hey apt-get what did you do to fix it??? please post!!
this thread come up in google and apparently debian lenny should still be in testing as it won't work with intel video cards (oops to the debian testing staff)
 
Old 02-04-2011, 04:16 AM   #7
sirmonkey
Member
 
Registered: Dec 2004
Posts: 31

Rep: Reputation: 15
SOLVED well atleast for me

so dell studio laptop intel 82801 mobile 4 series video card debian lenny 5.0.8 bla bla (add more search catch words)
so if you've got a similar setup to this machine i'm working on try this:
also my xrandr was only showing 1024x768 and i could change the res any where... yay for the new automagic ways that linux is heading....

open up a terminal and log in as root (sudo is for people who should be trying to fix there computer)
then install mc
type: apt-get install mc

then run mc
nifty uh? so simple yet so good and so fast and so stable ( this is from when linux was good, and now so much about geeks trying to make them self's look cool and geeky and hard for normal humans)
now hit f9 then left over to options then configuration
push down till you get to "use internal edit" and hit the space bar so there is an X there
hit down till you get to ok
now hit up to ..
enter
keep doing that till your have a " / " at the top
now goto etc then X11
go down to "xorg.conf" and hit "f5"
then under to change it to
/etc/X11/xorg.back.conf
and hit down to get to ok

now go back to "xorg.conf" and hit f4
if your like me this is empty as the new linuxs try to be automagic and fail
go down till you get to "section device"
under that add
" Driver "intel" "
Driver "intel"

hit "f2" and save
f10 to exit

now log out of your session or be lazy like me and kill/reboot it by hitting "ctrl+atl+backspace"

it should come up fine now.

if it won't come up at all and dumps you into a terminal just use that amazing "mc" tool and copy or just edit the xorg.conf file back to the way it was and then save and exit MC and type "gdm" or "kdm"

good luck, and sorry for stealing your thread i'm only trying to help others that may find this in google
 
Old 02-04-2011, 06:41 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sirmonkey View Post
debian lenny should still be in testing as it won't work with intel video cards (oops to the debian testing staff)
Debian Lenny should still be in testing because it does not automatically configure video cards that were released after the release of Lenny? Video cards that it simply can't know anything about?
 
Old 02-04-2011, 06:25 PM   #9
sirmonkey
Member
 
Registered: Dec 2004
Posts: 31

Rep: Reputation: 15
Quote:
Originally Posted by TobiSGD View Post
Debian Lenny should still be in testing because it does not automatically configure video cards that were released after the release of Lenny? Video cards that it simply can't know anything about?
mid install it checks for updates.
and once the install is done i run an update check agian.
 
Old 02-04-2011, 06:35 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Debian Lenny is Stable. A stable Debian gets no version updates, only security fixes, and therefore no new drivers. Please inform yourself about the distro you are using.
By the way, Debian Squeeze will be released this weekend as new Stable, and it has absolutely no problems with this video chips.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Debian Lenny- Changing Console Font Size? apt-get Debian 9 06-14-2011 10:06 PM
[SOLVED] problem with setting right screen resolution in Debian Lenny vlkplk Linux - Laptop and Netbook 8 12-30-2009 09:20 PM
Screen Resolution issue Debian Lenny dpeterson3 Linux - Desktop 3 08-11-2009 11:14 AM
LXer: Setting up dual monitors system-wide with XRandR on Debian Lenny LXer Syndicated Linux News 0 10-24-2008 09:50 AM
Peculiar resolution problem in Debian Lenny Bill_Hwy Debian 4 04-11-2008 03:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration