NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Need help choosing a distro
New Posts  All Forums:Forum Nav:

Need help choosing a distro

post #1 of 38
Thread Starter 
Hey,
I couple of weeks ago, i tried ubuntu on my Dell Inspiron E1405/640M with the intel GMA 950 graphics processor. I kind of liked ubuntu but it had some real problems with my hardware. i couldn't get the native resolution of my screen (1280x800), only 1024x768, and even after i got it fixed (hard work ) i guess it still couldn't get the best out of my graphics card because a lack of drivers.
I want a minimal configuration distro for complete beginners in the linux world that will recognize all my hardware automatically without any work. is there such thing or it's a dream?
General use:
# Programming
# Surfing web
# Playing music ALOT (very important some advanced sound and multimedia features)
# Email
These are the main uses.
what do you recommand me to do? Stick with ubuntu or try something else?

Thanks.
post #2 of 38
Ubuntu, and feel free to post up when you have problems so we might be able to give ya a hand.

Seablade
post #3 of 38
i say stick with ubuntu. changing your res shouldn't ahve been difficult, just edit your xorg.conf and you're in business.

since you have a shared card i'd highly recommend you use a lighter desktop (not kde or gnome) environment so that everything is a bit quicker and snappier.

what else doesn't work for you in ubuntu....we can help you get kicking.
post #4 of 38
Thread Starter 
Thanks,
so i guess i'll give ubuntu another shot.
also i had a really hard problem with my intel 3945ABG wireless adapter. It did recognize it and got it working but the internet was so slow. i'm talking 30 seconds to load google's logo on google.com, i guess it didn't have good drivers for that too. and it wasn't only surfing. everything, to download the list of the ubuntu updates list before the update took 30 minutes!! (only the list!!)
anyway, ok. i'll keep my xp and doubleboot ubuntu and if i'll have problems i'll boot into windows and ask you guys.
Thanks alot for the support. wish me luck.

Edited:
Oh and what desktop enviroment do you suggest me to use? i don't know any except gnome and kde.
and i don't know what's xorg.conf or how to edit it. Remember, i'm a complete idiot when i comes to linux.
post #5 of 38
Heh Stick with the basics for now(Gnome on Ubuntu), and take it one step at a time, once we get your computer up and running we can teach you how to do more advanced things...

Seablade
post #6 of 38
Quote:
Originally Posted by nadav2605
k.
Edited:
Oh and what desktop enviroment do you suggest me to use? i don't know any except gnome and kde.
and i don't know what's xorg.conf or how to edit it. Remember, i'm a complete idiot when i comes to linux.

i would recommend XFCE, if you dont wanna screw with installing it manually grab a Xubuntu disk, basically ubuntu that uses xfce instead of gnome. but seablade ahs a point, stick with gnome....at least for now.

xorg.conf is a configuration file for your graphical environment that holds all the info about your monitor, keyboard, and pointing device. to change your video driver, keyboard / mouse setting, or your screen resolution or refresh rate you have to edit that file. you can open it and read it if you want just to be aware of what it is and how it works.
this will open it read-only so you dont screw anything up accidentaly
Code:
gedit /etc/X11/xorg.conf

as for wireless, do "iwlist eth1 scan" (replace eth1 with name of your wifi card) and see what strenght your network is on. then do "iwconfig eth1" (again replace if needed) and where it says "ESSID" make sure it lists YOUR network and not your neighboors by any chance. this is what it looks like



btw...thats my xubuntu setup
post #7 of 38
Thread Starter 
Quote:
Originally Posted by abf
i would recommend XFCE, if you dont wanna screw with installing it manually grab a Xubuntu disk, basically ubuntu that uses xfce instead of gnome. but seablade ahs a point, stick with gnome....at least for now.

xorg.conf is a configuration file for your graphical environment that holds all the info about your monitor, keyboard, and pointing device. to change your video driver, keyboard / mouse setting, or your screen resolution or refresh rate you have to edit that file. you can open it and read it if you want just to be aware of what it is and how it works.
this will open it read-only so you dont screw anything up accidentaly
Code:
gedit /etc/X11/xorg.conf

as for wireless, do "iwlist eth1 scan" (replace eth1 with name of your wifi card) and see what strenght your network is on. then do "iwconfig eth1" (again replace if needed) and where it says "ESSID" make sure it lists YOUR network and not your neighboors by any chance. this is what it looks like



btw...thats my xubuntu setup
Hey again!
I'm talking from my new ubuntu installation. this time i had no problem with the wireless card and the internet is working great but i still have the resolution problem.
so i opened that config file like you said but i don't know how to change my resolution. waiting for instructions.
Thanks!
post #8 of 38
here is a quick and dirty howto on that. 1. open xorg.conf as root so you can edit it.
Code:
sudo gedit /etc/X11/xorg.conf
2. Find that part of config file. scroll down until you see
Quote:
Section "Screen"
there you see SubSection "Display" repeat over and over and over for different Depth. Then there is a line that is called mode, and accross from it is written the resolution in a "1024x768" format. 3. what you are gonna do at this point is change all those resolutions for all the depths to just a simple "1280x800" (dont worry about listing multiple res as in the orginal config file). save and exit. 4. restart the computer or press ALT+CTRL+Backspace to restart X. relogin and you should be fine. your xorg.conf should look similar to this when you're finished.
post #9 of 38
Thread Starter 
Quote:
Originally Posted by abf
here is a quick and dirty howto on that.

1. open xorg.conf as root so you can edit it.
Code:
sudo gedit /etc/X11/xorg.conf

2. Find that part of config file. scroll down until you see

there you see SubSection "Display" repeat over and over and over for different Depth. Then there is a line that is called mode, and accross from it is written the resolution in a "1024x768" format.

3. what you are gonna do at this point is change all those resolutions for all the depths to just a simple "1280x800" (dont worry about listing multiple res as in the orginal config file). save and exit.

4. restart the computer or press ALT+CTRL+Backspace to restart X. relogin and you should be fine.

your xorg.conf should look similar to this when you're finished.
Hey thanks for the guide but unfortunately i think that's not the problem. before i touched the file it was already exacly like yours. look:
Section "Screen"
\tIdentifier\t"Default Screen"
\tDevice\t\t"Intel Corporation Mobile Integrated Graphics Controller"
\tMonitor\t\t"Generic Monitor"
\tDefaultDepth\t24
\tSubSection "Display"
\t\tDepth\t\t1
\t\tModes\t\t"1280x800"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t4
\t\tModes\t\t"1280x800"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t8
\t\tModes\t\t"1280x800"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t15
\t\tModes\t\t"1280x800"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t16
\t\tModes\t\t"1280x800"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t24
\t\tModes\t\t"1280x800"
\tEndSubSection
EndSection

and i still can't change the resolution from the screen resolution dialog. i have only the 1024x768 mode. can you think of anything else that might be the problem?

Thanks alot!
post #10 of 38
We need to know what the putput of startx is when you start it from the command prompt(You will need to kill XWindows first)

It sounds like there might be an error somewhere and it is defaulting to that resolution.

Seablade
post #11 of 38
Thread Starter 
Quote:
Originally Posted by seablade
We need to know what the putput of startx is when you start it from the command prompt(You will need to kill XWindows first)

It sounds like there might be an error somewhere and it is defaulting to that resolution.

Seablade
ok, what exacly do i have to do and how?
post #12 of 38
seablade...you wanna take care of this howto...i get what you're trying to say but i am not really sure what you wanna do. perhaps have nadav post the log for starting x?


the good news is that at least it recognized your screen and everything correctly. the question here is why doesn't it turn it on the right way. one of the options is faulty drivers. i know @ one point ati released a faulty driver where it did not support widescreen, they later released a fix. that might be the case here were the driver you have loaded does not have widescreen support and the best you can do at this point is back up to an older version (if there is one) or wait for a new release.

this is kind of a stupid question but... are you sure your screen is not in correct resolution. why i ask is that oftentimes in the desktop menu i don't have 1280x800 listed either but its still in 1280x800.
post #13 of 38
Thread Starter 
Quote:
Originally Posted by abf
seablade...you wanna take care of this howto...i get what you're trying to say but i am not really sure what you wanna do. perhaps have nadav post the log for starting x?


the good news is that at least it recognized your screen and everything correctly. the question here is why doesn't it turn it on the right way. one of the options is faulty drivers. i know @ one point ati released a faulty driver where it did not support widescreen, they later released a fix. that might be the case here were the driver you have loaded does not have widescreen support and the best you can do at this point is back up to an older version (if there is one) or wait for a new release.

this is kind of a stupid question but... are you sure your screen is not in correct resolution. why i ask is that oftentimes in the desktop menu i don't have 1280x800 listed either but its still in 1280x800.
Yes, i'm sure it's not my native resolution (1280x800). it looks like shit and it hurts my eyes.
anyway, i didn't understand what exacly you want me to do. if you can please instruct me step by step it'll be great.
Thanks.
post #14 of 38
Quote:
Originally Posted by abf
seablade...you wanna take care of this howto...i get what you're trying to say but i am not really sure what you wanna do. perhaps have nadav post the log for starting x?

Yep that is exactly it. Funnily enough I was gonna ask if you wanted to do this one since i have a habit of forgetting certain steps that newcomers would need....


The basics of it is, start up the computer....

1.) CTRL+ALT+F2
2.) login
2.5) sudo su
enter your password when prompted
3.) type killall startx
4.) CTRL+ALT+F7 and make sure it is a black screen and not your desktop now
5.) repeat step 1
6.) startx
7.) watch console for errors
8.) write down the errors as exactly as possible, and reboot computer(Easier for me to type that than to explain how to restart your normal xserver)
9.) Post errors here
10.) Get an alcoholic beverage

Seablade
post #15 of 38
found a better solution. have him post his xorg log do this
Code:
gedit  /var/log/Xorg.0.log
copy that file and paste it here in the [code] tags to preserve formating and whatnot. edit: errors are usually listed towards the bottom. on mine i have some wacom related errors because by default there are wacom entries in ubuntu's xorg.conf but i dont physically have any wacom devices. you might have some wacom related errors there too but they can be safely ignored, we can edit your xorg.conf later so you no longer have those errors.
post #16 of 38
Yea I can never remember if it made an automatic log and where it was, I usually pipe it to a file myself

Seablade
post #17 of 38
Thread Starter 
post #18 of 38
Thread Starter 
Code:
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 62 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 63 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 64 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 65 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 66 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 67 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 68 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 69 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 6a (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 6b (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 6c (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 6d (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 6e (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 6f (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 70 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
Mode: 71 (0x0)
\tModeAttributes: 0x0
\tWinAAttributes: 0x0
\tWinBAttributes: 0x0
\tWinGranularity: 0
\tWinSize: 0
\tWinASegment: 0x0
\tWinBSegment: 0x0
\tWinFuncPtr: 0x0
\tBytesPerScanline: 0
\tXResolution: 0
\tYResolution: 0
\tXCharSize: 0
\tYCharSize: 0
\tNumberOfPlanes: 0
\tBitsPerPixel: 0
\tNumberOfBanks: 0
\tMemoryModel: 0
\tBankSize: 0
\tNumberOfImages: 0
\tRedMaskSize: 0
\tRedFieldPosition: 0
\tGreenMaskSize: 0
\tGreenFieldPosition: 0
\tBlueMaskSize: 0
\tBlueFieldPosition: 0
\tRsvdMaskSize: 0
\tRsvdFieldPosition: 0
\tDirectColorModeInfo: 0
\tPhysBasePtr: 0x0
\tLinBytesPerScanLine: 0
\tBnkNumberOfImagePages: 0
\tLinNumberOfImagePages: 0
\tLinRedMaskSize: 0
\tLinRedFieldPosition: 0
\tLinGreenMaskSize: 0
\tLinGreenFieldPosition: 0
\tLinBlueMaskSize: 0
\tLinBlueFieldPosition: 0
\tLinRsvdMaskSize: 0
\tLinRsvdFieldPosition: 0
\tMaxPixelClock: 0
(WW) I810(0): config file hsync range 45.7143-50.5263kHz not within DDC hsync ranges.
(II) I810(0): Generic Monitor: Using hsync range of 45.71-50.53 kHz
(II) I810(0): Generic Monitor: Using vrefresh value of 60.00 Hz
(II) I810(0): Not using mode "1280x800" (no mode of this name)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0):  Built-in mode "1024x768"
(--) I810(0): Display dimensions: (300, 190) mm
(--) I810(0): DPI set to (86, 102)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
\tcompiled for 7.0.0, module version = 1.0.0
\tABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
\tcompiled for 7.0.0, module version = 1.2.0
\tABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
\tcompiled for 7.0.0, module version = 0.1.0
\tABI class: X.Org Video Driver, version 0.8
(==) I810(0): VBE Restore workaround: enabled.
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
\tcompiled for 7.0.0, module version = 1.0.0
\tABI class: X.Org ANSI C Emulation, version 0.2
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
\t[0] 0\t0\t0xdfec0000 - 0xdfefffff (0x40000) MS[b]
\t[1] 0\t0\t0xc0000000 - 0xcfffffff (0x10000000) MS[b]
\t[2] 0\t0\t0xdff00000 - 0xdff7ffff (0x80000) MS[b]
\t[3] -1\t0\t0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
\t[4] -1\t0\t0x000f0000 - 0x000fffff (0x10000) MX[b]
\t[5] -1\t0\t0x000c0000 - 0x000effff (0x30000) MX[b]
\t[6] -1\t0\t0x00000000 - 0x0009ffff (0xa0000) MX[b]
\t[7] -1\t0\t0xdfdff000 - 0xdfdfffff (0x1000) MX[b]
\t[8] -1\t0\t0xdf9fd700 - 0xdf9fd7ff (0x100) MX[b]
\t[9] -1\t0\t0xdf9fd600 - 0xdf9fd6ff (0x100) MX[b]
\t[10] -1\t0\t0xdf9fd500 - 0xdf9fd5ff (0x100) MX[b]
\t[11] -1\t0\t0xdf9fd400 - 0xdf9fd4ff (0x100) MX[b]
\t[12] -1\t0\t0xdf9fd800 - 0xdf9fdfff (0x800) MX[b]
\t[13] -1\t0\t0xdf9fe000 - 0xdf9fffff (0x2000) MX[b]
\t[14] -1\t0\t0xffa80000 - 0xffa803ff (0x400) MX[b]
\t[15] -1\t0\t0xdfebc000 - 0xdfebffff (0x4000) MX[b]
\t[16] -1\t0\t0xdff80000 - 0xdfffffff (0x80000) MX[b](B)
\t[17] -1\t0\t0xdfec0000 - 0xdfefffff (0x40000) MX[b](B)
\t[18] -1\t0\t0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
\t[19] -1\t0\t0xdff00000 - 0xdff7ffff (0x80000) MX[b](B)
\t[20] 0\t0\t0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
\t[21] 0\t0\t0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
\t[22] 0\t0\t0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
\t[23] 0\t0\t0x0000eff8 - 0x0000efff (0x8) IS[b]
\t[24] -1\t0\t0x0000ffff - 0x0000ffff (0x1) IX[b]
\t[25] -1\t0\t0x00000000 - 0x000000ff (0x100) IX[b]
\t[26] -1\t0\t0x000010c0 - 0x000010df (0x20) IX[b]
\t[27] -1\t0\t0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
\t[28] -1\t0\t0x00000374 - 0x00000374 (0x1) IX[b]
\t[29] -1\t0\t0x00000170 - 0x00000170 (0x1) IX[b]
\t[30] -1\t0\t0x000003f4 - 0x000003f4 (0x1) IX[b]
\t[31] -1\t0\t0x000001f0 - 0x000001f0 (0x1) IX[b]
\t[32] -1\t0\t0x0000bf20 - 0x0000bf3f (0x20) IX[b]
\t[33] -1\t0\t0x0000bf40 - 0x0000bf5f (0x20) IX[b]
\t[34] -1\t0\t0x0000bf60 - 0x0000bf7f (0x20) IX[b]
\t[35] -1\t0\t0x0000bf80 - 0x0000bf9f (0x20) IX[b]
\t[36] -1\t0\t0x0000eff8 - 0x0000efff (0x8) IX[b](B)
\t[37] 0\t0\t0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
\t[38] 0\t0\t0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 512 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 5120 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x196e2000)
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 (0x19724000)
(II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 (0x19729000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0xffea000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) I810(0): [drm] loaded kernel module for "i915" driver
(II) I810(0): [drm] DRM interface version 1.2
(II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) I810(0): [drm] added 8192 byte SAREA at 0xe0612000
(II) I810(0): [drm] mapped SAREA 0xe0612000 to 0xb78d1000
(II) I810(0): [drm] framebuffer handle = 0xc0020000
(II) I810(0): [drm] added 1 reserved context for kernel
(II) I810(0): Allocated 3072 kB for the back buffer at 0xf800000.
(II) I810(0): Allocated 3072 kB for the depth buffer at 0xf400000.
(II) I810(0): Allocated 32 kB for the logical context at 0xf3f8000.
(II) I810(0): Allocated 54016 kB for textures at 0x520000
(II) I810(0): Updated framebuffer allocation size from 5120 to 5128 kByte
(II) I810(0): Updated pixmap cache from 512 scanlines to 514 scanlines
(II) I810(0): 0x81fadd4: Memory at offset 0x00020000, size 5128 kBytes
(II) I810(0): 0x81ffd38: Memory at offset 0x0ffff000, size 4 kBytes
(II) I810(0): 0x81ffd60: Memory at offset 0x0fffb000, size 16 kBytes
(II) I810(0): 0x81ff92c: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x81fae14: Memory at offset 0x0ffea000, size 64 kBytes
(II) I810(0): 0x81ffd88: Memory at offset 0x0fffa000, size 4 kBytes
(II) I810(0): 0x81fae64: Memory at offset 0x0f800000, size 3072 kBytes
(II) I810(0): 0x81fae84: Memory at offset 0x0f400000, size 3072 kBytes
(II) I810(0): 0x81faec4: Memory at offset 0x0f3f8000, size 32 kBytes
(II) I810(0): 0x81faea4: Memory at offset 0x00520000, size 54016 kBytes
(II) I810(0): Activating tiled memory for the back buffer.
(II) I810(0): Activating tiled memory for the depth buffer.
(II) I810(0): [drm] Registers = 0xdff00000
(II) I810(0): [drm] Back Buffer = 0xcf800000
(II) I810(0): [drm] Depth Buffer = 0xcf400000
(II) I810(0): [drm] ring buffer = 0xc0000000
(II) I810(0): [drm] textures = 0xc0520000
(II) I810(0): [drm] dma control initialized, using IRQ 169
(II) I810(0): [drm] Initialized kernel agp heap manager, 55312384
(II) I810(0): [dri] visual configs initialized
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): xf86BindGARTMemory: bind key 7 at 0x007bf000 (pgoffset 1983)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0ffff000 (pgoffset 65535)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0fffb000 (pgoffset 65531)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0ffea000 (pgoffset 65514)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffa000 (pgoffset 65530)
(II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0f800000 (pgoffset 63488)
(II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0f400000 (pgoffset 62464)
(II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0f3f8000 (pgoffset 62456)
(II) I810(0): Display plane A is disabled and connected to Pipe A.
(II) I810(0): Display plane B is enabled and connected to Pipe B.
(II) I810(0): Enabling plane B.
(II) I810(0): Display plane A is now disabled and connected to Pipe A.
(II) I810(0): Display plane B is now enabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x00000000
(II) I810(0): PIPEBCONF is 0x80000000
(II) I810(0): Mode bandwidth is 47 Mpixel/s
(II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 Mbyte/s, 0 Mbyte/s
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
\tScreen to screen bit blits
\tSolid filled rectangles
\t8x8 mono pattern filled rectangles
\tIndirect CPU to Screen color expansion
\tSolid Horizontal and Vertical Lines
\tOffscreen Pixmaps
\tSetting up tile and stipple cache:
\t\t16 128x128 slots
\t\t4 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): X context handle = 0x1
(II) I810(0): [drm] installed DRM signal handler
(II) I810(0): [DRI] installation complete
(II) I810(0): direct rendering: Enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) Synaptics touchpad driver version 0.14.3
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
\tNo such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
\tNo such file or directory.
Error opening /dev/wacom : Invalid argument
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
\tNo such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
\tNo such file or directory.
Error opening /dev/wacom : Invalid argument
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
\tNo such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
\tNo such file or directory.
Error opening /dev/wacom : Invalid argument
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad touchpad found
ProcXCloseDevice to close or not ?
post #19 of 38
i am not a big log guy so i am kinda @ a loss there...hope seablade or bt come through on this one. however from
Code:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GM found
figuring maybe it has to do with the fact that your selected driver is for i810 and not the proper 945 driver....thus the issue....
post #20 of 38
Quote:
(WW) I810(0): config file hsync range 45.7143-50.5263kHz not within DDC hsync ranges. (II) I810(0): Generic Monitor: Using hsync range of 45.71-50.53 kHz (II) I810(0): Generic Monitor: Using vrefresh value of 60.00 Hz (II) I810(0): Not using mode "1280x800" (no mode of this name) (--) I810(0): Virtual size is 1024x768 (pitch 1024) (**) I810(0): Built-in mode "1024x768" (--) I810(0): Display dimensions: (300, 190) mm (--) I810(0): DPI set to (86, 102) (II) Loading sub module "fb" (II) LoadModule: "fb"
Heh that was a LOT more detailed of a log than I was expecting... maybe its cause I always pipe my output and use that However here is your part telling you that it is not going to use the supplied resolutions... I agree with ABF, this may be an instance of using the wrong driver, but I am not familiar with Intel Chips right off hand, anyone know what the module name is for his chip? Is it I810 or is it something else? Seablade
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Need help choosing a distro