You are not logged in.

1

Monday, March 13th 2006, 11:20pm

Resolution

I just installed kde-3.4.2 with FreeBSD 6.0 on a Gateway 3522GZ

I have nearly everything working properly. One problem I am currently having is the resolution is 1024x768. Everything appears extremely larged and looks a bit stretched. I have tried to use the xorgcfg andxorgconfig programs to set the resolution to 1280x768. I have also tried to use gtf to get my modelines

# gtf 1280 768 60

# 1280x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 80.14 MHz
Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync


I have placed the Modeline into my xorg.conf in the Monitor section and then restart X with no success. dmesg | grep pci0 shows

pci0: <display> at device 2.1 (no driver attached)

... it says no driver is attached, is this a FreeBSD issue rather than a KDE issue?


My card is:

)
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"


Any help please :]

Posts: 62

Location: Long Beach, California

Occupation: Documentation

  • Send private message

2

Tuesday, March 14th 2006, 2:50am

RE: Resolution

Here is a snippit from my xorg.conf. Maybe this can help.

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Posts: 62

Location: Long Beach, California

Occupation: Documentation

  • Send private message

3

Tuesday, March 14th 2006, 2:52am

RE: Resolution

Here is another snippit:

Section "Device"
Identifier "Generic Video Card"
Driver "i810"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Posts: 62

Location: Long Beach, California

Occupation: Documentation

  • Send private message

4

Tuesday, March 14th 2006, 2:56am

RE: Resolution

The DefaultDepth 24 in my screen seciton tells x.org to look at that color section. The first resolution that it will use is "1280x1024" as you can see in the mode line of the Depth 24 subsection.

5

Tuesday, March 14th 2006, 7:44pm

No luck, apparently I need to use the 915resolution with the Intel *nix drivers. When I followed the instrutions at http://www.geocities.com/stomljen/ and downloaded the intel drivers listed on the site, when I reload X i get "No screens found" if I replace the old i810_drv.o from the webpage with the one that came with X. It tells me there is a module error with the i810_drv a few lines above. I can still get in X after replacing the file back with the original. I've tried to move the libshadow.so file to multiple locations: modules/ modules/drivers/ and tried to startx again, both without any success.

Posts: 62

Location: Long Beach, California

Occupation: Documentation

  • Send private message

6

Wednesday, March 15th 2006, 5:08am

RE: Resolution

This is definately an X issue, but I thought I'd give it a shot anyways.

7

Thursday, March 16th 2006, 1:38am

yeah thank you. sitll havent got it ;(