debian resolution stuck at 640x480

Discussion in 'Linux - General discussion' started by krj15489, Sep 14, 2008.

  1. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    i set up a new computer with debian today and i cant get the resolution right. i checked the xorg.conf and it had all the right modes listed but i was unable to change it using the gnome tool.

     
  2. varnull

    varnull Guest

    Looks like it's because for some reason you are using the vesa driver..

    Section "Device"
    Identifier "Generic Video Card"
    Driver "vesa"
    BusID "PCI:7:2:0"
    EndSection

    What card do you have?

    If you feel brave you can force it by removing all the "800x600" entries. I had the same problem until I installed the right drivers for my card.. so have a go at finding out why it seems to be an unsupported device.
     
  3. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    i think it is integrated intel graphics. i have already tried to force a higher res by removing 640x480 and that didnt work. so i will try configuring x it will a different driver. which one should i use?
     
  4. varnull

    varnull Guest

    Usually integrated intel are happy with the i810 series drivers.. Odd it didn't find them when it installed..

    Try dpkg-reconfigure -phigh xserver-xorg and see if it picks it up..

    You could have a go at changing the driver from "vesa" to "i810" which might be all that is needed... if it breaks then the above command in single user mode will recover it.

    you may have to run lspci -v to find the chipset and work from there on the debian or LQ forums.

    TBH.. what I tend to do is run puppy and then look at the working xorg files to see which modules are loaded.. doesn't always help but does give me clues where to start looking.
     
    Last edited by a moderator: Sep 15, 2008
  5. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    thanks, i have already tried dpkg x. i will try changing the driver, and if it doesnt work it is not that important. this is going to be a server so i will install vnc and configure it from different computer. i beleive i can set the resolution higher in a vnc client.
     
  6. varnull

    varnull Guest

    Did you do the server install.. that could explain lots as it doesn't come with modules for graphics.. because the vesa driver is fine for a terminal display..

    I don't install desktop managers on servers.. it's as easy to use the console if you need to tweak them ;)
     
  7. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    i installed server software along with the desktop and standard system. if i knew what i was doing i would have just used the terminal but im still a newbie.
     
  8. varnull

    varnull Guest

    Which debian is it.. I can point you in the right direction for what you need to know about servers.

    Step 1. lspci -v

    lets see what hardware we are dealing with ;)
     
  9. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    i am running etch. i would like to set it up as a print/file/web server. it will be used mostly on my home network and i want to experiment with making my own website. i took a class last year in web design and now i have a server so maby i could actually make one. anyway here is the output from that command.
     
  10. varnull

    varnull Guest

    VGA compatible controller: Matrox Graphics, Inc. MGA G200e

    theres the baby...

    http://www.mail-archive.com/debian-boot@lists.debian.org/msg85171.html

    and confirmed here ;)

    http://www.sfr-fresh.com/linux/docs/HOWTO/Linux-HOWTOs.tar.gz:a/Hardware-HOWTO

    so set default to 1024x768 @ 16 with the "mga" driver and it should be good to go... Odd that my old p3 with matrox hardware used the i810 driver tho.. that's dell for ya ;)

    as for server setup http://www.howtoforge.com/perfect_setup_debian_etch

    with reservations.. poor Falko doesn't seem to be in quite the same reality as us.. when what you see strays from what he saw you will have to be ready to hunt for the fix, or work it out.. I love that random aspect XD

    A real server will need bastille and tripwire before you let it out in the wild.
     
    Last edited by a moderator: Sep 16, 2008
  11. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    awesome. it works now. thanks for the link i will work with that and let you know how that goes and if i need any help with that.
     
  12. varnull

    varnull Guest

    No worries.. I run etch too, and it can be a total pig ;)
    XFCE or fluxbox with rox makes a great light server GUI.. simple and clean.. and will run as root without too many problems unlike gnome or kde.
     
    Last edited by a moderator: Sep 17, 2008
  13. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    it is actually do very well with gnome. i was going to install xfce but then i just decided to go with the default because i had 1gb of ram and it would be fine. so far i have only seen it use around 25% memory max. i have finally gotten tightvnc up and running and i can connect on my home network by using the host name. but when i type in its ip address i fails to connect. what can i do about that?
     
  14. varnull

    varnull Guest

    Don't know about tightvnc.. usually the address for the server is <username>@ IP (or hostname) when it will ask for a password for <user>
    Also it may be pretty tight on allowed hosts/ip's which it will accept a connection from.. investigate the hosts file. (ifconfig/hosts?)

    The vnc server needs to be running at startup.. if it's remote you need an automated way to log the vnc user <user@server> in as it starts (rcS.d/modules) with a pointer to a vnc-user login script.. otherwise you need to log that user in on the server and then start vnc from there.

    Bleh!!.. I know what I mean. Creakster.. can you word it better than that?
     
    Last edited by a moderator: Sep 17, 2008
  15. creaky

    creaky Moderator Staff Member

    Joined:
    Jan 14, 2005
    Messages:
    27,900
    Likes Received:
    1
    Trophy Points:
    96
    Hehe, i know what you mean, you worded it fine :)
     
  16. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    thanks for the help. i have another problem now. i am setting up a printer on the server and i want to share it to the windows pc's in my house. i have tried setting up cups and connecting to the web interface but it fails. i am not sure what i am doing wrong. here is the guide i am using.

    http://forums.debian.net/viewtopic.php?t=10438

    here is my cups config

     
    Last edited: Sep 19, 2008
  17. varnull

    varnull Guest

    Does the printer work from the server?

    If it does you will probably find it at <printer>@IP.. though I never used that kind of setup for network printers because I never have used them networked with windows unless they were running off a local windows machine.

    suggested reading.. http://www.aboutdebian.com/lan.htm
     
  18. krj15489

    krj15489 Active member

    Joined:
    Jan 2, 2007
    Messages:
    1,606
    Likes Received:
    1
    Trophy Points:
    66
    i have just got to the web interface. the guide told me to type in http://myip/ and it did not work but when i type in localhost it works. any ideas on why i cant type in the ip and get to the page?
     
  19. varnull

    varnull Guest

    myip.. either the ip of the server.. or 127.0.0.1 (localhost).. use whatever works.. all networks are different.

    You haven't read that page yet.. It took me more than 5 minutes to soak it up ;)
     
    Last edited by a moderator: Sep 19, 2008

Share This Page