![]() |
All about VESA
I am really a beginner in linux and I wonder if somebody helps me to understand the details about vesa and its different modes
|
http://www.vesa.org/
http://en.wikipedia.org/wiki/VESA Hi there, Welcome to LQ! Your question is rather vague, and potentially covers a lot of territory. I recommend doing some reading at one of the above links first, and/or if you have a more specific question pertaining to your Linux, or your video hardware, or just further questions, please ask more specifically about what you want to know. :) Thanks, Sasha |
sorry for not being specific...actually I have been trying to start with Debian lenny, but in i386 and amd-64 bith versions....after installation...the graphics is just not coming ..rather just showing Sync out of range error...i hv tried with vga=0x317(not knowing its actual meaning) bt still its nt working...dats why I asked wheather it can be fixed in this way or not??
|
Try editing your xorg.conf
Quote:
Boot into single user mode and edit your xorg.conf file. The path is probably /etc/X11/xorg.conf. First, back up the file by saving it as 'xorg.conf.bak' or something. That's important. Then, open the file in nano or vim or vi or whichever editor you prefer. Somewhere in the file, you should see a section that looks like this: Code:
Section "Monitor"If we have done everything correctly, your monitor will simply display your normal login screen and everything will be fine. If anyone more knowledgeable has corrections, suggestions, answers or better advice than above, please, please share it below. |
Thanks a lot BigVig but I have already tried to do that using nano but couldn't find any xorg.conf file in the appropriate location.
|
By default the xorg.conf file is empty after install on Debian and other distro's now.
So to modify settings you need to generate the file manually. I posted how to do it on another thread: http://www.linuxquestions.org/questi...ig-file-743438 And the file is located at /etc/X11/xorg.conf. |
sorry trooper..I am not being able to find it...can u please tell me the name of the thread ..I think its under newbie
|
vga= -- framebuffer option?
Quote:
The bold option looks to me to be a LILO or GRUB type of option, which sets the framebuffer vga mode while booting. It is NOT anything to do with Xorg, xorg.conf, or the graphical Desktop Environment one might have after logging into X. If I'm wrong here, please someone do correct me, as it may well apply differently, or in more than one way, on a Debian system. Sasha |
Quote:
Like you would use to try and boot a problematic machine. Quote:
The 'sync out of range error' that BigVig is referring to will need access to the xorg.conf file,hence why i posted how to generate it. Hope this helps to clarify? |
Quote:
Not a problem,i'll post the details here: Code:
ctrl-alt-f1Login as root. Code:
# /etc/init.d/gdm stop (to stop gdm/kdm as required.)Code:
ctrl-alt-f1 again. |
vga=0x???
Thanx a lot..at last I hv become able to get the solution and now lenny is working good...but I still wonder what does the number mean actually i.e. 317..I hv found that different numbers can be used in the same format...can any of you please explain this??
|
Quote:
"vga=0x317" is merely a format that the system recognizes and the "317" is taken as a hex number. It can also be specified as decimal number: "vga=791" which means exactly the same thing to the system (Note that 791 decimal = 317 hex). Both refer (in Linux) to 16-bit color @ 1024x768 resolution. It can be changed manually by modifying the /boot/grub/menu.lst The file itself shows an example. More info here: http://en.wikipedia.org/wiki/VESA_BIOS_Extensions and here: http://tldp.org/HOWTO/Framebuffer-HOWTO-5.html Have fun! :) |
Quote:
Quote:
You were right. Edit:This got me thinking,so i booted the Debian netinstall disc to check boot parameters. The parameter i was thinking of is vga=771 which apparently is for laptops with screen display problems.Not quite what the op was using. |
Quote:
I'm hardly the expert here. I just had a problem with this a while back, figured out how to fix it, then moved on. There might be some chicken-scratch notes around here somewhere but the coffee cup rings have rendered them useless. :) I think the "vga=foo" call-out starts when BIOS boots and is just a pass-through parameter beyond that. In my view the options to change it with grub or when starting the kernel are customization options rather than functional ones. My guess is that the vga issue had nothing to do with the OP's problem and your xorg.conf script was what got him going. Can't blame him for that since it seems like it would be relevant. I think most of us who've spent a lot of time with goofy 'puter stuff have spent a fair amount of that time chasing the wrong gremlin. :) |
Even though it's fixed now, you could have installed your vid drivers and most of the time they come with a xorg config program. Like Nvidia has nvidia-xorg or something.
|
| All times are GMT -5. The time now is 01:51 PM. |